/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body,
.navbar-dark .navbar-nav .nav-link,
.btn,
.carousel-caption h5,
.carousel-caption h1,
.display-1,
.display-2,
.display-3,
.display-4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", Sans-serif;
}

p,
li,
label,
input,
textarea,
button,
select,
small,
strong,
div {
    font-family: "Raleway", Sans-serif;
}
a{
    text-decoration: none;
    font-family: "fangsong", Sans-serif;
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#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;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn,
.hero-btn,
.home-button,
button[type="submit"],
input[type="submit"] {
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 0px;
    transition: .3s ease;
    text-transform: uppercase;
}

.btn-primary,
.btn-secondary,
.hero-btn,
.home-button,
button[type="submit"],
input[type="submit"] {
    background: #0b3d7a;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover,
.btn-secondary:hover,
.hero-btn:hover,
.home-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: #0a2f63;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 61, 122, 0.25);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
#header-carousel,
#header-carousel .carousel-inner,
#header-carousel .carousel-item {
    height: 700px;
    min-height: 700px;
}

#header-carousel {
    overflow: hidden;
}

#header-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(4 18 35 / 25%);
    z-index: 1;
}

.hero-content {
    width: min(1400px, calc(100% - 32px));
    text-align: center;
}

.hero-kicker {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(7, 27, 66, 0.8);
    color: #fff;
    font-size: clamp(18px, 2vw, 30px);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.hero-kicker span {
    color: #f58a1f;
}

.hero-title {
    font-size: clamp(46px, 5.5vw, 35px);
    line-height: 1.3;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.hero-title .accent {
    color: #f58a1f;
}

.hero-subtitle {
    color: #fff;
    font-size: clamp(24px, 2vw, 26px);
    line-height: 1.35;
    max-width: 1220px;
    margin: 20px auto 0;
    text-transform: none;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #061d4d;
    color: #fff !important;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.hero-btn:hover {
    background: #ed7d18;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 576px) {
    .hero-kicker {
        font-size: 14px;
        padding: 6px 12px;
    }

    .hero-title {
        font-size: 34px;
        line-height: 1.02;
    }

    .hero-subtitle {
        font-size: 20px;
        margin-top: 12px;
    }

    .hero-btn {
        min-width: 170px;
        font-size: 16px;
        padding: 12px 18px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img {
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/banner/Slide-5.webp) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/* Ashoka Multimetals homepage */
.home-page {
    color: #071b42;
    background: #fff;
}

.home-page .navbar-dark {
    position: absolute;
    background: #fff;
    border: 0;
}

.home-page .navbar-dark .navbar-brand img {
    width: 178px;
    height: auto;
    display: block;
}

.home-page .navbar-dark .navbar-nav .nav-link {
    color: #071b42;
    font-size: 15px;
    margin-left: 22px;
    padding: 25px 0;
}

.home-page .navbar-dark .navbar-nav .nav-link.active,
.home-page .navbar-dark .navbar-nav .nav-link:hover {
    color: #ed7d18;
}

.home-page .navbar-dark .navbar-toggler {
    color: #071b42 !important;
    border-color: #071b42 !important;
}

.ashoka-container {
    width: 1440px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.ashoka-about-page {
    background: #f5f7fb;
}

.ashoka-about-hero {
    position: relative;
    height: 200px;
    background: linear-gradient(rgba(6, 29, 77, 0.58), rgba(6, 29, 77, 0.58)), url('../img/banner/1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ashoka-about-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.ashoka-about-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4vw, 64px);
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.ashoka-about-intro {
    padding: 72px 0 52px;
    background: #fff;
}

.ashoka-about-intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 46px;
    align-items: center;
}

.ashoka-visual-box {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(7, 27, 66, 0.12);
}

.ashoka-visual-box img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.ashoka-copy-box {
    padding: 8px 0;
}

.ashoka-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #f58a1f;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.ashoka-eyebrow-light {
    color: #fff;
}

.ashoka-copy-box h2,
.ashoka-commitment-copy h2,
.ashoka-industries h2 {
    color: #071b42;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    margin: 0 0 18px;
    letter-spacing: -0.03em;
}

.ashoka-copy-box p,
.ashoka-vision-card p,
.ashoka-commitment-copy p {
    color: #526075;
    line-height: 1.8;
    margin: 0;
}

.ashoka-process-tabs {
    padding: 42px 0 60px;
    background: #f3f4f6;
}

.ashoka-process-wrap {
    display: grid;
    grid-template-columns: 260px 1fr;
    background: #f7f7f7;
    border: 1px solid #dde3eb;
    box-shadow: 0 10px 26px rgba(13, 27, 52, 0.06);
}

.ashoka-process-sidebar {
    background: #efefef;
    border-right: 1px solid #dde3eb;
}

.ashoka-process-tab {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dfe5ec;
    background: #f2f2f2;
    color: #1f2b3d;
    text-align: left;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ashoka-process-tab:last-child {
    border-bottom: 0;
}

.ashoka-process-tab.active {
    background: #0a1f4d;
    color: #fff;
}

.ashoka-process-content {
    padding: 28px 34px 0;
    background: #f9f9f9;
}

.ashoka-process-panel {
    display: none;
}

.ashoka-process-panel.active {
    display: block;
}

.ashoka-process-panel h3 {
    margin: 0 0 16px;
    color: #0a1f4d;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ashoka-process-panel p {
    margin: 0 0 16px;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
}
.ashoka-process-panel ul li {
    color: #000000;
    font-size: 18px;
}

.ashoka-process-gallery {
    margin-top: 26px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(7, 27, 66, 0.08);
}

.ashoka-process-gallery img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
}

/* In-House Testing Page Styles */
.ashoka-testing-hero {
    position: relative;
    height: 250px;
    background: linear-gradient(rgba(6, 29, 77, 0.68), rgba(6, 29, 77, 0.68)), url('../img/banner/3.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ashoka-testing-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.ashoka-testing-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4vw, 64px);
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.ashoka-testing-hero p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(14px, 1.2vw, 18px);
    letter-spacing: 0.5px;
}

.ashoka-testing-section {
    background: #fff;
    padding: 80px 0;
}

.ashoka-testing-section-dark {
    background: linear-gradient(rgba(10, 31, 77, 0.95), rgba(10, 31, 77, 0.95)), url('../img/banner/blue-paperboard-texture-scaled.jpg') center/cover;
    background-attachment: fixed;
}

.ashoka-testing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.ashoka-testing-grid-left {
    grid-template-columns: 1.1fr 1.2fr;
}

.ashoka-testing-grid-right {
    grid-template-columns: 1.2fr 1.1fr;
}

.ashoka-testing-image {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(7, 27, 66, 0.12);
}

.ashoka-testing-image img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ashoka-testing-section:hover .ashoka-testing-image img {
    transform: scale(1.02);
}

.ashoka-testing-content {
    padding: 8px 0;
}

.ashoka-testing-content h2 {
    color: #071b42;
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 1.1;
    margin: 0 0 18px;
    letter-spacing: -0.03em;
}

.ashoka-testing-content p {
    color: #000000;
    line-height: 1.8;
    margin: 0 0 16px;
    font-size: 18px;
}

.ashoka-testing-content p:last-of-type {
    margin-bottom: 0;
}

.ashoka-testing-content-light {
    color: #fff;
}

.ashoka-testing-content-light h2 {
    color: #fff;
}

.ashoka-testing-content-light p {
    color: rgba(255, 255, 255, 0.88);
}

.ashoka-about-vision {
    background: #d7d7d7;
    color: #fff;
    text-align: center;
    padding: 92px 0 104px;
    background: linear-gradient(rgba(31, 32, 32, 0.048), rgba(21, 22, 24, 0.014)), url(../img/banner/20.jpeg) center / cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.ashoka-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.ashoka-vision-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 26px 34px 30px;
    background: rgb(0 0 0 / 71%);
    color: #fff;
    text-align: center;
}

.ashoka-vision-card + .ashoka-vision-card {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ashoka-card-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    margin-bottom: 18px;
    font-size: 28px;
}

.ashoka-vision-card h3 {
    color: #fff;
    font-size: clamp(28px, 2.4vw, 30px);
    margin: 0 0 18px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.ashoka-vision-card p {
    color: rgba(255,255,255,0.92);
    max-width: 560px;
    font-size: clamp(16px, 1.7vw, 18px);
    line-height: 1.42;
    margin: 0;
}

.ashoka-about-commitment {
    padding: 80px 0 80px;
    background: #fff;
}

.ashoka-commitment-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.2fr;
    gap: 42px;
    align-items: center;
}

.ashoka-commitment-image {
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(7, 27, 66, 0.12);
    border-radius: 12px;
}

.ashoka-commitment-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.ashoka-commitment-copy {
    padding: 0 10px 0 0;
}

.ashoka-commitment-copy p + p {
    margin-top: 18px;
}

.ashoka-commitment-copy strong {
    color: #071b42;
    font-size: 18px;
}

.ashoka-industries {
    background: #071b42;
    color: #fff;
    padding: 86px 0 96px;
}

.ashoka-industries h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 42px;
    font-size: clamp(40px, 4vw, 50px);
    letter-spacing: -0.04em;
}

.ashoka-industries-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
}

.ashoka-industries-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    gap: 26px;
    align-items: stretch;
    width: 100%;
    flex: 1;
}

.ashoka-industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 240px;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
}

.ashoka-industry-icon {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.96);
    color: #071b42;
    font-size: 54px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    flex-shrink: 0;
}

.ashoka-industry-item span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.4;
}

