/* Font Declarations - Venzia Sans */
:root{
    --primary-color: #1f89f9;
    --blue: #0D65B1;
    --secondary-color: #07101B;
    --gray: #bfcfdf;
    --black-color: #000000;
    --white-color: #ffffff;
    
    /* Font Sizes - Largest to Smallest (reduced by 10% - total 20% reduction) */
    --font-size-h1: 132.84px;      /* Largest - Main headings */
    --font-size-h1-med: 87.75px;   /* Medium H1 */
    --font-size-h2: 69.19px;       /* Sub headings */
    --font-size-h3: 64.46px;       /* Section titles */
    --font-size-h4: 54.05px;       /* Small headings */
    --font-size-large: 55.02px;    /* Large text */
    --font-size-largest: 55.02px;   /* Additional large */
    --font-size-larger: 47.63px;   /* Larger text */
    --font-size-p: 47.25px;        /* Body text */
    --font-size-small: 44.89px;    /* Small text */
    --font-size-regular: 26px;     /* Regular text */
    --font-size-tiny: 20.25px;     /* Tiny text */
    --font-size-micro: 16.85px;    /* Micro text */
    --font-size-h1-small: 13.75px; /* Smallest h1 variant */
    
    /* Font Weights - Reusable throughout */
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: normal;
    --font-weight-regular: normal;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: bold;
}
body {
    font-family: 'Venzia Sans', sans-serif;
}
.main_btn{
    background-color: #FFD700;
    color: var(--black-color);
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-tiny);
    padding: 15px 30px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    /* max-width: 263px; */
    transition: all 0.3s ease;
    border-radius: 10px
    /* margin: 0 auto; */
}
.main_btn:hover{
    background-color: #ffc633;
    color: var(--black-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}
.customized_h2{
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-h1-med);
    line-height: 100px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: var(--gray);
}
.customized_h3{
    font-family: 'Venzia Sans Med', sans-serif;
    font-size: var(--font-size-larger);
    letter-spacing: 2%;
    color: var(--blue);
}
.customized_p{
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-regular);
    line-height: 40px;
}

