/* 
    Brandon Phillips Website Styles
    Theme: Modern, Professional, Master Template
    Features: Responsive Header, Image-Matched Footer, Micro-interactions
*/

@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');


/* 1. ENABLE GLOBAL SCROLLING & SNAPPING */

body {
    font-family: var(--body-font);
    background-color: var(--light-gray);
    color: var(--primary-blue);
    overflow: visible !important;
    height: auto !important;
    margin: 0;
}





.hs-editor-active .snap-section {
    height: auto !important;
    min-height: 500px !important;
}


.hide {
    display: none;
}

.hero-cta.hide {
    display: none;
}

.hero-split-logo.hide {
    display: none !important;
}

/* Container jo sections ko hold karta hai */
.scroller-container {
    height: 100vh !important;
    width: 100% !important;
    overflow-y: scroll !important;
    scroll-snap-type: y mandatory !important;
    scroll-behavior: smooth !important;
    position: relative !important;
}

/* Har ek section (snap-section class honi chahiye) */
.snap-section {
    height: 100vh !important;
    width: 100% !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    /* Ek scroll par ek hi section pause hoga */
    overflow: hidden !important;
    position: relative !important;
}

/* Scrollbar hide karne ke liye (Sleek Desktop look) */
.scroller-container::-webkit-scrollbar {
    display: none;
}

.scroller-container {
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE/Edge */
}





/* 4. FIX HUBSPOT SYSTEM WRAPPERS */
.body-container-wrapper,
.body-wrapper,
.row-fluid,
.container-fluid,
[id^="hs_cos_wrapper_"] {
    height: auto !important;
    overflow: visible !important;
}

/* 5. HEADER FIX FOR HUBSPOT */
.main-header {
    width: 100vw !important;
    left: 0 !important;
}

:root {
    --primary-blue: #23395D;
    --accent-blue: #96B9D0;
    --light-gray: #F9FAFC;
    --dark-gray: #54595F;
    --white: #FFFFFF;
   --brown: #C62E04;
   --white: #FFFFFF;
    --heading-font: 'fontspring_demo_-_bebas_neuBd';
    --body-font: 'Inter', sans-serif;
    --accent-font: 'Inter', sans-serif;
    --ease: cubic-bezier(0.165, 0.84, 0.44, 1);
  

    /* Responsive Variables */
    --side-margin: 84px;
}

@media (max-width: 1024px) {
    :root {
        --side-margin: 40px;
    }
  
  .contact-container {
 
    align-items: center!important;
}

  .contact-portrait {padding-right: 0!important;}
  .approach-container { display: block !important;}
  .approach-cards-grid {margin-top: 50px;}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .services-grid-v2 {
        gap: 0 !important;
    }
}

@media (max-width: 768px) {
    :root {
        --side-margin: 20px;
    }
}


@font-face {
    font-family: 'fontspring_demo_-_bebas_neuBd';
    src: url('') format('woff2'),
    url('') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-family: var(--body-font);
    background-color: var(--light-gray);
    color: var(--primary-blue);
    overflow: hidden;
}

body.no-scroll {
    overflow: hidden;
}

/* Fullscreen Scrolling Container */
.decorative-watermark {
    position: absolute;
    right: -5%;
    /* Pull slightly more into the center than -15% */
    top: 50%;
    /* Center vertically to allow the massive logo to span the section */
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.03;
    /* Extremely subtle ghost effect */
    pointer-events: none;
}

.decorative-watermark img {
    width: 60vh;
    /* Massive scale to match design motif */
    height: 60vh;
    object-fit: contain;
    filter: brightness(1.1);
    /* Ensure it looks clean on light gray */
}

