@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

div#google_translate_element {
    border: none;
    background: #fff;
    padding: 10px;
    display: flex;
    border-radius: 30px;
    height: 48px;
    align-items: center;
}

.goog-te-gadget {
    font-family: inherit !important;
    font-size: 0 !important;
    /* hides the "Powered by" text */
}

.goog-te-gadget .goog-te-combo {
    padding: 6px 10px;
    border-radius: 6px;
    border: 0px solid #ddd;
    font-size: 14px;
}


/* prevents Google's banner from pushing your page down */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget-simple {
    border: none !important;
}

/* ============================================================
   GLOBAL / ROOT VARIABLES
============================================================ */
:root {
    --primary: #204EBA;
    --primary-dark: #153d99;
    --green: #28C76F;
    --green-dark: #1da85c;
    --purple: #6C3FD6;
    --purple-dark: #5430b5;
    --text-dark: #041533;
    --text-dark-1: #1E1E1E;
    --text-mid: #4a5568;
    --text-light: #718096;
    --text-white: #ffffff;
    --text-secondary: #fecb1f;

    --border: #e2e8f0;
    --bg-light: #F2F8FA;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);
    --shadow-md: 0 6px 24px rgba(0, 0, 0, .12);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, .16);
    --radius: 10px;
    --radius-lg: 16px;
}

/* ============================================================
   GLOBAL / BASE TAGS & RESET
============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html.o-visible,
html.o-visible body {
    overflow: visible;
}

body {
    font-family: "Inter", sans-serif !important;
    color: var(--text-dark);
    background: #fff;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

#google_translate_element {
    display: flex;
    align-items: center;
}

.goog-te-gadget {
    font-family: inherit !important;
    font-size: 0 !important;
    /* hides the "Powered by" text */
}

.goog-te-gadget .goog-te-combo {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}



body {
    top: 0px !important;
}

/* prevents Google's banner from pushing your page down */
.goog-te-banner-frame {
    display: none !important;
}

/* ============================================================
   GLOBAL / UTILITY CLASSES
============================================================ */
.text-primary {
    color: rgb(32 78 186) !important;
}

.text-secondary {
    color: var(--text-secondary) !important;
}

.bi.icon-bold:before {
    font-weight: 600 !important;
}



/* ============================================================
   GLOBAL / BUTTONS
============================================================ */
a.btn-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #204eba;
    display: flex;
    gap: 5px;
    align-items: center;
}

a.btn-link i.bi.bi-arrow-right {
    font-size: 19px;
    line-height: 0;
}

.btn {
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 30px !important;
    background: var(--primary);
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn i.bi.bi-arrow-right {
    font-size: 16px;
}

.btn-connect {
    background: var(--green);
    color: #fff !important;
}

.btn-connect:hover {
    background: var(--green-dark);
}

.btn-login {
    font-weight: 500;
}

.btn.btn-primary span {
    width: 30px;
    display: flex;
    height: 30px;
    background: #FEBC1F;
    color: #111;
    font-size: 26px;
    border-radius: 30px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.btn.btn-primary span i.bi.bi-chevron-right {
    font-size: 16px;
}

.btn.btn-secondary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
    justify-content: space-around;
    background: transparent;
    color: var(--primary);
    font-weight: 600;
    width: auto;
    max-width: 170px;
    border: 1px solid var(--primary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    color: var(--text-white);
}

.btn.btn-secondary span {
    width: 30px;
    display: flex;
    height: 30px;
    background: #FEBC1F;
    color: #111;
    font-size: 16px;
    border-radius: 30px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

a.btn.btn-primary.btn-white {
    max-width: 230px;
    justify-content: space-between;
    background: #fff;
    color: #204eba;
    font-weight: 600;
}

/* ============================================================
   GLOBAL / SECTION HEADINGS (generic)
============================================================ */
.section-eyebrow {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary);
    margin-bottom: 6px;
}

.section-title {
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.25;
}

.section-sub {
    font-size: 18px;
    color: var(--text-light);
    margin-top: 8px;
}

/* Shared heading style used across About / Products / Services / Client / Quote blocks */
.about-content h2,
.our-product h2,
.service-section h2,
.client-section h2,
.quote-section h2,
.at-about-heading,
.at-contact-main h2,
h2.at-pd-title {
    font-size: 34px;
    margin-bottom: 20px;
    color: #0B2C5F;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

h2.at-pd-heading {
    font-size: 24px;
    margin-bottom: 20px;
    color: #0B2C5F;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.about-content h2:after,
.service-section h2:after,
.at-about-heading:after,
h2.at-pd-title:after,
h2.at-pd-heading:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 250px;
    background: #e3e3e3;
    height: 2px;
}



.our-product h2:after,
.client-section h2:after,
.at-contact-main h2:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 250px;
    background: #e3e3e3;
    height: 2px;
    transform: translate(-50%, 0);
}

.about-content h2:before,
.service-section h2:before,
.at-about-heading:before,
h2.at-pd-title:before,
h2.at-pd-heading:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    z-index: 9;
}

.our-product h2:before,
.client-section h2:before,
.at-contact-main h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    transform: translate(-50%, 0);
    z-index: 9;
}

