/* ============================================
   Font Face Declarations
   ============================================ */

/* Bagoss Standard TRIAL - Thin */
@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Bagoss Standard TRIAL - Light */
@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Bagoss Standard TRIAL - Regular */
@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Bagoss Standard TRIAL - Medium */
@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bagoss Standard TRIAL - SemiBold */
@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bagoss Standard TRIAL - Bold */
@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bagoss Standard TRIAL';
    src: url('../fonts/BagossStandard-TRIAL-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Inter Font - Variable Font (includes all weights) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ============================================
   Readex Pro Font Face Declarations
   ============================================ */

/* Readex Pro - Variable Font (includes all weights) */
@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/fonts/variable/Readexpro[HEXP,wght].ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Readex Pro - Light */
@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/fonts/ttf/ReadexPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Readex Pro - Medium */
@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/fonts/ttf/ReadexPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Readex Pro - Bold */
@font-face {
    font-family: 'Readex Pro';
    src: url('../fonts/fonts/ttf/ReadexPro-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Security New Page Styles - Fully Responsive
   ============================================ */

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Account for fixed header height */
}

html, body {
    overflow-x: hidden;
}

/* Responsive scroll padding to match header height at different breakpoints */
@media (min-width: 1200px) and (max-width: 1399px) {
    html {
        scroll-padding-top: 85px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        scroll-padding-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        scroll-padding-top: 65px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    html {
        scroll-padding-top: 60px;
    }
}

@media (max-width: 575px) {
    html {
        scroll-padding-top: 56px;
    }
}

@media (max-width: 374px) {
    html {
        scroll-padding-top: 48px;
    }
}

/* Security Section */
.security-new-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    z-index: 1;
    padding-top: 0;
    overflow: hidden;
}

/* Video background - replaces GIF */
.security-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

/* Ensure content has proper spacing from header */
.security-new-section .container {
    position: relative;
    z-index: 2;
}

/* ============================================
   Security Content Styles
   ============================================ */

/* Left Content Section */
.security-content-left {
    padding: 1rem 0;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

/* Heading Styles */
.security-heading {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(7, 17, 23, 1);
    margin-bottom: 1.5rem;
}

.security-heading span {
    display: block;
}

/* Description Styles */
.security-description {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(57, 59, 60, 1);
    margin-bottom: 2rem;
}

.security-description span {
    display: block;
}

/* Button Styles */
.security-buttons {
    margin-top: 2rem;
    transform-origin: top left;
    animation: growFromTopLeft 0.6s ease-out forwards;
    animation-delay: 1.2s; /* Starts after slideInLeft ends (0.2s delay + 1s duration) */
    opacity: 0;
}

@keyframes growFromTopLeft {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.btn.btn-demo-primary,
a.btn.btn-demo-primary,
.btn-demo-primary {
    background: rgba(30, 72, 199, 1) !important;
    color: #fff !important;
    padding: 11px 26px !important;
    border-radius: 30px !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    border: 2px solid transparent !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    font-family: 'Inter', sans-serif !important;
    text-decoration: none !important;
    display: inline-block !important;
    width: 180px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.btn.btn-demo-primary:hover,
a.btn.btn-demo-primary:hover,
.btn-demo-primary:hover {
    background: rgba(30, 72, 199, 0.9) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(30, 72, 199, 0.3) !important;
}

.btn.btn-team-outline,
a.btn.btn-team-outline,
.btn-team-outline {
    background: transparent !important;
    color: rgba(30, 72, 199, 1) !important;
    border: 2px solid rgba(30, 72, 199, 1) !important;
    padding: 12px 10px !important;
    border-radius: 30px !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    font-family: 'Inter', sans-serif !important;
    text-decoration: none !important;
    display: inline-block !important;
    width: 180px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.btn.btn-team-outline:hover,
a.btn.btn-team-outline:hover,
.btn-team-outline:hover {
    background: rgba(30, 72, 199, 1) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(30, 72, 199, 0.3) !important;
}

/* Image Wrapper */
.security-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-fill-mode: both;
}

.security-padlock-img {
    width: 100%;
    max-width: 570px;
    height: auto;
    object-fit: contain;
}

/* Logos Section */
.security-logos-wrapper {
    padding: 2rem 0;
    width: 100%;
}

.security-logos-wrapper .d-flex {
    gap: 3rem !important;
}
.logos-section{
    margin-top: -5%;
}

.security-logo-img {
    width: auto;
    height: auto;
    max-height: 110px;
    max-width: 220px;
    object-fit: contain;
    filter: grayscale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.security-logo-img:hover {
    transform: scale(1.1);
    opacity: 1;
}



/* ============================================
   Security Details Section
   ============================================ */

   .security-details-section {
    width: 100%;
    background-color: #FFFFFF; /* White background */
    background-image: url('../images/BG.png');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    padding: 5rem 0;
    min-height: 75vh;
    position: relative;
}

.security-details-section::before {
    content: "";
    position: absolute;
    top: -148px; /* height - 2px = 150px - 2px = 148px */
    left: 0;
    width: 100%;
    height: 150px; /* Decreased height */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6.74%, #FFFFFF 100%);
    pointer-events: none;
    z-index: 1;
}

.security-details-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    z-index: 2;
}

/* Navigation Menu */
.security-nav-menu {
    position: sticky;
    top: 100px;
    width: 100%;
}

.security-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.security-nav-menu li {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 300;
    color: rgba(7, 17, 23, 1);
    margin: 15px 0;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 8px;
    width: fit-content;
}

.security-nav-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background-color: rgba(30, 72, 199, 1);
    transition: width 0.4s ease;
}

.security-nav-menu li.active::after {
    width: 100%;
}

.security-nav-menu li.active {
    font-weight: 400;
    color: rgba(7, 17, 23, 1);
}

.security-nav-menu li:hover {
    color: rgba(30, 72, 199, 1);
}

/* Content Panel */
.security-content-panel {
    width: 100%;
}

.security-detail-box {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 0px 0px 60px 0px #0000001A;
    padding: 5%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.security-headings-wrapper {
    margin-bottom: 3rem;
}

.security-detail-heading {
    font-family: 'Inter', sans-serif;
    color: rgba(145, 145, 145, 1);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.security-detail-title {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-size: 37px;
    color: rgba(7, 17, 23, 1);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
}

/* Animation Styles for Security Detail Boxes */
.security-detail-box .security-headings-wrapper.animate__animated {
    animation-fill-mode: both;
}

.security-detail-box .security-detail-image-wrapper.animate__animated {
    animation-fill-mode: both;
}

.security-detail-box .security-detail-list li.animate__animated {
    animation-fill-mode: both;
    opacity: 0;
}

.security-detail-box .security-detail-list li.animate__slideInUp {
    opacity: 1;
}

.security-detail-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.security-detail-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.security-detail-list {
    list-style: none;
    padding: 0;
}

.security-detail-list li {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(42, 42, 42, 1);
    line-height: 1.6;
}

.security-check-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}
.left-nav{
    margin-top: 5%;
}

/* ============================================
   Responsive Styles
   ============================================ */

/* Extra Small Devices (phones, 320px - 575px) */
@media (max-width: 575.98px) {
    .security-new-section {
        margin-top: -70px;
    }
    
    .security-new-section .container {
        padding-top: 150px; 
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
    }
    .inner-content{
        margin-bottom: 0 !important;
    }
    
    
    .security-heading {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 0.5rem !important;
    }
    
    .security-description {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 1.5rem;
    }
    
    
    .btn.btn-demo-primary,
    a.btn.btn-demo-primary,
    .btn-demo-primary,
    .btn.btn-team-outline,
    a.btn.btn-team-outline,
    .btn-team-outline {
        padding: 10px 12px !important;
        font-size: 10px !important;
        width: 110px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    .btn.btn-demo-primary,
    a.btn.btn-demo-primary,
    .btn-demo-primary {
        border: 2px solid transparent !important;
        padding: 10px 18px !important; /* Adjusted to match outline button's visual padding accounting for border */
    }
    
    .security-buttons {
        flex-direction: row;
        gap: 1rem !important;
    }
    
    
    .security-padlock-img {
        max-width: 100%;
        
    }
    
    .security-logo-img {
        max-height: 50px;
        max-width: 100px;
    }
    
    .security-logos-wrapper {
        padding: 0rem 0 2rem 0;
        width: 80%;
        margin: auto !important;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 1.5rem !important;
    }
}

/* Small Devices (phones landscape, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .security-new-section {
        margin-top: -80px;
    }
    
    .security-new-section .container {
        padding-top: 100px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2.5rem;
    }
    
    /* Typography */
    .security-heading {
        font-size: 32px;
        margin-bottom: 1.25rem;
    }
    
    .security-description {
        font-size: 15px;
        margin-bottom: 1.75rem;
    }
    
    /* Buttons */
    .btn.btn-demo-primary,
    a.btn.btn-demo-primary,
    .btn-demo-primary,
    .btn.btn-team-outline,
    a.btn.btn-team-outline,
    .btn-team-outline {
        padding: 11px 8px !important;
        font-size: 15px !important;
        width: 140px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    .btn.btn-demo-primary,
    a.btn.btn-demo-primary,
    .btn-demo-primary {
        border: 2px solid transparent !important;
        padding: 9px 22px !important; /* Adjusted to match outline button's visual padding accounting for border */
    }
    
    /* Images */
    .security-padlock-img {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .security-logo-img {
        max-height: 85px;
        max-width: 170px;
    }
    
    .security-logos-wrapper {
        padding: 1.75rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 2rem !important;
    }
}

/* Medium Devices (tablets, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .security-new-section {
        margin-top: -90px;
    }
    
    .security-new-section .container {
        padding-top: 200px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 3rem;
    }
    
    /* Typography */
    .security-heading {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }
    
    .security-description {
        font-size: 16px;
        margin-bottom: 2rem;
    }
    
    /* Buttons */
    .btn.btn-demo-primary,
    a.btn.btn-demo-primary,
    .btn-demo-primary,
    .btn.btn-team-outline,
    a.btn.btn-team-outline,
    .btn-team-outline {
        padding: 12px 12px !important;
        font-size: 15px !important;
        width: 150px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    .btn.btn-demo-primary,
    a.btn.btn-demo-primary,
    .btn-demo-primary {
        border: 2px solid transparent !important;
        padding: 10px 24px !important; /* Adjusted to match outline button's visual padding accounting for border */
    }
    
    /* Images */
    .security-padlock-img {
        max-width: 100%;
    }
    
    .security-logo-img {
        max-height: 70px;
        max-width: 100px;
    }
    
    .security-logos-wrapper {
        padding: 2rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 2.5rem !important;
    }


    /* security detail section */

    .security-details-section {
        padding: 4rem 0;
    }
    
    .security-details-section::before {
        top: -128px; /* height - 2px = 130px - 2px = 128px */
        height: 130px;
    }
    
    .security-details-container {
        width: 92%;
        padding: 0 1.5rem;
    }
    
    .left-nav {
        display: none;
    }
    
    .security-nav-menu {
        display: none;
    }
    
    .security-content-panel {
        width: 100%;
    }
    
    .security-detail-box {
        padding: 1.5rem;
        min-height: 440px;
        margin-bottom: 2rem;
        display: block !important;
    }
    
    .security-detail-heading {
        font-size: 18px;
        text-align: center;
    }
    
    .security-detail-title {
        font-size: 32px;
        margin-bottom: 0;
        text-align: center;
    }
    
    .security-detail-list li {
        font-size: 18px;
    }
    
    /* Disable animations on tablet */
    .security-detail-box .security-headings-wrapper,
    .security-detail-box .security-detail-image-wrapper,
    .security-detail-box .col-12.col-md-6,
    .security-detail-box .security-detail-list li {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .security-detail-box .animate__animated {
        animation: none !important;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) and (min-height: 1300px) and (max-height: 1400px) and (orientation: portrait) {
    .security-new-section{
        min-height: 60vh;
    }
    .inner-content{
        margin-top: 0%;
    }
    .logos-section{
        margin-top: 5%;
    }
    .security-details-section{
        min-height: 50vh;
    }
    .security-details-container{
        padding: 0 0 !important;
    }
    .security-detail-box {
        padding: 5% 6% 5% 6%;
    }
    .security-details-section::before {
        top: -138px; /* height - 2px = 140px - 2px = 138px */
        height: 140px;
    }
}

/* Large Devices (desktops, 992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .security-new-section {
        margin-top: -100px;
    }
    
    .security-new-section .container {
        padding-top: 20%;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 4rem;
    }
    
    .security-details-section::before {
        top: -138px; /* height - 2px = 140px - 2px = 138px */
        height: 140px;
    }
    
    /* Typography */
    .security-heading {
        font-size: 40px;
    }
    
    .security-description {
        font-size: 15px;
    }
    
    /* Images */
    .security-padlock-img {
        max-width: 520px;
    }
    
    .security-logo-img {
        max-height: 105px;
        max-width: 210px;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 2rem !important;
    }
    .logos-section{
        margin-top: 5%;
    }
    .security-detail-title{
        font-size: 26px;
    }
    .security-detail-heading{
        font-size: 15px;
    }
    .security-detail-list li{
        font-size: 17px;
    }
}

/* Extra Large Devices (large desktops, 1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .security-new-section {
        margin-top: -100px;
    }
    
    .security-new-section .container {
        padding-top: 250px;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 5rem;
    }
    
    .security-details-section::before {
        top: -148px; /* height - 2px = 150px - 2px = 148px */
        height: 150px;
    }
    
    /* Typography */
    .security-heading {
        font-size: 52px;
    }
    
    .security-description {
        font-size: 17px;
    }
    
    /* Images */
    .security-padlock-img {
        max-width: 570px;
    }
    
    .security-logo-img {
        max-height: 110px;
        max-width: 220px;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 3.5rem !important;
    }
    .logos-section{
        margin-top: 0%;
    }
}

/* XXL Devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .security-new-section {
        margin-top: -100px;
    }
    
    .security-new-section .container {
        padding-top: 200px;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 6rem;
        max-width: 90% !important;
    }
    
    .security-details-section::before {
        top: -158px; /* height - 2px = 160px - 2px = 158px */
        height: 160px;
    }
    
    /* Typography */
    .security-heading {
        font-size: 3.75rem;
        line-height: 5rem;
    }
    
    .security-description {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    
    /* Images */
    .security-padlock-img {
        max-width: 700px;
    }
    
    .security-logo-img {
        max-height: 115px;
        max-width: 230px;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 4rem !important;
    }
    
    /* Security Details Section */
    .security-detail-title {
        font-size: 2.3125rem; /* 37px */
    }
    
    .security-detail-heading {
        font-size: 1.25rem; /* 20px */
    }
    
    .security-detail-img {
        max-width: 100%;
    }
    
    .security-detail-list li {
        font-size: 1.5625rem; /* 17px + 0.5rem = 25px */
    }
    
    .security-nav-menu li {
        font-size: 1.125rem; /* 18px */
    }
    .logos-section {
        margin-top: 0%;
    }
}

/* Large Desktop (1600px - 1799px) */
@media (min-width: 1600px) {
    .security-new-section .container {
        padding-top: 180px;
        padding-left: 6rem;
        padding-right: 6rem;
        padding-bottom: 7rem;
    }
    
    .security-heading {
        font-size: 4.25rem; /* 68px */
        line-height: 5.5rem;
        margin-bottom: 2rem;
    }
    
    .security-description {
        font-size: 1.375rem; /* 22px */
        line-height: 2rem;
        margin-bottom: 2.5rem;
    }
    
    .security-padlock-img {
        max-width: 800px;
    }
    
    .security-logo-img {
        max-height: 130px;
        max-width: 260px;
    }
    
    .security-logos-wrapper {
        padding: 2.5rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 4.5rem !important;
    }
    
    .security-buttons {
        margin-top: 2.5rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 6rem 0;
    }
    
    .security-detail-title {
        font-size: 2.625rem; /* 42px */
    }
    
    .security-detail-heading {
        font-size: 1.375rem; /* 22px */
    }
    
    .security-detail-list li {
        font-size: 1.625rem; /* 18px + 0.5rem = 26px */
        margin-bottom: 1.75rem;
    }
    
    .security-nav-menu li {
        font-size: 1.25rem; /* 20px */
    }
}

/* Extra Large Desktop (1800px - 1999px) */
@media (min-width: 1800px) {
    .security-new-section .container {
        padding-top: 150px;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 6rem;
        max-width: 90% !important;
    }
    
    .security-heading {
        font-size: 4.75rem; /* 76px */
        line-height: 6rem;
        margin-bottom: 2.25rem;
    }
    
    .security-description {
        font-size: 1.5rem; /* 24px */
        line-height: 2.125rem;
        margin-bottom: 3rem;
    }
    
    .security-padlock-img {
        max-width: 900px;
    }
    
    .security-logo-img {
        max-height: 145px;
        max-width: 290px;
    }
    
    .security-logos-wrapper {
        padding: 0rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 5rem !important;
    }
    
    .security-buttons {
        margin-top: 3rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 7rem 0;
    }
    
    .security-detail-title {
        font-size: 2.9375rem; /* 47px */
    }
    
    .security-detail-heading {
        font-size: 1.5rem; /* 24px */
    }
    
    .security-detail-list li {
        font-size: 1.6875rem; /* 19px + 0.5rem = 27px */
        margin-bottom: 2rem;
    }
    
    .security-nav-menu li {
        font-size: 1.375rem; /* 22px */
    }
}

/* Ultra Large Desktop (2000px - 2199px) */
@media (min-width: 2000px) {
    .security-new-section .container {
        padding-top: 220px;
        padding-left: 8rem;
        padding-right: 8rem;
        padding-bottom: 9rem;
    }
    
    .security-heading {
        font-size: 5.25rem; /* 84px */
        line-height: 6.5rem;
        margin-bottom: 2.5rem;
    }
    
    .security-description {
        font-size: 1.625rem; /* 26px */
        line-height: 2.25rem;
        margin-bottom: 3.5rem;
    }
    
    .security-padlock-img {
        max-width: 1000px;
    }
    
    .security-logo-img {
        max-height: 160px;
        max-width: 320px;
    }
    
    .security-logos-wrapper {
        padding: 3.5rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 5.5rem !important;
    }
    
    .security-buttons {
        margin-top: 3.5rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 8rem 0;
    }
    
    .security-detail-title {
        font-size: 3.25rem; /* 52px */
    }
    
    .security-detail-heading {
        font-size: 1.625rem; /* 26px */
    }
    
    .security-detail-list li {
        font-size: 1.75rem; /* 20px + 0.5rem = 28px */
        margin-bottom: 2.25rem;
    }
    
    .security-nav-menu li {
        font-size: 1.5rem; /* 24px */
    }
}

/* Ultra Large Desktop 2 (2200px - 2399px) */
@media (min-width: 2200px) {
    .security-new-section .container {
        padding-top: 240px;
        padding-left: 9rem;
        padding-right: 9rem;
        padding-bottom: 10rem;
    }
    
    .security-heading {
        font-size: 5.75rem; /* 92px */
        line-height: 7rem;
        margin-bottom: 2.75rem;
    }
    
    .security-description {
        font-size: 1.75rem; /* 28px */
        line-height: 2.375rem;
        margin-bottom: 4rem;
    }
    
    .security-padlock-img {
        max-width: 1100px;
    }
    
    .security-logo-img {
        max-height: 175px;
        max-width: 350px;
    }
    
    .security-logos-wrapper {
        padding: 4rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 6rem !important;
    }
    
    .security-buttons {
        margin-top: 4rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 9rem 0;
    }
    
    .security-detail-title {
        font-size: 3.5625rem; /* 57px */
    }
    
    .security-detail-heading {
        font-size: 1.75rem; /* 28px */
    }
    
    .security-detail-list li {
        font-size: 1.8125rem; /* 21px + 0.5rem = 29px */
        margin-bottom: 2.5rem;
    }
    
    .security-nav-menu li {
        font-size: 1.625rem; /* 26px */
    }
}

/* Ultra Large Desktop 3 (2400px - 2599px) */
@media (min-width: 2400px) {
    .security-new-section .container {
        padding-top: 260px;
        padding-left: 10rem;
        padding-right: 10rem;
        padding-bottom: 11rem;
    }
    
    .security-heading {
        font-size: 6.25rem; /* 100px */
        line-height: 7.5rem;
        margin-bottom: 3rem;
    }
    
    .security-description {
        font-size: 1.875rem; /* 30px */
        line-height: 2.5rem;
        margin-bottom: 4.5rem;
    }
    
    .security-padlock-img {
        max-width: 1200px;
    }
    
    .security-logo-img {
        max-height: 190px;
        max-width: 380px;
    }
    
    .security-logos-wrapper {
        padding: 4.5rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 6.5rem !important;
    }
    
    .security-buttons {
        margin-top: 4.5rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 10rem 0;
    }
    
    .security-detail-title {
        font-size: 3.875rem; /* 62px */
    }
    
    .security-detail-heading {
        font-size: 1.875rem; /* 30px */
    }
    
    .security-detail-list li {
        font-size: 1.875rem; /* 22px + 0.5rem = 30px */
        margin-bottom: 2.75rem;
    }
    
    .security-nav-menu li {
        font-size: 1.75rem; /* 28px */
    }
}

/* Ultra Large Desktop 4 (2600px - 2799px) */
@media (min-width: 2600px) {
    .security-new-section .container {
        padding-top: 280px;
        padding-left: 11rem;
        padding-right: 11rem;
        padding-bottom: 12rem;
    }
    
    .security-heading {
        font-size: 6.75rem; /* 108px */
        line-height: 8rem;
        margin-bottom: 3.25rem;
    }
    
    .security-description {
        font-size: 2rem; /* 32px */
        line-height: 2.625rem;
        margin-bottom: 5rem;
    }
    
    .security-padlock-img {
        max-width: 1300px;
    }
    
    .security-logo-img {
        max-height: 205px;
        max-width: 410px;
    }
    
    .security-logos-wrapper {
        padding: 5rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 7rem !important;
    }
    
    .security-buttons {
        margin-top: 5rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 11rem 0;
    }
    
    .security-detail-title {
        font-size: 4.1875rem; /* 67px */
    }
    
    .security-detail-heading {
        font-size: 2rem; /* 32px */
    }
    
    .security-detail-list li {
        font-size: 1.4375rem; /* 23px */
        margin-bottom: 3rem;
    }
}

/* Ultra Large Desktop 5 (2800px - 2999px) */
@media (min-width: 2800px) {
    .security-new-section .container {
        padding-top: 300px;
        padding-left: 12rem;
        padding-right: 12rem;
        padding-bottom: 13rem;
    }
    
    .security-heading {
        font-size: 7.25rem; /* 116px */
        line-height: 8.5rem;
        margin-bottom: 3.5rem;
    }
    
    .security-description {
        font-size: 2.125rem; /* 34px */
        line-height: 2.75rem;
        margin-bottom: 5.5rem;
    }
    
    .security-padlock-img {
        max-width: 1400px;
    }
    
    .security-logo-img {
        max-height: 220px;
        max-width: 440px;
    }
    
    .security-logos-wrapper {
        padding: 5.5rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 7.5rem !important;
    }
    
    .security-buttons {
        margin-top: 5.5rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 12rem 0;
    }
    
    .security-detail-title {
        font-size: 4.5rem; /* 72px */
    }
    
    .security-detail-heading {
        font-size: 2.125rem; /* 34px */
    }
    
    .security-detail-list li {
        font-size: 2rem; /* 24px + 0.5rem = 32px */
        margin-bottom: 3.25rem;
    }
    
    .security-nav-menu li {
        font-size: 2rem; /* 32px */
    }
}

/* Ultra Large Desktop 6 (3000px and above) */
@media (min-width: 3000px) {
    .security-new-section .container {
        padding-top: 320px;
        padding-left: 13rem;
        padding-right: 13rem;
        padding-bottom: 14rem;
        max-width: 85% !important;
    }
    
    .security-heading {
        font-size: 7.75rem; /* 124px */
        line-height: 9rem;
        margin-bottom: 3.75rem;
    }
    
    .security-description {
        font-size: 2.25rem; /* 36px */
        line-height: 2.875rem;
        margin-bottom: 6rem;
    }
    
    .security-padlock-img {
        max-width: 1500px;
    }
    
    .security-logo-img {
        max-height: 235px;
        max-width: 470px;
    }
    
    .security-logos-wrapper {
        padding: 6rem 0;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 8rem !important;
    }
    
    .security-buttons {
        margin-top: 6rem;
    }
    
    /* Security Details Section */
    .security-details-section {
        padding: 13rem 0;
    }
    
    .security-details-container {
        max-width: 85% !important;
        margin: 0 auto;
    }
    
    .security-detail-title {
        font-size: 4.8125rem; /* 77px */
    }
    
    .security-detail-heading {
        font-size: 2.25rem; /* 36px */
    }
    
    .security-detail-list li {
        font-size: 2.0625rem; /* 25px + 0.5rem = 33px */
        margin-bottom: 3.5rem;
    }
    
    .security-nav-menu li {
        font-size: 2.125rem; /* 34px */
    }
}

/* Landscape Orientation Adjustments */
@media (orientation: landscape) and (max-height: 600px) {
    .security-new-section {
        min-height: auto;
    }
    
    .security-new-section .container {
        padding-top: 170px;
    }
    
    .security-heading {
        font-size: 32px;
        margin-bottom: 1rem;
    }
    
    .security-description {
        font-size: 14px;
        margin-bottom: 1.5rem;
    }
    
    .security-padlock-img {
        max-width: 400px;
    }
    
    .security-logos-wrapper {
        padding: 1rem 0;
    }
    .security-image-wrapper{
        justify-content: center !important;
    }
    
    .security-logos-wrapper .d-flex {
        gap: 3rem !important;
    }
    
    .security-logo-img {
        max-height: 80px;
        max-width: 160px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/* Print Styles */
@media print {
    .security-new-section {
        margin-top: 0;
        background: white;
    }
}


/* ============================================
   Security Details Responsive Styles
   ============================================ */

/* Mobile Devices */
@media (max-width: 767.98px) {
    .security-details-section {
        padding: 3rem 0 0 0 !important;
    }
    
    .security-details-section::before {
        top: -98px; /* height - 2px = 100px - 2px = 98px */
        height: 100px;
    }
    
    .security-details-container {
        width: 95%;
        max-width: 95% !important;
        padding: 0 1rem;
    }
    
    .left-nav {
        display: none;
    }
    
    .security-nav-menu {
        display: none;
    }
    
    .security-content-panel {
        width: 100%;
    }
    
    .security-detail-box {
        padding: 1.5rem;
        min-height: auto;
        margin-bottom: 2rem;
        display: block !important;
        margin-top: 0 !important;
    }
    
    .security-detail-heading {
        font-size: 12px;
        text-align: center;
    }
    
    .security-detail-title {
        font-size: 24px;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .security-detail-img {
        max-width: 100%;
        margin-bottom: 0rem;
    }
    
    .security-detail-list li {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    
    .security-check-icon {
        width: 18px;
        height: 18px;
    }
    
    .security-detail-image-wrapper-col{
        margin-top: 0 !important;
    }
    
    /* Disable animations on mobile */
    .security-detail-box .security-headings-wrapper,
    .security-detail-box .security-detail-image-wrapper,
    .security-detail-box .col-12.col-md-6,
    .security-detail-box .security-detail-list li {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        margin-bottom: 0.5rem !important;
    }

    .security-detail-box .security-detail-image-wrapper{
        margin-bottom: 0 !important;
    }
    .security-detail-box .col-12.col-md-6{
        margin-top: 0 !important;
    }

    .security-headings-wrapper{
        margin-bottom: 1rem !important;
    }
    
    .security-detail-box .animate__animated {
        animation: none !important;
    }
}

/* Tablet Devices */
/* @media (min-width: 768px) and (max-width: 991.98px) {
} */

/* Desktop Devices */
@media (min-width: 992px) {
    .security-details-section {
        padding: 5rem 0  !important;
    }
    
    .security-details-section::before {
        top: -148px; /* height - 2px = 150px - 2px = 148px */
        height: 150px;
    }
    
    .security-details-container {
        width: 90%;
        padding: 0 5rem;
    }
    
    .security-nav-menu {
        top: 100px;
    }
    
    .security-nav-menu ul {
        display: flex;
        flex-direction: column;
    }
    
    .security-detail-box {
        padding: 2.5% 4% 2.5% 4%;
        min-height: 490px;
    }
}

@media (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
    .security-details-section {
        padding: 5rem 0 0 0!important;
    }
    /* .faq-section{
        padding: 0 !important;
    } */
}
/* ============================================
   FAQ Section
   ============================================ */

/* .faq-section {
    background-color: #FFFFFF;
    padding: 100px 0;
    position: relative;
    z-index: 10;
    overflow: visible;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: -199px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 10;
    pointer-events: none;
}
.faq-section-inner{
    width: 80%;
    margin: 0 auto !important;
    position: relative;
    z-index: 2;
}
.faq-left-column {
    padding-right: 60px;
}

.faq-title-wrapper {
    margin-bottom: 40px;
}

.faq-question-mark {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    pointer-events: none;
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
}

.faq-section:hover .faq-question-mark,
.faq-section.animate-in .faq-question-mark {
    left: 60%;
}

.faq-question-mark img {
    width: 35%;
    max-width: 380px;
    height: auto;
    object-fit: contain;
}

.faq-title {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 400;
    font-size: 5.5rem;
    line-height: 6.25rem;
    color: #2A2A2A;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    transform: scale(0.9);
    opacity: 0.4;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
}

.faq-section:hover .faq-title,
.faq-section.animate-in .faq-title {
    transform: scale(1);
    opacity: 1;
}

.faq-title-line {
    display: block;
}

.btn-connect-us {
    background-color: #1E48C7;
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 22px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    font-family: Bagoss Standard TRIAL;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: top left;
    opacity: 0;
}

.faq-section:hover .btn-connect-us,
.faq-section.animate-in .btn-connect-us {
    transform: scale(1) translate(0, 0);
    opacity: 1;
}

.btn-connect-us:hover {
    background-color: #0052CC;
}

.faq-right-column {
    padding-left: 60px;
    transform: scale(0.9);
    opacity: 0.4;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
}

.faq-section:hover .faq-right-column,
.faq-section.animate-in .faq-right-column {
    transform: scale(1);
    opacity: 1;
}

.faq-section:not(.animate-in):not(:hover) .faq-question-mark {
    left: 0%;
}

.faq-section:not(.animate-in):not(:hover) .faq-title {
    transform: scale(0.9);
    opacity: 0.4;
}

.faq-section:not(.animate-in):not(:hover) .btn-connect-us {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
}

.faq-section:not(.animate-in):not(:hover) .faq-right-column {
    transform: scale(0.9);
    opacity: 0.4;
} */

/* Viewport animation for mobile/tablet */
@media (max-width: 991px) {
    /* Override ALL desktop hover styles and responsive.css transforms for mobile */
    /* .faq-section .faq-title {
        opacity: 0 !important;
        transform: translateY(20px) scale(1) !important;
        transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s !important;
    }
    
    .faq-section.animate-in .faq-title {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .faq-left-column {
        opacity: 0 !important;
        transform: translateY(30px) !important;
        transition: opacity 0.8s ease, transform 0.8s ease !important;
    }
    
    .faq-section.animate-in .faq-left-column {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    .faq-section .faq-question-mark {
        left: 0% !important;
        opacity: 0.15 !important;
        transition: left 0.8s ease 0.2s, opacity 0.8s ease 0.2s !important;
    }
    
    .faq-section.animate-in .faq-question-mark {
        left: 50% !important;
        opacity: 0.15 !important;
    }
    
    .faq-section .faq-right-column {
        padding-left: 0 !important;
        opacity: 0 !important;
        transform: translateY(30px) scale(1) !important;
        transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s !important;
    }
    
    .faq-section.animate-in .faq-right-column {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .btn-connect-us {
        transform: scale(0.8) translate(0, 0) !important;
        opacity: 0 !important;
        transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s !important;
    }
    
    .faq-section.animate-in .btn-connect-us {
        transform: scale(1) translate(0, 0) !important;
        opacity: 1 !important;
    }
    
    .faq-section .contact-form-card {
        opacity: 0 !important;
        transform: translateY(40px) !important;
        transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s !important;
    }
    
    .faq-section.animate-in .contact-form-card {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    .faq-section:hover .faq-title,
    .faq-section:hover .faq-right-column,
    .faq-section:hover .btn-connect-us,
    .faq-section:hover .faq-left-column,
    .faq-section:hover .faq-question-mark {
        transform: inherit !important;
        opacity: inherit !important;
        left: inherit !important;
    }
}

.faq-section .accordion {
    border: none;
    background: transparent;
}

.faq-section .accordion-item {
    background-color: #F8F8F8;
    border: 1px solid rgba(205, 205, 205, 0.3);
    border-radius: 24px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-section .accordion-item:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.faq-section .accordion-item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.faq-section .accordion-button {
    background-color: #F8F8F8;
    color: #2C2C2C;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 24px 28px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.faq-section .accordion-item:first-child .accordion-button {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.faq-section .accordion-item:last-child .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-section .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.faq-section .accordion-item:last-child .accordion-collapse.show .accordion-body {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #F8F8F8;
    color: #2C2C2C;
    border: none;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C2C2C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C2C2C'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.faq-section .accordion-body {
    padding: 0 28px 24px 28px;
    color: #666666;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
} */
}

/* ============================================
   Contact Form Card (Inside FAQ Section)
   ============================================ */

/* .contact-form-card {
    background-color: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    margin: 80px auto -10% auto;
    position: relative;
    z-index: 1;
}

.contact-left-panel {
    background-color: #3F6CE8;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.contact-left-content {
    padding: 60px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.contact-info-title {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contact-info-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    margin-bottom: 40px;
    opacity: 0.9;
}

.contact-details {
    margin-bottom: 50px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    color: #FFFFFF;
    font-size: 1.25rem;
    margin-right: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}

.contact-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-text:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.social-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icon {
    border: none !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px !important;
}

.contact-gradient-circle {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.contact-gradient-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-right-panel {
    background-color: #FFFFFF;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.contact-form-content {
    padding: 60px 50px;
}

.contact-form-title {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #2A2A2A;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form .form-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #666666;
    margin-bottom: 8px;
}

.contact-input {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2C2C2C;
    border: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #E0E0E0 !important;
    border-radius: 0 !important;
    padding: 8px 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.contact-input:focus {
    border: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #3F6CE8 !important;
    box-shadow: none !important;
    outline: none !important;
}

.contact-input:hover {
    border-bottom-color: #3F6CE8;
}

.contact-input::placeholder {
    color: #999999;
}

.contact-textarea {
    resize: none;
    min-height: 100px;
}

.btn-submit-contact {
    background-color: #3F6CE8;
    color: #FDFDFD;
    border: none;
    border-radius: 16px;
    padding: 15px 30px;
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-contact:hover {
    background-color: #2E5BC7;
    color: #FFFFFF;
}
.toast-notification {
    position: fixed;
    top: 110px;
    right: 20px;
    background-color: #1E48C7;
    color: #FFFFFF;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(30, 72, 199, 0.3);
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    max-width: 400px;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.toast-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.toast-notification.success {
    background-color: #1E48C7;
}

.toast-notification.error {
    background-color: #DC3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.toast-notification .toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-notification .toast-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.toast-notification .toast-content {
    flex: 1;
}

.toast-notification .toast-title {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 15px;
}

.toast-notification .toast-message {
    font-weight: 400;
    opacity: 0.95;
}

.toast-notification .toast-close {
    background: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.toast-notification .toast-close:hover {
    opacity: 1;
}

.toast-notification .toast-close svg {
    width: 18px;
    height: 18px;
} */

@media (max-width: 576px) {
    /* .toast-notification {
        top: 90px;
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
        transform: translateY(-100px);
    }
    
    .toast-notification.show {
        transform: translateY(0);
    } */
}

/* ============================================
   CTA Section
   ============================================ */

/* .cta-section {
    background: radial-gradient(50% 50% at 50% 50%, rgba(204, 220, 247, 0) 0%, #CCDCF7 100%);
    padding: 180px 0 120px 0;
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    z-index: 9;
}

.cta-decorative-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 357px;
    height: 488px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100%) rotate(-90deg);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 50vw;
    max-height: 100%;
    overflow: hidden;
}

.cta-section.animate-in .cta-decorative-left {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
}

.cta-decorative-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.cta-decorative-right {
    position: absolute;
    bottom: -7%;
    right: 0;
    width: 578px;
    height: 631px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100%) rotate(-90deg);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 50vw;
    max-height: 100%;
    overflow: hidden;
}

.cta-section.animate-in .cta-decorative-right {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
}

.cta-decorative-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.cta-section .container-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

.cta-content {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cta-heading {
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 500;
    font-size: 5.5rem;
    color: #2A2A2A;
    margin-bottom: 24px;
    padding: 0;
}

.cta-heading-line {
    display: block;
}

.cta-heading-line p {
    font-family: 'Readex Pro', sans-serif;
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    margin: 0;
    padding: 0;
}

.cta-subheading {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #555555;
    margin-bottom: 40px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.btn-cta-consultation {
    margin-top: 5%;
    background-color: #1E48C7;
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 25px 35px;
    font-family: 'Bagoss Standard TRIAL', sans-serif;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.btn-cta-consultation:hover {
    background-color: #2E5BC7;
    color: #FFFFFF;
} */

/* ============================================
   FAQ Section - Responsive Styles
   ============================================ */

/* Desktop Large (1400px+) */
@media (min-width: 1400px) {
    /* .faq-section {
        padding: 120px 0;
    }
    
    .faq-left-column {
        padding-right: 80px;
    }
    
    .faq-right-column {
        padding-left: 80px;
    }
    
    .faq-title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }
    
    .faq-section:hover .faq-question-mark {
        left: 60%;
    } */
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    /* .faq-section {
        padding: 100px 0;
    }
    
    .faq-left-column {
        padding-right: 60px;
    }
    
    .faq-right-column {
        padding-left: 60px;
    }
    
    .faq-title {
        font-size: 5rem;
        line-height: 6rem;
    }
    
    .faq-question-mark img {
        width: 32%;
        max-width: 300px;
    }
    
    .faq-section:hover .faq-question-mark {
        left: 55%;
    } */
}

/* Tablet Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* .faq-section {
        padding: 80px 0;
    }
    
    .faq-section::before {
        top: -199px;
        height: 200px;
        z-index: 6;
    }
    
    .faq-left-column {
        padding-right: 40px;
    }
    
    .faq-right-column {
        padding-left: 40px;
    }
    
    .faq-title {
        font-size: 4rem;
        line-height: 5rem;
    }
    
    .faq-question-mark img {
        width: 40%;
        max-width: 290px;
    }
    
    .faq-section .accordion-button {
        font-size: 1.05rem;
        line-height: 1.65rem;
        padding: 20px 24px;
    }
    
    .faq-section .accordion-body {
        font-size: 0.95rem;
        line-height: 1.5rem;
        padding: 0 24px 20px 24px;
    }
    
    .btn-connect-us {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
    
    .faq-title {
        transform: scale(0.85);
    }
    
    .faq-right-column {
        transform: scale(0.85);
    }
    
    .faq-section:hover .faq-title {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-right-column {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-question-mark {
        left: 50%;
    }
    
    .faq-question-mark {
        transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    }
    
    .faq-title {
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    }
    
    .faq-right-column {
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    }
    
    .btn-connect-us {
        transition: background-color 0.3s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    } */
}

/* Tablet Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    /* .faq-section {
        padding: 70px 0;
    }
    
    .faq-section::before {
        top: -180px;
        height: 180px;
        z-index: 6;
    }
    
    .faq-left-column {
        padding-right: 30px;
        margin-bottom: 40px;
    }
    
    .faq-right-column {
        padding-left: 30px;
    }
    
    .faq-title {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    
    .faq-question-mark img {
        width: 24%;
        max-width: 280px;
    }
    
    .faq-section .accordion-item {
        border-radius: 20px;
        margin-bottom: 14px;
    }
    
    .faq-section .accordion-button {
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 18px 22px;
    }
    
    .faq-section .accordion-body {
        font-size: 0.9rem;
        line-height: 1.5rem;
        padding: 0 22px 18px 22px;
    }
    
    .btn-connect-us {
        padding: 12px 26px;
        font-size: 0.95rem;
    }
    .faq-title {
        transform: scale(0.8);
    }
    
    .faq-right-column {
        transform: scale(0.8);
    }
    
    .faq-section:hover .faq-title {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-right-column {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-question-mark {
        left: 45%;
    }
    
    .faq-question-mark {
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    }
    
    .faq-title {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    }
    
    .faq-right-column {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    }
    
    .btn-connect-us {
        transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease;
    }
    
    .faq-section .faq-title {
        opacity: 0 !important;
        transform: translateY(20px) scale(1) !important;
        transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s !important;
    }
    
    .faq-section.animate-in .faq-title {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .faq-left-column {
        opacity: 0 !important;
        transform: translateY(30px) !important;
        transition: opacity 0.8s ease, transform 0.8s ease !important;
    }
    
    .faq-section.animate-in .faq-left-column {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    .faq-section .faq-question-mark {
        left: 0% !important;
        opacity: 0.15 !important;
        transition: left 0.8s ease 0.2s, opacity 0.8s ease 0.2s !important;
    }
    
    .faq-section.animate-in .faq-question-mark {
        left: 50% !important;
        opacity: 0.15 !important;
    }
    
    .faq-section .faq-right-column {
        opacity: 0 !important;
        transform: translateY(30px) scale(1) !important;
        transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s !important;
    }
    
    .faq-section.animate-in .faq-right-column {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .btn-connect-us {
        transform: scale(0.8) translate(0, 0) !important;
        opacity: 0 !important;
        transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s !important;
    }
    
    .faq-section.animate-in .btn-connect-us {
        transform: scale(1) translate(0, 0) !important;
        opacity: 1 !important;
    }
    .faq-section:hover .faq-title,
    .faq-section:hover .faq-right-column,
    .faq-section:hover .btn-connect-us,
    .faq-section:hover .faq-question-mark {
        transform: inherit !important;
        opacity: inherit !important;
        left: inherit !important;
    } */
}

/* Mobile Landscape (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    /* .faq-section {
        padding: 60px 0;
    }
    
    .faq-section::before {
        top: -150px;
        height: 150px;
        z-index: 6;
    }
    
    .faq-left-column {
        padding-right: 0;
        margin-bottom: 35px;
    }
    
    .faq-right-column {
        padding-left: 0;
    }
    
    .faq-title-wrapper {
        margin-bottom: 30px;
    }
    
    .faq-title {
        font-size: 3rem;
        line-height: 4rem;
    }
    
    .faq-question-mark img {
        width: 25%;
        max-width: 240px;
    }
    
    .faq-section .accordion-item {
        border-radius: 18px;
        margin-bottom: 12px;
    }
    
    .faq-section .accordion-button {
        font-size: 0.95rem;
        line-height: 1.5rem;
        padding: 16px 20px;
    }
    
    .faq-section .accordion-body {
        font-size: 0.875rem;
        line-height: 1.45rem;
        padding: 0 20px 16px 20px;
    }
    
    .btn-connect-us {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    
    .faq-title {
        transform: scale(0.75);
    }
    
    .faq-right-column {
        transform: scale(0.75);
    }
    
    .faq-section:hover .faq-title {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-right-column {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-question-mark {
        left: 40%;
    }
    
    .faq-question-mark {
        transition: left 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease;
    }
    
    .faq-title {
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease;
    }
    
    .faq-right-column {
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease;
    }
    
    .btn-connect-us {
        transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
    }
    
    .faq-section .faq-title {
        opacity: 0 !important;
        transform: translateY(20px) scale(1) !important;
        transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s !important;
    }
    
    .faq-section.animate-in .faq-title {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .faq-left-column {
        opacity: 0 !important;
        transform: translateY(30px) !important;
        transition: opacity 0.8s ease, transform 0.8s ease !important;
    }
    
    .faq-section.animate-in .faq-left-column {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    .faq-section .faq-question-mark {
        left: 0% !important;
        opacity: 0.15 !important;
        transition: left 0.8s ease 0.2s, opacity 0.8s ease 0.2s !important;
    }
    
    .faq-section.animate-in .faq-question-mark {
        left: 50% !important;
        opacity: 0.15 !important;
    }
    
    .faq-section .faq-right-column {
        opacity: 0 !important;
        transform: translateY(30px) scale(1) !important;
        transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s !important;
    }
    
    .faq-section.animate-in .faq-right-column {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .btn-connect-us {
        transform: scale(0.8) translate(0, 0) !important;
        opacity: 0 !important;
        transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s !important;
    }
    
    .faq-section.animate-in .btn-connect-us {
        transform: scale(1) translate(0, 0) !important;
        opacity: 1 !important;
    }
    
    .faq-section:hover .faq-title,
    .faq-section:hover .faq-right-column,
    .faq-section:hover .btn-connect-us,
    .faq-section:hover .faq-question-mark {
        transform: inherit !important;
        opacity: inherit !important;
        left: inherit !important;
    } */
}

/* Mobile Portrait (< 576px) */
@media (max-width: 575px) {
    /* .faq-section {
        padding: 50px 0;
    }
    
    .faq-section::before {
        top: -79px;
        height: 80px;
        z-index: 6;
    }
    
    .faq-left-column {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .faq-right-column {
        padding-left: 0;
    }
    
    .faq-title-wrapper {
        margin-bottom: 25px;
    }
    
    .faq-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .faq-question-mark img {
        width: 22%;
        max-width: 200px;
    }
    
    .faq-section .accordion-item {
        border-radius: 16px;
        margin-bottom: 12px;
    }
    
    .faq-section .accordion-button {
        font-size: 0.9rem;
        line-height: 1.4rem;
        padding: 14px 18px;
    }
    
    .faq-section .accordion-body {
        font-size: 0.85rem;
        line-height: 1.4rem;
        padding: 0 18px 14px 18px;
    }
    
    .btn-connect-us {
        padding: 10px 22px;
        font-size: 0.875rem;
    }
    
    .faq-title {
        transform: scale(0.7);
    }
    
    .faq-right-column {
        transform: scale(0.7);
    }
    
    .faq-section:hover .faq-title {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-right-column {
        transform: scale(1);
    }
    
    .faq-section:hover .faq-question-mark {
        left: 35%;
    }
    
    .faq-question-mark {
        transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
    }
    
    .faq-title {
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
    }
    
    .faq-right-column {
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
    }
    
    .btn-connect-us {
        transition: background-color 0.3s ease, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s ease;
    } */
    
    /* Viewport animation for FAQ section - Mobile Portrait */
    /* .faq-section .faq-title {
        opacity: 0 !important;
        transform: translateY(20px) scale(1) !important;
        transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s !important;
    }
    
    .faq-section.animate-in .faq-title {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .faq-left-column {
        opacity: 0 !important;
        transform: translateY(30px) !important;
        transition: opacity 0.8s ease, transform 0.8s ease !important;
    }
    
    .faq-section.animate-in .faq-left-column {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    .faq-section .faq-question-mark {
        left: 0% !important;
        opacity: 0.15 !important;
        transition: left 0.8s ease 0.2s, opacity 0.8s ease 0.2s !important;
    }
    
    .faq-section.animate-in .faq-question-mark {
        left: 50% !important;
        opacity: 0.15 !important;
    }
    
    .faq-section .faq-right-column {
        opacity: 0 !important;
        transform: translateY(30px) scale(1) !important;
        transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s !important;
    }
    
    .faq-section.animate-in .faq-right-column {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    .faq-section .btn-connect-us {
        transform: scale(0.8) translate(0, 0) !important;
        opacity: 0 !important;
        transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s !important;
    }
    
    .faq-section.animate-in .btn-connect-us {
        transform: scale(1) translate(0, 0) !important;
        opacity: 1 !important;
    }
    
    .faq-section:hover .faq-title,
    .faq-section:hover .faq-right-column,
    .faq-section:hover .btn-connect-us,
    .faq-section:hover .faq-question-mark {
        transform: inherit !important;
        opacity: inherit !important;
        left: inherit !important;
    } */
}

/* Landscape Orientation Support for FAQ */

/* Tablet Landscape Orientation */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .faq-section {
        padding: 60px 0;
    }
    
    .faq-left-column {
        padding-right: 30px;
    }
    
    .faq-right-column {
        padding-left: 30px;
    }
    
    .faq-title {
        font-size: 3rem;
        line-height: 4rem;
    }
    
    .faq-question-mark img {
        width: 38%;
        max-width: 250px;
    }
    
    .faq-section:hover .faq-question-mark {
        left: 45%;
    } */
}

/* Mobile Landscape Orientation */
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    /* .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    
    .faq-question-mark img {
        width: 22%;
        max-width: 220px;
    }
    .faq-section:hover .faq-question-mark {
        left: 40%;
    } */
}

@media (max-height: 600px) and (orientation: landscape) {
    /* .faq-question-mark img {
        width: 16%;
        max-width: 250px;
      } */
}

/* Small Mobile Landscape */
@media (max-width: 575px) and (orientation: landscape) {
    /* .faq-section {
        padding: 40px 0;
    }
    
    .faq-title {
        font-size: 2rem;
        line-height: 3rem;
    }
    
    .faq-question-mark img {
        width: 18%;
        max-width: 180px;
    }
    
    .faq-section .accordion-button {
        font-size: 0.85rem;
        line-height: 1.3rem;
        padding: 12px 16px;
    }
    
    .faq-section .accordion-body {
        font-size: 0.8rem;
        line-height: 1.3rem;
        padding: 0 16px 12px 16px;
    }
    
    /* Animation adjustments for small mobile landscape */
    /* .faq-section:hover .faq-question-mark {
        left: 30%;
    } */ 
}

/* ============================================
   Contact Form Card - Responsive (Inside FAQ Section)
   ============================================ */

/* Desktop Large (1400px+) */
@media (min-width: 1400px) {
    /* .contact-form-card {
        margin: 100px auto 0 auto;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 70px 60px;
    } */
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    /* .contact-form-card {
        margin: 80px auto 0 auto;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 60px 50px;
    } */
}

/* Tablet Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* .contact-form-card {
        margin: 70px auto 0 auto;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 50px 40px;
    }
    
    .contact-info-title,
    .contact-form-title {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    
    .contact-gradient-circle {
        width: 250px;
        height: 250px;
        bottom: -40px;
        right: -40px;
    } */
}

/* Tablet Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    /* .contact-form-card {
        margin: 60px auto 0 auto;
    }
    
    .contact-left-panel {
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom-left-radius: 0;
    }
    
    .contact-right-panel {
        border-top-right-radius: 0;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 45px 35px;
    }
    
    .contact-info-title,
    .contact-form-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }
    
    .contact-info-description {
        font-size: 0.95rem;
        line-height: 1.5rem;
        margin-bottom: 35px;
    }
    
    .contact-details {
        margin-bottom: 40px;
    }
    
    .contact-item {
        margin-bottom: 20px;
    }
    
    .contact-text {
        font-size: 0.95rem;
        line-height: 1.5rem;
    }
    
    .contact-gradient-circle {
        width: 200px;
        height: 200px;
        bottom: -30px;
        right: -30px;
    }
    
    .btn-submit-contact {
        padding: 12px 35px;
        font-size: 0.95rem;
    } */
}

/* Mobile Landscape (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    /* .contact-form-card {
        margin: 50px auto 0 auto;
    }
    
    .contact-left-panel {
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom-left-radius: 0;
    }
    
    .contact-right-panel {
        border-top-right-radius: 0;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 40px 30px;
    }
    
    .contact-info-title,
    .contact-form-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 18px;
    }
    
    .contact-info-description {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-bottom: 30px;
    }
    
    .contact-details {
        margin-bottom: 35px;
    }
    
    .contact-item {
        margin-bottom: 18px;
    }
    
    .contact-icon {
        font-size: 1.125rem;
        margin-right: 12px;
    }
    
    .contact-text {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    
    .social-title {
        font-size: 0.95rem;
        margin-bottom: 14px;
    }
    
    .social-icon {
        width: 36px;
        height: 36px;
    }
    
    .social-icon img {
        width: 100%;
        height: 100%;
    }
    
    .contact-gradient-circle {
        width: 180px;
        height: 180px;
        bottom: -25px;
        right: -25px;
    }
    
    .contact-form .form-label {
        font-size: 0.8rem;
    }
    
    .contact-input {
        font-size: 0.95rem;
    }
    
    .btn-submit-contact {
        padding: 12px 32px;
        font-size: 0.9rem;
    } */
}

