/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.site-header {
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 34px rgba(1, 26, 65, .10);
    backdrop-filter: blur(14px);
}

.top-bar {
    height: 45px;
    background: linear-gradient(90deg, #011A41 0%, #0B6FA4 58%, #EE8352 100%);
    border-bottom: 0;
    color: #fff;
}

.top-bar a,
.top-bar small,
.top-bar i {
    color: #fff !important;
}

.top-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
}

.top-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

.top-social a:hover {
    background: #fff;
    color: var(--primary) !important;
}

.ams-navbar {
    background: #fff;
    min-height: 76px;
}

.ams-navbar .navbar-brand {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 14px;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 10px 24px rgba(1, 26, 65, .10);
}

.ams-navbar .navbar-brand img {
    max-height: 62px;
    object-fit: contain;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 12px 13px;
    color: #172033;
    font-weight: 600;
    outline: none;
    border-radius: 999px;
    margin: 0 2px;
}

a.nav-item.nav-link.btn.btn-primary.btn-sm {
    color: white;
    font-weight: 500;
    font-size: 15px;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0B6FA4;
    background: #EEF6FF;
}

.navbar .dropdown-menu {
    border: 0 !important;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(1, 26, 65, .16);
    padding: 10px;
}

.navbar .dropdown-item {
    border-radius: 8px;
    padding: 9px 12px;
    font-weight: 500;
}

.navbar .dropdown-item:hover {
    background: #EEF6FF;
    color: #0B6FA4;
}

.header-actions .btn {
    border-radius: 999px;
    font-weight: 700;
}

.mobile-header-actions .btn {
    border-radius: 999px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-bottom: 18px !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
        margin: 2px 0;
    }

    .ams-navbar .navbar-brand {
        box-shadow: none;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.home-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 170px 0 88px;
    color: #fff;
    background:
        linear-gradient(110deg, rgba(1, 26, 65, .92) 0%, rgba(11, 111, 164, .82) 52%, rgba(238, 131, 82, .72) 100%),
        url(../img/header.jpg) center/cover no-repeat;
    overflow: hidden;
}

.home-banner-carousel,
.home-banner-carousel .carousel-inner,
.home-banner-carousel .carousel-item {
    min-height: 720px;
}

.home-banner-carousel .carousel-inner {
    overflow: hidden;
}

.home-banner-carousel .carousel-item {
    display: none;
}

.home-banner-carousel .carousel-item.active,
.home-banner-carousel .carousel-item-next,
.home-banner-carousel .carousel-item-prev {
    display: block;
}

.home-banner-slide {
    background: #0B2430;
}

.home-banner-image,
.home-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-banner-image {
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.home-banner-overlay {
    z-index: 1;
    background: linear-gradient(110deg, rgba(11, 36, 48, .94) 0%, rgba(23, 129, 95, .82) 55%, rgba(242, 160, 31, .68) 100%);
}

.home-banner-indicators {
    bottom: 28px;
    z-index: 3;
}

.home-banner-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
}

.home-banner-indicators .active {
    background: var(--secondary);
    border-color: var(--secondary);
}

.home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 88px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

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

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    font-weight: 700;
    margin-bottom: 22px;
}

.home-hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 1.05;
    margin-bottom: 22px;
}

.hero-text {
    max-width: 700px;
    font-size: 1.12rem;
    line-height: 1.85;
    color: rgba(255,255,255,.88);
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.hero-actions .btn {
    border-radius: 999px;
    font-weight: 700;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
}

.hero-metrics div,
.hero-panel,
.service-chip {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 22px 55px rgba(1, 26, 65, .18);
    backdrop-filter: blur(12px);
}

.hero-metrics div {
    border-radius: 10px;
    padding: 18px;
}

.hero-metrics strong {
    display: block;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
}

.hero-metrics span {
    display: block;
    color: rgba(255,255,255,.82);
    margin-top: 8px;
    font-weight: 600;
}

.hero-panel {
    border-radius: 12px;
    padding: 30px;
    color: #fff;
}

.hero-panel img {
    width: 112px;
    height: 76px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 20px;
}

.hero-panel h3 {
    color: #fff;
    margin-bottom: 18px;
}

.hero-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.20);
    font-weight: 600;
}