.about-content p,
.client-section p,
.quote-section p,
.at-about-text,
.at-contact-main .at-contact-intro,
.at-pd-copy {
    color: #5A6A7A;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

.at-pd-label {
    color: #00000070;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1.25rem;
    display: inline-block;
}

/* ============================================================
   TOPBAR
============================================================ */
.topbar {
    position: relative;
    top: -4px;
}

.topbar .info {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

.topbar .info i.bi {
    width: 30px;
    display: flex;
    height: 30px;
    background: #FEBC1F;
    color: #111;
    border-radius: 30px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.topbar .info span {
    display: flex;
    gap: 5px;
}

.topbar .info a {
    font-weight: 600;
}

/* ============================================================
   HEADER / NAVBAR
============================================================ */
.navbar {
    background: #fff;
    box-shadow: var(--shadow-sm);
    padding: 2px 0;
    top: 0;
    z-index: 1050;
}

.navbar::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../images/bg-shape.svg');
    z-index: -1;
    background-position: right top;
    background-repeat: no-repeat;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 10px 15px !important;
    transition: color .2s;
    margin-top: 0;
    border-radius: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 18px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:active {
    background: #f0f4ff;
    color: var(--primary);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary) !important;
    background: #f0f4ff;
}

.navbar-nav .nav-link.show i.bi,
.btn.btn-login.dropdown-toggle.login-dropdown.show i.bi.bi-chevron-down {
    transform: rotate(180deg);
    transition: all 0.2s;
}

.navbar-nav .nav-link i.bi.bi-chevron-down.icon-bold {
    display: inline-block;
    position: relative;
    top: 1px;
    right: -3px;
}

a.nav-link.dropdown-toggle:after,
.login-dropdown::after {
    display: none;
}

.btn.btn-login.dropdown-toggle.login-dropdown.show {
    background: var(--primary);
    color: var(--text-white);
}

.btn.btn-login.dropdown-toggle.login-dropdown.show i.bi.bi-person-fill {
    color: #fff !important;
}

button.btn.btn-login.dropdown-toggle.login-dropdown {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: none;
}

/* Dropdown / Mega menu */
.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: var(--shadow-md);
    border-radius: var(--radius);
    font-size: 13px;
}

ul.dropdown-menu.dropdown-menu-end,
.navbar-expand-xl .navbar-nav .dropdown-menu {
    border: none;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 0 30px 0 #00000015;
    margin-top: 5px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    margin-top: 20px;
}

.dropdown-item {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 8px;
    color: #5A6A7A;
}

.dropdown-item:hover {
    background: #f0f4ff;
    color: var(--primary);
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu {
    min-width: 1200px;
    transform: translate(-50%, 0);
    padding: 25px;
    padding-top: 10px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 150px;
    background: #e3e3e3;
    height: 1px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 40px;
    background: #febc1f;
    height: 3px;
    z-index: 9;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu ul {
    padding: 0;
    list-style: none;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu ul li {
    display: inline-block;
    width: 100%;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu ul a {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    transition: all 0.2s;
    white-space: normal;
    color: #5A6A7A;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu ul a:hover {
    padding: 8px 10px;
    color: #204eba;
}

/* Navbar search */
.search-body .form-control,
.search-body .form-select {
    min-height: 52px;
    font-size: 14px;
    border-radius: 30px;
    border: none !important;
    font-weight: 500;
    box-shadow: none !important;
    padding-left: 0;
}

.search-body span.input-group-text.bg-white {
    border: none;
    padding-left: 15px;
    padding-right: 10px;
}

/* ============================================================
   HERO / SLIDER
============================================================ */
.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: relative;
    top: 0;
    left: 0;
    padding: 120px;
    height: 100%;
    display: flex;
    align-items: center;
}

.slide .slide__content--headings .title {
    font-size: 68px;
    color: #0B2C5F;
    font-weight: 800;
    width: 70%;
}

.slide .slide__content--headings h4 {
    color: #333;
    font-size: 28px;
    margin-top: 15px;
}

.slide .slide__content--headings .top-title {
    font-size: 18px;
    width: 60%;
    color: #5A6A7A;
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.slide .slide__content--headings .btn-wrap {
    display: flex;
    gap: 15px;
}

.slide .slide__content--headings .btn-wrap a.btn {
    padding: 12px 26px;
}

/* Slider dots */
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: transparent;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li button:before {
    opacity: .40;
    font-size: 10px;
}

.stick-dots .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #febc1f;
    font-size: 14px;
}

.stick-dots .slick-dots {
    bottom: -35px;
}

/* Slider nav arrows */
.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 1.5%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 1.5%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    z-index: 9;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #204eba;
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid rgb(211 224 255);
    background: #fff;
    transition: all 0.2s;
}

.slick-nav:hover:before,
.slick-nav:hover:after {
    border: 2px solid #204eba;
    background: #fff;
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

/* ============================================================
   ABOUT US
============================================================ */
.about-section {
    padding: 60px 0;
    background: #fff;
}

.about-content {
    display: flex;
}

.about-content .about-main-title {
    width: 40%;
}

.about-content .about-main-info {
    width: 60%;
}

.about-content h5 {
    color: #00000070;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
}

.about-content p strong {
    color: #0B2C5F;
}

.about-content ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.about-content ul li {
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.about-content img {
    max-width: 80px;
}

/* About - stats */
.about-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.stat-box {
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
}

.stat-box h3 {
    font-size: 36px;
    color: #0B2C5F;
    font-weight: 800;
    margin-bottom: 0;
}

.stat-box p {
    color: #5A6A7A;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.stat-box.orange-box {
    background: #febc1f;
}

/* ============================================================
   PRODUCTS
============================================================ */
.our-product .section-subtitle {
    margin-bottom: 40px;
    color: #5A6A7A;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 500;
}

section.our-product.py-5.bg-light {
    background: #e9e9e999;
    position: relative;
    z-index: 9;
}

section.our-product.py-5.bg-light:after {
    content: "";
    background: url('../images/bg-1.jpg');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.product-card h5 {
    margin-top: 15px;
    color: #0B2C5F;
    font-weight: 600;
    font-size: 18px;
}

.product-card p {
    color: #5A6A7A;
    min-height: 45px;
}

.product-card a.btn-link {
    justify-content: center;
}

.product-slider .slick-slide>div {
    padding: 15px;
}

.product-slider.stick-dots .slick-dots li {
    height: 3px;
    width: 10px;
}

.our-product .slick-dotted.slick-slider {
    margin-bottom: 80px;
}

section.our-product .slick-nav.prev-arrow.slick-arrow {
    left: -5px;
}

section.our-product .slick-nav.next-arrow.slick-arrow {
    right: -5px;
}

section.our-product .stick-dots .slick-nav {
    top: calc(50% - 30px);
}

/* Products - loan / feature icon */
.loan-icon {
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin-bottom: 10px;
    border-radius: 12px;
}

/* Products - custom / join cards */
.custom-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    background: #ffffff;
    transition: all 0.4s ease;
    cursor: pointer;
}

.join-card.custom-card:hover {
    background: #041533;
}

.card-bg {
    position: absolute;
    inset: 0;
    background: url('../images/j-background-img-1.png') center/cover no-repeat;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

.card-bg-2 {
    background: url('../images/j-background-img-2.png') center/cover no-repeat;
}

.card-bg-3 {
    background: url('../images/j-background-img-3.png') center/cover no-repeat;
}

.card-bg-4 {
    background: url('../images/j-background-img-4.png') center/cover no-repeat;
}

.card-content {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    text-align: left;
}

.card-icon {
    width: 50px;
    margin-bottom: 15px;
}

.custom-card h4 {
    font-weight: 600;
    color: #1f2a44;
    font-size: 22px;
    margin-bottom: 15px;
}

.custom-card p {
    color: var(--text-mid);
    font-size: 16px;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.custom-card:hover .card-bg {
    opacity: 0.7;
    transform: scale(1.05);
}

.custom-card:hover h4,
.custom-card:hover p {
    color: #fff;
}

.custom-card .btn.btn-primary {
    font-weight: 600;
}

.custom-card:hover .btn.btn-primary {
    background: #fff;
    color: var(--text-dark);
}

/* Products - testimonials */
.testimonial-section {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-header {
    color: white;
    margin-bottom: 40px;
}

.section-header h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.testimonial-slider {
    margin: 0 -15px;
    position: relative;
}

/* ============================================================
   CLEAN ROOM
============================================================ */
section.clean-room-section {
    position: relative;
    background: #204eba url('../images/cleanroom.png');
    background-size: 65%;
    background-position: left center;
    background-repeat: no-repeat;
}

.inner-content-cr {
    background: #ffffffa6;
    padding: 40px;
    backdrop-filter: blur(7px);
    border-radius: 12px;
}

.inner-content-cr h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #0B2C5F;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.inner-content-cr h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 250px;
    background: #ffffff;
    height: 2px;
}

.inner-content-cr h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    z-index: 9;
}

.inner-content-cr p {
    color: #5A6A7A;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}

.inner-content-cr ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-content-cr ul li h4 {
    font-size: 18px;
}

.inner-content-cr ul li h4 small {
    font-size: 14px;
    color: #5A6A7A;
    display: flex;
    margin-top: 10px;
}

.inner-content-cr ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: 32%;
    padding: 15px;
    position: relative;
    border-radius: 12px;
    align-items: flex-start;
    background: #f5f5f5;
    margin-top: 5px;
}

.inner-content-cr ul li i.bi.bi-patch-check-fill {
    font-size: 29px;
    color: #1e991e;
}

/* ============================================================
   SERVICES
============================================================ */
section.service-section {
    padding: 60px 0;
    background: #e9e9e999;
}

.service-box {
    padding: 30px;
    border-radius: 12px;
    background: #f8f9fa;
    transition: 0.3s;
}

.service-box:hover {
    background: #0d6efd;
    color: #fff;
}

.service-main-title p {
    color: #5A6A7A;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 500;
}

.Service-card {
    padding: 0 30px;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 15px;
}

.service-image {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.slick-slide .service-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.service-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 51, 102, 0.8);
    color: #fff;
    z-index: 2;
}

.service-title h5 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 70%;
    background: rgba(0, 51, 102, 0.95);
    color: #fff;
    padding: 20px;
    transition: all 0.4s ease;
    z-index: 3;
    overflow-y: auto;
}

.service-card:hover .overlay {
    bottom: 0;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card:hover .title {
    opacity: 0;
}

.overlay h5 {
    margin-bottom: 15px;
    font-size: 20px;
}

.overlay p {
    font-size: 16px;
    margin-bottom: 15px;
}

.overlay ul {
    padding-left: 15px;
    margin: 0;
}

.overlay ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.custom-arrows {
    display: flex;
    gap: 8px;
}

.custom-arrows button.btn {
    padding: 0;
    border: 2px solid #5A6A7A;
    background: transparent;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #5A6A7A;
    transition: all 0.3s;
}

.custom-arrows button.btn i.bi {
    font-size: 22px;
}

.custom-arrows button.btn:hover {
    border: 2px solid #204eba;
    color: #204eba;
}

/* Services - client logos */
.client-logo {
    padding: 60px;
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    width: 96% !important;
    border-radius: 12px;
}

.client-logo:hover {
    filter: none;
}

/* ============================================================
   PROCESS
============================================================ */
.process-step {
    text-align: center;
}

.process-step i {
    font-size: 40px;
    color: #0d6efd;
}

section.our-process {
    background: #204eba;
}

section.our-process .process-step {
    text-align: left;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 100px;
}

.process-step i {
    font-size: 40px;
    color: #ffffff;
}

section.our-process h5 {
    color: #febc1f;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding-left: 5px;
}

section.our-process .process-step p {
    font-size: 18px;
    color: #dde8ff;
    padding-left: 5px;
    margin-top: 0;
    font-weight: 400;
    line-height: 26px;
}

section.our-process .row {
    position: relative;
    z-index: 9;
}

section.our-process .row:after {
    content: "";
    width: 75%;
    height: 2px;
    background: #ffffff70;
    position: absolute;
    left: 40px;
    top: 75px;
    z-index: -1;
}

section.our-process .process-step span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #204eba;
    border-radius: 50%;
    color: #204eba;
    font-size: 22px;
    background: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom-left-radius: 0;
}

.process-step i {
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 80px;
    right: 20px;
    opacity: 0.06;
}

.our-process h2 {
    font-size: 34px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-bottom: 0;
    text-align: left;
}

/* ============================================================
   ENQUIRY / QUOTE
============================================================ */
.quote-section {
    background: #f8f9fa;
    position: relative;
    z-index: 9;
    border-radius: 12px;
    margin-top: 70px;
    overflow: hidden;
    text-align: left;
}

section.quote-section:after {
    content: "";
    background: url('../images/bg-2.png');
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.quote-section h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 250px;
    background: #e3e3e3;
    height: 2px;
    transform: translate(-0%, 0);
}

.quote-section h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    z-index: 9;
    transform: translate(-0%, 0);
}

.quote-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.quote-section a.btn.btn-primary {
    max-width: 150px;
    justify-content: space-between;
}

.quote-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-control {
    height: 45px;
    border-radius: 6px;
}

textarea.form-control {
    height: auto;
}

.submit-btn {
    background: #0d6efd;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #0b5ed7;
}

.response-text {
    font-size: 13px;
    color: #666;
}

/* ============================================================
   FOOTER
============================================================ */
.footer-section {
    background: #0B2C5F;
    color: #fff;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}


footer .address-info p span {
    display: flex;
    gap: 5px;
    flex-direction: column;
}


.footer-links a:hover {
    color: #fff;
}

.footer-section p {
    font-size: 14px;
    margin-bottom: 6px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff;
}

ul.certification {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

ul.certification li img {
    max-width: 60px;
}

.footer-section img {
    max-height: 80px;
}

.address-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.address-info p i.bi {
    display: flex;
    color: #ffffff;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* MODAL */
.premium-modal {
    border-radius: 16px;
    overflow: hidden;
    border: none;
}

/* CLOSE BUTTON */
.premium-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* LEFT SIDE */
.premium-left {
    padding: 50px;
    color: #fff;
    height: 100%;
    background: linear-gradient(135deg, #204eba, #4c74ff);
    position: relative;
}

/* GLASS EFFECT */
.premium-left::before,
.premium-left::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.premium-left::before {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: -60px;
}

.premium-left::after {
    width: 150px;
    height: 150px;
    top: -40px;
    right: -40px;
}

/* TEXT */
.premium-left h2 {
    margin-top: 15px;
    font-size: 34px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.premium-left h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    z-index: 9;
    transform: translate(-0%, 0);
}

.premium-left h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 250px;
    background: #e3e3e3;
    height: 2px;
    transform: translate(-0%, 0);
}

.premium-left p {
    color: #ffffffcc;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 500;
}

.premium-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.premium-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.premium-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
}

/* BADGE */
.premium-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}

/* FORM */
.premium-form {
    padding: 50px;
    background: #fff;
}

.premium-form input,
.premium-form select,
.premium-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.premium-form textarea {
    min-height: 120px;
}

.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus {
    border-color: #204eba;
    box-shadow: 0 0 0 2px rgba(32, 78, 186, 0.1);
}

/* BUTTON */
.premium-submit {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #204eba, #4c74ff);
    transition: 0.3s;
}

.premium-submit:hover {
    transform: translateY(-2px);
}

/* NOTE */
.premium-note {
    font-size: 14px;
    margin-top: 20px;
    color: #5A6A7A;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

.footer-section h5.footer-title {
    padding-bottom: 15px;
    position: relative;
}

.footer-section h5.footer-title:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #febc1f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.social-icons {
    margin-bottom: 15px;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #fff;
    font-size: 26px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Pulse Animation */
.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.5);
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* Loader Background */
#website-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #242528fc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    flex-direction: column;
    backdrop-filter: blur(3px);
}

/* Center Content */
.loader-content {
    text-align: center;
    color: #fff;
}

/* Logo Animation */
.loader-logo {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: fadeZoom 2s infinite;
}

/* Spinner */
.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    margin: 20px auto;
    animation: spin 1s linear infinite;
}

/* Loading Text */
.loader-text {
    font-size: 28px;
    opacity: 0.8;
    animation: fade 2s infinite;
}

/* Animations */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeZoom {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

@keyframes fade {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

/* Popup Form msg */
.form-message {
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: revert-rule;
}

.form-message.success {
    color: #17439d;
    background: #eef4ff;
    border: 1px solid #cadbff;
}

.form-message.error {
    color: #b42318;
    background: #fff1f0;
    border: 1px solid #ffc9c5;
}

.form-message .message-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
    color: #fff;
    background: #204eba;
    border-radius: 50%;
    font-size: 26px;
}

.form-message h3 {
    margin-bottom: 8px;
    font-size: 26px;
}

.form-message p {
    margin-bottom: 20px;
}

#submitButton:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

button#submitButton b.button-text {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-weight: 600;
    align-items: center;
}

/* ============================================================
   ABOUT US PAGE CSS
============================================================ */

.at-about-hero,
.at-contact-hero {
    background: linear-gradient(90deg, rgba(7, 37, 61, .96), rgba(32, 78, 186, .78)), url('../images/bg-about-us.png');
    color: white;
    padding: 60px 0 60px;
    background-size: cover;
    background-position: center;
    text-align: left;
    position: relative;
}

.at-contact-hero {
    background: linear-gradient(90deg, rgba(7, 37, 61, .96), rgba(32, 78, 186, .78)), url('../images/contact-us-bg.png');
}

ol.breadcrumb a {
    color: #fff;
    font-weight: 600;
}

ol.breadcrumb li.breadcrumb-item.active {
    color: #febc1f;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%) !important;
}

img.shape-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.at-about-title,
.at-contact-hero h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.at-about-subtitle,
.at-contact-hero p {
    font-size: 18px;
    color: #ffffff90;
    margin-bottom: 0;
    font-weight: 500;
}

.at-about-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

section#vision-mission {
    background: #e9e9e999;
    position: relative;
    z-index: 9;
}

section#vision-mission img {
    width: 64px;
}