/* Mobile Portrait (< 576px) */
@media (max-width: 575px) {
    /* .contact-form-card {
        margin: 40px auto 0 auto;
    }
    
    .contact-form-card {
        border-radius: 18px;
    }
    
    .contact-left-panel {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        border-bottom-left-radius: 18px;
    }
    
    .contact-right-panel {
        border-top-right-radius: 0;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 35px 25px;
    }
    
    .contact-info-title,
    .contact-form-title {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 16px;
    }
    
    .contact-info-description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 30px;
    }
    
    .contact-details {
        margin-bottom: 30px;
    }
    
    .contact-item {
        margin-bottom: 16px;
        flex-direction: row;
        gap: 20px;
    }
    
    .contact-icon {
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .contact-text {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    
    .social-title {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .social-icons {
        gap: 12px;
    }
    
    .social-icon {
        width: 32px;
        height: 32px;
    }
    
    .social-icon img {
        width: 100%;
        height: 100%;
    }
    
    .contact-gradient-circle {
        width: 150px;
        height: 150px;
        bottom: -20px;
        right: -20px;
    }
    
    .contact-form .form-label {
        font-size: 0.75rem;
        margin-bottom: 6px;
    }
    
    .contact-input {
        font-size: 0.875rem;
        padding: 6px 0;
    }
    
    .contact-textarea {
        min-height: 80px;
    }
    
    .btn-submit-contact {
        width: 100%;
        padding: 12px 24px;
        font-size: 0.875rem;
    } */
}