/* Hero Split Logo Transition */
.hero-split-logo {
    position: absolute;
    left: 47%;
    top: 24%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 180px;
    height: 180px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-split-logo img {
    width: 158px;
    height: 158px;
    object-fit: contain;
}


.mobi-img {
    display: None;
}

.scroller-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.scroller-container::-webkit-scrollbar {
    display: none;
}




header.main-header.scrolled .logo-text {
    display: none;
}

.snap-section {
    min-height: 100vh;
    /* Allow growth for zoom/mobile */
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    display: flex;
    align-items: center;
    overflow-y: visible;
    /* Prevent zoom-trapping */

}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px var(--side-margin);
    z-index: 4000;
    transition: all 0.4s var(--ease);
}

/* Scroll Mode: Desktop Nav hides, Hamburger appears */
.main-header.scrolled {
    padding: 10px 15px;

}

.main-header.scrolled .top-nav {
    display: none;
}

.main-header.scrolled .hamburger-toggle {
    display: block;
    /* Force show on desktop scroll */
}

.main-header.scrolled .logo-text {
    font-size: 14px;
    /* Slightly smaller logo text on scroll */
}



.header-left {
    display: flex;
    align-items: center;
    gap: 9px;
}

.logo-icon {
    height: 31px;
    width: 31px;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-blue);
}

.header-left a {
    display: inline-flex;
    gap: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Desktop Nav Hover States */
.top-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-nav a {
    text-decoration: none;
    color: var(--primary-blue);
    font-size: 19px;
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.3s var(--ease);
    position: relative;
}

.top-nav a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.top-nav a::after {

    position: absolute;

}

.top-nav a:hover::after {
    width: 100%;
}

.top-nav span {
    opacity: 0.3;
}

/* Hamburger Toggle */
.hamburger-toggle {
    display: none;
    background: none;
    border: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 3100;
    margin-right:20px;
    /* Higher than overlay (3000) to allow closing */
}

.hamburger-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--primary-blue);
    position: absolute;
    transition: all 0.3s var(--ease);
}

.hamburger-toggle span:nth-child(1) {
    top: 0;
}

.hamburger-toggle span:nth-child(2) {
    top: 9px;
    width: 85%;
}

.hamburger-toggle span:nth-child(3) {
    bottom: 0;
    width: 65%;
    right: 0;
}

.hamburger-toggle.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    background-color: var(--primary-blue);
}

.hamburger-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.hamburger-toggle.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
    width: 100%;
    background-color: var(--primary-blue);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    /* Changed to left for sliding consistency */
    width: 100%;
    height: 100vh;
    background: var(--white);
    z-index: 3000;
    /* Higher z-index to cover everything */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.5s var(--ease);
}

.mobile-menu-overlay.is-active {
    left: 0;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centered links */
    justify-content: center;
    text-align: center;
    gap: 35px;
    width: 100%;
} 

.mobile-nav a {
    font-family: var(--heading-font);
    font-size: 2.8rem;
    /* Slightly larger for emphasis */
    text-decoration: none;
    color: var(--primary-blue);
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 2px;
}

.mobile-nav a:hover {
    color: var(--accent-blue);
    transform: scale(1.1);
}

/* Side Dots */
.side-dots {
    position: fixed;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1000;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(35, 57, 93, 0.4);
    transition: all 0.3s var(--ease);
    position: relative;
    display: block;
}

.dot.is-active {
    background-color: var(--accent-blue);
    border-color: var(--accent-blue);
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(150, 185, 208, 0.4);
}

/* Hero Section */
.hero-split-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
}

.hero-left-col {
    flex: 0 0 47%;
    background: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 154px var(--side-margin) 60px var(--side-margin);
    z-index: 2;
    /* Ensures content is above watermark */
}

.hero-right-col {
    flex: 0 0 53%;
    background-image: url('img/brandon-hero.jpg');
    background-size: cover;
    background-position: center top;
}

.bebas-heading {
    font-family: var(--heading-font);
    font-size: 60px;
    line-height: 1.1;
    color: var(--primary-blue);
    margin-bottom: 30px;
    font-weight: 700;
}


.services-header.tm {
    margin-bottom: 0;
}


h2.bebas-heading.tml {
    margin-bottom: 15px;
}



.hero-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 49px;
    max-width: 550px;
}


.overlay {
    pointer-events: none;
}