section#vision-mission .at-about-card {
    gap: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px 0 #00000020;
}

section#vision-mission .at-about-card h4,
section#vision-mission .at-about-card p {
    margin: 0;
}

section#vision-mission:after {
    content: "";
    background: url('../images/bg-1.jpg');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}

.at-about-heading {
    font-weight: 700;
    margin-bottom: 20px;
}


.at-about-img {
    border-radius: 10px;
}

.at-about-list li {
    margin: 10px 0;
    font-size: 16px;
    color: #5A6A7A;
    font-weight: 500;
}


.at-about-bg-light {
    background: #f5f7fb;
}

.at-about-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.at-about-card:hover {
    transform: translateY(-10px);
}

.at-about-icon {
    font-size: 40px;
    color: #0A3D91;
}

.at-about-list {
    list-style: none;
    padding: 0;
}

.at-about-list li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.at-about-list li i.bi.bi-patch-check-fill {
    font-size: 20px;
    color: #1e991e;
}

.at-about-quality {
    background: #0A3D91;
    color: white;
    padding: 60px 0;
}

.at-about-choose {
    padding: 20px;
    background: white;
    border-radius: 10px;
    transition: 0.3s;
}

.at-about-choose:hover {
    transform: translateY(-10px);
}

.at-about-cta {
    background: #0A3D91;
    color: white;
    padding: 60px;
}

