@import url(../css/default.css);

:root {
    /* Colors: */
    --color-5f4aff: #5f4aff;
    --color-fd2e97: #fd2e97;
    --color-000000: #000000;
    --color-333333: #333333;
    --color-ffffff: #ffffff;
    --color-f5f5f5: #f5f5f5;
    --color-8e7cc3: #8e7cc3;
    --font-family-elms: "Elms Sans", sans-serif;
    --font-style-normal: normal;
    --font-size-10: 10px;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-60: 60px;
    --font-size-67: 67px;
    --font-size-70: 70px;
    --character-spacing-0: 0px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-style: var(--font-style-normal);
    line-height: var(--line-height-27);
    color: var(--color-333333);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    font-family: var(--font-family-elms);
    line-height: normal;
    background-color: var(--color-f5f5f5);
}

p {
    font-size: var(--font-size-18);
    line-height: normal;
    text-align: justify;
}

.common-gradient {
    background: #5f4aff;
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
}

.text-gradient {
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
    -webkit-background-clip: text;
    /* For Chrome, Safari */
    -webkit-text-fill-color: transparent;
    /* Makes the text show gradient */
    background-clip: text;
    /* For Firefox (modern versions) */
    color: transparent;
}

.clr {
    width: 100%;
    float: left;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-656565);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-ec1f2b);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h1,
h4,
h2,
h3,
h4,
h5,
h6 {
    text-transform: normal;
    margin-bottom: 0px;
}

h3 {
    font-size: var(--font-size-30);
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    font-size: var(--font-size-16);
}

.social-links ul {
    display: flex;
}

.social-links ul i {
    /* padding: 4px 6px; */
    border: 1px solid var(--color-009a72);
    color: var(--color-009a72);
    border-radius: 4px;
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: ease all 0.5s;
}

.social-links ul i:hover {
    background-color: var(--color-009a72);
    color: var(--color-ffffff);
}

.section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.grey {
    background-color: var(--color-f2f2f3);
}

.light-green {
    background-color: var(--color-d5f39b);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pb-80 {
    padding-bottom: 100px;
}

.pt-80 {
    padding-top: 100px;
}

.yellow-color {
    color: var(--color-e9ad00);
}

.big-heading {
    font-size: var(--font-size-60);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-333333);
    letter-spacing: -2px;
}

.heading-right-img {
    margin-top: -7rem;
}

.number-heading {
    font-size: var(--font-size-24);
    font-style: italic;
    color: var(--color-333333);
    position: absolute;
    left: 0;
    top: -21%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.number-heading::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    left: 40px;
    background-color: var(--color-333333);
}

.section-heading {
    font-size: var(--font-size-45);
    font-weight: var(--font-weight-Regular);
    color: var(--color-333333);
    position: relative;
    margin-bottom: 2rem;
}

/* Add margin to the first part (before comma) */
.section-heading .first-part {
    display: inline-block;
    margin-left: 250px;
}

/* Optional: add a bit of spacing after comma for better readability */
.section-heading .first-part::after {
    content: "";
    margin-right: 0.25em;
}

.sub-heading {
    font-size: var(--font-size-48);
    font-weight: var(--font-weight-Regular);
    line-height: normal;
}

.sub-heading-one {
    font-size: var(--font-size-40);
    font-weight: var(--font-weight-Regular);
}

.sub-heading-two {
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-Regular);
}

.sub-heading-three {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-Regular);
}

.small-heading {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-Regular);
    color: var(--color-ff0101);
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.common-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(90deg, #5f4aff, #ff2e95);
    overflow: hidden;
    border: none;
    width: fit-content;
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    font-size: var(--font-size-16);
}

.common-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.4) 50%,
            transparent 100%);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.common-button:hover::after {
    left: 120%;
}

.common-button img {
    margin-left: 1rem;
    transition: transform 0.35s ease;
}

.common-button:hover {
    border: none;
    color: var(--color-ffffff);
}

.common-button:hover img {
    transform: rotate(45deg);
    border: transparent;
}

.arrow-button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffff;
    padding: 0.8rem;
}

.arrow-button img {
    width: 1rem;
    top: -2px;
    position: relative;
}

.arrow-button:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.arrow-button img {
    transition: transform 0.35s ease;
}

.arrow-button:hover {
    border: none;
    color: var(--color-ffffff);
}

.arrow-button:hover img {
    transform: rotate(45deg);
    border: transparent;
}

body.offcanvas-active {
    overflow: hidden;
}