.hero-panel a:hover {
    color: #FFE1B7;
}

.home-service-strip {
    position: relative;
    margin-top: -56px;
    z-index: 2;
    padding-bottom: 42px;
}

.service-chip {
    min-height: 108px;
    border-radius: 10px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #10243F;
    background: #fff;
    border-color: #E7EDF5;
}

.service-chip i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EEF6FF;
    color: #0B6FA4;
}

.service-chip span {
    font-weight: 800;
}

.service .text-center.mx-auto {
    max-width: 980px !important;
    text-align: left !important;
    background: #fff;
    border: 1px solid #E7EDF5;
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 16px 42px rgba(1, 26, 65, .08);
}

.service .text-center.mx-auto > p:first-child {
    display: inline-block;
    text-align: center;
    margin-bottom: 18px;
}

.service .text-center.mx-auto h1,
.service .text-center.mx-auto h2,
.service .text-center.mx-auto h3 {
    text-align: center;
    color: #011A41;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.18;
}

.service .text-center.mx-auto h1.display-5 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-bottom: 32px !important;
}

.service .text-center.mx-auto p {
    font-size: 1.04rem;
    line-height: 1.85;
    color: #374151;
}

.service .text-center.mx-auto p:not(:first-child) {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.service .text-center.mx-auto br + br + br {
    display: none;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .home-hero {
        min-height: auto;
        padding: 130px 0 72px;
    }

    .home-banner-carousel,
    .home-banner-carousel .carousel-inner,
    .home-banner-carousel .carousel-item {
        min-height: 760px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .home-service-strip {
        margin-top: -28px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #EE8352;
    border: 10px solid #EE8352;
}


.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(#EE8352, #EE8352), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(#EE8352, #EE8352), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: #EE8352;
    border-color: #EE8352 !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: #EE8352 !important;
    background: #EE8352;
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.site-footer {
    position: relative;
    color: rgba(255,255,255,.84);
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 153, 51, .18), transparent 28%),
        radial-gradient(circle at 86% 34%, rgba(19, 136, 8, .18), transparent 30%),
        linear-gradient(135deg, #071D3B 0%, #0B2430 56%, #102F24 100%);
    overflow: hidden;
}

.footer-flag-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 7px;
}

.footer-flag-bar span:nth-child(1) { background: #FF9933; }
.footer-flag-bar span:nth-child(2) { background: #fff; }
.footer-flag-bar span:nth-child(3) { background: #138808; }

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 30px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.footer-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #FFB866;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
}

.footer-cta h3 {
    color: #fff;
    margin-bottom: 0;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    text-decoration: none;
}

.footer-brand img {
    width: auto;
    height: 72px;
    max-width: 235px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.footer-brand span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF9933, #138808);
    color: #fff;
    font-weight: 900;
    font-size: 1.35rem;
}

.footer-brand strong {
    display: grid;
    line-height: 1.05;
    font-size: 1.25rem;
}

.footer-brand small {
    color: #CFF7DF;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.site-footer h4 {
    position: relative;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.site-footer h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FF9933, #fff, #138808);
}

.footer-about {
    max-width: 360px;
    line-height: 1.75;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.84);
    text-decoration: none;
    margin-bottom: 12px;
    transition: .25s ease;
}

.footer-link::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFB866;
}

.footer-link:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.65;
}

.footer-contact-item i {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,153,51,.14);
    color: #FFB866;
}

.footer-contact-item a,
.footer-contact-item span {
    color: rgba(255,255,255,.84);
}

.footer-contact-item a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    background: rgba(255,255,255,.09);
    text-decoration: none;
    transition: .3s ease;
}

.footer-social a:hover {
    background: #138808;
    border-color: #138808;
    color: #fff;
    transform: translateY(-3px);
}

.mobile-sticky-actions {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 9998;
    display: none;
    flex-direction: column;
    gap: 12px;
}