section#why-choose-us {
    background: #204eba;
}

section#why-choose-us h2.at-about-heading {
    color: #fff;
    margin-bottom: 50px;
}

section#why-choose-us h2.at-about-heading:before,
section#why-choose-us h2.at-about-heading:after {
    left: 50%;
    transform: translate(-50%, 0);
}

section#why-choose-us h2.at-about-heading:after {
    opacity: 0.3;
}

.at-about-choose i.bi {
    font-size: 42px;
    color: #204eba;
}

.at-about-choose {
    padding: 20px;
    background: white;
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.at-about-choose p {
    color: #5A6A7A;
    font-size: 16px;
}

section#why-choose-us .row {
    justify-content: center;
}


section.quote-section.about-q-section .a-btn-wrap {
    display: flex;
    gap: 10px;
}

section.quote-section.about-q-section a.btn.btn-primary {
    max-width: 300px;
    justify-content: space-between;
}

.at-contact-page {
    color: #243247;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.at-contact-page * {
    box-sizing: border-box;
}



.at-contact-main {
    padding: 60px 0;
}


.at-contact-intro {
    max-width: 720px;
    margin: 0 auto 45px;
}

.at-contact-card {
    height: 100%;
    padding: 38px;
    border: 1px solid #e2e8f2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(23, 63, 148, .08);
}

.at-contact-details {
    border: 0;
    background: #204eba;
    color: #fff;
}

.at-contact-details h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 750;
}

.at-contact-details>p {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
}

.at-contact-info {
    display: flex;
    gap: 17px;
    margin-bottom: 28px;
}

.at-contact-info:last-child {
    margin-bottom: 0;
}

.at-contact-icon {
    display: grid;
    flex: 0 0 50px;
    height: 50px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    font-size: 20px;
}

.at-contact-info h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.at-contact-info p,
.at-contact-info a {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    line-height: 1.65;
    text-decoration: none;
}

.at-contact-info a:hover {
    color: #fff;
}

.at-form-title {
    margin: 0 0 8px;
    color: #173f94;
    font-size: 28px;
    font-weight: 750;
}

.at-form-copy {
    margin: 0 0 26px;
    color: #637083;
    line-height: 1.65;
}

.at-enquiry-form .form-control,
.at-enquiry-form .form-select {
    min-height: 52px;
    border-color: #dbe2ec;
    border-radius: 8px;
    box-shadow: none;
}

.at-enquiry-form textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.at-enquiry-form .form-control:focus,
.at-enquiry-form .form-select:focus {
    border-color: #204eba;
    box-shadow: 0 0 0 3px rgba(32, 78, 186, .1);
}

.at-contact-submit {
    padding: 14px 25px;
    border: 0;
    border-radius: 7px;
    background: #204eba;
    color: #fff;
    font-weight: 700;
}

.at-contact-submit:hover {
    background: #173f94;
}

.at-map-section {
    padding: 60px 0;
    background: #f5f8fd;
}

.at-map-header {
    margin-bottom: 30px;
}

.at-map-frame {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 32px rgba(23, 63, 148, .09);
}

.at-map-frame iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.at-contact-cta {
    padding: 28px 0;
    background: #f45100;
    color: #fff;
}

.at-contact-cta h2 {
    margin: 0 0 7px;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 750;
}