.hero-cta {
    margin-top: 20px;
}

/* Today Code: Restoring Hero Watermark */
.decorative-watermark {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.04;
    pointer-events: none;
}

.decorative-watermark img {
    width: 25vw;
    height: auto;
}

.btn-primary {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--brown); 
    color: var(--white);
    text-decoration: none;
    font-family: var(--accent-font);
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    transition: all 0.3s var(--ease);
   border: 1px solid var(--brown);
}

.btn-primary:hover {
    color: var(--brown);
    transform: translateY(-3px);
    border: 1px solid var(--brown);
    background-color: transparent;
}



.btn-more {
    
    background-color: var(--brown)!important;
    color: var(--white);
    border: 1px solid var(--brown)!important;
}


.btn-more:hover {
      color: var(--brown);
    transform: translateY(-3px);
    border: 1px solid var(--brown);
    background-color: transparent!important;
}

/* Services Container */
.services-container {
    width: 100%;
    padding: 6vh var(--side-margin) 4vh var(--side-margin);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.services-header {
    text-align: left;
    margin-bottom: 10px;
}

.services-header .label-accent {
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: 500;
    color: var(--accent-blue);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.services-header h2 {
    font-family: var(--heading-font);
    font-size: clamp(32px, 4.17vw, 60px);
    line-height: 1.1;
    color: var(--primary-blue);
    font-weight: 700;
}

.services-grid-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 100px;
    width: 100%;
}

.service-card-v2 {
    flex: 0 0 calc(33.333% - 67px);
    min-width: 225px;
    text-align: center;
    
    transition: transform 0.3s var(--ease);
}

.service-icon-v2 img,
.service-icon-v2 svg {
    width: 95px;
    height: 95px;
    object-fit: contain;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.service-card-v2 h3 {
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-blue);
    max-width: 280px;
    margin: 0 auto;
}

.services-footer {
    margin-top: 25px;
    text-align: center;
}

.btn-more {
    display: inline-block;
    padding: 9px 12px;
    background-color: var(--accent-blue);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: var(--accent-font);
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s var(--ease);
}

.btn-more:hover {
    background-color: var(--primary-blue);
    transform: translateY(-2px);
}

/* Approach Section */
.approach-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 6vh var(--side-margin) 6vh var(--side-margin);
    position: relative;

    background-color: var(--light-gray);
}

.approach-container .label-accent {
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: 500;
    color: var(--accent-blue);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.approach-left {
    flex: 0 0 45%;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
}

.approach-right {
    flex: 0 0 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.approach-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 100%;
}

.approach-card {
    background: var(--white);
    border: 1px solid #707070;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s var(--ease);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.approach-card:hover {
    border-color: var(--accent-blue);
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px);
}

.approach-card h3 {
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.approach-card p {
    font-size: 20px;
    line-height: 1.6;
    color: var(--dark-gray);
    margin: 0;
}

.btn-pill {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--brown);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-family: var(--accent-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s var(--ease);
    margin-top: 40px;
    width: fit-content;
   border:1px solid var(--brown);
}
.btn-pill:hover {
    color:var(--brown);
    transform: translateY(-2px);
    background-color: transparent;
}

/* Biography & Contact Specifics */
#bio {
    background-color: var(--light-gray);
}

#contact {
    background-color: var(--white);
}

.bio-content {
    max-width: 800px;
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--primary-blue);
    margin-top: 20px;
}

/* Footer & Site Footer */
.site-footer {
    padding: 17px var(--side-margin);
    background: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid rgba(15, 23, 42, 0.1); */
    width: 100%;
    scroll-snap-align: end;
}

.contact-footer-box {
    margin-top: 40px;
}

.footer-nav {
    display: flex;

    align-items: center;
}


.top-nav a:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #23395D;
}