.mobile-sticky-actions a {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(11,36,48,.24);
}

.mobile-sticky-actions span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.mobile-call-btn {
    background: var(--primary);
}

.mobile-whatsapp-btn {
    background: #25D366;
}

.copyright {
    position: relative;
    color: rgba(255,255,255,.88);
    background:
        linear-gradient(90deg, rgba(255,153,51,.10), transparent 30%, rgba(19,136,8,.12)),
        #071D3B;
    border-top: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.copyright,
.copyright a {
    color: rgba(255,255,255,.92);
    font-weight: 700;
}

.copyright::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF9933 0%, #fff 50%, #138808 100%);
}

.copyright .container {
    padding: 0 8px;
}

.copyright-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 11px;
    margin-right: 8px;
    border-radius: 999px;
    background: rgba(255,153,51,.15);
    color: #FFB866;
    font-size: .9rem;
}

.copyright-brand {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.35);
}

.copyright-brand:hover {
    color: #FFB866 !important;
    border-bottom-color: #FFB866;
}

.copyright-muted {
    color: rgba(255,255,255,.72);
}

/* Saksham Facility Services theme */
:root {
    --primary: #0F7A3D;
    --secondary: #FF8A1F;
    --tertiary: #59626B;
    --light: #F3FAF5;
    --dark: #071D3B;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #34404A;
}

.top-bar {
    background: linear-gradient(90deg, #071D3B 0%, #0F7A3D 62%, #FF8A1F 100%);
}

.saksham-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border-radius: 0 0 16px 16px;
    padding: 8px 16px;
    box-shadow: 0 16px 45px rgba(15, 36, 63, .1);
}

.saksham-brand img {
    width: auto;
    height: 62px;
    max-width: 245px;
    object-fit: contain;
}

.saksham-brand .brand-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.saksham-brand strong,
.saksham-brand small {
    display: block;
    line-height: 1.05;
}

.saksham-brand strong {
    color: var(--dark);
    font-size: 1.22rem;
    letter-spacing: 0;
}

.saksham-brand small {
    color: var(--primary);
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .dropdown-item:hover {
    color: var(--primary);
    background: #ECF8F3;
}

.saksham-hero {
    background:
        linear-gradient(110deg, rgba(11, 36, 48, .94) 0%, rgba(23, 129, 95, .82) 55%, rgba(242, 160, 31, .68) 100%),
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.inner-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    padding: 160px 0 80px;
    color: #fff;
    background:
        linear-gradient(110deg, rgba(11, 36, 48, .94) 0%, rgba(23, 129, 95, .82) 64%, rgba(242, 160, 31, .64) 100%),
        url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.inner-hero h1 {
    color: #fff;
    max-width: 820px;
    font-size: clamp(2.25rem, 4.5vw, 4.25rem);
    line-height: 1.08;
    margin-bottom: 20px;
}

.inner-hero p:not(.d-inline-block) {
    max-width: 760px;
    color: rgba(255,255,255,.9);
    font-size: 1.1rem;
    line-height: 1.8;
}

.home-hero h1 {
    letter-spacing: 0;
}

.hero-panel img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 24px;
}

.service-chip {
    min-height: 96px;
}

.feature-box {
    transition: .35s ease;
    background: #fff;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 46px rgba(11, 36, 48, .12);
}

.industry-tile {
    background: #fff;
    font-weight: 700;
    min-height: 86px;
    display: flex;
    align-items: center;
}

.client-sector-tile,
.client-logo-placeholder {
    background: #fff;
    text-align: center;
    transition: .35s ease;
}

.client-sector-tile:hover,
.client-logo-placeholder:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 46px rgba(11, 36, 48, .12);
}

.client-logo-placeholder {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-placeholder span {
    color: #7B8791;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.director-card {
    background: #fff;
    box-shadow: 0 18px 46px rgba(11, 36, 48, .10);
}

.director-card img {
    width: 100%;
    aspect-ratio: 4 / 4.5;
    object-fit: cover;
}

.team-role-card {
    background: #fff;
    transition: .35s ease;
}

.team-role-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 46px rgba(11, 36, 48, .12);
}

