@font-face {
    font-family: 'Sarabun';
    src: url('../font/sarabun/Sarabun.woff2') format('woff2'),
        url('../font/sarabun/Sarabun.woff') format('woff'),
        url('../font/sarabun/Sarabun-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Sarabun';
    color: #041117;
    background-color: #F7F7F7;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffff;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.body-text-para {
    font-weight: 400;
    font-size: 22px;
    line-height: 152%;
    letter-spacing: -0.3px;
}

.breadcrumb-item.active {
    color: #fff;
}

.custom-row {
    --bs-gutter-x: -1.5rem;
}


.captcha-button {
    font-size: 10px;
}

a {
    color: #666;
    text-decoration: none;
}

.banner-btn {
    color: transparent;
    /* Initially hide text */
    transition: color 0.3s ease-in-out;
}

.banner-btn:hover {
    color: #fff;
    /* Change to visible text on hover */
}




h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Sarabun', sans-serif;
}

.zoom-in {
    opacity: 0;
    transform: scale(0.9);
    /* slightly smaller initially */
    animation: zoomIn 4.5s ease forwards;
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Custom colors */
.text-cust-primary {
    color: #CBAB4D;
}

.text-cust-purple {
    color: #CBAB4D;
}

.bg-cust-blue {
    background-color: #223686;
}

.bg-cust-purple {
    background-color: #CBAB4D;
}

.bg-cust-secondary {
    background-color: #F8F8F8;
}

.text-cust-dark {
    color: #000;
}

u {
    text-decoration: underline;
    text-underline-offset: 10px;
}


.bg-cust-blue-gradiant {
    background: linear-gradient(112deg, #CBAB4D 0%, #0F2375 100%);
    transition: background 0.3s ease;
    /* Smooth transition */
}

.bg-cust-blue-gradiant:hover {
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1) -6%,
            rgba(250, 213, 230, 0.5) 12%,
            /* Adjusted pink with 50% transparency */
            rgba(225, 5, 109, 1) 100%);
}



.breadcrumb a {
    color: white !important;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #ddd !important;
    /* Slightly lighter on hover */
    text-decoration: underline;
}

/* -------------------- 
Navbar 
----------------------- */

.sticky-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    /* border-bottom: 1px solid grey; */
    z-index: 9999;
}

.submenu.dropdown-item:hover {
    color: #C4A240;
}

.submenu.dropdown-menu {
    background-color: #ffff;
    padding: 11px 31px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 0;
    cursor: pointer;
    border: 0;
    color: #000;
}

.submenu.dropdown-menu li {
    list-style-type: square;
}

::marker {
    color: #C4A240;
}

.submenu.dropdown-item {
    font-size: 14px;
    padding: .40rem 0;
    color: #000;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 1.5px;
}

/* .nav-item.dropdown {
    border-bottom: 3px solid rgb(255, 255, 255);
} */

/* Remove old border hover */
.nav-item.dropdown:hover,
.nav-item:hover {
    border-bottom: none;
}

/* Add dot on hover */
.nav-item.dropdown:hover .nav-link::before,
.nav-item:hover .nav-link::before {
    /* content: "•"; */
    /* position: absolute; */
    left: 0;
    /* Adjust horizontal position */
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #C4A240;
}

/* Make sure links have relative positioning */
.nav-link {
    position: relative;
    padding-left: 15px;
    /* space for the dot */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #C4A240;
}

.navbar-light .navbar-nav .nav-item.dropdown:hover .nav-link {
    /* color: #C4A240; */
}

.active-nav {
    border-bottom: 3px solid #C4A240
}



.navbar-light .navbar-nav .nav-link {
    margin-left:  8px;
    /* equal space left and right */
    font-size: 15px;
}

.nav-link.active {
    position: relative;
    color: #C4A240 !important;
    font-weight: 600;
    padding-left: 20px;
    /* create space for the dot */
}

.nav-link.active::before {
    /* content: "•"; 
    position: absolute; */
    left: 0px;
    /* position the dot */
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    /* color: #C4A240; */
}


.submenu.dropdown-item.active::before {
    /* content: "•";
    position: absolute; */
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    /* color: #C4A240; */
}

.submenu.dropdown-item.active {
    padding-left: 18px;
}

.submenu.dropdown-item.active,
.submenu.dropdown-item:active,
.submenu.dropdown-item:hover {
    /* color: #C4A240; */
    /* text-decoration: none; */
    background-color: transparent;
}

.navbar-light .navbar-toggler {
    /* border-color: rgb(255 255 255 / 10%); */
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .nav-item {
        margin: 0.25rem 0;
    }

    .dropdown-menu {
        min-width: 100%;
        position: static !important;
        transform: none !important;
        box-shadow: none;
        border: 1px solid #e9ecef;
        margin-top: 0.5rem;
    }
}


/* -------------------- 
Banner Section
----------------------- */


.banner-section {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}


@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin-bottom: 1rem;
}

.banner-subheading {
    font-weight: 400;
    font-size: 22px;
    line-height: 165%;
    letter-spacing: -0.3px;
    color: #fff;

}

.learn-more-btn {
    display: inline-flex;
    align-items: center;
    background-color: #d4af37;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    margin-bottom: 3rem;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.learn-more-btn:hover {
    background-color: #b8941f;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.learn-more-btn i {
    margin-left: 8px;
    font-size: 14px;
}