.at-contact-cta p {
    margin: 0;
    opacity: .95;
}

.at-contact-cta .btn {
    padding: 13px 24px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

.at-contact-cta .btn:hover {
    background: #fff;
    color: #f45100;
}

.at-contact-main .premium-form {
    padding: 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .at-contact-hero {
        padding: 45px 0;
    }

    .at-contact-main,
    .at-map-section {
        padding: 55px 0;
    }

    .at-contact-card {
        padding: 28px 22px;
    }

    .at-map-frame iframe {
        height: 330px;
    }

    .at-contact-cta {
        text-align: center;
    }
}


/*Product Detail Page*/
/* HUMIDITY CHAMBER PRODUCT PAGE */
.at-pd-page {
    color: #243247;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.at-pd-page * {
    box-sizing: border-box;
}

.at-pd-layout {
    padding: 60px 0 60px;
}

.at-pd-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

.at-pd-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(230px, 1fr);
    gap: 34px;
    align-items: center;
}

.at-pd-label {
    color: #00000070;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
}


.at-pd-image {
    display: grid;
    min-height: 400px;
    padding: 25px;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: radial-gradient(circle, #fff 20%, #eaf1fb 100%);
}

.at-pd-image img {
    max-height: 400px;
}

.at-pd-section {
    margin-top: 48px;
}


.at-pd-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.at-pd-spec {
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.at-pd-spec small {
    display: block;
    margin-bottom: 4px;
    color: #687487;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.at-pd-spec strong {
    color: #12366f;
    font-size: 17px;
}

.at-pd-test {
    margin-top: 14px;
    padding: 19px 20px;
    border-left: 4px solid #febc1f;
    border-radius: 6px;
    background: #fff5ec;
    color: #657184;
}

.at-pd-test strong {
    display: block;
    margin-bottom: 4px;
    color: #12366f;
}

.at-pd-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
}

.at-pd-table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}

.at-pd-table th,
.at-pd-table td {
    padding: 15px 11px;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 600;
}

.at-pd-table th {
    background: #f58220;
    color: #fff;
}

.at-pd-table tr:last-child th,
.at-pd-table tr:last-child td {
    border-bottom: 0;
}

.at-pd-table th:last-child,
.at-pd-table td:last-child {
    border-right: 0;
}

.at-pd-notes {
    margin: 0;
    padding-left: 21px;
    color: #5A6A7A;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
}

.at-pd-notes li {
    margin: 8px 0;
}

.at-pd-sidebar {
    position: sticky;
    top: 110px;
}

.at-pd-side-card {
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 55, 94, .07);
}

.at-pd-side-title {
    margin: 0;
    padding: 18px 20px;
    background: #204eba;
    color: #fff;
    font-size: 19px;
    font-weight: 750;
}

.at-pd-category {
    border-bottom: 1px solid #e8edf4;
}

.at-pd-category:last-child {
    border-bottom: 0;
}

.at-pd-category summary {
    display: flex;
    padding: 14px 17px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f5f8fd;
    color: #12366f;
    cursor: pointer;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    list-style: none;
}

.at-pd-category summary::-webkit-details-marker {
    display: none;
}

.at-pd-accordion-icon {
    display: grid;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid #d6dfef;
    border-radius: 50%;
    background: #fff;
    color: #204eba;
    font-size: 13px;
    transition: .2s ease;
}

.at-pd-accordion-icon .bi-dash-lg {
    display: none;
}

.at-pd-category[open] summary {
    background: #eaf1ff;
    color: #204eba;
}

.at-pd-category[open] .at-pd-accordion-icon {
    border-color: #204eba;
    background: #204eba;
    color: #fff;
}

.at-pd-category[open] .at-pd-accordion-icon .bi-plus-lg {
    display: none;
}

.at-pd-category[open] .at-pd-accordion-icon .bi-dash-lg {
    display: inline-block;
}

.at-pd-list {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}


.at-pd-list {
    margin: 0;
    padding: 7px 0;
    list-style: none;
}

.at-pd-list li+li {
    border-top: 1px solid #edf0f4;
}

.at-pd-list a {
    display: flex;
    padding: 13px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #465469;
    font-size: 14px;
    transition: .2s ease;
    font-weight: 600;
}

.at-pd-list a::after {
    color: #484848;
    content: "\203A";
    font-size: 22px;
    line-height: 1;
}

.at-pd-list a:hover,
.at-pd-list a.active {
    padding-left: 18px;
    background: #eef4ff;
    color: #204eba;
    font-weight: 700;
}

.at-pd-help {
    padding: 25px;
    background: linear-gradient(145deg, #12366f, #204eba);
    color: #fff;
}

.at-pd-help h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.at-pd-help p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.at-pd-side-card.at-pd-help a.btn.btn-secondary {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-color: #fff;
    justify-content: space-between;
    padding: 15px 25px;
    font-weight: 600;
}

.at-pd-side-card.at-pd-help a.btn.btn-secondary:hover {
    background: #febc1f;
    color: #111;
    border-color: #febc1f;
}

.at-pd-cta h2 {
    margin: 0 0 5px;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 750;
}

.at-pd-cta p {
    margin: 0;
}

.at-pd-cta .btn {
    padding: 12px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
}

.at-pd-cta .btn:hover {
    background: #fff;
    color: #f45100;
}

@media (max-width: 991.98px) {
    .at-pd-grid {
        grid-template-columns: 1fr;
    }

    .at-pd-sidebar {
        position: static;
    }

    .at-pd-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .at-pd-list li+li {
        border-top: 0;
    }

    .at-pd-list li {
        border-bottom: 1px solid #edf0f4;
    }
}

@media (max-width: 767.98px) {
    .at-pd-layout {
        padding: 50px 0 60px;
    }

    .at-pd-intro,
    .at-pd-spec-grid,
    .at-pd-list {
        grid-template-columns: 1fr;
    }

    .at-pd-image {
        min-height: 300px;
    }

    .at-pd-cta {
        text-align: center;
    }
}

section.quote-section.footer-quote-section {
    margin-top: 0;
}

section.quote-section.footer-quote-section .quote-left h2 {
    font-size: 24px;
}

section.quote-section.footer-quote-section a.btn.btn-primary {
    max-width: 190px;
    justify-content: space-between;
}


/* Cleanroom page styles are prefixed to avoid affecting other pages. */
.at-cleanroom-page {
    --at-cr-blue: #204EBA;
    --at-cr-dark: #0d304b;
    --at-cr-orange: #f47721;
    --at-cr-light: #f5f8fc;
    --at-cr-text: #536779;
    color: var(--at-cr-text);
}

.at-cr-hero {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 37, 61, .96), rgba(32, 78, 186, .78)),
        url("../images/service-support.png") center/cover no-repeat;
}

section.at-about-hero.at-p-cabin {
    background: linear-gradient(90deg, rgba(7, 37, 61, .96), rgba(32, 78, 186, .78)), url('../images/inner-p-cabin-banner.png') center/cover no-repeat;
}