.ashoka-carousel-arrow {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ashoka-carousel-arrow:hover {
    color: #fff;
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.5);
}

.ashoka-contact-band {
    background: #f3f5f8;
    padding: 80px 0 80px;
}

.ashoka-contact-band-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    background: #f3f5f8;
    padding: 18px 0 0;
}

.ashoka-contact-band h2 {
    margin: 0;
    color: #071b42;
    font-size: clamp(22px, 2.8vw, 38px);
    line-height: 1.3;
}

.ashoka-inline-btn {
        display: inline-block;
    padding: 14px 28px;
    background: #061d4d;
    color: #fff !important;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.ashoka-inline-btn:hover {
    background: #0a2f63;
    color: #fff;
    transform: translateY(-2px);
}

.home-button {
    display: inline-block;
    padding: 14px 28px;
    background: #061d4d;
    color: #fff !important;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.home-button:hover {
    background: #ed7d18;
    color: #fff !important;
    transform: translateY(-2px);
}

.nav-cta {
    margin-left: 28px;
    padding: 11px 27px;
    font-size: 14px;
}

.home-hero {
    height: 600px;
    background: linear-gradient(90deg, rgba(3, 14, 33, .35), rgba(3, 14, 33, .05)), url('../img/carousel-1.jpg') center/cover;
    display: grid;
    place-items: center;
    text-align: center;
}