/* Landscape Orientation Support for Contact Form */

/* Tablet Landscape Orientation */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .contact-form-card {
        margin: 60px auto 0 auto;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 40px 35px;
    } */
}

/* Mobile Landscape Orientation */
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    /* .contact-form-card {
        margin: 45px auto 0 auto;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 35px 28px;
    } */
}

/* Small Mobile Landscape */
@media (max-width: 575px) and (orientation: landscape) {
    /* .contact-form-card {
        margin: 35px auto 0 auto;
    }
    
    .contact-left-content,
    .contact-form-content {
        padding: 30px 22px;
    } */
}

/* ============================================
   CTA Section - Responsive
   ============================================ */

/* Desktop Large (1400px+) */
@media (min-width: 1400px) {
    /* .contact-form-card {
        margin-bottom: -10%;
    }
    
    .cta-section {
        padding: 200px 0 140px 0;
    }
    
    .cta-heading {
        font-size: 5.5rem;
        line-height: 4.75rem;
    }
    
    .cta-subheading {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    
    .cta-decorative-left {
        width: 357px;
        height: 488px;
    }
    
    .cta-decorative-right {
        width: 578px;
        height: 631px;
    } */
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    /* .contact-form-card {
        margin-bottom: -10%;
    }
    
    .cta-section {
        padding: 180px 0 120px 0;
    }
    
    .cta-heading {
        font-size: 3.5rem;
        line-height: 4.25rem;
    }
    
    .cta-decorative-left {
        width: 320px;
        height: 440px;
    }
    
    .cta-decorative-right {
        width: 520px;
        height: 570px;
    } */
}