.process-list {
    display: grid;
    gap: 18px;
}

.process-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid #DDEBE5;
    border-radius: 8px;
    background: #fff;
}

.process-step span {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
}

.process-step p {
    margin-bottom: 0;
}

.hierarchy-chart {
    display: grid;
    gap: 16px;
}

.hierarchy-level {
    display: grid;
    gap: 18px;
    justify-items: center;
}

.hierarchy-level.single {
    grid-template-columns: 1fr;
}

.hierarchy-level.multi {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hierarchy-node {
    width: 100%;
    max-width: 330px;
    min-height: 170px;
    padding: 24px;
    border: 1px solid #DDEBE5;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(11, 36, 48, .08);
}

.hierarchy-node i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--light);
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.hierarchy-node p {
    margin-bottom: 0;
}

.primary-node {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.primary-node h4,
.primary-node p,
.primary-node i {
    color: #fff;
}

.primary-node i {
    background: rgba(255,255,255,.16);
}

.hierarchy-connector {
    width: 2px;
    height: 34px;
    background: #BBD8CE;
    justify-self: center;
}

.certificate-card {
    background: #fff;
    transition: .35s ease;
}

.certificate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 46px rgba(11, 36, 48, .12);
}

.certificate-frame {
    min-height: 260px;
    display: grid;
    place-items: center;
    gap: 10px;
    margin-bottom: 24px;
    border: 1px dashed #BBD8CE;
    border-radius: 8px;
    background: #F7FCFA;
    text-align: center;
}

.certificate-frame i {
    color: var(--primary);
    font-size: 3rem;
}

.certificate-frame span {
    display: block;
    color: #7B8791;
    font-weight: 700;
    text-transform: uppercase;
}

.service-breadcrumb-hero {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    padding: 142px 0 42px;
    color: #fff;
    overflow: hidden;
    background: #0B2430;
}

.breadcrumb-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.service-breadcrumb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(11, 36, 48, .92), rgba(23, 129, 95, .78));
    z-index: 1;
}

.service-breadcrumb-hero .container {
    position: relative;
    z-index: 2;
}

.service-breadcrumb-hero h1 {
    color: #fff;
    max-width: 820px;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.08;
    margin-bottom: 12px;
}

.service-breadcrumb-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255,255,255,.9);
    font-size: 1rem;
    line-height: 1.65;
}

.service-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px !important;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
}

.service-breadcrumb .breadcrumb-item,
.service-breadcrumb .breadcrumb-item a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.service-breadcrumb .breadcrumb-item.active {
    color: rgba(255,255,255,.78);
}

.service-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,.72);
}

.service-detail-image {
    width: 100%;
    height: clamp(260px, 32vw, 440px);
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

.service-sidebar {
    position: sticky;
    top: 118px;
    display: grid !important;
    gap: 22px !important;
}

.sidebar-box {
    padding: 0;
    border: 1px solid #DDEBE5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(11, 36, 48, .08);
    overflow: hidden;
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: linear-gradient(90deg, var(--primary), #0B2430);
    color: #fff;
}

.sidebar-title span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
}

.sidebar-title h4 {
    margin-bottom: 0;
    color: #fff;
}

.sidebar-link-list,
.service-link-list {
    display: grid !important;
    gap: 8px !important;
    padding: 14px !important;
}

.sidebar-link-list a,
.service-link-list a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 46px !important;
    padding: 11px 13px !important;
    border: 1px solid #e2eee8 !important;
    border-radius: 8px !important;
    color: #263640 !important;
    background: #fff !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    transition: .3s ease;
}

.sidebar-link-list a:hover,
.sidebar-link-list a.active,
.service-link-list a:hover,
.service-link-list a.active {
    border-color: var(--primary) !important;
    background: #ECF8F3 !important;
    color: var(--primary) !important;
    padding-left: 16px !important;
}

.sidebar-link-list a i,
.service-link-list a i {
    flex: 0 0 20px;
    color: var(--primary) !important;
    transition: .3s ease;
}