.home-hero-overlay {
    margin-top: 80px;
    color: #fff;
}

.home-hero h1 {
    margin: 8px 0 28px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1;
    letter-spacing: -1px;
}

.home-hero p,
.eyebrow {
    color: #ed7d18;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.3px;
    font-weight: 800;
}

.home-hero p {
    color: #fff;
    margin: 0;
}

.home-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 104px 0 112px;
}

.intro-image img,
.why-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.intro-copy h2,
.section-heading h2,
.why-visual h2,
.trust-section h2,
.home-cta h2 {
    color: #071b42;
    font-size: clamp(30px, 4vw, 35px);
    line-height: 1.08;
    margin: 13px 0 20px;
}

.intro-copy p,
.why-visual p {
    color: #526075;
    line-height: 1.8;
    margin-bottom: 28px;
}

.product-section,
.testimonial-section {
    background: #f3f7fd;
    padding: 88px 0 105px;
}

.section-heading {
    text-align: center;
    margin-bottom: 48px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-carousel {
    padding: 0 0 32px;
}

.product-slide {
    padding: 0 0 25px;
}

.product-card {
    position: relative;
    color: #071b42;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(7, 27, 66, .1);
}

.product-card img {
    width: 100%;
    height: 267px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.product-card:hover img {
    transform: scale(1.04);
}

.product-card strong,
.product-card span {
    display: block;
    padding-left: 28px;
    padding-right: 25px;
}

.product-card strong {
    position: relative;
    z-index: 1;
    margin: -20px 20px 0;
    padding-top: 28px;
    padding-bottom: 28px;
    background: #fff;
    box-shadow: 0 7px 13px rgba(7, 27, 66, .17);
    font-size: 21px;
    border-radius: 8px;
}

.product-card span {
    display: none;
}

.product-carousel .owl-nav {
    position: absolute;
    top: 42%;
    left: -42px;
    right: -42px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 38px;
    height: 60px;
    color: #fff;
    background: #061d4d;
    font-size: 28px;
    line-height: 1;
}

.product-carousel .owl-nav button:hover {
    background: #ed7d18;
}

.product-carousel .owl-dots {
    margin-top: 4px;
}

.product-carousel .owl-dot span {
    background: #bdc7d5;
}

.product-carousel .owl-dot.active span {
    background: #ed7d18;
}

.why-section {
    position: relative;
    color: #fff;
    background-color: #06204e;
    background-image: linear-gradient(rgba(6, 32, 78, 0), rgba(6, 32, 78, 0)), url('../img/banner/blue-paperboard-texture-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 82px 0 94px;
}

.why-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 30px;
    align-items: start;
}

.why-visual h2 {
    color: #fff;
}

.why-visual p {
    color: #f0f4fa;
    font-size: 15px;
    line-height: 1.55;
    max-width: 530px;
    margin-bottom: 17px;
}

.why-visual img {
    height: 308px;
    margin-top: 0;
    object-fit: cover;
}

.benefit-list {
    display: grid;
    gap: 14px;
    padding-top: 0;
}

.benefit-list article {
    display: flex;
    gap: 22px;
    min-height: 125px;
    padding: 25px 24px;
    background: rgba(2, 19, 55, .91);
    border: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 7px 15px rgba(0, 7, 25, .25);
}

.benefit-list i {
    color: #ed7d18;
    font-size: 25px;
    width: 28px;
    padding-top: 4px;
}

.benefit-list h3 {
    color: #fff;
    font-size: 19px;
    margin: 0 0 9px;
}

.benefit-list p {
    color: #d1dceb;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.grades-section {
    padding: 100px 0 110px;
}

.table-wrap {
    overflow-x: auto;
}

.grades-section table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    text-align: center;
    color: #536176;
}

.grades-section th {
    background: #ed7d18;
    color: #fff;
    padding: 17px 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.grades-section td {
    padding: 15px;
    border: 1px solid #dfe4eb;
    font-size: 14px;
}

.grades-section tbody tr:nth-child(even) {
    background: #f3f5f8;
}

.trust-section {
    color: #fff;
    text-align: center;
    padding: 92px 0 104px;
    background: linear-gradient(rgb(31 32 32 / 82%), rgb(21 22 24 / 75%)), url(../img/banner/14.jpg) center / cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.trust-section h2 {
    color: #fff;
    margin-bottom: 15px;
}

.trust-section>.ashoka-container>p {
    max-width: 730px;
    margin: 0 auto 42px;
    color: #dce5f0;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.stats div {
    padding: 23px 12px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(0, 0, 0, .2);
}

.stats strong,
.stats span {
    display: block;
}

.stats strong {
    color: #fff;
    font-size: 40px;
}

.stats span {
    color: #e7edf5;
    font-size: 14px;
    margin-top: 5px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-grid blockquote {
    background: #fff;
    padding: 30px;
    margin: 0;
    text-align: center;
    box-shadow: 0 4px 15px rgba(7, 27, 66, .05);
}

.testimonial-grid blockquote p {
    color: #69768a;
    line-height: 1.65;
    min-height: 78px;
}

.testimonial-grid cite {
    display: block;
    color: #071b42;
    font-weight: 800;
    font-style: normal;
}

.testimonial-grid cite small {
    display: block;
    color: #8993a3;
    font-weight: 400;
    margin-top: 5px;
}

.home-testimonial-carousel {
    padding: 0 0 35px;
}

.testimonial-slide {
    padding: 0 0 50px;
}

.home-testimonial-carousel blockquote {
    position: relative;
    min-height: 300px;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 9px;
    padding: 36px 30px 48px;
    margin: 0;
    text-align: center;
}

.quote-mark {
    color: #24233e;
    font-family: Georgia, serif;
    font-size: 68px;
    line-height: .65;
    height: 50px;
}

.home-testimonial-carousel blockquote p {
    color: #73777e;
    line-height: 1.55;
    margin: 25px auto 22px;
    max-width: 370px;
    min-height: 74px;
}

.rating {
    color: #ffb719;
    font-size: 19px;
    letter-spacing: 3px;
    margin-bottom: 22px;
}

.home-testimonial-carousel blockquote img {
    display: block;
    max-width: 72px;
    height: 72px;
    object-fit: cover;
    margin: -2px auto 0;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 7px 22px rgba(7, 27, 66, .18);
}

.home-testimonial-carousel blockquote cite {
    display: block;
    color: #121a2a;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: 13px;
}

.home-testimonial-carousel blockquote cite small {
    display: block;
    color: #858b95;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.home-testimonial-carousel .owl-dots {
    margin-top: 12px;
}

.home-testimonial-carousel .owl-dot span {
    background: #c1c8d3;
}

.home-testimonial-carousel .owl-dot.active span {
    background: #ed7d18;
}

.home-cta {
    text-align: center;
    padding: 100px 24px;
}

.home-cta h2 {
    max-width: 900px;
    margin: 14px auto 28px;
    font-size: clamp(28px, 3vw, 42px);
}

.home-page .container-fluid.bg-dark {
    margin-top: 0 !important;
}

.products-page {
    background: #f3f7fd;
}

.products-intro {
    background: #fff;
    padding: 78px 0 84px;
}

.products-intro h2 {
    max-width: 650px;
    color: #071b42;
    font-size: clamp(35px, 5vw, 58px);
    line-height: 1.05;
    margin: 14px 0 18px;
}

.products-intro p {
    max-width: 650px;
    color: #657187;
    line-height: 1.8;
    margin-bottom: 28px;
}

.products-list {
    padding: 74px 0 92px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.product-detail {
    display: grid;
    grid-template-columns: 42% 58%;
    background: #fff;
    box-shadow: 0 7px 18px rgba(7, 27, 66, .08);
    scroll-margin-top: 110px;
}

.product-detail img {
    width: 100%;
    height: 100%;
    min-height: 225px;
    object-fit: cover;
}

.product-detail>div {
    padding: 32px 28px;
}

.product-detail .eyebrow {
    font-size: 10px;
}

.product-detail h3 {
    color: #071b42;
    font-size: 24px;
    margin: 9px 0 10px;
}

.product-detail p {
    color: #69768a;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.product-detail a {
    color: #ed7d18;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.product-detail a i {
    margin-left: 6px;
}

.products-cta {
    background: #061d4d;
    color: #fff;
    text-align: center;
    padding: 82px 24px;
}

.products-cta h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    margin: 12px 0 26px;
}

.ashoka-footer {
    color: #d8e2f0;
    background: #061d4d;
    padding-top: 64px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.25fr;
    gap: 70px;
    padding-bottom: 52px;
}

.footer-brand img {
    width: 178px;
    height: auto;
    background: #fff;
    padding: 8px;
}

.footer-brand p {
    max-width: 270px;
    color: #aebdd1;
    font-size: 14px;
    line-height: 1.7;
    margin: 22px 0;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid #6c7c98;
    font-size: 13px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-column h3 {
    color: #fff;
    font-size: 18px;
    margin: 2px 0 20px;
}

.footer-column h3::after {
    content: '';
    display: block;
    width: 76px;
    height: 2px;
    background: #ed7d18;
    margin-top: 11px;
}

.footer-column a,
.footer-column span {
    color: #d8e2f0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-decoration: none;
}

.footer-column a:hover {
    color: #ed7d18;
}

.footer-contact a,
.footer-contact span {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

.footer-contact i {
    color: #ed7d18;
    width: 15px;
    padding-top: 3px;
}

.footer-bottom {
    border-top: 1px solid rgba(216, 226, 240, .25);
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 18px 0;
    text-align: center;
}

.footer-bottom p {
    color: #aebdd1;
    font-size: 12px;
    margin: 0;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .25);
    font-size: 27px;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease;
}

.whatsapp-float:hover {
    color: #fff !important;
    background: #1da851;
    transform: scale(1.08);
}

/* Shared Ashoka header */
.navbar-dark {
    background: #fff !important;
    box-shadow: 0 2px 14px rgba(7, 27, 66, .08);
}

.navbar-dark .navbar-brand img {
    width: 178px;
    height: auto;
    display: block;
}

.navbar-dark .navbar-nav .nav-link,
.sticky-top.navbar-dark .navbar-nav .nav-link {
    color: #121b2d;
    font-size: 15px;
    padding: 25px 0;
    margin-left: 22px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ed7d18;
}

.navbar-dark .navbar-toggler {
    color: #071b42 !important;
    border-color: #071b42 !important;
}

.navbar-dark .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(7, 27, 66, .13);
    padding: 12px 0;
}

.navbar-dark .dropdown-item {
    color: #121b2d;
    padding: 10px 20px;
    font-size: 14px;
}

.navbar-dark .dropdown-item:hover,
.navbar-dark .dropdown-item.active {
    color: #ed7d18;
    background: #fff7ef;
}

.mobile-nav-toggle,
.mobile-nav,
.mobile-nav-overlay {
    display: none;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-collapse {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .navbar-dark .navbar-nav {
        margin: 0 auto;
        white-space: nowrap;
    }

    .navbar-dark .nav-cta {
        margin-left: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .home-page .navbar-dark {
        position: relative;
    }

    .navbar-dark {
        position: relative;
        width: 100%;
    }

    .navbar-dark .navbar-brand img {
        width: 152px;
    }

    .navbar-dark .navbar-collapse {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
        border: 0;
        background: transparent;
        font-size: 22px;
        padding: 8px 0 8px 14px;
    }

    .mobile-nav-overlay {
        position: fixed;
        inset: 0;
        z-index: 1998;
        background: rgba(2, 13, 35, .5);
        opacity: 0;
        pointer-events: none;
        display: block;
        transition: opacity .3s ease;
    }

    .mobile-nav {
        position: fixed;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1999;
        width: min(330px, 88vw);
        background: #fff;
        box-shadow: -8px 0 28px rgba(2, 13, 35, .2);
        transform: translateX(100%);
        transition: transform .35s ease;
        overflow-y: auto;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open .mobile-nav {
        transform: translateX(0);
    }

    body.mobile-menu-open .mobile-nav-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 22px 18px;
        border-bottom: 1px solid #e8ebf0;
    }

    .mobile-nav-head img {
        width: 145px;
        height: auto;
    }

    .mobile-nav-close {
        border: 0;
        background: transparent;
        color: #071b42;
        font-size: 21px;
        padding: 5px;
    }

    .mobile-nav-links {
        display: flex;
        flex-direction: column;
        padding: 20px 26px 35px;
    }

    .mobile-nav-links>a,
    .mobile-nav-links summary {
        color: #071b42;
        border-bottom: 1px solid #edf0f4;
        font-size: 16px;
        padding: 15px 0;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile-nav-links>a:hover,
    .mobile-nav-links summary:hover {
        color: #ed7d18;
    }

    .mobile-nav-links details a {
        display: block;
        color: #657187;
        font-size: 14px;
        padding: 10px 0 4px 15px;
        text-decoration: none;
    }

    .mobile-nav-links .home-button {
        color: #fff;
        border: 0;
        margin-top: 22px;
        text-align: center;
    }

    .mobile-nav-links details summary {
        list-style: none;
    }

    .mobile-nav-links details summary::-webkit-details-marker {
        display: none;
    }

    .home-page .navbar-dark {
        position: relative;
    }

    .home-page .navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .home-page .navbar-dark .navbar-brand img {
        width: 150px;
    }

    .nav-cta {
        margin: 12px 0;
    }

    .home-hero {
        min-height: 470px;
    }

    /* About Page Tablet Responsive Styles */
    .ashoka-about-intro-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ashoka-visual-box img {
        height: 320px;
    }

    .ashoka-vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ashoka-vision-card + .ashoka-vision-card {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ashoka-commitment-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ashoka-commitment-image img {
        height: 320px;
    }

    .ashoka-industries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .ashoka-industry-item {
        min-height: 200px;
        gap: 14px;
        padding: 16px 8px;
    }

    .ashoka-industry-icon {
        width: 120px;
        height: 120px;
        font-size: 48px;
    }

    .ashoka-industry-item span {
        font-size: 14px;
    }

    .ashoka-carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    /* Process Tabs Tablet Responsive Styles */
    .ashoka-process-tabs {
        padding: 35px 0 45px;
    }

    .ashoka-process-wrap {
        grid-template-columns: 1fr;
        border: 1px solid #dde3eb;
    }

    .ashoka-process-sidebar {
        border-right: none;
        border-bottom: 1px solid #dde3eb;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .ashoka-process-tab {
        border-bottom: 1px solid #dfe5ec;
        border-right: 1px solid #dfe5ec;
        padding: 14px 12px;
        font-size: 13px;
        text-align: center;
    }

    .ashoka-process-tab:last-child {
        border-bottom: 1px solid #dfe5ec;
    }

    .ashoka-process-tab:nth-child(3n) {
        border-right: none;
    }

    .ashoka-process-content {
        padding: 24px 28px 0;
    }

    .ashoka-process-panel h3 {
        font-size: clamp(24px, 3vw, 36px);
        margin: 0 0 14px;
    }

    .ashoka-process-panel p {
        font-size: 14px;
        margin: 0 0 14px;
    }

    .ashoka-process-gallery img {
        height: 300px;
    }

    /* Testing Page Tablet Responsive Styles */
    .ashoka-testing-hero {
        height: 200px;
    }

    .ashoka-testing-hero h1 {
        font-size: clamp(32px, 3.5vw, 52px);
    }

    .ashoka-testing-hero p {
        font-size: clamp(13px, 1vw, 16px);
    }

    .ashoka-testing-section {
        padding: 60px 0;
    }

    .ashoka-testing-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ashoka-testing-grid-left,
    .ashoka-testing-grid-right {
        grid-template-columns: 1fr;
    }

    .ashoka-testing-image img {
        height: 320px;
    }

    .ashoka-testing-content h2 {
        font-size: clamp(24px, 3vw, 36px);
        margin: 0 0 14px;
    }

    .ashoka-testing-content p {
        font-size: 14px;
        margin: 0 0 14px;
    }
}

@media (max-width: 767.98px) {
    .ashoka-container {
        width: min(100% - 32px, 560px);
    }

    .home-intro,
    .why-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-top: 65px;
        padding-bottom: 70px;
    }

    .product-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .product-section,
    .testimonial-section,
    .grades-section {
        padding: 65px 0 75px;
    }

    .why-section {
        padding: 65px 0 72px;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .intro-image img,
    .why-visual img {
        height: 280px;
    }

    .product-carousel .owl-nav {
        left: -16px;
        right: -16px;
    }

    .product-card img {
        height: 235px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 38px;
    }

    .ashoka-footer {
        padding-top: 45px;
    }

    .footer-brand img {
        width: 155px;
    }

    .footer-bottom {
        width: calc(100% - 32px);
    }

    .footer-bottom p {
        line-height: 1.6;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
    }

    .products-intro {
        padding: 58px 16px 65px;
    }

    .products-list {
        padding: 55px 0 65px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-detail {
        grid-template-columns: 1fr;
    }

    .product-detail img {
        height: 210px;
        min-height: 0;
    }

    /* About Page Responsive Styles */
    .ashoka-about-intro {
        padding: 45px 0 35px;
    }

    .ashoka-about-intro-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ashoka-visual-box img {
        height: 280px;
    }

    .ashoka-copy-box {
        padding: 0;
    }

    .ashoka-about-vision {
        padding: 55px 0 65px;
    }

    .ashoka-vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ashoka-vision-card {
        min-height: 280px;
        padding: 24px 20px;
    }

    .ashoka-vision-card + .ashoka-vision-card {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ashoka-card-icon {
        width: 54px;
        height: 54px;
        font-size: 24px;
    }

    .ashoka-vision-card h3 {
        font-size: clamp(24px, 2vw, 28px);
        margin: 0 0 14px;
    }

    .ashoka-vision-card p {
        font-size: 15px;
    }

    .ashoka-about-commitment {
        padding: 55px 0 55px;
    }

    .ashoka-commitment-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ashoka-commitment-image img {
        height: 280px;
    }

    .ashoka-commitment-copy {
        padding: 0;
    }

    .ashoka-industries {
        padding: 55px 0 65px;
    }

    .ashoka-industries h2 {
        font-size: clamp(28px, 3.5vw, 42px);
        margin-bottom: 32px;
    }

    .ashoka-industries-carousel {
        gap: 10px;
        flex-wrap: wrap;
    }

    .ashoka-industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        order: 2;
        flex-basis: 100%;
    }

    .ashoka-industry-item {
        min-height: 160px;
        gap: 12px;
        padding: 12px 8px;
    }

    .ashoka-industry-icon {
        width: 90px;
        height: 90px;
        font-size: 36px;
    }

    .ashoka-industry-item span {
        font-size: 12px;
        letter-spacing: 0.03em;
    }

    .ashoka-carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
        border: 1px solid rgba(255,255,255,0.2);
    }

    .ashoka-contact-band {
        padding: 55px 0 55px;
    }

    .ashoka-contact-band h2 {
        font-size: clamp(18px, 2.5vw, 32px);
    }

    .ashoka-inline-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Process Tabs Mobile Responsive Styles */
    .ashoka-process-tabs {
        padding: 28px 0 35px;
    }

    .ashoka-process-wrap {
        grid-template-columns: 1fr;
        box-shadow: none;
        border: 1px solid #dde3eb;
    }

    .ashoka-process-sidebar {
        border-right: none;
        border-bottom: 1px solid #dde3eb;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .ashoka-process-tab {
        border: 1px solid #dfe5ec;
        border-right: 1px solid #dfe5ec;
        padding: 12px 10px;
        font-size: 12px;
        text-align: center;
        margin: -1px;
    }

    .ashoka-process-tab:last-child {
        border-bottom: 1px solid #dfe5ec;
    }

    .ashoka-process-tab:nth-child(2n) {
        border-right: none;
    }

    .ashoka-process-content {
        padding: 18px 16px 0;
        background: #f9f9f9;
    }

    .ashoka-process-panel h3 {
        font-size: clamp(20px, 2.5vw, 28px);
        margin: 0 0 12px;
        line-height: 1.2;
    }

    .ashoka-process-panel p {
        font-size: 13px;
        margin: 0 0 12px;
        line-height: 1.6;
        color: #495a73;
    }

    .ashoka-process-gallery {
        margin-top: 18px;
        border-radius: 8px;
    }

    .ashoka-process-gallery img {
        height: 240px;
        border-radius: 8px;
    }

    /* Testing Page Mobile Responsive Styles */
    .ashoka-testing-hero {
        height: 160px;
        padding: 20px;
    }

    .ashoka-testing-hero h1 {
        font-size: clamp(26px, 2.8vw, 38px);
        margin: 0;
    }

    .ashoka-testing-hero p {
        font-size: clamp(12px, 0.9vw, 14px);
        margin: 8px 0 0;
    }

    .ashoka-testing-section {
        padding: 40px 0;
    }

    .ashoka-testing-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ashoka-testing-grid-left,
    .ashoka-testing-grid-right {
        grid-template-columns: 1fr;
    }

    .ashoka-testing-image {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(7, 27, 66, 0.1);
    }

    .ashoka-testing-image img {
        height: 240px;
        border-radius: 10px;
    }

    .ashoka-testing-content {
        padding: 0;
    }

    .ashoka-testing-content h2 {
        font-size: clamp(20px, 2.5vw, 28px);
        margin: 0 0 12px;
        line-height: 1.2;
    }

    .ashoka-testing-content p {
        font-size: 13px;
        margin: 0 0 12px;
        line-height: 1.6;
    }

    .ashoka-testing-content p:last-of-type {
        margin-bottom: 0;
    }
}