.at-cr-hero h1 {
    max-width: 760px;
    margin: 10px 0 18px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.12;
}

.at-cr-hero p {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.7;
}

.at-cr-eyebrow {
    color: #00000070;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
}

.at-cr-hero .at-cr-eyebrow {
    color: #ffd1ae;
}

.at-cr-hero .breadcrumb,
.at-cr-hero .breadcrumb a,
.at-cr-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, .85);
}

.at-cr-hero .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .65);
}

.at-cr-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 5px;
    background: var(--at-cr-orange);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.at-cr-button:hover {
    background: #db5f10;
    color: #fff;
}

.at-cr-section-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    overflow-x: auto;
    border-bottom: 1px solid #e0e7ee;
    background: #fff;
    box-shadow: 0 4px 3px 0 #00000010;
}

.at-cr-section-nav .container {
    display: flex;
    min-width: max-content;
    gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.at-cr-section-nav a {
    padding: 20px 16px;
    border-radius: 0;
    color: var(--at-cr-dark);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
}

.at-cr-section-nav a:hover {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}


.at-cr-intro {
    padding: 72px 0;
}

.at-cr-heading {
    font-size: 34px;
    margin-bottom: 20px;
    color: #0B2C5F;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.at-cr-heading:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    z-index: 9;
}

.at-cr-heading:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 250px;
    background: #e3e3e3;
    height: 2px;
}

.at-cr-lead {
    font-size: 17px;
    line-height: 1.85;
}

.at-cr-industries {
    height: 100%;
    padding: 28px;
    border-left: 4px solid var(--at-cr-orange);
    background: var(--at-cr-light);
}

.at-cr-industries h3 {
    color: var(--at-cr-dark);
    font-size: 20px;
    font-weight: 800;
}

.at-cr-solution {
    padding: 75px 0;
    scroll-margin-top: 70px;
}

.at-cr-solution:nth-child(even) {
    background: var(--at-cr-light);
}

.at-cr-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 60px;
}

.at-cr-solution:nth-child(odd) .at-cr-content {
    order: 2;
}

.at-cr-solution:nth-child(odd) .at-cr-image {
    order: 1;
}

.at-cr-number {
    display: block;
    color: rgba(32, 78, 186, .12);
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
}

.at-cr-content h2 {
    margin: -22px 0 18px;
    color: var(--at-cr-dark);
    font-size: 24px;
    font-weight: 800;
    position: relative;
    padding-bottom: 20px;
}

.at-cr-content h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 250px;
    background: #e3e3e3;
    height: 2px;
}

.at-cr-content h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100px;
    background: #febc1f;
    height: 6px;
    z-index: 9;
}

.at-cr-content p {
    color: #5A6A7A;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

.at-cr-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 20px;
    padding: 0;
    margin: 0;
    padding-left: 21px;
    color: #5A6A7A;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
}


.at-cr-image {
    position: relative;
    margin: 0;
}

.at-cr-image img {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    object-fit: cover;
}

.at-cr-image figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 13px 15px;
    border-left: 4px solid var(--at-cr-orange);
    background: rgba(13, 48, 75, .92);
    color: #fff;
    font-weight: 700;
}

.at-cr-process {
    padding: 75px 0;
    background: var(--at-cr-dark);
    color: #fff;
}

.at-cr-process .at-cr-heading {
    color: #fff;
}

.at-cr-process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 35px;
}

.at-cr-step {
    padding: 22px 16px;
    border-top: 3px solid var(--at-cr-orange);
    background: rgba(255, 255, 255, .08);
}

.at-cr-step small {
    display: block;
    margin-bottom: 8px;
    color: #ffbd8d;
    font-weight: 800;
}

.at-cr-step strong {
    line-height: 1.45;
}

.at-cr-cta {
    padding: 68px 0;
    background: #edf3ff;
}

.at-cr-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px;
    border-radius: 8px;
    background: var(--at-cr-blue);
    color: #fff;
}

.at-cr-cta-box h2 {
    margin-bottom: 8px;
    font-size: 31px;
    font-weight: 800;
}

.at-cr-cta-box p {
    margin: 0;
}



@media (max-width: 991.98px) {
    .at-cr-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .at-cr-solution:nth-child(odd) .at-cr-content,
    .at-cr-solution:nth-child(odd) .at-cr-image {
        order: initial;
    }

    .at-cr-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .at-cr-cta-box {
        display: block;
    }

    .at-cr-cta-box .at-cr-button {
        margin-top: 22px;
    }
}

@media (max-width: 575.98px) {
    .at-cr-solution {
        padding: 55px 0;
    }

    .at-cr-list,
    .at-cr-process-grid {
        grid-template-columns: 1fr;
    }

    .at-cr-image img {
        height: 270px;
    }

    .at-cr-cta-box {
        padding: 28px;
    }
}


.quote-form-message {
    display: none;
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}

.quote-form-message.quote-form-success {
    display: block;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #b7dfc1;
}

.quote-form-message.quote-form-error {
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #edb7bc;
}

#quoteSubmitButton:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}


/* ============================================================
   ANIMATIONS
============================================================ */
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
}

.slick-nav.animate svg {
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

/* ============================================================
   404 ERROR PAGE
============================================================ */
.at-error-page {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 620px;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(32, 78, 186, 0.12), transparent 32%),
        linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.at-error-code {
    margin-bottom: -30px;
    color: rgba(32, 78, 186, 0.09);
    font-size: clamp(130px, 22vw, 250px);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -12px;
}

.at-error-page h1 {
    max-width: 760px;
    margin: 25px auto 15px;
    color: #15233d;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.2;
}

.at-error-page p {
    max-width: 650px;
    margin: 0 auto;
    color: #667085;
    font-size: 17px;
    line-height: 1.75;
}

.at-error-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
}

.at-error-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 575.98px) {
    .at-error-page {
        min-height: 520px;
        padding: 70px 0;
    }

    .at-error-code {
        margin-bottom: -15px;
        letter-spacing: -7px;
    }

    .at-error-actions {
        flex-direction: column;
    }

    .at-error-actions .btn {
        width: 100%;
    }
}


/* ============================================================
   COMPLETE RESPONSIVE OVERRIDES
   Shared by homepage, inner pages, product pages and popup
============================================================ */


img,
svg,
video,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
td,
th {
    overflow-wrap: anywhere;
}