.trust-section {
    position: absolute;
    width: 489px;
    height: 104px;
    opacity: 1;
    z-index: 4;
    top: 480px;
    left: 96px;
    border-radius: 32px;
    background: linear-gradient(55deg, #C39D30, #ffc31f), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.trust-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    padding-top: 15px;
}

.trust-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.customer-count {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
}

.trust-decorative {
    display: flex;
    align-items: center;
    gap: 10px;
}

.decorative-line {
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.decorative-dots {
    display: flex;
    gap: 4px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

/* Video fallback for unsupported browsers */
.video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/placeholder.svg?height=800&width=1200');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {

    .banner-heading,
    .banner-subheading {
        font-size: 2.5rem;
    }

    .trust-content {
        padding-left: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .customer-count {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .background-video video {
        /* Ensure video covers properly on mobile */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 576px) {

    .banner-heading,
    .banner-subheading {
        font-size: 2rem;
    }
}

/* Preload and performance optimizations */
.background-video video {
    will-change: transform;
}


/* -------------------- 
First Section
----------------------- */

.main-section {
    background: #F7F7F7;

}

.first-section-para {
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    color: #000;

}

.span-yellow {
    font-weight: 500;
    font-style: Italic;
    font-size: 23px;
    line-height: 170%;
    letter-spacing: -0.3px;
    color: #707206;

}

/* .corner {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 50%;
    height: 39%;
    background-color: #CBAB4D;
    border-bottom-right-radius: 5px;
    z-index: 1;
} */

/* .image-border {
    z-index: 9;
    position: relative;
} */





/* -------------------- 
Section Section
----------------------- */

.why-choose-section {
    margin-top: 15%;
}

.right-panel {
    padding: 40px;
}

.intro-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    color: #000;

}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(158, 134, 0, 0.05);
    overflow: hidden;
}

.custom-accordion .accordion-header {
    border-radius: 0px;


}

.custom-accordion .accordion-button {
    background: #F7F7F7;
    border: none;
    padding: 20px 25px;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #000;
    /* border-radius: 10px; */
    box-shadow: none;
}

/* Hover state for accordion button */
.custom-accordion .accordion-button:hover {
    background-color: #C4A240;
    /* Change to desired background on hover */
    color: #fff;
    /* Change to desired text color on hover */
}

.custom-accordion .accordion-button:not(.collapsed) {
    /* background: linear-gradient(135deg, #d4af37 0%, #C4A240 100%); */
    color: #fff;
    /* Change text color when open */
    background-color: #C4A240;
}

.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%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");
}

.custom-accordion .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='white'%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");
}

.custom-accordion .accordion-body {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;

}

/* -------------------- 
Testimonial Section
----------------------- */

.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    /* position: relative; */
}

.testimonial-rating {
    color: #f5c518;
    /* Gold color for stars */
    font-size: 1.2rem;
    margin: 5px 0 10px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-weight: 400;
    font-size: 28px;
    line-height: 165%;
    letter-spacing: -0.3px;
    text-align: center;


}

.section-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 114.99999999999999%;
    letter-spacing: -1px;
    text-align: center;
    color: #C4A240;

}

.testimonial-card {
    background: white;
    width: 370.6666564941406;
    height: 410;
    text-align: center;
    /* centers image & text */
    opacity: 1;
    gap: 32px;
    border-radius: 32px;
    border-width: 0.2px;
    padding: 32px;

}

.testimonial-card:hover {
    width: 370.66668701171875;
    height: 410;
    opacity: 1;
    gap: 32px;
    border-radius: 32px;
    background-color: #C4A240;
    padding: 32px;

}



.testimonial-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #f8f9fa;
}

.featured .testimonial-avatar {
    border-color: rgba(255, 255, 255, 0.3);
    align-items: center;
}

.testimonial-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    letter-spacing: -0.3px;
    text-align: center;
    color: #C4A240;
}

.testimonial-role {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: #C4A240;
    text-align: center;

}

.testimonial-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    letter-spacing: -0.3px;
    text-align: center;

}

/* .testimonial-text::before {
    content: '"';
    font-size: 60px;
    color: #d4a574;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
    opacity: 0.3;
} */

.featured .testimonial-text::before {
    color: rgba(255, 255, 255, 0.3);
}




/* Optional: adjust spacing so layout stays neat when text is hidden */
.testimonial-card:hover .testimonial-name,
.testimonial-card:hover .testimonial-text {
    color: white;
}


.testimonial-card:hover .testimonial-avatar {
    width: 70px;
    height: 70px;
    border: 4px solid #C4A240;
    /* optional highlight */
}


@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .testimonial-card.featured {
        transform: none;
        margin-bottom: 30px;
    }

    .testimonials-section {
        padding: 60px 0;
    }
}

.row-gap {
    row-gap: 30px;
}



/* -------------------- 
Blog Section
----------------------- */
.blog-section {
    background: #C4A240;
    min-height: 100vh;
    opacity: 1;
    gap: 10px;
    padding-top: 80px;
    padding-right: 140px;
    padding-bottom: 80px;
    padding-left: 140px;
    position: relative;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(212, 165, 116, 0.1);
    pointer-events: none;
}

.section-header-blog {
    color: white;
    margin-bottom: 60px;
}

.section-subtitle-blog {
    font-weight: 400;
    text-align: left;
    font-size: 25px;
    line-height: 165%;
    letter-spacing: -0.3px;
    color: white;

}

.section-title-blog {
    font-weight: 400;
    text-align: left;
    font-size: 56px;
    line-height: 114.99999999999999%;
    letter-spacing: -1px;
    color: white;

}

.blog-card {
    width: 335.67px;
    /* Added px */
    height: 587.81px;
    /* Added px */
    opacity: 1;
    gap: 32px;
    border-radius: 32px;
    border: 1px solid #ffffff;
    /* White border */
    padding: 32px;
}


