.cs_top_header {
    background-color: #010080;
    color: white;
    height: 40px;
}

.social-icons-topbar {
    justify-items: center;

    padding: 10px 0;
}

.bg-tp-icon {
    background-color: white;
    color: #0b0757;
    border-radius: 5px;
    padding: 5px;
}

.cs_top_left {

    margin-right: 80px;
}

.cs_top_right {
    margin-left: 350px !important;

}

.bg-icon {
    background-color: white;
    color: #0b0757;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.bg-tp-icon:hover {
    background-color: #0b0757;
    color: white;
    box-shadow: rgba(255, 255, 255, 0.371) 0px 10px 20px, rgba(252, 252, 252, 0.444) 0px 6px 6px;
    transition: 0.5s ease;
    border-radius: 5px;
}

.bg-icon:hover {
    background-color: #0b0757;
    color: white;
    box-shadow: rgba(255, 255, 255, 0.371) 0px 10px 20px, rgba(252, 252, 252, 0.444) 0px 6px 6px;
    transition: 0.5s ease;
    border-radius: 5px;

}

/* =========================
   Hamburger Button Hidden Desktop
========================= */
.hamburger-menu {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

/* =========================
   Responsive Media Query
========================= */
@media (max-width:1029px) {

    /* Hide Social Icons */
    .social-icons-topbar {
        display: none;
    }

    /* Show Hamburger */
    .hamburger-menu {
        display: block;
    }

    /* Adjust spacing */
    .cs_top_right {
        margin-left: 0 !important;
    }

    .cs_top_left {
        margin-right: 0;
    }

    .cs_top_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }
}

/* ================header fix */
/* =========================
STICKY HEADER
========================= */

.cs_site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}

/* Hero slider image height limit */
.cs_hero_style_2 .carousel {
    max-height: 700px;
}

.cs_hero_style_2 .carousel-item {
    position: relative;
    max-height: 700px;
    overflow: hidden;
}

.cs_hero_style_2 .cs_hero_slide_img {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
    display: block;
}

/* remove old overlay and caption styles since carousel now uses plain images */
 .cs_hero_style_2 .cs_hero_overlay,
 .cs_hero_style_2 .carousel-caption {
    display: none;
}

@media (max-width: 991px) {
    .cs_hero_style_2 .carousel-caption {
        left: 2%;
        right: 2%;
    }
    .cs_hero_style_2 .cs_section_title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .cs_hero_style_2 .cs_hero_text {
        padding: 30px;
    }
    .cs_hero_style_2 .cs_section_title {
        font-size: 42px;
    }
}