.screen-darken {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.screen-darken.active {
    opacity: 1;
    visibility: visible;
}

.mobile-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    z-index: 999;
    background-color: var(--color-000000);
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.mobile-offcanvas.show {
    right: 0;
}

.mobile-offcanvas .social-links ul {
    display: flex;
    justify-content: center;
}

.mobile-offcanvas .social-links ul i {
    /* padding: 4px 6px; */
    border: 1px solid var(--color-ffffff);
    color: var(--color-ffffff);
}

.menu-btn {
    border: transparent;
    background: transparent;
    margin-left: 1rem;
    padding: 0;
}

.offcanvas-header {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.offcanvas-body {
    padding: 3rem;
}

.offcanvas-body li a {
    /* color: var(--color-ffffff); */
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.5rem;
    transition: ease all 0.5s;
}

.offcanvas-body li {
    position: relative;
}

.offcanvas-body li a img {
    width: 12px;
    position: absolute;
    right: 0;
    top: 17px;
}

.offcanvas-body a:hover {
    color: var(--color-5f4aff);
}

.offcanvas-body li a:hover {
    /* text-decoration: underline; */
    border-bottom: 1px solid var(--color-5f4aff);
    color: var(--color-5f4aff);
}

.offcanvas-body li a.active {
    /* text-decoration: underline; */
    border-bottom: 1px solid var(--color-5f4aff);
    color: var(--color-5f4aff);
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem;
    font-size: 1rem;
    /* filter: invert(1); */
}

.offcanvas-body .contact-home {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.offcanvas-body .policy-menu a {
    color: var(--color-ffffff);
    font-size: var(--font-size-12);
    margin: 0 8px;
}

.offcanvas-body .contact-home .small-heading {
    color: var(--color-ffffff);
    font-size: var(--font-size-18);
}

.offcanvas-body .contact-content a {
    color: var(--color-ffffff);
    font-size: var(--font-size-20);
}

header {
    width: 100%;
}

.brand img {
    position: relative;
    left: 0;
    top: 0;
    object-fit: contain;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 170px;
}

.logo-bg {
    position: absolute;
    left: -50%;
    top: 0;
    width: 82%;
    height: 140px;
    background: var(--color-f2f7fa);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.g_header {
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: fixed;
    top: 0;
}

.g_shrink {
    top: 0;
    position: fixed;
    background: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
    padding: 1rem 0;
}

.g_shrink .main-nav {
    padding: 0rem 0;
}

.g_shrink .main-nav .navbar-expand-lg .navbar-brand img,
.g_shrink .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 150px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.mobile {
    display: none;
}

/* ============ mobile view ============ */
@media all and (max-width: 1199px) {}

@media (max-width: 1199px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 0;
    }
}

.menu-btn img {
    width: 35px;
    height: auto;
    cursor: pointer;
    filter: invert(1);
}

.main-nav {
    background: transparent;
    width: 100%;
    float: left;
    padding: 1rem 0;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.navbar-nav {
    position: relative;
}

.main-nav .navbar-expand-lg .navbar-brand {
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 200px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
    color: var(--color-403C68) !important;
}

.main-nav .navbar-nav .nav-item .nav-link:hover .dropdown-toggle::after {
    transform: rotate(45deg);
    background-image: url(../images/icons/gradient-arrow.png);
}

.main-nav .navbar-nav .nav-item.d-flex {
    padding-left: 60px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-16);
    color: var(--color-333333);
    line-height: var(--line-height-inherit);
    letter-spacing: 0.05rem;
    padding: 25px 20px;
    border-radius: 1.2rem;
    font-family: var(--font-family-poppins);
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: var(--font-weight-Bold);
}

.main-nav .navbar-nav .nav-item .nav-link:hover {
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main-nav .navbar-nav .nav-item .nav-link.active {
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}

.side-contact-details {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

/* ------------------------------
   Dropdown arrow icon
--------------------------------*/
.dropdown-submenu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 17px;
    width: 12px;
    height: 12px;
    background-image: url(../images/icons/up-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin-left: .5rem;
    filter: invert(0.8);
    transition: ease all 0.5s;
}

.dropdown-submenu:hover .dropdown-toggle::after {
    transform: rotate(45deg);
}

/* ------------------------------
   Base dropdown menu (hidden by default)
--------------------------------*/
.dropdown-menu {
    display: block !important;
    /* Required for hover animation */
    opacity: 0;
    /* hidden initially */
    visibility: hidden;
    transform: translateY(10px);
    /* slide effect */
    pointer-events: none;
    min-width: 220px;
    padding: 8px 0;
    border-radius: 10px;
    border: 1px solid #eee;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 0;
    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s ease,
        background .35s ease;
}

/* ------------------------------
   Show dropdown on hover
--------------------------------*/
.nav-item.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    background: linear-gradient(135deg, #8f66ffd9 0%, #ff70cfe0 100%);
}

/* ------------------------------
   Submenu positioning
--------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: .3rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 0.8rem;
    overflow: hidden;
    color: #fff;
    border-radius: 8px;
}

.form-control {
    padding: 1rem 2rem;
    border: 1px solid var(--color-d9d9d9);
    border-radius: 1rem;
    background-color: var(--color-ffffff);
    box-sizing: border-box;
    width: 100%;
    outline: none;
    transition: 0.2s ease all;
    margin-bottom: 1.5rem;
    border: 1px solid #33333311;
}

.form-control:focus {
    outline: none;
    border: 1px solid transparent;
    background-image:
        linear-gradient(white, white),
        linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

form label {
    font-size: var(--font-size-14);
    color: var(--color-ffffff);
    cursor: pointer;
    float: left;
    clear: both;
    margin-bottom: 1rem;
    font-weight: var(--font-weight-Medium);
    width: 100%;
    display: flex;
    text-align: left;
}

form input,
form textarea,
.form-right form input,
.form-right form .form-select {
    padding: 1rem;
    width: 100%;
    outline: none;
    border: transparent;
    border-radius: 1rem;
    box-sizing: border-box;
    transition: 0.2s ease all;
    color: var(--color-ffffff);
    background-color: #ffffff2c;
    /* for .form-right inputs/selects */
    float: left;
    clear: both;
}

form textarea {
    height: 6rem;
    margin-bottom: 1.875rem;
}

form textarea::placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: var(--color-ffffff);
    font-style: italic;
    opacity: 1;
    font-weight: var(--font-weight-Medium);
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-style: italic;
    opacity: 1;
}

.forgot,
.register {
    margin: 10px;
    float: left;
    clear: left;
    display: inline-block;
    color: cornflowerblue;
    text-decoration: none;
}

.forgot:hover,
.register:hover {
    color: darkgray;
}

/* main-banner */
.banner-slider .swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #5f4aff, #ff2e95);
}

.banner-slider {
    position: relative;
}

.banner-slider .swiper-pagination {
    position: absolute;
    bottom: 40px;
    /* adjust as needed */
    z-index: 10;
}

.banner-content {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 39%;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 8%;
    top: 5%;
}

.banner-content h2 {
    font-size: 18px;
    width: 50%;
    margin: auto;
    margin-bottom: 2rem;
}

.banner-content p {
    padding-top: 1rem;
    text-align: left !important;
}

/* aboutsection */
.gradient-section {
    height: 100vh;
    margin: 0;
    background: radial-gradient(at 20% 30%, #b993ff, transparent 50%),
        radial-gradient(at 80% 70%, #ffffff, transparent 50%),
        radial-gradient(at 40% 90%, #cbb6ff, transparent 50%);
    background-size: 200% 200%;
    animation: floatGradient 15s ease-in-out infinite;
}

@keyframes floatGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-box {
    display: flex;
    margin-bottom: 1rem;
}

.about-box p {
    font-size: var(--font-size-16);
}

.about-box img {
    margin-top: 5px;
    margin-right: 1rem;
}

.about-home-left img {
    height: 450px;
    object-fit: cover;
    width: 450px;
    border-radius: 100%;
}

.about-home-right {
    height: 100%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.about-home-images .row {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-counter-section .container .counter-gradient {
    padding: 4rem;
    border-radius: 2rem;
    color: var(--color-ffffff);
}

.counter-box {
    background-color: var(--color-ffffff);
    border-radius: 2rem;
    display: flex;
    padding: 2rem;
    color: var(--color-333333);
    align-items: center;
    justify-content: space-around;
}

.counter-box .counter-digit {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
}

.counter-box .sub-heading {
    line-height: 3rem;
}

/* footer */
.footer .marquee {
    position: relative;
    z-index: 0;
    top: 70px;
}

.quick-link a:hover {
    color: var(--color-5f4aff);
}

.footer .call-number a:hover {
    color: var(--color-5f4aff);
}

.footer .quick-link li {
    font-size: var(--font-size-18);
    margin-bottom: 1rem;
}

.footer-Bottles-img {
    position: absolute;
    bottom: -130px;
}

.top-footer .sub-heading-three {
    margin-bottom: 1rem;
    font-weight: 700;
}

.top-footer .footer-container {
    padding: 3rem;
    border-radius: 3rem;
    background: var(--color-ffffff);
    position: relative;
}

.top-footer .contact-content a {
    color: var(--color-979aa3);
}

.top-footer .contact-content a:hover {
    color: var(--color-009a72);
}

.top-footer .col-lg-2 {
    width: 15%;
}

.top-footer .logo {
    width: 170px;
}

.top-footer .social-links a {
    margin-right: 1rem;
}

.top-footer .small-heading.black {
    color: var(--color-000000);
}

.top-footer .contact-content {
    color: var(--color-042e54);
    word-break: break-all;
}

.top-footer .contact-home {
    width: 100%;
}

.top-footer .contact-home a:hover {
    color: var(--color-009a72);
}

.call-box {
    display: flex;
    margin-bottom: 1rem;
}

.contact-form h2 {
    font-size: var(--font-size-50);
    color: var(--color-e9ad00);
    font-weight: var(--font-weight-Medium);
}

.contact-form .section-heading {
    font-weight: var(--font-weight-Regular);
}

.footer .social-links img {
    width: 50px;
}

.footer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.call-box img {
    margin-right: 1rem;
}

.contact-icon i {
    font-size: var(--font-size-25);
    color: var(--color-3d47a6);
    background: -webkit-linear-gradient(0deg, #ED6E41 0.02%, #ED6E41 13.15%, #EA4E42 48.98%, #E51943 100.01%);
    position: relative;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-menu ul {
    margin-bottom: 50px;
}

.footer-menu ul li {
    margin: 5px 0px;
    list-style-type: none;
    font-size: var(--font-size-16);
    color: var(--color-7b787e);
}

.footer-menu a:hover {
    color: var(--color-009a72);
}

.footer-menu ul li a {
    display: flex;
    align-items: center;
    font-size: var(--font-size-14);
}

.footer-menu ul li a:hover {
    color: var(--color-009a72);
}

.footer-pad {
    padding-left: 100px;
    padding-top: 0 !important;
}

.footer-left {
    background-color: var(--color-ec1f2b);
    padding: 70px;
    border-radius: 15px;
}

.footer-right {
    background-color: var(--color-f8f8f8);
    padding: 70px;
    align-items: center;
    /* height: 100%; */
    /* justify-content: center; */
    display: flex;
}

.footer-contact label {
    color: var(--color-ffffff);
    margin-bottom: 10px;
}

.footer-contact .footer-input {
    border-radius: 5px;
    padding: 15px;
    color: var(--color-ffffff);
    border: transparent;
    background-color: var(--color-ec1f2b);
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #fff;
}

.separator {
    position: absolute;
    top: 0;
    right: 0;
}

/* .contact-img{
  width: 25%;
} */
.contact-page .contact-box {
    background-color: var(--color-3d47a6);
    display: flex;
    margin-right: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.contact-page .social-links ul i {
    font-size: var(--font-size-24);
}

.contact-page .contact-box h4 {
    color: var(--color-ffffff);
}

.contact-icon {
    width: 15%;
}

.contact-home .contact-content h3 {
    color: var(--color-ec1f2b);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 600;
    font-size: var(--font-size-20);
}

.sumbit-btn a {
    font-size: var(--font-size-16);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    background: var(--color-ffffff);
    /* border: 1px solid var(--color-ec1f2b); */
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    outline: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    /* padding-right: 7px; */
    /* padding-left: 12px; */
    width: 59%;
    padding: 7px 20px;
    text-align: center;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sumbit-btn a:hover {
    background-color: var(--color-000000);
    color: var(--color-ffffff);
}

.sumbit-btn a img {
    width: 45px !important;
    height: 45px !important;
    position: relative;
    margin-left: 15px;
}

.sumbit-btn a:hover img {
    filter: invert(1);
    transform: rotate(45deg);
}

/* copy-right  */
.copy-right {
    font-size: var(--font-size-16);
    padding: 2rem 0;
}

.copy-right a:hover {
    color: var(--color-5f4aff);
}

.copy-right p,
.copy-right p a {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.copy-right p a {
    font-weight: var(--font-weight-Bold);
}

.copy-right p a:hover {
    color: var(--color-000000);
}

.sidenav,
.mobile-toggle {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1630px;
}

/* back to top */
#button {
    position: fixed;
    bottom: 25px;
    right: 35px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-ffffff);
    border: 2px solid var(--color-ffffff);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    z-index: 99;
    transition:
        background-color 0.5s ease,
        border-color 0.5s ease,
        opacity 0.5s ease,
        transform 0.5s ease;
}

/* Smooth rotation transition for the image */
#button img {
    transition: transform 0.5s ease;
}

#button:hover {
    cursor: pointer;
    border-color: var(--color-ffffff);
    background-color: var(--color-ffffff);
}

#button:hover img {
    transform: rotate(315deg);
}

/* Show state */
#button.show {
    opacity: 1;
    visibility: visible;
    background-color: var(--color-5f4aff);
}

.whatsapp-btn {
    position: fixed;
    bottom: 120px;
    right: 37px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25D366;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.need-help-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* align-items: center; */
    justify-content: center;
    padding: 1rem;
}

.need-help-box .sub-heading {
    font-family: var(--font-family-poppins) !important;
    color: var(--color-000000) !important;
}

/* counter section */
#counter {
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: relative;
}

.counter-section {
    color: var(--color-ffffff);
}

.counter-section .container {
    border-radius: 10rem;
    padding: 5rem 8rem;
}

.counter-section .big-heading {
    margin-bottom: 0;
}

.counter-section .section-heading {
    margin-bottom: 0;
}

.counter-section .counter-box .small-heading {
    color: var(--color-ffffff);
    margin-bottom: 0;
    text-align: left;
}

.counter-section .counter-box {
    height: 100%;
    display: flex;
    font-size: var(--font-size-20);
    /* flex-direction: column; */
    align-items: center;
}

.counter-section .counter-box .section-heading {
    font-weight: var(--font-weight-Light);
    margin-right: 1rem;
}

.counter-section .counter-box .counter-content {
    width: 80%;
}

.counter-section .counter-digit {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: var(--font-size-40);
    text-transform: capitalize;
    color: var(--color-e9ad00);
    margin-right: 2rem;
}

.counter-section .counter-box p {
    color: var(--color-000000);
}

.counter-section .counter-digit .sub-heading {
    font-style: normal;
}

.about-home-images {
    padding-right: 5rem;
}

.about-home-one {
    width: 70%;
}

.about-home-one img {
    height: 350px;
}

.about-section .container {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.ajax-error {
    color: #ff7171 !important;
    display: block;
    text-align: left;
}

.ajax-field {
    margin-bottom: 1rem;
}

.inner-banner .container {
    background-color: var(--color-062c77);
    padding: 0;
}

.inner-banner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.inner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    top: 0;
}

.inner-banner .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
}

.inner-banner .breadcrumb ul {
    display: flex;
}

.inner-banner .breadcrumb ul li a {
    margin: 0.938rem;
    font-size: var(--font-size-12);
    position: relative;
    display: flex;
}

.inner-banner .breadcrumb ul li a::after {
    content: '/';
    position: absolute;
    right: -17px;
    top: 2px;
}

.inner-banner .breadcrumb ul li:last-child a::after {
    display: none;
}

.inner-banner .content {
    position: relative;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    left: 0;
    /* margin-bottom: 30px; */
    padding: 10px 10px;
    align-items: center;
}

.inner-banner .content::before {
    z-index: 9;
}

.inner-banner .content h1 {
    font-size: 34px;
    margin: 20px 0;
}

.inner-banner .content h1 {
    color: var(--color-ffffff);
    font-size: var(--font-size-50);
    font-weight: 300;
}

.inner-banner .content a {
    color: var(--color-ffffff);
}

.contact-right {
    height: 100%;
    margin-left: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 1rem;
}

.contact-left {
    padding-left: 4rem;
}

.inner-banner {
    position: relative;
}

.contact-banner {
    background-position: center;
    background-size: cover;
    height: 100%;
    background-image: url(../images/banner/contact-banner.jpg);
}

.contact-page .form-control {
    padding: 0.7rem 1rem;
    border: 1px solid var(--color-009a72);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.inside-banner-space {
    position: relative;
    height: 600px;
}

.inside-banner-space img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.inside-banner-space .banner-box {
    position: absolute;
    top: 50%;
    width: 100%;
}

.inside-banner-space .container {
    z-index: 9;
}

.contact-left {
    background-color: var(--color-f2f2f3);
    border-radius: 1rem;
    height: 100%;
    padding-left: 0;
}

.contact-item {
    padding: 1rem 0rem;
}

.contact-item h3 {
    font-size: var(--font-size-28);
}

.contact-content a {
    color: var(--color-333333);
}

.contact-content a:hover {
    text-decoration: underline;
}

.blog-details-page .box-content {
    background-color: var(--color-f2f2f3);
    margin-top: 0.5rem;
    border-radius: 2rem;
    padding: 3rem;
}

.blog-details-page h2 {
    font-weight: 700;
    font-size: var(--font-size-30);
}

.blog-page-box {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-page img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.blog-content p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-box a:hover {
    text-decoration: underline;
    color: var(--color-2c3558);
}

.blog-box a .read-more {
    font-size: var(--font-size-14);
    text-decoration: underline;
    color: var(--color-2c3558);
}

.blog-box a:hover .read-more {
    font-size: var(--font-size-14);
    text-decoration: underline;
    color: var(--color-ff7800);
}

.sidebar {
    padding-left: 2rem;
}

.sidebar h5 {
    border-bottom: 0.1rem solid var(--color-2c3558);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar a {
    transition: ease all 0.5s;
}

.sidebar a:hover {
    text-decoration: underline;
}

.blog-details-box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.related-blog {
    padding-bottom: 1rem;
    border-bottom: 1px dotted var(--color-2c3558);
}

.related-blog h6 {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-blog img {
    object-fit: cover;
    height: 60px;
    width: 80px;
}

.related-blog small {
    font-size: var(--font-size-12);
}

.sidebar .blog-case {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.sidebar .blog-case h6 a {
    color: var(--color-000000);
}

.sidebar .blog-case img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.choose-box {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--color-f2f2f3);
    text-align: center;
    position: relative;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 1.875rem; */
    height: 100%;
}

.choose-box p {
    text-align: center;
}

.choose-box .choose-content h4 {
    margin-bottom: 10px;
    text-align: center;
}

.choose-icon {
    padding: 35px;
    border-radius: 100%;
    background-color: var(--color-ffffff);
    margin-right: 0;
    margin-bottom: 1.875rem;
    width: 8rem;
    height: 8rem;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    display: flex;
}

.choose-icon img {
    width: 70px;
}

.choose-content {
    text-align: left;
}

.whywork .choose-content {
    text-align: center;
}

.whywork .col-12 {
    margin-bottom: 30px;
}

.opportunities-section {
    background-color: var(--color-f8f8f8);
    position: relative;
}

.opportunities-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.opportunities-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.opportunities-box ul {
    padding: 0;
    margin: 0;
    padding-right: 1.875rem;
}

.opportunities-box li {
    padding: 1rem;
    background-color: var(--color-f2f2f3);
    margin-bottom: 1rem;
    font-size: var(--font-size-22);
    color: var(--color-009a72);
}

.career-section-one .row {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.career-section-one-left img {
    height: 400px;
    border-radius: 2rem;
    object-fit: cover;
}

.opportunities-right-section img {
    height: 400px;
    border-radius: 2rem;
    object-fit: cover;
}

.about-page .row {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about-page img {
    height: 400px;
    border-radius: 2rem;
    object-fit: cover;
}

.vision-page img {
    height: 300px;
    border-radius: 2rem;
    object-fit: cover;
}

.vision-box .row {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mission-box .row {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.vision-box {
    padding: 2rem;
    background-color: var(--color-f2f2f3);
    border-radius: 1rem;
    height: 100%;
}

.accordion__wrapper {
    border-radius: 1rem;
    width: 100%;
}

.accordion__wrapper .title {
    margin-bottom: 80px;
}

.accordion__title {
    text-align: center;
    margin-bottom: 4rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    font-size: var(--font-size-19);
}

.accordion__icon {
    background-color: var(--color-ec1f2b);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.accordion__question {
    color: var(--color-000000);
    font-size: var(--font-size-25);
}

.accordion__answer {
    padding: 2rem 0;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: all ease 0.5s;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.faq-section {
    background-color: var(--color-f2f2f3);
    padding: 4rem;
}

.faq-section .accordion-item {
    border: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 1rem;
    border-radius: 0rem;
    background-color: var(--color-f2f2f2);
}

.faq-section .accordion-header {
    margin-bottom: 0;
}

.faq-section .accordion-button {
    padding: 0.5rem 0;
    color: var(--color-000000);
    background-color: transparent;
    box-shadow: none;
    font-size: var(--font-size-20);
    text-transform: capitalize;
    font-weight: var(--font-weight-Bold);
    padding-bottom: 1.5rem;
}

.faq-section .accordion-body {
    padding-bottom: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    color: var(--color-000000);
    font-size: var(--font-size-16);
}

.list li {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 20px;
}

.list li:last-child {
    margin-bottom: 0;
}

.list i {
    /* padding-right: 1rem; */
    width: 1.5rem;
    color: var(--color-009a72);
}

.ribbon {
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.ribbon-inner {
    background: linear-gradient(90deg, #ffefb5 0%, #ffd27a 100%);
    padding: .5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    color: #5a3a00;
}

.ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffd27a;
    transform: translateX(18px);
}

.ribbon-price {
    color: #c94f00;
    margin-left: .4rem;
    font-size: var(--font-size-35);
    position: relative;
    top: 5px;
}

.tab-menu {
    border: 1px solid var(--color-f2f2f3);
    position: sticky;
    top: 71px;
    width: 100%;
    padding: 1rem;
    z-index: 8;
    background-color: var(--color-ffffff);
}

.tab-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-menu ul li a {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    text-decoration: none;
    color: var(--color-000000);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover effect */
.tab-menu ul li a:hover {
    background-color: var(--color-f2f2f3);
    color: var(--color-009a72);
}

/* Active tab style */
.tab-menu ul li a.active {
    background-color: var(--color-009a72);
    color: var(--color-ffffff);
    font-weight: 600;
}

/* Optional: underline or indicator for active tab */
.tab-menu ul li a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    height: 3px;
    background-color: var(--color-ffffff);
    ;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 500px) {
    .tab-menu ul {
        flex-direction: column;
    }

    .tab-menu ul li a {
        padding: 12px;
    }
}

.section-box {
    min-height: auto;
    align-items: center;
    justify-content: center;
    scroll-margin-top: 80px;
}

.overview-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-section {
    padding-left: 3rem;
    padding-right: 3rem;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    font-size: 280px;
    padding: 7rem 0;
    font-weight: var(--font-weight-Bold);
    overflow: hidden;
    text-transform: uppercase;
    opacity: 0.05;
    z-index: -1;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-10%);
    }
}

.heading-section {
    position: relative;
}

.why-section {
    background-color: #e8e6ff;
    overflow: hidden;
}

.why-content .col-12 {
    margin-bottom: 1.8rem;
}

.why-box {
    background-color: var(--color-ffffff);
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
    height: 100%;
}

.why-box h3 {
    margin-bottom: 1rem;
}

.why-box .icon {
    background-color: var(--color-f5f5f5);
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.why-section-right {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-section-right img {
    position: absolute;
    top: 110px;
}

.why-box .icon img {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.getintouch-left {
    border-radius: 2rem;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.getintouch-left img {
    border-radius: 2rem;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.getintouch-right {
    padding-left: 3rem;
}

.client-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
    overflow: hidden;
}

.client-section .swiper {
    width: 100%;
    overflow: hidden;
}

.client-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-section .swiper-slide img {
    width: 220px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.3s;
}

.client-section .swiper-slide img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.product-section .section-heading {
    margin-top: 2.4rem;
}

.product-section .nav-tabs {
    border-bottom: transparent;
    margin: 2rem 0;
}

/* Scrollbar track */
.product-slider .swiper-scrollbar {
    height: 10px;
    border-radius: 22px;
}

.product-slider .swiper-wrapper {
    margin-bottom: 4rem;
}

.swiper-scrollbar {
    background: #8e7cc33d;
    height: 6px;
    border-radius: 10px;
}

.swiper-scrollbar-drag {
    background: linear-gradient(90deg, #5f4aff, #ff2e95);
    border-radius: 10px;
    width: 30%;
}

.swiper-horizontal>.swiper-scrollbar {
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    display: flex;
}

/* Product box base styling */
.product-box {
    background-color: var(--color-ffffff);
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    margin-right: 1rem;
    transition: all 0.5s ease;
}

.product-box .arrow-button {
    position: absolute;
    right: 0;
    background: var(--color-5f4aff);
    color: var(--color-ffffff);
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
    top: 0;
    margin: 1rem;
}

.product-box:hover .arrow-button {
    background: var(--color-ffffff);
}

.product-box:hover .arrow-button img {
    content: url('../images/icons/gradient-arrow.png');
}

.product-outer {
    padding-left: 7%;
}

.product-section .nav-tabs .nav-link {
    padding: 1rem 2rem;
    border: transparent;
    border-radius: 3rem;
    font-size: var(--font-size-24);
    background-color: var(--color-ffffff);
    margin-right: 2rem;
    color: var(--color-333333);
}

.product-section .nav-tabs .nav-link:hover {
    background: var(--color-5f4aff);
    color: var(--color-ffffff);
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
}

.product-section .nav-tabs .nav-link.active {
    background: var(--color-5f4aff);
    color: var(--color-ffffff);
    background: linear-gradient(90deg, rgba(95, 74, 255, 1) 0%, rgba(255, 46, 149, 1) 100%);
}

/* Hover effects for card */
.product-box:hover {
    background-color: var(--color-5f4aff);
    color: var(--color-ffffff);
}

/* Number styling */
.product-box .number {
    font-size: 200px;
    position: absolute;
    bottom: -125px;
    right: 4%;
    font-weight: 300;
    color: var(--color-f5f5f5);
    transition: color 0.5s ease;
}

.product-box:hover .number {
    color: #0b005c42;
}

/* Product image */
.product-box .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    object-fit: contain;
}

.product-box .product-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

/* Product content (fixed position, will slide visually only) */
.product-content {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateY(20px);
    width: 90%;
    z-index: 9;
    text-align: center;
}

.product-box:hover .product-content .sub-heading-two {
    margin-bottom: 1rem;
}

/* Paragraph hidden initially (occupies space invisibly) */
.product-content p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    /* prevents layout interaction */
    font-size: var(--font-size-16);
    text-align: left;
}

/* On hover: fade + slide paragraph in */
.product-box:hover .product-content p {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 0;
}

.product-section {
    margin-top: -12%;
}

/* WRAPPER SPACING */
.testimonial-slider .swiper-wrapper {
    margin-bottom: 5rem;
}

.swiper-slide .swiper-slide-active {
    z-index: 9999 !important;
    position: relative;
}

/* CARD BASE STYLE */
.testimonial-card {
    padding: 2.5rem;
    border-radius: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    display: flex;
    color: var(--color-000000);
    background: #ffffff;
    position: relative;
}

.testimonial-slider.swiper-backface-hidden .swiper-slide {
    transform: none;
    transition-property: transform;
}

/* ACTIVE SLIDE – move left */
.testimonial-slider .swiper-slide-active .testimonial-card {
    z-index: 99 !important;
    background: linear-gradient(90deg, #5f4aff, #ff2e95);
    color: #ffffff;
    position: relative;
    transform: translateZ(-1);
}

/* NEXT SLIDE – slightly down + blur */
.testimonial-slider .swiper-slide-next .testimonial-card {
    transform: scale(0.9) translate(-409px, 0px) !important;
    opacity: 0.6;
    z-index: 1;
    filter: blur(2px);
}

.testimonial-slider .swiper-slide-active:last-child {
    z-index: 9;
    transform: translateX(-25%);
}

.testimonial-slider.swiper-slide.swiper-slide-prev {
    display: none;
}

/* PREVIOUS – hidden */
.testimonial-slider .swiper-slide-prev .testimonial-card {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.testimonial-slider .swiper-slide-next:not(.swiper-slide-duplicate) .testimonial-card {
    transform: scale(0.9) translate(-51px, 70px);
    opacity: 0.6;
    z-index: 1;
    filter: blur(2px);
}

/* IMAGE FIX */
.testimonial-img img {
    border-radius: 100%;
}

/* SCROLLBAR STYLING */
.testimonial-slider .swiper-scrollbar {
    background: #8e7cc33d;
    height: 10px;
    border-radius: 22px;
    margin-top: 20px;
}

.testimonial-slider .swiper-scrollbar-drag {
    background: linear-gradient(90deg, #5f4aff, #ff2e95);
    border-radius: 10px;
}

.testimonial-slider .swiper-horizontal>.swiper-scrollbar {
    width: 850px;
    left: 0%;
    transform: translateX(-50%);
    bottom: 0%;
    display: flex;
}

/* LEFT SECTION */
.testimonial-left {
    width: 30%;
    margin-right: 2rem;
    text-align: center;
}

.testimonial-left p {
    text-align: center;
}

/* RIGHT SECTION */
.testimonial-right {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.testimonial-card p {
    font-size: var(--font-size-14);
}

/* PROFILE IMAGE */
.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50rem;
    margin: auto;
    margin-bottom: 1rem;
}

.about-box .swiper-slide-next {
    background-color: #ffffff;
    left: 0;
    height: 100%;
    z-index: -1;
    transform: scale(1.8);
}

.product-page .col-12 {
    margin-bottom: 1.5rem;
}

.product-page .product-box {
    background-color: var(--color-ffffff);
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    margin: 0;
    transition: all 0.5s ease;
    margin-bottom: 1.8rem;
    height: 100%;
}

.product-page .product-box:hover {
    background-color: var(--color-5f4aff);
    color: var(--color-ffffff);
}

.vision-section .vision-box {
    background-color: #ececec;
}

.vision-section .vision-box h3 {
    margin-bottom: 1rem;
}

.about-section-one {
    background-color: #ececec;
}

.vision-box {
    background-color: var(--color-ffffff);
    border-radius: 2rem;
    padding: 2rem;
    height: 100%;
}

.vision-box .icon {
    background-color: var(--color-f5f5f5);
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.vision-box .icon img {
    width: 2.5rem;
}

.vision-box li {
    list-style-type: disc;
    font-size: 20px;
    margin-left: 1.3rem;
    margin-bottom: 1rem;
}

.quality-section {
    position: relative;
    background-image: url(../images/about/about-banner.jpg);
    height: 70vh;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

.quality-box {
    text-align: justify;
    align-items: center;
    justify-content: center;
    height: 70vh;
    display: flex;
    flex-direction: column;
}

.industries-box .icon img {
    width: 50px;
}

.industries-box li img {
    width: 20px;
    margin-right: 1rem;
}

.industries-left img {
    height: 450px;
    object-fit: cover;
    width: 450px;
    border-radius: 100%;
}

.vision-img img {
    height: 450px;
    object-fit: cover;
    width: 450px;
    border-radius: 100%;
}

/* ===== Multilevel Dropdown Fix ===== */
.dropdown-submenu {
    position: relative;
}

/* Arrow */
/* Hide sub menu by default */
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
    position: absolute;
    min-width: 200px;
}

/* Desktop hover */
@media (min-width: 992px) {
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

/* Mobile layout */
@media (max-width: 991px) {
    .dropdown-submenu>.dropdown-menu {
        position: static;
        margin-left: 0;
        padding-left: 15px;
    }
}

/* Custom Modal Styling */
.modal-content {
    border-radius: 2rem;
    padding: 1.5rem;
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal-content .btn-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background-color: #f2f2f3;
    border-radius: 50%;
    padding: 0.8rem;
    opacity: 0.8;
    z-index: 10;
    transition: all 0.3s ease;
}

.modal-content .btn-close:hover {
    background-color: #009a72;
    opacity: 1;
    filter: invert(1);
}

.modal-content .section-three {
    font-size: var(--font-size-20);
    color: #161616;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-modal-body {
    margin-top: 0.5rem;
}

.product-modal-img {
    background-color: #f5f5f5;
    border-radius: 1.25rem;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.product-modal-img img {
    max-height: 220px;
    width: auto;
    object-fit: contain;
}

.product-specs {
    margin-bottom: 1.5rem;
}

.product-spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.product-spec-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    background-color: #f5f5f5;
    border-radius: 0.75rem;
    font-size: 15px;
}

.product-spec-list li span {
    color: #666666;
    font-weight: 500;
}

.product-spec-list li strong {
    color: #161616;
    font-weight: 600;
    text-align: right;
}

.product-modal-form-title {
    font-size: var(--font-size-20);
    color: #161616;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .product-modal-form-title {
        margin-top: 0;
    }
}

.contact-form .form-control {
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-form .form-control:focus {
    border-color: #009a72;
    box-shadow: 0 0 0 4px rgba(0, 154, 114, 0.1);
    background-color: #ffffff;
    outline: none;
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}


/* Product Tab Design */
.product-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: #f5f5f5;
    padding: 0.8rem;
    border-radius: 4rem;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem !important;
    flex-wrap: wrap;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.product-tab .nav-item {
    margin: 0;
}

.product-tab .nav-link {
    border-radius: 3rem;
    padding: 0.8rem 2.5rem;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    background-color: transparent;
    transition: all 0.4s ease;
    border: none;
}

.product-tab .nav-link:hover {
    color: #5f4aff;
}

.product-tab .nav-link.active {
    background: linear-gradient(90deg, #5f4aff 0%, #ff2e95 100%);
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(95, 74, 255, 0.3);
    transform: translateY(-2px);
}

#pills-tabContent .tab-pane {
    padding-top: 1rem;
}

#pills-tabContent .product-box {
    margin-bottom: 2rem;
}

/* career-section */
.div-title {
    font-size: var(--font-size-28);
    line-height: 30px;
    color: var(--color-5f4aff);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

.career-text ul {
    margin-bottom: 40px;
    margin-left: 20px;
}

.career-text ul li {
    font-size: var(--font-size-19);
    line-height: var(--line-height-19);
    color: var(--color-333333);
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.career-text ul li span {
    position: absolute;
    top: -9px;
    left: 0;
    width: 25px;
    height: 25px;
    color: var(--color-97bf1e);
    font-size: var(--font-size-30);
}

.career-img img {
    position: relative;
    -webkit-animation: jump 3s infinite;
    -moz-animation: jump 3s infinite;
    -ms-animation: jump 3s infinite;
    -o-animation: jump 3s infinite;
    animation: jump 3s infinite;
    transition: 0.3s ease-in-out;
}

@keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

.contact-form .calculator-form {
    background: var(--color-ffffff);
    padding: 30px 30px;
    box-shadow: -3px 2px 18px #00000054;
    border-radius: 15px 15px;
}

.contact-form .form-group label {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--color-000000);
    width: 100%;
}

.contact-form .form-group .form-control.sub {
    width: 19%;
    float: left;
    margin-right: 1%;
}

.contact-form .form-group .form-control.hero {
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.iti {
    width: 100%;
}

/* career-section */