.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.blog-image {
    object-fit: cover;
    margin-bottom: 20px;
    width: 259px;
    height: 285px;
    opacity: 1;
    border-radius: 11.4px;

}

.blog-content {
    padding: 3px;
}

.blog-title {
    font-weight: 400;
    font-size: 21.76px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;

}


.blog-description {
    font-weight: 275;
    font-size: 16px;
    color: white;
    line-height: 170%;
    letter-spacing: -0.3px;
    vertical-align: middle;

}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #a0aec0;
}

.blog-date {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.3px;
    color: white;
    gap: 5px;
}

.blog-read-time {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.3px;
    color: white;
    gap: 5px;
}

.meta-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.blog-modal-content {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-modal-content .modal-header {
    background: linear-gradient(135deg, #C4A240, #f0ead6);
    color: white;
    border-bottom: none;
}

.blog-modal-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-modal-content .modal-body {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

.blog-modal-content .modal-footer {
    border-top: none;
    padding: 15px 20px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .blog-section {
        padding: 60px 0;
    }

    .blog-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .blog-content {
        padding: 20px;
    }
}

/* Custom row gap */
.blog-row {
    row-gap: 30px;
}



/* -------------------- 
Reach Us Section
----------------------- */
.reachus-section {
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.contact-content {
    border-radius: 20px;
    overflow: hidden;
    min-height: 500px;
}

.contact-info {
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 114.99999999999999%;
    letter-spacing: -1px;
    color: #C4A240;

}

.contact-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.3px;
    color: #000;

}

.contact-item {
    border: 1px solid #f0ead6;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
    /* default white background */
    color: #000;
    /* default text color */
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 165, 116, 0.15);
    border-color: #C4A240;
    background-color: #C4A240;
    /* gold background */
    color: #fff;
    /* make all text white */
}

/* Ensure all text & icons inside turn white */
.contact-item:hover * {
    color: #fff !important;
    fill: #fff !important;
    /* for SVG icons */
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #C4A240;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

.contact-details {
    overflow: hidden;
}

.contact-number a {
    color: #C4A240;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-label {
    color: #2d3748;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

.contact-hours {
    color: #000;
    font-size: 13px;
    line-height: 1.4;
}

.contact-image-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px;
}

.contact-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
}


/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-info {
        padding: 40px 30px;
    }

    .contact-title {
        font-size: 2rem;
    }

    .contact-image-container {
        padding: 30px;
        margin-top: 30px;
    }

    .contact-image {
        height: 300px;
    }


}

@media (max-width: 576px) {
    .contact-item {
        padding: 20px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-number {
        font-size: 16px;
    }
}


/* -------------------- 
About Us Section
----------------------- */
.about-banner-title {
    font-weight: 700;
    /* bold */
    color: #fffafa;
    /* dark shade */
    font-size: 76px;
    line-height: 110%;
    letter-spacing: -2%;
    /* reduced for better readability */
}

.about-info-title {
    font-weight: 400;
    font-size: 49px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.about-info-count {
    display: inline-block;
    /* makes it wrap in a box */
    font-weight: 600;
    font-size: 39px;
    line-height: 120%;
    color: #C4A240;
    background: #fff;
    /* white background for contrast */
    border: 2px solid #C4A240;
    /* gold border */
    border-radius: 12px;
    /* rounded corners */
    padding: 15px 25px;
    /* space inside box */
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* optional subtle shadow */
}


.about-info-para {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #4D4D4D;

}

.btn-read-more {
    width: 161;
    height: 43;
    opacity: 1;
    gap: 10px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    color: white;
    background-color: #C4A240;
    padding-left: 32px;
    border-radius: 5px;

}

/* -------------------- 
Who We Are Section
----------------------- */
#who-we-are {
    background-color: #F7F7F7;
    /* light gray background */
    height: 400px;
    margin-top: 4%;
}

#who-we-are .container {
    max-width: 1000px;
    /* adjust as you like */
    margin: 0 auto;
    /* keeps it centered */
}

#who-we-are h2 {
    font-weight: 400;
    font-size: 49px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

}

/* #who-we-are p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

} */

#who-we-are-career {
    background-color: #ffff;
    /* light gray background */
    height: 400px;
    margin-top: 4%;
}

#who-we-are-career .container {
    max-width: 1000px;
    /* adjust as you like */
    margin: 0 auto;
    /* keeps it centered */
}

#who-we-are-career h2 {
    font-weight: 400;
    font-size: 49px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

}

/* #who-we-are-career p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

} */

.your-class .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 13px;
    padding: 0;
    cursor: pointer;
}

.your-class .slick-dots {
    position: absolute;
    bottom: 1-20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    font-size: 12px !important;
}

.slick-dots li.slick-active button:before {
    color: #000000 !important;
}

/* -------------------- 
Vission Mission Section
----------------------- */
.main-container-mission {
    max-width: 1300px;
    margin: 0 auto;
    border: 2px solid #B8860B;
    background-color: white;
    position: relative;
    height: 500px;


}

.vission-mission {
    background-color: #F7F7F7;
    margin-top: 0%;
}

.vision-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 65%;
    padding: 40px;
    background: white;
    z-index: 2;
}