.at-pd-table-wrap {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width:1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 98%;
    }

    .slide .slide__content--headings .title {
        font-size: 40px;
        width: 50%;
    }

    .slide .slide__content--headings h4 {
        font-size: 18px;
    }

    .slide .slide__content--headings .top-title {
        font-size: 14px;
    }

    .inner-content-cr h2 {
        font-size: 28px;
    }

    .inner-content-cr p,
    .our-product .section-subtitle,
    .service-main-title p {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-content h2,
    .our-product h2,
    .service-section h2,
    .client-section h2,
    .quote-section h2,
    .at-about-heading,
    .at-contact-main h2,
    h2.at-pd-title {
        font-size: 28px;
    }

    .about-content p,
    .client-section p,
    .quote-section p,
    .at-about-text,
    .at-contact-main .at-contact-intro,
    .at-pd-copy {
        line-height: 1.6;
    }

    .stat-box p {
        font-size: 12px;
    }

    .stat-box h3 {
        font-size: 28px;
    }

    .stat-box img {
        width: 54px;
    }

    .product-card h5 {
        font-size: 16px;
    }

    .inner-content-cr ul li i.bi.bi-patch-check-fill {
        font-size: 22px;
    }

    .inner-content-cr ul li h4 {
        font-size: 16px;
    }

    .inner-content-cr {
        padding: 20px;
    }

    .service-image {
        position: relative;
        overflow: hidden;
        height: 350px;
    }

    .service-title h5 {
        margin: 0;
        font-size: 14px;
    }

    .overlay h5 {
        font-size: 16px;
    }

    .overlay p {
        font-size: 14px;
    }

    .overlay {
        height: 90%;
    }

    .our-process h2 {
        font-size: 28px;
    }

    section.our-process h5 {
        font-size: 18px;
    }

    section.our-process .process-step p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
    }

    section.our-process .process-step {
        padding-right: 70px;
    }

    .slide .slide__content {
        padding: 200px 120px;
    }

    .about-content p,
    .client-section p,
    .quote-section p,
    .at-about-text,
    .at-contact-main .at-contact-intro,
    .at-pd-copy {
        font-size: 14px;
    }
}



@media (min-width: 992px) {

    .slider,
    .slide {
        height: 80vh;
    }
}