/* IMPORTANT */
/* height same rahegi scroll par */
.cs_main_header {
    min-height: 90px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

/* optional shadow on scroll */
.cs_site_header.cs_sticky_active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* logo size fixed */
.cs_site_brand img {
    max-height: 70px;
    width: auto;
}

/* top bar */
.cs_top_header {
    background-color: #010080;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
}

/* --------------nav items */
.active {
    color: #010080;
    font-weight: 900;
}

.nav-items {
    font-weight: 900;
}

.nav-items:hover {
    color: #010080 !important;
    transition: 1s ease;
}

/* ================= Banner  ======== */
.bread-bg {
    /* banner strip bg color  */
    background: #852025 !important;
    background: linear-gradient(90deg, rgba(133, 32, 37, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
}

/* ================================================ */
.cta-banner {
    padding: 70px 0;
    background-image: url('../img/new-mages/Ga.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
    overflow: hidden;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cta-text h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 750px;
    font-family: 'Poppins', sans-serif;
}

.cta-text p {
    color: #d4d4d4;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.quote-btn {
    background: #D4A84F;
    color: #000;
    padding: 18px 38px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    border: 2px solid #D4A84F;
    font-family: 'Poppins', sans-serif;
}

.quote-btn:hover {
    background: #fff;
    color: #000;
}

.quote-btn span {
    margin-left: 10px;
}

.expert-btn {
    border: 2px solid #D4A84F;
    color: #fff;
    padding: 18px 38px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
}

.expert-btn:hover {
    background: #D4A84F;
    color: #000;
}

@media(max-width:991px) {

    .cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-text h2 {
        font-size: 40px;
    }

}

@media(max-width:767px) {

    .cta-banner {
        padding: 60px 20px;
    }

    .cta-text h2 {
        font-size: 30px;
    }

    .cta-text p {
        font-size: 16px;
    }

    .cta-buttons {
        width: 100%;
    }

    .quote-btn,
    .expert-btn {
        width: 100%;
        text-align: center;
    }

}


/*================================
Social media icons footer
======================= */
.media-icons {
    margin-top: 10px;
    padding: 5px;

    justify-content: center;
    column-gap: 25px;
}

.social-icons {
    background: white;
    padding: 4px;
    border-radius: 5px;
}

.social-icons:hover {
    background-color: #0b0757;
    color: white;
    box-shadow: rgba(255, 255, 255, 0.371) 0px 10px 20px, rgba(252, 252, 252, 0.444) 0px 6px 6px;
    transition: 0.5s ease;
}


/* =================================
Contact us cards div address
========================= */
/* =========================
BRANCH OFFICE SECTION
========================= */

.branch-office {
    background: #f5f5f5;
}

/* TITLE */
.branch-office h2 {
    font-size: 42px;
    color: #0d1b3e;
    font-weight: 700;
}

.title-shape .line {
    width: 40px;
    height: 2px;
    background: #f4a41c;
}

.title-shape i {
    color: #f4a41c;
    font-size: 18px;
}

/* CARD */
.office-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.office-card:hover {
    transform: translateY(-5px);
}

.office-card h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.office-card p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
}

.office-card i {
    color: #222;
    margin-top: 6px;
    font-size: 15px;
}

/* RESPONSIVE */
@media(max-width:768px) {

    .branch-office h2 {
        font-size: 32px;
    }

    .office-card h3 {
        font-size: 28px;
    }

    .office-card p {
        font-size: 16px;
    }

}

/* ===================Testimonial ================= */
.testimonial-cards {
    /* border: 1px solid blue; */
    box-shadow: #32325d40 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


.cs_avatar {
    width: 123px;
}



/* =========================
    WHY CHOOSE US SECTION
========================= */

.why-choose-section {
    padding: 0 0;
    background: #f5f5f5;
}

.why-card {
    background: #f2efec;
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* HOVER EFFECT */

.why-card:hover {
    background: #0b0757;
    transform: translateY(-5px);
}

.why-card:hover h3,
.why-card:hover p,
.why-card:hover .card-number {
    color: #fff;
    -webkit-text-stroke: 0px;
}

/* TOP AREA */

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* ICON BOX */

.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #0b0757;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.icon-box img {
    width: 40px;
    filter: brightness(0) invert(1);
    transition: 0.4s ease;
}


/* card no.  */

.card-number {
    color: darkgoldenrod;

}

/* HOVER ICON */

.why-card:hover .icon-box {
    background: white;
    border: 2px solid white;
    color: white;
}

.why-card:hover .icon-box img:hover {
    color: white;
    background-color: white;
}

.why-card:hover .icon-box img {
    filter: brightness(0) saturate(100%) invert(7%) sepia(72%) saturate(2727%) hue-rotate(234deg) brightness(77%) contrast(113%);
}

/* CARD NUMBER */

.card-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #d0a25b;
    transition: 0.4s ease;
}

/* HEADING */

.why-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase;
    transition: 0.4s ease;
}

/* PARAGRAPH */

.why-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    transition: 0.4s ease;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .why-choose-section {
        padding: 70px 0;
    }

    .why-card {
        padding: 28px;
    }

}

@media(max-width:767px) {

    .why-card h3 {
        font-size: 18px;
    }

    .why-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .card-number {
        font-size: 34px;
    }

}

/* ==================About us==== check icons color  */
.check-icons {

    background-color: #0b0757 !important;
}


.cs_about_style_6 .cs_about_desc {
    border-left: 4px solid #0b0757 !important;
    border-radius: 5px;
}

.cs_gray_bg {
    background-color: #0b075715;
}

/* =====================
Contact Us Cards Bg Color 
=================== */

.cs_accent_bg {
    background-color: #0b0757 !important;
}

.bread-mein {
    padding: 300px 100px;
    height: 500px;
}

.bread-content {
    justify-content: center;
    text-align: center;
    margin: auto;
}


/* ======================

      Clients section cards height
      =========================== */
.cards-clients {
    height: 254px !important;
}

/* ===============================
contact btn 
================================ */

.contact-heading h2 {
    color: white !important;
    border-left: 8px solid darkgoldenrod;
    /* margin-left: 10px !important; */
    padding-left: 20px;
}

/* #contact-btn{
                background-color: darkgoldenrod !important;
                } */
.contact-icon {
    &::before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 11px;
        border-radius: 50%;
        transform: scale(50);
        background-color: darkgoldenrod !important;
        transition: all 0.3s ease;
    }

    &.cs_type_1 {
        color: white !important;
        border-color: 1px solid white !important;

        &::before {
            background-color: var(--white-color);
        }

        .cs_btn_icon {
            color: white !important;
            background-color: #010080 !important;
        }
    }

    &:hover {
        color: white !important;
        border-color: 1px solid white !important;

        &::before {
            transform: scale(1);
            transition: all 0.3s ease;
        }

        .cs_btn_icon {
            color: white !important;
            background-color: transparent;
        }

        &.cs_type_1 {

            .cs_btn_icon {
                color: #010080 !important;
            }
        }
    }

}

.contact-icon:hover {
    border: 0.5px solid white !important;
}


/* =========about section process cards  */
.cs_card_style_12 .cs_card_info {
    padding: 45px 15px 0 0 !important;
    /* text-align: justify; */
}


/* =====================
HOme Page Social media section 
====================== */

.social-media {
    border: 3px solid;
    border-image: linear-gradient(90deg,
            rgba(1, 0, 128, 1) 0%,
            rgba(202, 160, 92, 1) 100%) 1;

    border-radius: 10px !important;
}


/* ====================
About page text color 
================== */
.tx-color {
    color: #010080;
    font-weight: 700;
}