.sidebar-link-list a:hover i,
.sidebar-link-list a.active i,
.service-link-list a:hover i,
.service-link-list a.active i {
    color: var(--secondary) !important;
}

.enquiry-box {
    background: linear-gradient(180deg, #fff 0%, #F7FCFA 100%);
}

.enquiry-box form {
    padding: 18px !important;
    background: linear-gradient(180deg, #fff 0%, #F7FCFA 100%) !important;
}

.enquiry-box .form-control {
    min-height: 48px !important;
    border: 1px solid #DDEBE5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #263640 !important;
    font-size: .96rem !important;
}

.enquiry-box textarea.form-control {
    min-height: 104px !important;
}

.captcha-row {
    padding: 12px !important;
    border: 1px dashed #BBD8CE !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.captcha-row label {
    display: block !important;
    margin-bottom: 8px !important;
    color: var(--dark) !important;
    font-weight: 800 !important;
}

.captcha-error {
    display: none;
    margin-top: 6px;
    color: #dc3545;
    font-weight: 700;
}

.captcha-row.is-invalid .captcha-error {
    display: block;
}

.dynamic-image-frame {
    padding: 0 !important;
    background: #fff !important;
    overflow: hidden;
}

.dynamic-image-frame img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    display: block;
    background: #f7fafc;
}

.content-label {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #0B6FA4;
    background: #EEF6FF;
    font-weight: 700;
    font-size: .85rem;
}

.client-logo-card {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: #fff;
}

.client-logo-card img {
    max-width: 100%;
    height: 86px;
    object-fit: contain;
}

.client-logo-card h5 {
    margin: 0;
    color: #011A41;
}

.client-logo-card small {
    color: #6A7A86;
    font-weight: 700;
}

.team-member-card {
    text-align: center;
    background: #fff;
}

.team-member-card img {
    width: 148px;
    height: 148px;
    margin: 0 auto 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #EEF6FF;
}

.team-member-card span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #0B6FA4;
    font-weight: 800;
}

.contact-hero {
    min-height: 315px;
    padding: 150px 0 48px;
    color: #fff;
    background:
        linear-gradient(110deg, rgba(1, 26, 65, .92), rgba(11, 111, 164, .7)),
        url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.contact-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
}

.contact-breadcrumb,
.contact-breadcrumb a,
.contact-breadcrumb .breadcrumb-item.active,
.contact-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.contact-hero h1 {
    max-width: 760px;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.contact-hero p {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255,255,255,.9);
    font-size: 1.08rem;
    line-height: 1.75;
}

.contact-hero-card {
    max-width: 330px;
    margin-left: auto;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    background: rgba(255,255,255,.14);
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.contact-hero-card span,
.contact-hero-card strong {
    display: block;
}

.contact-hero-card span {
    margin-bottom: 5px;
    color: #ffb088;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .82rem;
}

.contact-hero-card strong {
    color: #fff;
    font-size: 1.35rem;
}

.contact-page-section {
    padding: 62px 0 76px;
    background: #F7FAFC;
}

.contact-quick-row {
    margin-bottom: 24px;
}

.contact-quick-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px 16px;
    border: 1px solid #E4EDF4;
    border-radius: 8px;
    background: #fff;
    color: #011A41;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(1, 26, 65, .06);
    transition: .3s ease;
}

.contact-quick-card:hover {
    transform: translateY(-4px);
    color: #011A41;
    box-shadow: 0 18px 42px rgba(1, 26, 65, .1);
}

.contact-quick-card i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #EE8352;
}

.contact-quick-card span,
.contact-quick-card strong {
    display: block;
}

.contact-quick-card span {
    margin-bottom: 3px;
    color: #6A7A86;
    font-weight: 700;
    font-size: .9rem;
}