.vision-title {
    font-size: 3rem;
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.vision-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.gold-block-top {
    position: absolute;
    top: 35px;
    right: 65px;
    width: 30%;
    height: 49%;
    background: #C4A240;
}

.gold-block-top img {
    width: 100%;
    height: auto;
    display: block;
}


.mission-section {
    position: absolute;
    bottom: 14px;
    left: 2%;
    width: 93%;
    height: 44%;
    background: #C4A240;
    padding: 30px;
    z-index: 3;
}

.mission-title {
    font-weight: 400;
    font-size: 39px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.mission-text {
    font-size: 16px;
    line-height: 1.6;
    color: #0f0f0f;
    text-align: justify;
    margin-left: 44%;

}

@media (max-width: 992px) {
    .main-container {
        height: auto;
        position: static;
    }

    .vision-section {
        position: static;
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .gold-block-top {
        display: none;
    }

    .mission-section {
        position: static;
        width: 100%;
        height: auto;
        padding: 30px;
        left: 0;
    }

    .vision-title,
    .mission-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {


    .vision-section,
    .mission-section {
        padding: 20px;
    }

    .vision-title,
    .mission-title {
        font-size: 2rem;
    }

    .vision-text,
    .mission-text {
        font-size: 0.9rem;
    }
}

/* -------------------- 
why chose Section
----------------------- */
.why-chose-section {
    background-color: #f5f5f5;
    padding: 80px 0;
    min-height: 77vh;
    display: flex;
    align-items: center;
}

.values-row .value-card {
    margin: 0 15px;
    /* 15 + 15 = 30px visual gap between cards */
    box-sizing: border-box;
}

/* counter the side margins so first/last don't push out extra space */
.slick-list {
    margin: 0 -15px;
}

/* ensure slick slide fills height and respects card shadow */
.slick-slide {
    display: flex;
    align-items: stretch;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.section-title-chose {
    margin-bottom: 4%;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1e1e1e;
}

.values-container {
    position: relative;
    overflow: hidden;
}

.values-row {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    align-items: stretch;

    margin-bottom: 6%;
}

.value-card {
    flex: 0 0 350px;
    /* Fix card width */
    background: #fff;
    /* Use white for better contrast */
    border-radius: 20px;
    border: 2px solid #ccc;
    /* Light grey border */
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    /* Align items vertically */
    min-height: 232px;
    box-sizing: border-box;
    /* Prevent padding overflow */
}

.values-row .value-card {
    display: flex !important;
    flex-direction: row !important;
}


/* Right side image */
.value-card img {
    width: 150px;
    height: 206px;
    /* object-fit: contain; */
    margin-top: 10px;
    flex-shrink: 0;
}

.value-card div {
    flex: 1;
}


.slick-slide {
    height: 60% !important;
}




/* Hover effect */
.value-card:hover {
    background: #C4A240;
    color: white;
    /* fallback for text */
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(200, 169, 107, 0.3);
}

/* Ensure title and description change to white on hover */
.value-card:hover .value-title,
.value-card:hover .value-description {
    color: white;
}

.value-card:hover:not(.active) {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.value-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
}



.value-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin: 4px;
}











.nav-btn:hover {
    background: #c8a96b;
    color: white;
    transform: scale(1.1);
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.nav-btn:disabled:hover {
    background: rgba(200, 169, 107, 0.1);
    color: #c8a96b;
    transform: none;
}

@media (max-width: 1200px) {
    .value-card {
        flex: 0 0 320px;
    }
}



/* Smooth scrolling for touch devices */
.values-container {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}



/* -------------------- 
insurance that understand you start  Section
----------------------- */

.hero-section {
    background: url('../img/about/Sections.png') no-repeat center center/cover;
    height: 71vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.btn-custom {
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 12px;
    padding: 12px 25px;
}

.btn-custom:hover {
    background: #f0f0f0;
}

/* -------------------- 
Leadership Section
----------------------- */
.extra-cards {
    display: flex;
    gap: 20px;
    margin-top: -63px;
    justify-content: flex-start;
    /* Align items to the right */

}


.extra-cards-01 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-left: 60%;
}

.leaders-section {
    /* background-color: #ffffff; */
    padding: 0;
    margin: 40px auto;
    max-width: 1304px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    overflow: hidden;
}

.leaders-header {
    font-weight: 400;
    font-size: 42px;
    line-height: 38px;
    letter-spacing: 0px;
    background: #C4A240;
    color: white;
    height: 86;
    opacity: 1;
    padding-left: 35px;
    padding-top: 24px;
    padding-bottom: 24px;



}

.leaders-content {
    padding: 40px;
}

.description-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
}

.leader-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.leader-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center top;
}

.leader-info {
    background: linear-gradient(135deg, #2c2c2c, #1a1a1a);
    color: white;
    padding: 25px;
    text-align: center;
}

.leader-name {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 8px;
    opacity: 0.9;
}

.leader-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}

.check-more-btn {
    background: transparent;
    border: 2px solid #c8a96b;
    color: #c8a96b;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.check-more-btn:hover {
    background: #c8a96b;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.leaders-grid {
    /* display: flex; */
    gap: 245px;
    /* align-items: flex-start; */
}

.leader-text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

.cards-section-leader {
    flex: 1;
    display: flex;
    gap: 20px;
}


.leader-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}


.leader-card:hover .leader-image {
    transform: scale(1.1);
}

.hover-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
    padding: 20px;
}

.leader-card:hover .hover-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(-10px);
}