@media (max-width: 768px) {
    .slick-dots {
        padding-right: 40px;
        bottom: 40px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: column;
        align-items: flex-end;
    }

    .mobile-view-btns {
        display: none;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .testi-right {
        padding: 40px 28px;
    }

    .navbar-nav {
        gap: 0;
    }

    .hero {
        min-height: 480px;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 400px;
    }

    .search-tabs {
        flex-wrap: wrap;
    }

    .search-tab {
        flex: 1 1 50%;
        border-bottom: none;
        border-right: 1px solid var(--border);
    }

    .testi-left {
        min-height: 260px;
    }

    .testi-right {
        padding: 36px 24px;
    }
}

@media (max-width: 1199.98px) {

    .navbar {
        padding: 8px 0;
        z-index: 999;
    }

    .navbar .container {
        align-items: center;
    }

    .navbar-brand {
        display: block;
        width: 75px;
        padding: 0;

    }

.navbar-toggler {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 8px;
    place-items: center;
    background: transparent;
    border-radius: 50px;
    box-shadow: none !important;
    min-width: 44px;
    font-size: 24px;
    color: #204eba;
    border: 1px solid #efefef !important;
}

    .navbar-collapse {
        width: 100%;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        padding: 12px 4px 20px;
    }

    .topbar {
        top: 0;
        flex-wrap: wrap;
        align-items: stretch !important;
        margin-bottom: 18px;
    }

    .topbar .info {
        margin-right: 6px;
        display: none;
    }

    .topbar>.btn {
        width: auto;
    }

    div#google_translate_element {
        height: 44px;
        padding: 6px 10px;
        border: 1px solid #e4e9f2;
    }

    .navbar-nav .nav-link {
        margin-top: 2px;
        padding: 11px 15px !important;
        justify-content: space-between;
        display: flex;
    }

    .navbar-nav .dropdown-menu,
    .navbar-expand-xl .navbar-nav .dropdown-menu,
    .navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu {
        position: static !important;
        width: 100%;
        min-width: 0;
        max-height: none;
        margin: 4px 0 10px;
        padding: 10px;
        transform: none;
        box-shadow: none;
        border: 1px solid #e5eaf2;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu .row {
        --bs-gutter-x: 1rem;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu h2 {
        font-size: 16px;
    }

    .slide .slide__content {
        padding: 70px 60px;
    }



    .slide .slide__content--headings .top-title {
        width: 70%;
    }

    section.our-process .process-step {
        padding-right: 55px;
    }

    .at-cr-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mobile-view-btns {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .navbar::after {
        display: none;
    }


    .about-content {
        flex-direction: column;
    }

    .about-content .about-main-title {
        width: 100%;
    }

    .about-content .about-main-info {
        width: 100%;
        margin-top: 20px;
    }

    .about-stats {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .stat-box {
        width: 50%;
        padding: 20px;
        padding-left: 0;
    }

    section.clean-room-section.py-5 .col-12.col-md-4 {
        display: none;
    }

    section.clean-room-section.py-5 .col-12.col-md-8 {
        width: 100%;
    }

    .service-slider {
        margin-top: 30px;
    }

    .premium-left p,
    .premium-left ul {
        display: none;
    }

    .mobile-view {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .mobile-view div#navMain {
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
        top: 90px;
    }

    .mobile-view div#navMain ul.navbar-nav {
        padding: 15px;
    }
}

@media (max-width: 991.98px) {

    .slider,
    .slide {
        min-height: 350px;
    }

    .slide .slide__img {
        position: absolute;
        inset: 0;
        height: 350px;
    }

    .slide .slide__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slide .slide__content {
        position: relative;
        z-index: 2;
        min-height: 350px;
        padding: 65px 45px;
    }

    .slide .slide__content--headings .title,
    .slide .slide__content--headings .top-title {
        width: 75%;
    }

    .about-content {
        flex-direction: column;
        gap: 20px;
    }

    .about-content .about-main-title,
    .about-content .about-main-info {
        width: 100%;
    }

    .about-content ul {
        flex-wrap: wrap;
        gap: 16px 25px;
    }

    .about-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }

    section.clean-room-section {
        background-size: cover;
        background-position: center;
    }

    .inner-content-cr {
        padding: 32px;
    }

    .inner-content-cr ul li {
        width: calc(50% - 8px);
    }

    section.our-process .row::after {
        display: none;
    }

    section.our-process .process-step {
        padding: 20px 55px 20px 20px;
    }

    .service-image {
        height: 390px;
    }

    .client-logo {
        height: 110px;
        padding: 30px;
    }

    .at-about-cta,
    .at-cr-cta-box {
        padding: 38px 30px;
    }

    .at-contact-card {
        padding: 30px;
    }

    .at-pd-grid,
    .at-cr-grid {
        gap: 32px;
    }

    .at-pd-sidebar {
        width: 100%;
    }

    .at-cr-image img {
        height: 380px;
    }

    .modal-dialog.modal-xl {
        max-width: calc(100% - 32px);
        margin-right: auto;
        margin-left: auto;
    }

    .premium-left,
    .premium-form {
        padding: 36px;
    }

    .banner__slider .slick-nav.slick-arrow {
        display: none !important;
    }

    .slide .slide__content--headings .title {
        font-size: 20px;
    }

    .slide .slide__content p {
        display: none;
    }

    .slide .slide__content--headings h4 {
        font-size: 16px;
        width: 60%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    .container,
    .container-sm {
        --bs-gutter-x: 2rem;
    }

    .navbar-brand {
        width: 140px;
    }


    .topbar .info,
    .topbar>.btn,
    div#google_translate_element {
        width: 100%;
        margin: 0;
    }

    .topbar>.btn,
    div#google_translate_element {
        justify-content: center;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu {
        padding: 8px 12px;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu.mega-menu h2 {
        margin-top: 12px;
    }


    .slide .slide__content {
        padding: 30px;
    }

    .slide .slide__content--headings .title {
        width: 88%;

    }

    .slide .slide__content--headings h4 {
        width: 90%;

    }

    .slide .slide__content--headings .top-title {
        width: 90%;

    }

    .slide .slide__content--headings .btn-wrap,
    section.quote-section.about-q-section .a-btn-wrap {
        flex-wrap: wrap;
    }

    .slick-nav {
        display: none !important;
    }

    .stick-dots .slick-dots {
        bottom: 12px;
        padding: 0;
    }

    .about-section,
    section.service-section,
    .at-contact-main,
    .at-map-section,
    .at-cr-intro,
    .at-cr-solution,
    .at-cr-process,
    .at-cr-cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-content h2,
    .our-product h2,
    .service-section h2,
    .client-section h2,
    .quote-section h2,
    .at-about-heading,
    .at-contact-main h2,
    h2.at-pd-title,
    .inner-content-cr h2,
    .at-cr-heading {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }


    .about-content h2::after,
    .service-section h2::after,
    .at-about-heading::after,
    h2.at-pd-title::after,
    h2.at-pd-heading::after,
    .inner-content-cr h2::after,
    .at-cr-heading::after,
    .at-cr-content h2::after,
    .premium-left h2::after,
    .quote-section h2::after {
        width: min(250px, 100%);
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .stat-box {
        padding-bottom: 15px;
        border-bottom: 1px solid #e7ebf2;
    }

    .inner-content-cr {
        padding: 25px 20px;
    }

    .inner-content-cr ul li {
        width: 100%;
    }

    .Service-card {
        padding: 0;
    }

    .service-card {
        margin: 0 6px;
    }

    .service-image {
        height: auto;
        min-height: 360px;
    }

    .overlay {
        position: relative;
        bottom: auto;
        height: auto;
        min-height: 240px;
    }

    .service-title {
        display: none;
    }

    section.our-process .process-step {
        padding: 18px 50px 18px 18px;
    }

    section.our-process .process-step p {
        font-size: 16px;
        line-height: 1.6;
    }

    .quote-section,
    section.quote-section {
        margin-top: 35px;
        padding: 28px 20px !important;
    }

    .quote-section h2 br {
        display: none;
    }

    .client-logo {
        padding: 25px;
    }

    .at-about-hero,
    .at-contact-hero,
    .at-cr-hero {
        padding: 48px 0;
    }

    .at-about-title,
    .at-contact-hero h2,
    .at-cr-hero h1 {
        font-size: 31px;
    }

    .at-about-cta,
    .at-cr-cta-box {
        padding: 30px 22px;
    }

    .at-contact-card {
        padding: 26px 20px;
    }

    .at-contact-info {
        gap: 12px;
    }

    .at-contact-icon {
        flex-basis: 44px;
        height: 44px;
    }

    .at-map-frame iframe {
        height: 290px;
    }

    .at-pd-layout {
        padding: 45px 0;
    }

    .at-pd-intro {
        gap: 24px;
    }

    .at-pd-image {
        min-height: 260px;
        padding: 18px;
    }

    .at-pd-image img {
        max-height: 300px;
    }

    .at-pd-section {
        margin-top: 36px;
    }

    .at-pd-spec {
        padding: 15px;
    }

    .at-pd-table {
        min-width: 100%;
    }

    .at-pd-table th,
    .at-pd-table td {
        padding: 12px 9px;
        min-width: 90px;
    }

    .at-cr-section-nav a {
        padding: 15px 12px;
        font-size: 13px;
    }

    .at-cr-grid {
        gap: 25px;
    }

    .at-cr-image img {
        height: 290px;
    }

    .at-cr-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-dialog.modal-xl {
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }

    .modal-content.premium-modal {
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }

    .premium-left,
    .premium-form {
        padding: 28px 22px;
    }

    .premium-left h2 {
        padding-right: 25px;
        font-size: 27px;
    }

    .premium-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 15px;
    }

    .premium-list li {
        margin-bottom: 0;
    }

    .premium-form textarea {
        min-height: 95px;
    }

    .footer-section {
        text-align: left;
    }

    .footer-section .row>div {
        margin-bottom: 28px !important;
    }

    .footer-section img {
        max-width: 100%;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

    .loader-text {
        padding: 0 20px;
        font-size: 20px;
    }

    .topbar {
        flex-wrap: nowrap;
    }

    .at-pd-grid {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 575.98px) {

    .slide .slide__content--headings .title,
    .slide .slide__content--headings h4,
    .slide .slide__content--headings .top-title {
        width: 100%;
    }

    .slide .slide__content--headings .btn-wrap .btn {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .about-content ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .at-pd-list,
    .at-cr-list,
    .at-cr-process-grid,
    .premium-list {
        grid-template-columns: 1fr;
    }

    .at-pd-side-title {
        font-size: 17px;
    }

    .at-cr-image img {
        height: 250px;
    }

    .at-cr-cta-box h2 {
        font-size: 25px;
    }

    .at-error-code {
        font-size: 120px;
    }

    .at-error-page h1 {
        font-size: 29px;
    }

.navbar .container {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 10px !important;
}

    .navbar-brand {
        width: 100px;
        margin-right: 0;
    }

    div#google_translate_element span a>span:first-child {
        display: none;
    }

.topbar>.btn {
    min-width: 110px;
    font-size: 12px;
    padding: 8px;
}

    .topbar {
        flex-wrap: nowrap;
    }

    .slide .slide__img {
        height: 150px;
        position: relative;
    }

    .slide .slide__content {
        min-height: auto;
    }

    .slide .slide__content {
        padding: 30px;
        background: #e9e9e999;
    }

    .slide .slide__content--headings .btn-wrap {
        display: flex;
        gap: 10px;
    }

    .whatsapp-float {
        right: 8px;
        bottom: 8px;
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .slider,
    .slide {
        min-height: auto;
    }

    .stat-box {
        width: 100%;
    }

    .our-product .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .slick-slide .service-image img {
        height: 190px;
    }

    .our-process h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    section.our-process .process-step p {
        font-size: 14px;
    }

    section.our-process .process-step {
        padding: 18px;
        margin-top: 0;
    }

    section.our-process h5 {
        font-size: 16px;
    }

.mobile-view div#navMain {
    top: 90px;
    box-shadow: 0 40px 30px 0 #00000020;
}

    .our-product .section-subtitle {
        margin-bottom: 10px;
    }

    .stick-dots .slick-dots {
        bottom: 0;
    }

    .whatsapp-float::before {
        width: 45px;
        height: 45px;
        background: rgba(37, 211, 102, 0.2);
    }

    .mobile-view {
        width: 100%;
        justify-content: flex-end;
    }


}