.elementor-kit-841{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-0f95525:#09D0E9;--e-global-color-1575ad5:#E8178A;--e-global-color-5356229:#263040;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"EB Garamond";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Luxury Modish";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-d37e677-font-family:"Cormorant Garamond";--e-global-typography-d37e677-font-size:40px;--e-global-typography-d37e677-font-weight:700;--e-global-typography-83bfe06-font-family:"Cormorant Garamond";--e-global-typography-83bfe06-font-size:25px;--e-global-typography-83bfe06-font-weight:600;background-color:#000000;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:100ms;--e-preloader-color:var( --e-global-color-0f95525 );--e-preloader-size:20px;}.elementor-kit-841 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:640px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */code CSS
downloadcontent_copy
expand_less
   /* ============================================================
   CONSOLIDATED RESPONSIVE CSS (Original + Vertical Stretch Fix)
   ============================================================ */

/* 1. GLOBAL RESETS & SAFETY */
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.elementor-section, .elementor-container {
    max-width: 100vw;
}

/* 2. FLUID TYPOGRAPHY */
.fluid-h1 .elementor-heading-title {
    font-size: clamp(28px, 4vw + 1rem, 50px) !important;
    line-height: 1.2;
}

.fluid-p .elementor-widget-container {
    font-size: clamp(16px, 2vw, 18px) !important;
}

/* 3. IMAGE & VIDEO HANDLING */
.elementor img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cover-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.elementor-video-container iframe {
    max-width: 100%;
}

/* 4. [NEW FIX] VERTICAL DISTRIBUTION FOR TALL PHONES */
/* This forces the content to fill the screen on tall modern phones */
@media screen and (max-width: 767px) {
    .full-height-mobile {
        min-height: 100dvh !important; /* Uses Dynamic Viewport Height for mobile */
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important; /* Spreads content to fill the empty black space */
        box-sizing: border-box !important;
    }

    /* Force Elementor's internal container to also expand */
    .full-height-mobile > .elementor-container {
        height: 100% !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-around !important; /* Spreads widgets evenly across the height */
    }
}

/* 5. DEVICE SPECIFIC BREAKPOINTS */

/* --- LARGE DESKTOPS (> 1440px) --- */
@media screen and (min-width: 1441px) {
    .elementor-section.boxed-layout {
        max-width: 1400px !important;
        margin: 0 auto;
    }
}

/* --- STANDARD LAPTOPS (1025px to 1366px) --- */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .fluid-h1 .elementor-heading-title {
        font-size: 40px !important; 
    }
}

/* --- LANDSCAPE TABLETS (iPad Pro / Surface) --- */
@media screen and (max-width: 1024px) {
    .elementor-column-wrap {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* --- SMALL TABLETS (iPad Mini / 7" Tablets) --- */
@media screen and (min-width: 768px) and (max-width: 960px) {
    .elementor-column-wrap {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .fluid-h1 .elementor-heading-title {
        font-size: 34px !important;
    }
    .elementor-field-group {
        max-width: 100% !important;
    }
}

/* --- MOBILE DEVICES (Phones < 767px) --- */
@media screen and (max-width: 767px) {
    .elementor-column-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .elementor-button {
        min-height: 48px;
        width: 100%; 
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .elementor-form-fields-wrapper .elementor-field-group {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .reverse-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* --- MOBILE LANDSCAPE (Short scrolling height) --- */
@media screen and (max-width: 896px) and (orientation: landscape) {
    .elementor-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* --- TINY PHONES (iPhone SE, Foldables < 360px) --- */
@media screen and (max-width: 360px) {
    h1, .elementor-heading-title {
        font-size: 24px !important;
        word-break: break-word;
    }
    .elementor-button {
        font-size: 14px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Luxury Modish';
	font-display: auto;
	src: url('https://gittensmarketingholding.com/wp-content/uploads/2025/03/Luxury-Modish.ttf') format('truetype');
}
/* End Custom Fonts CSS */