/* Tablet Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* .contact-form-card {
        margin-bottom: -8%;
    }
    
    .cta-section {
        padding: 150px 0 100px 0;
        overflow-x: hidden;
        width: 100%;
    }
    
    .cta-decorative-left,
    .cta-decorative-right {
        max-width: 50vw;
        overflow: hidden;
    }
    
    .cta-heading {
        font-size: 3rem;
        line-height: 3.75rem;
    }
    
    .cta-subheading {
        font-size: 1.05rem;
        line-height: 1.65rem;
    }
    
    .btn-cta-consultation {
        padding: 14px 36px;
        font-size: 0.95rem;
    }
    
    .cta-decorative-left {
        width: 280px;
        height: 380px;
    }
    
    .cta-decorative-right {
        width: 450px;
        height: 490px;
    } */
}

/* Tablet Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    /* .contact-form-card {
        margin-bottom: -6%;
    }
    
    .cta-section {
        padding: 120px 0 80px 0;
        overflow-x: hidden;
        width: 100%;
    }
    
    .cta-decorative-left,
    .cta-decorative-right {
        max-width: 50vw;
        overflow: hidden;
    }
    
    .cta-content {
        padding: 0 30px;
    }
    
    .cta-heading {
        font-size: 2.5rem;
        line-height: 3.25rem;
        margin-bottom: 20px;
    }
    
    .cta-subheading {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-bottom: 35px;
    }
    
    .btn-cta-consultation {
        padding: 14px 32px;
        font-size: 0.95rem;
    }
    
    .cta-decorative-left {
        width: 240px;
        height: 330px;
    }
    
    .cta-decorative-right {
        width: 380px;
        height: 415px;
    } */
}