/* Venzia Sans fonts from transfonter.org */
@font-face {
    font-family: 'Venzia Sans ExtLt';
    src: url('../fonts/VenziaSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans';
    src: url('../fonts/VenziaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans';
    src: url('../fonts/VenziaSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans Light Ita';
    src: url('../fonts/VenziaSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans Ita';
    src: url('../fonts/VenziaSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans SemBd Ita';
    src: url('../fonts/VenziaSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans SemBd';
    src: url('../fonts/VenziaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans ExtLt Ita';
    src: url('../fonts/VenziaSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans';
    src: url('../fonts/VenziaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans';
    src: url('../fonts/VenziaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans Thin Ita';
    src: url('../fonts/VenziaSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans Ita';
    src: url('../fonts/VenziaSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans Med';
    src: url('../fonts/VenziaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venzia Sans Med Ita';
    src: url('../fonts/VenziaSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: 'Venzia Sans', Arial, sans-serif;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
.main_container{
    max-width: 1550px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 2;
}

/* header styling begin */
header{
    /* background-color: var(--black-color); */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
}
.contact_info_container{
    background-color: #1f89f9;
    color: var(--white-color);
    position: relative;
    z-index: 4;
}
.contact_info{
    gap: 50px;
    padding: 0px;
    justify-content: flex-end;
    min-height: 33px;
    align-items: center;
}
.contact_text a, .contact_text{
    color: var(--white-color);
    text-decoration: none;
    font-size: var(--font-size-h1-small);
    font-family: 'Venzia Sans Med', sans-serif;
}
.main_nav_container{
    padding-bottom: 25px;
    padding-top: 25px;
}
.main_nav_container .logo{
    padding: 25px 0;
    width: 200px;
    position: relative;
    z-index: 6;
}
.logo > span {
    display: inline-block;
}
.logo img{
    height: 49px;    
    object-fit: contain;
}
.mobile_logo {
    position: relative;
}
.mobile_logo > span {
    display: inline-block;
}
.desktop_nav{
    width: 100%;
    padding: 25px 0;
}
.nav_links{
    list-style: none;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-left: 0px;
    z-index: 3;
    position: relative;
}
.nav_links li{
    white-space: nowrap;
    flex-shrink: 0;
}
.nav_links li a{
    color: var(--white-color);
    text-decoration: none;
    font-size: clamp(12px, var(--font-size-micro), 20px);
    font-weight: 700;
}

/* header styling end */


/* hero styling begin */
.hero_section {
    padding-top: 100px;
    background: #000003;
}

/* Branding desktop/mobile image defaults */
.trophy_mobile { display: none; }

/* Mobile Hero Section - Hidden by default */
.mobile_hero_section {
    display: none;
}
.hero_background_image{
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero_background_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Hero image visibility control */
.hero-desktop-image {
    display: block;
}

.hero-mobile-image {
    display: none;
}
.title_spacer{
    width: 170px;
}

.overlay_gradient{
    display: none;
}

.hero_img{
   display: none;
}
.hero_text_container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: var(--gray);
    padding: 100px 0 50px 0;
}
.hero_text_overlay{
    display: none;
}
.hero_text{
    font-family: 'Venzia Sans Med', sans-serif;
    font-size: var(--font-size-large);
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 40px;
}
.hero_divider {
    color: #0e70c4;
}
.hero_description{
margin: 0 auto;
margin-bottom: 10px;
font-size: var(--font-size-regular);
letter-spacing: 2%;
text-align: center;
max-width: 859px;
}

.hero_description span {
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-light);

}
.hero_description_2{
    max-width: 500px;
    font-weight:bold;
}
.blue_span{
    color: var(--blue);
    font-weight: var(--font-weight-bold);
}
/* hero styling end */



/* Branding Section styles begin */
.branding_section {
    background-color: var(--secondary-color);
    padding: 200px 0;
    padding-bottom: 0;
    position: relative;
}

.brand_service_line_mobile{
    display: none;
}
.branding_title{
    color: var(--gray);
    max-width: 740px;
}

.branding_subtitle {
margin-top: 20px;
max-width: 650px;
}

.branding_description {
color: var(--white-color);
max-width: 609px;
margin-top: 40px;
text-align: left;
}

.branding_image_container {
    position: relative;
    top: -150px;
    right: -20px;
}

.trophy_main {
    height: auto;
}
/* Branding Section styles end */

/* Brand Identity Section styles begin*/
.brand_identity_section {
    background-color: var(--secondary-color);
    background-image: url('../images/branding_light.jpg');
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    padding-top: 250px;
}

.brand_identity_content {
    margin: 0 auto;
    text-align: center;
}

.brand_identity_title {
    font-size: var(--font-size-h1-med);
    text-transform: capitalize;
    color: var(--gray);
}

.highlight_blue {
    color: var(--blue);
}
.brand_services {
    margin-bottom: 80px;
}

.brand_service_line {
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-bold);
    line-height: 80px;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
    color: var(--white-color);
    max-width: min(1600px, calc(100vw - 100px));
    margin: 0 auto;
    margin-top: 50px;
}

/* First line: "Logo | color palette | fonts & guidelines" */
.brand_service_line .service-line-1 {
    font-size: var(--font-size-h4);
    display: block;
}

/* Second line: "Brand voice | tagline | messaging" */
.brand_service_line .service-line-2 {
    font-size: var(--font-size-h3);
    display: block;
}

/* Third line: "Full brand story and positioning" */
.brand_service_line .service-line-3 {
    font-size: var(--font-size-h2);
    display: block;
}

/* Fourth line: "Brand kits for socials | email | website & print" */
.brand_service_line .service-line-4 {
    font-size: var(--font-size-h4);
    display: block;
}
.brand_cta_container {
    margin-top: 60px;
}

/* Brand Identity Section styles ends*/

/* automation stayle begin */
.automation_section{
   padding-bottom: 86px;
   background-color: #f2f4f8;
}
.invoicing_subtitle, .invoicing_title, .invoicing_description{
    text-align: left;
    }
.invoicing_section {
    text-align: center;
}
.automation_content {
    margin-top: -185px;
}
.automation_header{
    background-image: url(../images/ai-img-01.jpg);
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.automation_title{
    color: var(--gray);
    margin-bottom: 30px;
}
.automation_subtitle{
margin: 0 auto;
max-width: 834px;

}
.automation_description{
    max-width: 790px;
    margin: 0 auto;
    position: relative;
    left: -30px;
    margin-top: 40px;
}
.automation_description span{
   font-family: 'Venzia Sans', sans-serif;
font-weight: 500;
   color: var(--blue);
}
.side_bar_listing{
    margin-top: 20%;
}
.side_bar_listing_title{
    margin-bottom: 20px;
}
.side_bar_listing > ul {
    padding-left: 0;
}
.side_bar_listing > ul > li{
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-semibold);
    list-style: none !important;
    position: relative;
    padding-left: 16px;
}

.side_bar_listing > ul > li::before {
    content: "•";
    color: var(--blue);
    font-weight: bold;
    position: relative;
    left: -8px;
    display: inline-block;
}
.automation_columns{
    padding-top: 53px;
}
.side_bar_listing_cta{
margin-top: 45px;
}
/* automation stayle end */


/* security styling begin */
.security_section{
    background-color: var(--secondary-color);
    padding: 150px 0;
    padding-bottom: 200px;
}
.security_image_container{
    position: absolute;
    right: -600px;
    width: 1700px;
    max-width: calc(100vw - 100px);
}
.security_image_container_mobile{
    display: none;
}
.security_title{
    color: var(--gray);
    margin-bottom: 20px;
}
.security_description{
    max-width: 728px;
    color: var(--white-color);
    margin-top: 20px;
}
.security_description span{
    font-family: 'Venzia Sans Med', sans-serif;
    color: var(--blue);
}
.security_text{
    width: 800px;
}
.security_text .side_bar_listing{
    margin-top: 100px;
    color: var(--white-color);
}
.security_section .side_bar_listing_cta .main_btn{
    padding: 15px 67px;
}
.security_text .side_bar_listing > ul {
    /* margin-right: -20px; */
    max-width: 700px;
}
/* security styling end */


/* sales styling begin */

.sales_image_container{
    position: absolute;
    height: 685px;
    top: -70px;
    right: -450px;
}
.sales_image_container_2{
    height: 456px;
    position: absolute;
    top: 160px;
    left: -400px;
    z-index: 1;
}
.sales_section{
    background: linear-gradient(to bottom, var(--secondary-color) 0%, var(--secondary-color) 20%, #0A1520 60%, var(--secondary-color) 100%);
    padding: 0;
    padding-bottom: 150px;
}
.sales_text{
    padding-top: 100px;
    width: 757px;
    position: relative;
    z-index: 1;
}
.sales_title{
    color: var(--gray);
}
.sales_subtitle{
    max-width: 657px;
    margin-top: 20px;
}
.sales_description{
    color: var(--white-color);
}
.sales_description{
    margin-top: 20px;
    max-width: 563px;
}
.sales_section .side_bar_listing
{
    color: var(--white-color);
    margin-left: -180px;
}
.sales_section .side_bar_listing_cta_desktop{
    display: block;
    position: relative;
    z-index: 2;
}
.sales_section .side_bar_listing_cta_mobile{
    display: none;
    position: relative;
    z-index: 2;
}
/* sales styliny ends */


/* crm styling begins */
.crm_section{
    padding: 120px 0;
    text-align: center;
    background-image: url(../images/logo-copia-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1514px;
    padding-top: 120px;
}

.crm_title{
color: var(--gray);
max-width: 845px;
margin: 0 auto;
margin-bottom: 20px;
}
.crm_section .side_bar_listing{
    margin-top: 80px;
    color: var(--white-color);
}

.crm_description{
    max-width: 757px;
    margin: 0 auto;
    color: var(--white-color);
    margin-top: 439px;
}

.crm_description span {
    color: var(--blue);
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-semibold)
}
/* crm styling ends */

/* crm part 1 styling begins */
.crm_part_1_section{
    width: 100%;
    position: relative;
}
.crm_part_1_section .main_container{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1550px;
    z-index: 2;
    text-align: center;
}
.crm_part_1_section img{
    width: 100%;
    height: auto;
    display: block;
}
/* crm part 1 styling ends */

/* crm part 2 styling begins */
.crm_part_2_section{
    width: 100%;
    position: relative;
}
.crm_part_2_section img{
    width: 100%;
    height: auto;
    display: block;
}
/* crm part 2 styling ends */

/* crm part 3 styling begins */
.crm_part_3_section{
    width: 100%;
    position: relative;
}
.crm_part_3_section img{
    width: 100%;
    height: auto;
    display: block;
}
/* crm part 3 styling ends */

/* crm part 4 styling begins */
.crm_part_4_section{
    width: 100%;
    position: relative;
}
.crm_part_4_section .main_container{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1550px;
    height: 100%;
    z-index: 6;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}
.crm_part_4_section .crm_description{
    color: var(--white-color);
    margin-top: 0;
}
.crm_part_4_section .side_bar_listing{
    margin-top: 0;
    color: var(--white-color);
}
.crm_part_4_section .side_bar_listing .main_btn{
    padding: 14px 68px;
}
.crm_part_4_section img{
    width: 100%;
    height: auto;
    display: block;
}
/* crm part 4 styling ends */

/* invoicing styling begins */
.invoicing_section{
    background-image: url(../images/luz-1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
.invoiving_content{
    padding-top: 266px;
}
.invoicing_img{
    width: 100%;
}
.invoicing_title{
    color: var(--gray);
    margin-bottom: 20px;
}
.invoicing_subtitle{
    margin-bottom: 20px;
}
.invoicing_description{
    color: var(--white-color);
    max-width: 427px;
}
.invoicing_description span {
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-medium);
    color: var(--blue);
}
.yt-img{
    position: absolute;
    left: 45%;
    top: 45%;
}
.invoicing_section .side_bar_listing{
/* margin-top: 50%; */
color: var(--white-color);
text-align: left;
}
.row_2{
    margin-top: 50px;
}
/* invoicing styling ends */



/* website design styling begins */
.web_design_section{
    background-image: url(../images/webdesign\ bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 107px;
    min-height: 970px;
}
.web_design_text{
    text-align: center;
}
.web_design_title{
    color: var(--gray);
    max-width: 876px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.web_design_subtitle{
    margin-bottom: 20px;
}
.web_design_description{
    color: var(--white-color);
    max-width: 847px;
    margin: 0 auto;
}
.web_design_image_container{
    position: relative;
}
.web_design_container{
padding-top: 110px;
}
.main_container.web_design_container {
    top:100px;
}
.web_design_section .side_bar_listing{
    margin-top: 0;
    margin-left: -110px;
    color: var(--white-color);
}

/* website design styling ends */





/* marketing styling begin */
.marketing_section{
    padding-top: 230px;
    padding-bottom: 100px;
}
.marketing_container{
    padding-bottom: 230px;
    background-color: var(--secondary-color);
    padding: 65px 45px 88px 45px;
    border-radius: 50px;
}
.marketing_title{
    color: var(--gray);
    max-width: 900px;
    margin-bottom: 20px;
}
.marketing_subtitle{
    margin-bottom: 20px;
    max-width: 730px;
}
.marketing_description{
    max-width: 670px;
    color: var(--white-color);
}
.marketing_image_container{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.create_title{
    color: var(--gray);
    text-align: center;
    margin-bottom: 30px;
}
.create_description{
    font-weight: var(--font-weight-bold);
    line-height: 88px;
    text-align: center;
    text-transform: uppercase;
    color: var(--black-color);
    display: block;
}
.create_description_mobile{
    display: none;
}
.create_description .create_line_1,
.create_description .create_line_2{
    /* font-family: 'Venzia bold'; */
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-bold);
    display: block;
}
.create_description .create_line_3{
    /* font-family: 'Venzia bold'; */
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-bold);
    display: block;
}
.create_description .blue_span{
    color: var(--blue);
}
.create_content{
    padding-top: 130px;
}
.create_cta{
    margin-top: 50px;
}
/* marketing styling end */


/* business styling begin */
.business_section{
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: var(--secondary-color);
}
.business_image_desktop{
    display: block;
}
.business_image_mobile{
    display: none;
}
.business_cta_mobile{
    display: none;
}
.business_title{
    color: var(--gray);
    width: 838px;
    margin-bottom: 20px;
}
.business_subtitle{
    margin-bottom: 20px;
    max-width: 580px;
}
.business_description{
    max-width: 670px;
    color: var(--white-color);
    margin-bottom: 40px;
}
.business_description span{
    font-family: 'Venzia Sans Med', sans-serif;
    color: var(--blue);
}
.business_image_container{
    position: absolute;
    right: -380px;
    top: 100px;
    width: 1200px;
}
/* business styling end */


/* missing leads styling begin */
.missing_leads_section{
    text-align: center;
    padding-top: 140px;
    background-color: var(--secondary-color);
}
.missing_leads_title{
    margin: 0 auto;
    color: var(--blue);
    margin-bottom: 15px;
    max-width: 1200px;
}
.missing_leads_subtitle{
    color: var(--gray);
    font-family: 'Venzia Sans SemBd', sans-serif;
}
.missing_leads_subtitle span{
    color: var(--blue);
}
.missing_leads_description{
    color: var(--white-color);
    max-width: 600px;
	line-height: 32px;
    margin: 70px auto;
}
.missing_leads_cta{
    margin-top: 20px;
}
.missing_leads_description_2{
    color: var(--white-color);
    margin-top: 20px;
}
.missing_leads_description_2 span{
    font-family: 'Venzia Sans Med', sans-serif;
    color: var(--blue);
    font-weight: 600;
}
/* missing leads styling end */


/* footer style begins */
footer{
    background-image: url(../images/luz-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0;
    text-align: center;
}
.footer_description.customized_p{
    margin-top: 130px;
}
footer p{
    margin: 0;
}
.footer_description{
    color: var(--white-color);
}
.footer_description span{
    color: var(--blue);
    font-family: 'Venzia Sans Med', sans-serif;
}
.footer_logo_container{
    width: 436px;
    padding-top: 38px;
    margin: 0 auto;
}
.footer_logo_container img{
    width: 100%;
}
/* footer style begins */

/* Contact Modal Styles */
.contact-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
}

.contact-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.contact-modal-content {
    position: relative;
    background: linear-gradient(135deg, var(--secondary-color) 0%, #0a1520 100%);
    border-radius: 24px;
    max-width: 650px;
    width: 90%;
    max-height: 90vh;
    height: auto;
    overflow-y: visible;
    overflow-x: hidden;
    z-index: 10000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(31, 137, 249, 0.1);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.contact-modal.active .contact-modal-content {
    transform: scale(1);
}

.contact-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
}

.contact-modal-close:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.contact-modal-close svg {
    width: 24px;
    height: 24px;
}

.contact-modal-header {
    padding: 32px 40px 20px;
    text-align: center;
    background: linear-gradient(180deg, rgba(31, 137, 249, 0.05) 0%, transparent 100%);
    border-bottom: 1px solid rgba(31, 137, 249, 0.15);
    position: relative;
}

.contact-modal-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    border-radius: 2px;
}

.contact-modal-title {
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: 32px;
    color: var(--white-color);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.contact-modal-subtitle {
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-light);
    font-size: 16px;
    color: var(--gray);
    letter-spacing: 0.3px;
}

.contact-modal-body {
    padding: 24px 40px 32px;
}

.contact-form-fallback {
    text-align: center;
    padding: 40px 20px;
    color: var(--white-color);
}

.contact-form-fallback p {
    margin-bottom: 15px;
    line-height: 1.6;
}
.col_xl_5_mobile{
    display: none;
}
/* Contact Form 7 Styling */
.wpcf7-form {
    color: var(--white-color);
}

.wpcf7-form p {
    margin-bottom: 18px;
    position: relative;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-semibold);
    font-size: 14px;
    color: var(--gray);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: var(--white-color);
    font-family: 'Venzia Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.5;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.wpcf7-form input[type="text"]:hover:not(:focus),
.wpcf7-form input[type="email"]:hover:not(:focus),
.wpcf7-form input[type="tel"]:hover:not(:focus),
.wpcf7-form textarea:hover:not(:focus) {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
}

.wpcf7-form textarea {
    height: 100px !important;
    min-height: 100px;
    max-height: 200px;
    resize: vertical;
    font-family: 'Venzia Sans', sans-serif;
    overflow-y: auto;
    line-height: 1.5;
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    font-weight: var(--font-weight-light);
}

.wpcf7-form input[type="submit"] {
    background: #FFD700;
    color: var(--black-color);
    border: none;
    padding: 18px 48px;
    font-family: 'Venzia Sans', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-top: 8px;
}

.wpcf7-form input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.wpcf7-form input[type="submit"]:hover {
    background: #ffc633;
    color: var(--black-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wpcf7-form input[type="submit"]:hover::before {
    left: 100%;
}

.wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.wpcf7-response-output {
    margin-top: 24px;
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    border-width: 2px;
    border-style: solid;
}

.wpcf7-mail-sent-ok {
    background: rgba(76, 175, 80, 0.15);
    border-color: #4caf50;
    color: #81c784;
    box-shadow: none;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam,
.wpcf7-validation-errors {
    background: rgba(244, 67, 54, 0.15);
    border-color: #f44336;
    color: #ff8a80;
    box-shadow: none;
}

/* Scroll to Top Button */
.scroll_to_top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 52px;
    height: 52px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(31, 137, 249, 0.35);
    padding: 0;
}

.scroll_to_top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll_to_top:hover {
    background-color: var(--blue);
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 8px 25px rgba(31, 137, 249, 0.5);
}

.scroll_to_top:active {
    transform: translateY(-3px) scale(0.98);
}

.scroll_to_top svg {
    width: 20px;
    height: 20px;
    stroke: var(--white-color);
    stroke-width: 3;
    fill: none;
}
.footer_logo_container img{
    object-fit: contain;
    height: 60px;
}
@media (max-width: 768px) {
    .scroll_to_top {
        width: 48px;
        height: 48px;
        bottom: 25px;
        right: 25px;
    }
    
    .scroll_to_top svg {
        width: 18px;
        height: 18px;
    }
}
@media (min-width: 1286px) and (max-width: 1600px) {
    .nav_links li a {
        font-size: 12px;
    }
}
@media (min-width: 1148px) and (max-width: 1286px) {
    .nav_links li a {
        font-size: 10px;
    }
}