.hover-overlay h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hover-overlay .view-more {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hover-overlay .view-more:hover {
    background: white;
    color: #C4A240;
}

/* Modal Styles */
.modal-overlay-about {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay-about.active {
    opacity: 1;
    visibility: visible;
}

.modal-content-about {
    background: white;
    border-radius: 24px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.7) translateY(50px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.modal-overlay-about.active .modal-content-about {
    transform: scale(1) translateY(0);
}

.modal-close-about {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #666;
    transition: all 0.3s ease;
}

.modal-close-about:hover {
    background: #e9ecef;
    transform: rotate(90deg);
}

.modal-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 30px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-name-about {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #C39D30 0%, #C4A240 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-title-about {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 4px;
    font-weight: 500;
}

.modal-description-about {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
    .leaders-section {
        padding: 40px 20px;
    }

    .leaders-header {
        font-size: 2.5rem;
    }

    .leaders-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cards-section-leader {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .modal-content-about {
        padding: 30px 20px;
        margin: 20px;
    }

    .modal-name-about {
        font-size: 1.5rem;
    }
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.leaders-section {
    animation: fadeInUp 0.8s ease-out;
}

.leader-card {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.leader-card:nth-child(1) {
    animation-delay: 0.1s;
}

.leader-card:nth-child(2) {
    animation-delay: 0.2s;
}

.leader-card:nth-child(3) {
    animation-delay: 0.3s;
}

.leader-card:nth-child(4) {
    animation-delay: 0.4s;
}

.leader-card:nth-child(5) {
    animation-delay: 0.5s;
}

@media (max-width: 768px) {
    .leaders-header {
        font-size: 2rem;
        padding: 25px 20px;
    }

    .leaders-content {
        padding: 30px 20px;
    }

    .leaders-grid {
        flex-direction: column;
        gap: 30px;
    }

    .cards-section-leader {
        flex-direction: column;
    }

    .description-text {
        font-size: 1rem;
    }


    .leader-text-section {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .cards-section-leader {
        gap: 15px;
    }

    .leader-info {
        padding: 20px;
    }
}
/*---------------------
Reward Section
---------------------*/
 .rewards-section {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .rewards-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
            z-index: 1;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 2;
        }

        .section-title {
            font-size: 3.5rem;
            font-weight: 800;
            background: var(--primary-gradient);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
            position: relative;
        }

        .section-subtitle {
            font-size: 1.3rem;
            color: #6c757d;
            font-weight: 400;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .insight-navbar {
            position: relative;
            z-index: 2;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 20px;
            box-shadow: var(--card-shadow);
            margin-bottom: 40px;
        }

        .nav-pills {
            justify-content: center;
            gap: 10px;
        }

        .nav-link-insight {
            border-radius: 15px !important;
            padding: 15px 30px !important;
            font-weight: 600 !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .nav-link-insight:not(.active) {
            background: transparent;
            color: #6c757d;
        }

        .nav-link-insight:not(.active):hover {
            background: rgba(102, 126, 234, 0.1);
            color: #C4A240;
            transform: translateY(-2px);
        }

        .nav-link-insight.active {
            background: var(--primary-gradient) !important;
            box-shadow: 0 10px 30px rgba(248, 211, 3, 0.4);
        }

        .card-image-container {
            position: relative;
            margin-bottom: 20px;
            overflow: hidden;
            border-radius: 15px;
            height: 200px;
        }

        .reward-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .reward-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .reward-card:hover .video-overlay {
            opacity: 1;
        }

        .reward-card:hover .reward-image {
            transform: scale(1.1);
        }

        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding: 15px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .reward-card:hover .image-overlay {
            opacity: 1;
        }

        .card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .reward-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 20px;
            box-shadow: var(--card-shadow);
            transition: all 0.4s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .reward-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.5s;
        }

        .reward-card:hover::before {
            left: 100%;
        }

        .reward-card:hover {
            transform: var(--hover-transform);
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
        }

        .reward-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 20px;
            position: relative;
        }

        .article-icon { background: var(--primary-gradient); }
        .report-icon { background: var(--secondary-gradient); }
        .video-icon { background: var(--success-gradient); }
        .award-icon { background: var(--warning-gradient); }

        .reward-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 15px;
        }

        .reward-description {
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .reward-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            padding-top: 20px;
            border-top: 1px solid rgba(0,0,0,0.1);
        }

        .reward-date {
            font-size: 0.9rem;
            color: #6c757d;
        }

        .reward-badge {
            background: var(--primary-gradient);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .stats-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 60px 0;
        }

        .stat-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: var(--card-shadow);
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            background: var(--primary-gradient);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            display: block;
        }

        .stat-label {
            color: #6c757d;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 10px;
        }

        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .floating-icon {
            position: absolute;
            color: rgba(102, 126, 234, 0.1);
            font-size: 3rem;
            animation: float 6s ease-in-out infinite;
        }

        .floating-icon:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
        .floating-icon:nth-child(2) { top: 20%; right: 15%; animation-delay: 2s; }
        .floating-icon:nth-child(3) { bottom: 20%; left: 15%; animation-delay: 4s; }
        .floating-icon:nth-child(4) { bottom: 10%; right: 10%; animation-delay: 1s; }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        @media (max-width: 768px) {
            .section-title { font-size: 2.5rem; }
            .nav-pills { flex-wrap: wrap; }
            .nav-link-insight { padding: 12px 20px !important; font-size: 0.9rem; }
            .reward-card { padding: 20px; }
        }



/* -------------------- 
Industries Section
----------------------- */
.industry-section {
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.top-section {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.golden-bar-industries {
    background: linear-gradient(135deg, #c8a96b, #b8955a);
    width: 333px;
    margin-left: -11%;
    height: 40px;
    border-radius: 0;
    flex-shrink: 0;
    width: 278;


}

.description-text-industries {
    flex: 1;
    color: #000;
    text-align: end;
    max-width: 990px;
    font-weight: 600;
    font-style: 'semibold';
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.industries-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
}

.industry-card {
    position: relative;
    margin-top: 80px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(248, 224, 3, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 350px;
    height: 380px;
    opacity: 1;
    left: 28px;
    background: transparent;
    /* transparent background */
}


.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(241, 206, 7, 0.2);
}

.industry-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-label {
    position: absolute;
    bottom: 29px;
    left: 5px;
    background: linear-gradient(135deg, #c8a96b, #b8955a);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Specific images for each industry */
.manufacturing .industry-image {
    filter: grayscale(0.8) contrast(1.1);
}

.power-energy .industry-image {
    object-position: center;
}

.construction .industry-image {
    object-position: center;
}

.banking .industry-image {
    object-position: center;
}

.sports .industry-image {
    object-position: center;
}

.media .industry-image {
    object-position: center;
}

/* Responsive Design */
@media (max-width: 992px) {
    .industry-section {
        padding: 40px 20px;
    }

    .industries-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 15px;
    }

    .top-section {
        flex-direction: column;
        gap: 20px;
    }

    .golden-bar {
        width: 120px;
        height: 40px;
    }

    .description-text {
        font-size: 13px;
        max-width: none;
    }

    .industry-card {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .industries-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        gap: 15px;
    }

    .industry-section {
        padding: 30px 15px;
    }

    .industry-card {
        height: 160px;
    }

    .industry-label {
        bottom: 12px;
        left: 12px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .description-text {
        font-size: 12px;
        line-height: 1.5;
    }
}



/* ------------------------START Insurance Banneer--------------------------- */
.about-banner {
    background-image: url(../img/banner/aboutus.png)
}

.industries-banner {
    background-image: url(../img/banner/industriemain.png);
}

.aviation-banner {
    background-image: url(../img/banner/Avaitions.png);
}

.marine-banner {
    background-image: url(../img/banner/Marine.png);
}

.banking-banner {
    background-image: url(../img/banner/Banking.png);
}

.construction-banner {
    background-image: url(../img/banner/construction.png);
}

.manufacturing-banner {
    background-image: url(../img/banner/Manufacturing.png);
}

.media-banner {
    background-image: url(../img/banner/media.png);
}


.sports-banner {
    background-image: url(../img/banner/sports.png);
}

.species-banner {
    background-image: url(../img/banner/speices.png);
}

.previlege-banner {
    background-image: url(../img/banner/signat.png);
}

.power-banner {
    background-image: url(../img/banner/power.png);
}

.career-banner {
    background-image: url(../img/banner/career.png);
}

.blog-banner {
    background-image: url(../img/banner/blogs.png);
}

.service-banner {
    background-image: url(../img/banner/SectionBg.png);
}

.risk-banner {
    background-image: url(../img/banner/SectionBg-1.png);
}

.claim-banner {
    background-image: url(../img/banner/claims.png);
}

.finalcial-banner {
    background-image: url(../img/banner/finacial.png);
}

.agri-banner {
    background-image: url(../img/banner/agribanner.png);
}

.oil-banner {
    background-image: url(../img/banner/oil.png);
}

.credit-banner {
    background-image: url(../img/banner/credit.png);
}

.surety-banner {
    background-image: url(../img/banner/surety.png);
}

.life-banner {
    background-image: url(../img/banner/life.png);
}



.contact-banner {
    background-image: url(../img/banner/contactus.png);
}

.inner_main_page_banner {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 5em;

    background-color: rgba(128, 128, 128, 0.5);
    /* greyish overlay */
    background-blend-mode: multiply;
    /* blends with image */
}

/* ----------------
Service Section
------------------ */

.services-section {
    padding: 60px 0;
    max-width: 900px;
    margin: 20px auto;
}

.service-section-title {
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
    padding: 0 40px;
    position: relative;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: #ddd;
}

.services-list {
    padding: 0 40px;
}

.services-list {
    flex-direction: column;
}

.service-item {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.service-icon {
    margin-right: 0.75rem;
    color: #C4A240;
    /* Example color */
    margin-top: 4px;
    /* Align icon vertically with text */
}


.service-item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.service-item:hover {
    background-color: #f8f9fa;
    padding-left: 10px;
    margin: 0 -10px;
    border-radius: 8px;
}

.service-item:hover .service-arrow {
    transform: translateX(5px);
    color: #c8a96b;
}

.service-name {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    transition: color 0.3s ease;
}

.service-item:hover .service-name {
    color: #c8a96b;
}

.service-arrow {
    font-size: 1.5rem;
    color: #333;
    transition: all 0.3s ease;
    font-weight: bold;
}

.show-more-btn {
    background: transparent;
    border: 2px solid #333;
    color: #333;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 40px;
}

.show-more-btn:hover {
    background: #333;
    color: white;
    transform: translateY(-2px);
}

.show-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.2);
}

/* Hidden services for show more functionality */
.hidden-services {
    display: none;
}

.hidden-services.show {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-section {
        margin: 20px;
        max-width: none;
    }

    .section-title {
        font-size: 1.75rem;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .section-title::after {
        left: 20px;
        right: 20px;
    }

    .services-list {
        padding: 0 20px;
    }

    .service-item {
        padding: 18px 0;
    }

    .service-name {
        font-size: 1rem;
        line-height: 1.4;
    }

    .service-arrow {
        font-size: 1.3rem;
    }

    .show-more-btn {
        margin-left: 20px;
        padding: 10px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .services-section {
        padding: 40px 0;
        margin: 15px;
    }

    .section-title {
        font-size: 1.5rem;
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .section-title::after {
        left: 15px;
        right: 15px;
    }

    .services-list {
        padding: 0 15px;
    }

    .service-item {
        padding: 15px 0;
    }

    .service-name {
        font-size: 0.95rem;
        padding-right: 10px;
    }

    .service-arrow {
        font-size: 1.2rem;
    }

    .show-more-btn {
        margin-left: 15px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* ----------------
Team hire
------------------ */


.hiring-section {
    background-color: #ffffff;
    padding: 80px 40px;
    /* margin: 40px auto; */
    text-align: center;
}

.section-title-team {
    font-weight: 400;
    font-size: 49px;
    line-height: 120%;
    color: #C4A240;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.section-subtitle-team {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.hiring-steps {
    display: grid;
    grid-auto-flow: column;
    /* Force horizontal flow */
    grid-auto-columns: 1fr;
    /* Equal width per item */
    gap: 20px;
    max-width: 100%;
    /* Let it stretch full row */
    margin: 30px auto;
    overflow-x: auto;
    /* Scroll if too many */
    overflow-y: hidden;
    /* Scroll if too many */

}


.step-card {
    background: #f5f5f5;
    padding: 0px 25px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

.step-card:hover:not(.golden):not(.selected) {
    background: #C4A240;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-card.selected:not(.golden) {
    background: #C4A240;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.step-card:not(.selected):hover .step-number,
.step-card:not(.selected):hover .step-title,
.step-card:not(.selected):hover .step-description {
    color: white;
}

.step-card.selected:not(.golden) .step-number {
    color: white;
}

.step-card.selected:not(.golden) .step-title {
    color: white;
}

.step-card.selected:not(.golden) .step-description {
    color: white;
}

.step-card.golden {
    background: #C4A240;
    color: white;
}

.step-number {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.step-card.golden .step-number {
    color: white;
}

.step-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.3;
}

.step-card.golden .step-title {
    color: white;
}

.step-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    margin: 0;
    flex-grow: 1;
}

.step-card.golden .step-description {
    color: rgba(255, 255, 255, 0.9);
}



/* Animation for cards */
.step-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.step-card:nth-child(1) {
    animation-delay: 0.1s;
}

.step-card:nth-child(2) {
    animation-delay: 0.2s;
}

.step-card:nth-child(3) {
    animation-delay: 0.3s;
}

.step-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ensure smooth transitions */
* {
    box-sizing: border-box;
}

/* Ensure smooth transitions */
* {
    box-sizing: border-box;
}

/* ----------------
Blog Section
----------------- */
.latestblog-section {
    background-color: #ffffff;
    padding: 60px 40px;
    min-height: 100vh;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.article-image {
    width: 400px;
    height: 360px;
    /* border-radius: 16px; */
    overflow: hidden;
    /* Prevents image from spilling out */
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps aspect ratio but fills */
}

.article-content {
    padding: 20px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 11px;
    color: #666;
}

.article-category {
    background-color: transparent;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.article-date {
    color: #999;
}

.article-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
    text-decoration: none;
}

.article-title:hover {
    color: #c8a96b;
    text-decoration: none;
}

.article-description {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.read-more-link {
    color: #4a90e2;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
}

.read-more-link:hover {
    color: #357abd;
    text-decoration: underline;
}

/* Two column layout for bottom row */
.bottom-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 30px auto 0;
}

/* Responsive Design */
@media (max-width: 992px) {

    .articles-grid,
    .bottom-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .blog-section {
        padding: 50px 30px;
    }
}

@media (max-width: 768px) {

    .articles-grid,
    .bottom-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-section {
        padding: 40px 20px;
    }

    .article-image {
        height: 180px;
    }

    .article-content {
        padding: 18px;
    }

    .article-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 30px 15px;
    }

    .article-content {
        padding: 15px;
    }

    .article-image {
        height: 160px;
    }

    .article-title {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .article-description {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }
}

/* Animation for cards appearing */
.article-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.article-card:nth-child(1) {
    animation-delay: 0.1s;
}

.article-card:nth-child(2) {
    animation-delay: 0.2s;
}

.article-card:nth-child(3) {
    animation-delay: 0.3s;
}

.article-card:nth-child(4) {
    animation-delay: 0.4s;
}

.article-card:nth-child(5) {
    animation-delay: 0.5s;
}

.article-card:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----------------
Contact Section
----------------- */
.resume-section {
    background: white;
    margin-bottom: 40px;
}

.resume-banner {
    background: url("../img/Career/baneer.png") no-repeat center center;
    background-size: cover;
    height: 200px;
    /* adjust height as needed */
    position: relative;
    color: white;
}

.resume-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.resume-para {
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;

}

.contactform-container {
    background: #C4A240;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 43px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contactform-title {
    color: white;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    border: none;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 12px;
    height: 57px !important;
    /* smaller height */
    background: white;
}

.form-control:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-color: transparent;
}

.form-select {
    border: none;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    background: white;
    margin-bottom: 12px;
}

.form-select:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-color: transparent;
    color: #000;
}

.location-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.location-label {
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 10px;
    align-self: center;
    white-space: nowrap;
}

.upload-section {
    position: relative;
    margin-bottom: 12px;
}

.upload-input {
    background: white;
    border: none;
    border-radius: 4px;
    padding: 10px 80px 10px 12px;
    font-size: 14px;
    color: #666;
    width: 100%;
}

.upload-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #B8860B;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.upload-btn:hover {
    background: #9A7209;
}

.linkedin-section {
    position: relative;
    margin-bottom: 12px;
}

.linkedin-input {
    background: white;
    border: none;
    border-radius: 4px;
    padding: 10px 80px 10px 12px;
    font-size: 14px;
    color: #666;
    width: 100%;
}

.linkedin-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #B8860B;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.linkedin-btn:hover {
    background: #9A7209;
}

.message-textarea {
    border: none;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 15px;
    background: white;
    resize: vertical;
    min-height: 80px;
}

.message-textarea:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-color: transparent;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 8px;
}

.checkbox-input {
    margin-top: 2px;
    accent-color: white;
}

.checkbox-label {
    color: white;
    font-size: 12px;
    line-height: 1.3;
}

.submit-btn {
    background: white;
    border: none;
    color: #666;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.submit-btn:hover {
    background: #f5f5f5;
}

@media (max-width: 576px) {
    .contact-container {
        margin: 10px;
        padding: 30px 20px;
    }

    .location-row {
        flex-direction: column;
        gap: 0;
    }

    .location-label {
        margin-bottom: 8px;
    }
}

/* ----------------
Sub pages Section
----------------- */
.risk-card {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 22px;
    padding: 30px;
    background: #fff;
    transition: all 0.6s ease;
    box-shadow: 0 4px 12px rgba(224, 228, 32, 0.1);
    cursor: pointer;
}

/* Headings */
.risk-card h3 {
    color: #b89231;
    font-size: 20px;
    /* Slightly smaller for better fit */
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

/* Paragraphs */
.risk-card p {
  text-justify: inter-word;
  word-break: break-word;  /* breaks long words */
  line-height: 1.6;
}

/* Hover effect */
.risk-card:hover {
    background: #C4A240;
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.risk-card:hover h3,
.risk-card:hover p {
    color: #fff;
}

/* Tablet & below (768px) */
@media (max-width: 768px) {
    .risk-card {
        padding: 20px;
        /* reduce padding */
        margin-bottom: 20px;
    }
}



.main-container-subpages {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    /* margin: 20px auto; */
}

.golden-bg {
    background-color: #C4A240;
    position: absolute;
    top: 155px;
    left: -20px;
    width: 71%;
    height: 54%;
    z-index: 0;
    border-radius: 6px;
}

.subpage-para {
    font-weight: 400;
    font-style: Regular;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.industrial-image-01 {
    position: relative;
    z-index: 1;
    width: 68%;
    border-radius: 6px;
}

.industrial-image {
    width: 54%;
    height: 75%;
    margin-top: 8%;
    margin-left: 5%;
    z-index: 1;
    object-fit: cover; /* cover the container without distortion */
}

.our-badge {
    background-color: #B8860B;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.content-section {
    padding: 40px;
}

.main-text {
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 14px;
}

.features-row {
    margin-top: 30px;
}

.feature-item {
    text-align: left;
    padding: 20px 10px;
}

.feature-icon {
    width: 161px;
    height: 33px;
    background-color: #C4A240;
    display: flex;
    align-items: center;
    /* vertically center inside */
    justify-content: flex-start;
    /* align left */
    margin: 0 0 15px 0;
    /* remove auto center */
    font-size: 22px;
    color: #fff;
    padding-left: 10px;
    /* small left padding for spacing */
}

.feature-title {
    font-weight: 400;
    font-size: 20.5px;
    line-height: 24px;
    color: #000000;
}


.content-section-subpage {
    margin-top: 5%;
}


@media (max-width: 768px) {
    .industrial-image {
        height: 250px;
        border-radius: 8px 8px 0 0;
    }

    .content-section {
        padding: 20px;
    }

    .feature-item {
        margin-bottom: 20px;
    }
}

/* ----------------
Risk Management Task
----------------- */

@media (min-width: 768px) {

    /* Medium devices (md) and up */
    .gold-bar {
        width: 64px;
        /* Width for medium screens */
    }
}

@media (min-width: 992px) {

    /* Large devices (lg) and up */
    .gold-bar {
        width: 96px;
        /* Width for large screens */
    }
}

.list-unstyled li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 25px;
    /* space for custom dot */
}

.list-unstyled li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 10px;
    /* background-color: #C8A040; */
    /* gold dot */
    border-radius: 50%;
}

.list-unstyled li h3 {
    color: #C8A040;
    /* gold color for heading */
    font-weight: 600;
    font-style: 'Semibold';
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.list-unstyled li p {
    font-weight: 600;
    font-style: 'SemiBold';
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;

}

/* -------------------------END ReInsurance Banner -------------------------- */


/* -------------------About us ----------------------- */
/* Footer */


.footer-container {
    background: #fff7e7;
    padding: 40px 0 20px 0;
}



.footer-title {
    color: #C8A040;
    /* or #FFD700 for pure gold */
}

.company-tagline {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.company-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.contact-info-footer {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 3px;
}

.section-heading {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;   /* removes tiny default spacing */
}




.section-heading a:hover {
    color: #C39D30 !important;             /* LinkedIn-like blue on hover */
}

.mail:hover {
    color: #C39D30 !important;             /* LinkedIn-like blue on hover */
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    margin-bottom: 8px;
}

.nav-links a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: #333;
}

.more-link {
    color: #666 !important;
    font-size: 13px;
}

.copyright-section {
    margin-top: 70px;
    padding-top: 15px;
    /* text-align: center; */
}

.copyright-text {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    /* justify-content: center; */
    gap: 392px;
}

.social-links i {
    font-size: 23px;
    /* adjust as needed */
    color: #C4A240;

}



.social-links a:hover i {
    color: #ffc002;
}

.social-icon {
    width: 28px;
    height: 28px;
    background-color: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.social-icon:hover {
    background-color: #555;
    color: white;
}

.social-icon.twitter {
    background-color: #333;
}

.social-icon.facebook {
    background-color: #333;
}

.social-icon.other {
    background-color: #333;
}

/* others */
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.800rem;
    padding-bottom: .300rem;
    color: #000;
}

.linkedin-icon {
    display: block;           /* Makes the <a> take full width so text-align works */
    text-align: center;       /* Centers the icon horizontally */
    margin: 10px 0;           /* Optional: spacing above/below */
    color: #C4A240;           /* LinkedIn blue */
    font-size: 24px;          /* Icon size */
}

.linkedin-icon:hover {
    color: #f5f105;           /* Darker on hover */
}