.contact-quick-card strong {
    color: #011A41;
    font-size: .94rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.contact-info-panel,
.contact-form-panel {
    height: 100%;
    border: 1px solid #E4EDF4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(1, 26, 65, .08);
}

.contact-info-panel {
    padding: 26px;
}

.contact-info-panel h2,
.contact-form-head h2 {
    margin-bottom: 20px;
    color: #011A41;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid #E8F0F5;
}

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

.contact-info-item i {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0B6FA4;
}

.contact-info-item strong,
.contact-info-item span {
    display: block;
}

.contact-info-item strong {
    margin-bottom: 4px;
    color: #011A41;
    font-size: 1.02rem;
}

.contact-info-item span,
.contact-info-item a {
    color: #4B5D6B;
    line-height: 1.6;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: var(--primary);
}

.contact-form-panel {
    padding: 22px;
}

.contact-map {
    height: 100%;
    min-height: 470px;
    border-radius: 8px;
    overflow: hidden;
    background: #E8F0F5;
    box-shadow: 0 20px 46px rgba(1, 26, 65, .08);
}

.contact-map-panel,
.contact-form-panel {
    min-height: 470px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form-head span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 13px;
    border: 1px solid #DDE8F0;
    border-radius: 999px;
    color: #0B6FA4;
    font-weight: 800;
}

.contact-form-head h2 {
    margin-bottom: 18px;
    font-size: 1.8rem;
}

.contact-enquiry-form .form-control {
    min-height: 48px;
    border: 1px solid #DDE8F0;
    border-radius: 8px;
}

.contact-enquiry-form textarea.form-control {
    min-height: 118px;
}

.callback-captcha {
    text-align: left;
}

.compliance-filter,
.compliance-card {
    background: #fff;
    box-shadow: 0 14px 34px rgba(11, 36, 48, .08);
}

.compliance-card {
    transition: .35s ease;
}

.compliance-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 46px rgba(11, 36, 48, .12);
}

.compliance-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--light);
    color: var(--primary);
    font-size: 1.7rem;
    margin-bottom: 18px;
}

.compliance-card h4 {
    line-height: 1.35;
    min-height: 58px;
}

@media (max-width: 991.98px) {
    .hierarchy-level.multi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-sidebar {
        position: static;
    }

    .service-breadcrumb-hero {
        min-height: 220px;
        padding: 132px 0 34px;
    }

    .service-breadcrumb-hero h1 {
        font-size: 2rem;
    }

    .service-breadcrumb-hero p {
        font-size: .95rem;
        line-height: 1.55;
    }
}

@media (max-width: 575.98px) {
    .service-breadcrumb-hero {
        min-height: 185px;
        padding: 118px 0 28px;
    }

    .service-breadcrumb {
        display: none;
    }

    .service-breadcrumb-hero h1 {
        font-size: 1.45rem;
    }

    .service-breadcrumb-hero p {
        display: none;
    }

    .hierarchy-level.multi {
        grid-template-columns: 1fr;
    }
}