/* Mobile Landscape (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    /* .contact-form-card {
        margin-bottom: -5%;
    }
    
    .cta-section {
        padding: 100px 0 70px 0;
        overflow-x: hidden;
        width: 100%;
    }
    
    .cta-decorative-left,
    .cta-decorative-right {
        max-width: 50vw;
        overflow: hidden;
    }
    
    .cta-content {
        padding: 0 24px;
    }
    
    .cta-heading {
        font-size: 2.25rem;
        line-height: 2.875rem;
        margin-bottom: 18px;
    }
    
    .cta-subheading {
        font-size: 0.95rem;
        line-height: 1.5rem;
        margin-bottom: 32px;
    }
    
    .btn-cta-consultation {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
    
    .cta-decorative-left {
        width: 200px;
        height: 275px;
    }
    
    .cta-decorative-right {
        width: 320px;
        height: 350px;
    } */
}

/* Mobile Portrait (< 576px) */
@media (max-width: 575px) {
    /* .contact-form-card {
        margin-bottom: -4%;
    }
    
    .cta-section {
        padding: 80px 0 60px 0;
        overflow-x: hidden;
        width: 100%;
    }
    
    .cta-decorative-left,
    .cta-decorative-right {
        max-width: 50vw;
        overflow: hidden;
    }
    
    .cta-content {
        padding: 0 20px;
        max-width: 90%;
    }
    
    .cta-heading {
        font-size: 1.875rem;
        line-height: 2.375rem;
        margin-bottom: 16px;
    }
    
    .cta-subheading {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 28px;
    }
    
    .btn-cta-consultation {
        padding: 12px 24px;
        font-size: 0.875rem;
        width: 100%;
        max-width: 300px;
    }
    
    .cta-decorative-left {
        width: 150px;
        height: 205px;
    }
    
    .cta-decorative-right {
        width: 240px;
        height: 262px;
    } */
}