.footer-nav a {
    text-decoration: none;
    color: var(--primary-blue);
    font-size: 14px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.footer-nav a:hover {
    opacity: 1;
}

/* Responsive Overrides */
@media (max-width: 1100px) {
    .service-card-v2 {
        flex: 0 0 calc(50% - 20px);
        min-width: unset;
    }
}

/* Final Mobile Navigation Reveal */
@media (max-width: 768px) {
    .top-nav {
        display: none !important;
    }

    /* Hard hide desktop nav */
    .hamburger-toggle {
        display: block !important;
    }

    /* Hard show hamburger */

    .main-header {
        padding: 20px 20px;
        /* Specific mobile padding */
        background: rgba(255, 255, 255, 0.98);
    }

    .side-dots {
        display: none;
    }
}

@media (max-width: 768px) {
  
  
  .contact-form-box {

    padding:40px; 75px!important;
}
  
  .contact-container.pageset {
  
    padding: 25px;

}

    .bebas-heading {

        text-align: center;
    }

    .hero-description {

        max-width: 100%;
    }

    .mobi-img img {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .hero-content {
        text-align: center;
    }

    .mobi-img {
        display: block;
    }


    .services-header .label-accent {

        margin-bottom: 30px;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }


    .approach-container .label-accent {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .approach-left {
        text-align: center;
    }

    body {
        overflow-y: auto;
    }

    .scroller-container {
        scroll-snap-type: none;
        height: auto;
    }

    .snap-section {
        height: auto;
        min-height: auto;
    }

    .hero-split-wrapper {
        flex-direction: column;
        height: auto;
    }

    .hero-left-col {
        flex: 0 0 100%;
        padding: 100px 20px 0px 20px;
    }

    .bebas-heading {
        font-size: 36px;
    }

    .services-grid-v2 {
        gap: 20px;
    }

    .service-card-v2 {
        flex: 0 0 100%;
    }

    /* Approach Mobile Stack */
    .approach-container {
        flex-direction: column;
        padding-top: 10px;
        height: auto;
    }

    .btn-pill {
        margin-top: 0;
        display: inline-flex;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
    }


    .contact-container {
        flex-direction: column;
        gap: 0px !important;
        padding-top: 30px !important;
    }



    .services-container {
        padding: 10px 20px;
        min-height: auto;
    }



    .approach-left,
    .approach-right {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .approach-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .site-footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hero-split-logo {
        display: none;
    }

    /* Hide transition logo on mobile */

    .bottom-watermark {
        display: none;
    }

    /* Hide bottom watermark on mobile */

    /* Restoration Fixes */
    .top-nav {
        display: none;
    }

    /* Hide desktop nav */
    .hamburger-toggle {
        display: block;
    }

    /* Show mobile hamburger */
    .side-dots {
        display: none;
    }

   
.hamburger-toggle {margin-right: 0;}
span.label-accent {padding-top: 50px;}
.contact-portrait { padding-right: 0!important;} 
.contact-right {margin-top: 50px;}  
.hs-menu-wrapper.hs-menu-flow-horizontal ul {flex-direction: row!important;} 
  
  
}

/* Bottom Background Watermark (Oversized Motif) */
.bottom-watermark {
    position: absolute;
    top: 52%;
    left: 36%;
    transform: translateX(-50%);
    width: min(50vh, 600px);
    height: auto;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

/* ==========================================================================
   TESTIMONIALS SLIDER - CONSOLIDATED & CLEAN
   ========================================================================== */

/* 1. Viewport (Outer Container) */
.testimonials-viewport {
    overflow: hidden;
    width: 100%;

    position: relative;
    min-height: 390px;
    /* Ensures space for sliding cards */
}



.testimonial-card {

   height: 100%;
}
/* 2. Sliding Track (The actual flex row) */
.testimonials-track {
    display: flex !important;
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* 3. Individual Slide Adjustments */
.testimonial-slide {
    flex: 0 0 50% !important;
    /* Shows 2 cards on Desktop */
    padding: 15px;
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transition: opacity 0.4s ease;
}


/* 4. Testimonial Card Styling */
.testimonial-card {
    background-color: var(--primary-blue);
    padding: 24px;
    border-radius: 12px;
    color: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
    /* min-height: 400px; */
    max-width: 900px;
    margin: 0 auto;

}

.quote-icon img {
    width: 50px;
    height: auto;
    opacity: 0.9;
    margin-bottom: 10px;
}

.quote-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
    font-weight: 400;
}

.testimonial-divider {
    height: 1px;
    background: #fff;
    margin-bottom: 20px;
}



.author-company {

    font-size: 18px;

    display: block;
    margin-bottom: 5px;
}

.author-title {
    font-size: 18px;

    display: block;



}

/* 5. Dot Navigation */
.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.t-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #2c4c78;
    background: rgba(44, 76, 120, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.t-dot.is-active {
    background: #2c4c78;
    transform: scale(1.3);
    box-shadow: 0 0 12px rgba(44, 76, 120, 0.4);
}

/* 6. Mobile Responsive Fixes */
@media (max-width: 768px) {
    .testimonial-slide {
        flex: 0 0 100% !important;
        /* Shows 1 card on Mobile */
    }

    .testimonial-card {
        padding: 30px;
        min-height: auto;
    }

    .quote-text {
        font-size: 17px;
    }



    .scroller-container,
    .snap-section {
        height: auto !important;

    }





}



.footer-nav a:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #999;
} 

/* Contact Section High-Fidelity */
.contact-container {
    width: 100%;
    display: flex;
    padding: 12vh var(--side-margin) 6vh var(--side-margin);
    position: relative;
    gap: 24px;
    min-height: 100vh;
    align-items: center;
}

/* .contact-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
} */

.contact-left {
    flex: 0 0 42.5%;
    display: flex;
    flex-direction: column;
}

.contact-subheading {
    font-size: 18px;
    margin: 10px 0 30px 0;
    color: var(--primary-blue);
    opacity: 0.8;
}


span.label-accent {
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: 500;
    color: var(--accent-blue);

    text-transform: uppercase;
}

.contact-portrait {
    width: 100%;
    padding-right:104px;
    border-radius: 12px;
  
   
}

.contact-portrait img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contact-right {
    flex: 0 0 55%;
}


.services-header h2 {

    margin-bottom: 30px;
}

.contact-form-box {
    background-color: var(--primary-blue);
    border-radius: 12px;
    padding: 40px 40px; 
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--white);
    color: var(--primary-blue);
    font-size: 16px;
    font-family: var(--body-font);
    transition: all 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--primary-blue);
    opacity: 0.5;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    background: #f8faff;
    border-color: var(--accent-blue);
}

.btn-pill-contact {
    align-self: flex-start;
    padding: 14px 45px;
    font-weight: 600;
    font-size: 15px;
    background-color: var(--accent-blue) !important;
    border: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .contact-container {
        flex-direction: column;
        gap: 40px;
        padding-top: 100px;
    }

    .contact-left,
    .contact-right {
        flex: 0 0 100%;
    }

    .contact-portrait {
        max-width: 100%;
    }
}



.bottom-watermark img {
    width: 100%;
    height: auto;
    object-fit: contain;
}



.dnd-section .dnd-column {
    padding: 0 !important;
}


form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem;
    width: 100% !important;
}

.hs-button {

    width: auto !important;
    border-radius: 50px !important;
    background-color: var(--brown) !important;
    padding: 10px 44px !important;
    font-size: 20px;
    color: #fff !important;
    border:1px solid var(--brown);
} 


.hs-button:hover {
    color: var(--brown) !important;
    transform: translateY(-2px);
    background: #fff !important;
    border: 1px solid var(--brown);
}





.btn-primary-bio {  background-color: var(--brown) !important;
     border:1px solid var(--brown); 
  
}

.btn-primary-bio:hover {
    background-color: transparent !important;
    color: var(--brown);
}

.contact-form textarea {
    min-height: 200px;
}


/* .author-title {
    margin-top:10px;
    margin-bottom:10px;
}
 */

.author-title {
    margin-top: 0px;
    margin-bottom: 5px;
}