.navbar .dropdown-menu {
    min-width: 280px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.navbar .dropdown-item {
    white-space: normal;
    line-height: 1.35;
}

.callback {
    background:
        linear-gradient(rgba(11, 36, 48, .82), rgba(11, 36, 48, .82)),
        url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.facts {
    background:
        linear-gradient(rgba(11, 36, 48, .9), rgba(23, 129, 95, .82)),
        url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.copyright {
    background: #071D3B;
}

@media (max-width: 575.98px) {
    .saksham-brand {
        padding: 7px 10px;
    }

    .saksham-brand img {
        height: 48px;
        max-width: 190px;
    }

    .home-hero {
        min-height: 780px;
        padding-top: 130px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        box-shadow: none;
        padding: 4px 0 8px 12px;
        margin: 0 !important;
        background: #F7FCFA;
    }

    .navbar .dropdown-item {
        font-size: .94rem;
    }

    .mobile-sticky-actions {
        display: flex;
    }

    .back-to-top {
        bottom: 146px;
    }

    body {
        padding-bottom: 74px;
    }
}

@media (max-width: 767.98px) {
    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .footer-cta .btn {
        width: 100%;
    }

    .copyright {
        padding-bottom: 90px !important;
    }
}

/* Compact home banner */
.home-hero,
.home-banner-carousel,
.home-banner-carousel .carousel-inner,
.home-banner-carousel .carousel-item {
    min-height: 420px !important;
}

.home-hero {
    padding: 135px 0 54px !important;
}

.home-hero::after {
    height: 42px !important;
}

.hero-badge {
    padding: 7px 12px !important;
    margin-bottom: 14px !important;
    font-size: .88rem !important;
}

.home-hero h1 {
    max-width: 680px !important;
    font-size: clamp(1.85rem, 3.2vw, 3.05rem) !important;
    margin-bottom: 14px !important;
}

.hero-text {
    max-width: 620px !important;
    font-size: .98rem !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
}

.hero-actions {
    margin-bottom: 20px !important;
}

.hero-actions .btn {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

.hero-metrics div {
    padding: 12px !important;
}

.hero-metrics strong {
    font-size: 1.35rem !important;
}

.hero-metrics span {
    margin-top: 5px !important;
    font-size: .86rem !important;
}

.hero-panel {
    padding: 18px !important;
}

.hero-panel img {
    height: 130px !important;
    margin-bottom: 14px !important;
}

.hero-panel h3 {
    margin-bottom: 10px !important;
    font-size: 1.25rem !important;
}

.hero-panel a {
    padding: 8px 0 !important;
}

.thankyou-section {
    min-height: 82vh;
    padding: 245px 0 110px;
    background:
        linear-gradient(120deg, rgba(7, 29, 59, .92), rgba(15, 65, 118, .8)),
        url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.thankyou-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 42px 38px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
}

.thankyou-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
    border-radius: 50%;
    color: #0b2a55;
    font-size: 2rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(255, 122, 69, .28);
}

.thankyou-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 15px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    background: #ff7a45;
}

.thankyou-card h1 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.thankyou-card p {
    max-width: 560px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, .88);
    font-size: 1.08rem;
    line-height: 1.7;
}

.thankyou-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 22px;
    padding: 10px 16px;
    border-radius: 8px;
    color: #0b2a55;
    background: #fff;
}

.thankyou-count strong {
    color: #ff7a45;
    font-size: 1.25rem;
}

.thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.thankyou-actions .btn {
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
}

.thankyou-actions .btn-primary {
    border-color: #ff7a45;
    background: #ff7a45;
}

.thankyou-actions .btn-outline-primary {
    border-color: rgba(255, 255, 255, .75);
    color: #fff;
}

.thankyou-actions .btn-outline-primary:hover {
    border-color: #fff;
    color: #0b2a55;
    background: #fff;
}

@media (max-width: 767.98px) {
    .contact-hero {
        min-height: 260px;
        padding: 142px 0 42px;
    }

    .contact-hero-card {
        margin-left: 0;
    }

    .contact-page-section {
        padding: 54px 0;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 20px;
    }

    .contact-map {
        min-height: 300px;
    }

    .contact-map-panel,
    .contact-form-panel {
        min-height: auto;
    }

    .home-hero,
    .home-banner-carousel,
    .home-banner-carousel .carousel-inner,
    .home-banner-carousel .carousel-item {
        min-height: 380px !important;
    }

    .home-hero {
        padding: 118px 0 44px !important;
    }

    .service-detail-image {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .home-hero,
    .home-banner-carousel,
    .home-banner-carousel .carousel-inner,
    .home-banner-carousel .carousel-item {
        min-height: 360px !important;
    }

    .home-hero {
        padding: 112px 0 38px !important;
    }

    .home-hero h1 {
        font-size: 1.65rem !important;
    }

    .hero-text {
        font-size: .9rem !important;
        line-height: 1.5 !important;
    }

    .hero-badge,
    .hero-metrics,
    .hero-panel {
        display: none !important;
    }

    .service-detail-image {
        height: 220px;
    }

    .thankyou-section {
        min-height: 78vh;
        padding: 185px 0 72px;
    }

    .thankyou-card {
        padding: 30px 20px;
    }

    .thankyou-actions .btn {
        width: 100%;
    }
}