/* Landscape Orientation Support for CTA */

/* Tablet Landscape Orientation */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .contact-form-card {
        margin-bottom: -6%;
    }
    
    .cta-section {
        padding: 110px 0 70px 0;
    }
    
    .cta-heading {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }
    
    .cta-decorative-left {
        width: 220px;
        height: 300px;
    }
    
    .cta-decorative-right {
        width: 360px;
        height: 390px;
    } */
}

/* Mobile Landscape Orientation */
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    /* .contact-form-card {
        margin-bottom: -5%;
    }
    
    .cta-section {
        padding: 90px 0 60px 0;
    }
    
    .cta-heading {
        font-size: 2rem;
        line-height: 2.625rem;
    }
    
    .cta-decorative-left {
        width: 180px;
        height: 245px;
    }
    
    .cta-decorative-right {
        width: 290px;
        height: 315px;
    } */
}

/* Small Mobile Landscape */
@media (max-width: 575px) and (orientation: landscape) {
    /* .contact-form-card {
        margin-bottom: -4%;
    }
    
    .cta-section {
        padding: 70px 0 50px 0;
    }
    
    .cta-heading {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    
    .cta-subheading {
        font-size: 0.85rem;
        line-height: 1.4rem;
    }
    
    .cta-decorative-left {
        width: 130px;
        height: 178px;
    }
    
    .cta-decorative-right {
        width: 210px;
        height: 229px;
    } */
}
