body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    background-color: #ffffff;
    overflow-x: hidden;
}

section:nth-of-type(2),
section:nth-of-type(3),
section:nth-of-type(4),
section:nth-of-type(5),
section:nth-of-type(6),
section:nth-of-type(7),
section:nth-of-type(8),
section:nth-of-type(9) {
    z-index: 11;
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 100%;
}

/* Your existing hero styles */
.main-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    align-items: center;
    align-content: center;
    overflow: hidden;
    margin-top: 93px;
    transition: background-color 0.2s ease-out;
    background-color: #ffffff;
}

.main-hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/logo-white.webp);
    background-size: 50%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #20326af0;
    opacity: 0; /* initially hidden */
    transition: opacity 0.3s ease-out;
    pointer-events: none;
}
.main-hero::after {
    opacity: var(--hero-overlay-opacity, 0);
}

/* Capsule Styles */
.starSvg {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 190px;
    height: 80px;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100px;
    overflow: hidden;
    /* background: #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(45, 60, 105, 0.85);
    background-image: url(../images/logo-white.webp);
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
}

.starSvg img,
.starSvg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transform: translate(-50%, -50%);
    scale: 0;
    transition: scale 0.5s ease;
}

/* events cards*/

.stylus-grid-content {
    /* padding-top: 2000px; */
    margin: auto;
    width: 50%;
}

.stylus-grid-content h1 {
    padding-top: 40px;
    font-size: 4.7rem;
    color: #2d3c69;
    line-height: 5rem;
    text-align: left;
    margin-bottom: 30px;
}

.stylus-grid-content p {
    line-height: 1.6;
    color: #666;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: left;
}

.stylus-grid-container {
    margin-top: 40px;
    max-width: 1200px;
    margin: auto;
}
.premiumEcoSystem {
    overflow: unset !important;
}
.premiumEcoSystemOuter {
    padding: 2rem 2rem 2rem 2rem;
    overflow: hidden;
}
#premiumEcoSec .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#premiumEcoSec .swiper-button-next,
#premiumEcoSec .swiper-button-prev {
    color: #fff;
    height: 50px;
    width: 50px;
    background: #2d3c69;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
}
#premiumEcoSec .swiper-button-prev {
    left: -55px;
}
#premiumEcoSec .swiper-button-next {
    right: -55px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}
.stylus-card-wrapper {
    transform: skew(-10deg);
    transition: 0.25s;
    position: relative;
    border-radius: 40px;
    flex: 0 15%;
    flex-direction: row;
    flex-wrap: wrap;
}

.stylus-card-wrapper:before {
    content: "";
    left: 0;
    top: 0;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border-radius: 40px;
    opacity: 0;
    border: 1px solid #cd8c28;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.05s;
}

.stylus-card-wrapper:hover:before {
    opacity: 1;
    transform: translateY(1.5rem) translateX(1.5rem);
}

.stylus-card-wrapper:hover {
    transform: translateX(-1rem) translateY(-1rem) skew(-10deg);
    /* box-shadow: 10px 10px 10px 0px #00000091; */
}

.stylus-card-wrapper:hover .stylus-card-item {
    box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.stylus-card-wrapper:hover .stylus-card-item:after {
    background-blend-mode: normal;
}

.stylus-card-wrapper:hover .stylus-card-item .stylus-arrow-icon {
    bottom: 4rem;
    color: #000000;
    background-color: #ffffff;
    opacity: 1;
}

.stylus-card-item {
    /* background: linear-gradient(143deg, #2d3c69, #cd8c28); */
    background: #2d3c69;
    border-radius: 40px;
    height: 12rem;
    padding: 1.5rem;
    position: relative;
    box-shadow: 2px 1px 5px 1px #2d3c6991;
    overflow: hidden;
    min-width: 180px;
    cursor: pointer;
    display: grid;
    align-content: space-between;
}

.stylus-card-item h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    z-index: 999999;
}

.stylus-card-item div a {
    color: #d5c28b;
    font-size: 14px;
    font-weight: 500;
}

.stylus-card-item:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: red; */
    background-blend-mode: screen;
    transform: skew(10deg) scale(1.2);
    transition: 0.25s;
}

.stylus-arrow-icon {
    position: absolute;
    bottom: -1rem;
    right: 1.6rem;
    color: rgb(168, 168, 168);
    z-index: 1;
    transform: skew(10deg) translateY(120%);
    opacity: 0;
    text-align: center;
    transition: 0.3s;
    font-size: 12px;
    padding: 14px 30px;
    border-radius: 30px;
}

/* grid corners */
.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-grid-item:hover .corner {
    opacity: 1;
}

.corner::before,
.corner::after {
    content: "";
    position: absolute;
    background-color: #cd8c28;
}

/* TOP LEFT */
.corner.top-left {
    top: 0;
    left: 0;
}

.corner.top-left::before {
    width: 1px;
    height: 10px;
    left: 0;
    top: 0;
}

.corner.top-left::after {
    width: 10px;
    height: 1px;
    left: 0;
    top: 0;
}

/* TOP RIGHT */
.corner.top-right {
    top: 0;
    right: 0;
}

.corner.top-right::before {
    width: 1px;
    height: 10px;
    right: 0;
    top: 0;
}

.corner.top-right::after {
    width: 10px;
    height: 1px;
    right: 0;
    top: 0;
}

/* BOTTOM LEFT */
.corner.bottom-left {
    bottom: 0;
    left: 0;
}

.corner.bottom-left::before {
    width: 1px;
    height: 10px;
    left: 0;
    bottom: 0;
}

.corner.bottom-left::after {
    width: 10px;
    height: 1px;
    left: 0;
    bottom: 0;
}

/* BOTTOM RIGHT */
.corner.bottom-right {
    bottom: 0;
    right: 0;
}

.corner.bottom-right::before {
    width: 1px;
    height: 10px;
    right: 0;
    bottom: 0;
}

.corner.bottom-right::after {
    width: 10px;
    height: 1px;
    right: 0;
    bottom: 0;
}

/* company-logo-container */

.marquee-section {
    /* display: none; */
    width: 100%;
    overflow: hidden;
    /* background: #f0fbfd; */
    background: #20326af0 !important;
    padding: 130px 0 170px 0;
    position: relative;
    cursor: grab;
}
#contact,
#videoAndMapSec,
#theImpactSec,
#faqSec {
    position: relative;
    background: #20326af0 !important;
}
.marquee-section::before,
#contact::before,
#videoAndMapSec::before,
#theImpactSec::before,
#faqSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/logo-white.webp") !important;
    background-size: 50% !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #2d3c69;
    opacity: 0.1;
    z-index: -1;
}
.marquee-section:active {
    cursor: grabbing;
}

#company-logo-container {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    padding: 0 30px;
}
#company-logo-container a {
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.demo-logos {
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-logos:hover {
    filter: grayscale(0%);
}

.marquee-info {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}

/* customers Section */

#customers-container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: auto;
}

div.customers-col-1 {
    width: 60%;
    align-content: center;
    padding: 0;
    text-align: center;
}

div.customers-col-1 h1 {
    font-size: 75px;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 15px;
    color: #2d3c69;
    line-height: 5rem;
}

div.customers-col-1 p {
    line-height: 1.6;
    color: #666;
    font-weight: 400;
    margin-bottom: 100px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

div.customers-col-2 {
    width: 100%;
    position: relative;
    cursor: grab;
}

div.customers-col-2:active {
    cursor: grabbing;
}
.slider-container-outer {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.8s ease-in-out;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    text-align: center;
    z-index: 98;
    display: flex;
    justify-content: space-evenly;
}

.slide::before {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.slide.active {
    transform: translateX(0);
    z-index: 98;
    z-index: 98;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.slide.prev {
    transform: translateX(-100%);
}

.customer-image {
    /* width: 100%; */
    border-radius: 50px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    user-select: none;
    pointer-events: none;
}

.slide h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.slide p {
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 20px;
    font-style: italic;
}

.slide .customer-name {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.1rem;
}

.slide .customer-role {
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 5px;
}

.slider-col-same-1 {
    background-color: #2d3c69;
}

.slider-col-same-2 {
    background-color: #c4a36a;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
}

.slider-arrow--prev {
    left: -60px;
}

.slider-arrow--next {
    right: -60px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    max-width: 10%;
    width: 100%;
}

.slider-dot {
    width: 80%;
    height: 4px;
    background-color: #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, width 0.3s;
}

.slider-dot.active {
    background-color: #333;
    width: 100%;
}

/* why choose us section */
#counter {
    font-size: 48px;
    font-weight: bold;
}

#wcu-customers-container {
    /* border: 1px solid red; */
    width: 80%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: auto;
    padding: 100px 0 150px 0px;
    color: #333;
}

.wcu-customers-col-1 {
    width: 50%;
    /* border: 1px solid r/ed; */
    align-content: center;
    padding: 20px 5px 20px 20px;
}

.wcu-customers-col-1 h1 {
    font-size: 4.7rem;
    margin-bottom: 80px;
    color: #333;
    line-height: 5rem;
    padding-top: 40px;
}

.wcu-bbfa {
    height: 400px;
    width: 100%;
    background-color: #d5c28b;

    border-radius: 20px;
    align-content: center;
    padding: 30px;
}

.wcu-customers-col-2 {
    width: 50%;
    /* border: 1px solid red; */
    align-content: center;
    padding: 20px 20px 20px 5px;
}

.wcu-customers-col-2 p {
    line-height: 1.6;
    color: #666;
    font-weight: 400;
    margin-bottom: 80px;
}

p.mbdvc-res {
    line-height: 1.6;
    color: #666;
    font-weight: 400;
    margin-bottom: 80px;
    display: none;
}

.wcu-easms {
    display: flex;
    flex-direction: row;
    gap: 2%;
    flex-wrap: wrap;
}

.wcu-ea {
    height: 190px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #d5c28b;

    border-radius: 20px;
    align-content: center;
    padding: 30px;
}

.wcu-sm {
    height: 200px;
    flex-grow: 1;
    width: 49%;
    background-color: #d5c28b;

    border-radius: 20px;
    padding: 13px 20px;
    align-content: center;
}

.wcu-ss {
    height: 200px;
    flex-grow: 1;
    width: 49%;
    background-color: #d5c28b;

    border-radius: 20px;
    padding: 13px 20px;
    align-content: center;
}

#wcu-customers-container h2 {
    font-weight: 400;
    font-size: 2.4rem;
    text-transform: uppercase;
}

#wcu-customers-container h2:first-child {
    font-family: "DM Sans";
    font-weight: bold;
    color: #333;
    line-height: 1.1em;
    font-size: 24px;
    letter-spacing: 0.1em;
    position: relative;
}

#wcu-customers-container h2:first-child::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 30%;
    background-image: linear-gradient(90deg, #2d3c6900 0%, #ce8a24 100%);
    transition: width 0.3s ease;
}

#wcu-customers-container h2:last-child {
    font-family: "Poppins", sans-serif;
    color: #2d3c69;
    font-weight: bolder;
    font-size: 3.4rem;
}

/* wcu counter */
.counters {
    background: #0f479a;
    color: #fff;
    padding: 40px 20px;
    border-top: 3px lightskyblue solid;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}

/* chart section */

#chart-container {
    /* border: 1px solid red; */
    width: 90%;
    display: flex;
    margin: auto;
}

.chcntnr-cnt {
    /* border: 1px solid red; */
    width: 100%;
    align-content: center;
}

.chcntnr-cnt h1 {
    font-size: 4.7rem;
    margin-bottom: 40px;
    color: #2d3c69;
    line-height: 5rem;
    padding-top: 30px;
}

.chcntnr-cnt p {
    line-height: 1.6;
    color: #666;
    font-weight: 400;
    margin-bottom: 80px;
}

:root {
    --rotate-speed: 40;
    --count: 8;
    /* Default count, the DOM element should override this */
    --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
    --easing: cubic-bezier(0, 0.37, 1, 0.63);
}

.void {
    width: 100%;
    /* max-width: 1024px; */
    margin: auto;
    position: relative;
    aspect-ratio: 1 / 1;
}

ul#card-list:hover * {
    animation-play-state: paused;
}

ul#card-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    z-index: 1;
}

#card-list li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* 	outline: 2px dashed cyan; */
    width: 100%;
    animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}

.card {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    background: #ffffff;
    box-shadow: inset 3px 9px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535062;
    animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}

a {
    text-decoration: none;
    color: unset;
}

.model-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #293856;
    display: block;
}

#card-list li:nth-child(2),
#card-list li:nth-child(2) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -1s);
}

#card-list li:nth-child(3),
#card-list li:nth-child(3) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -2s);
}

#card-list li:nth-child(4),
#card-list li:nth-child(4) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -3s);
}

#card-list li:nth-child(5),
#card-list li:nth-child(5) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -4s);
}

#card-list li:nth-child(6),
#card-list li:nth-child(6) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -5s);
}

#card-list li:nth-child(7),
#card-list li:nth-child(7) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -6s);
}

#card-list li:nth-child(8),
#card-list li:nth-child(8) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -7s);
}

#card-list li:nth-child(9),
#card-list li:nth-child(9) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -8s);
}

#card-list li:nth-child(10),
#card-list li:nth-child(10) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -9s);
}

#card-list li:nth-child(11),
#card-list li:nth-child(11) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -10s);
}

@keyframes rotateCW {
    from {
        transform: translate3d(0px, -50%, -1px) rotate(-45deg);
    }

    to {
        transform: translate3d(0px, -50%, 0px) rotate(-315deg);
    }
}

@keyframes rotateCCW {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(315deg);
    }
}

@keyframes pulseGlow {
    from {
        background-size: 60%;
    }

    to {
        background-size: 100%;
    }
}

.center-circle {
    position: absolute;
    width: 230px;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-image: url("../images/tmpj7lsx2c_.webp");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: 9;

    box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
        0px 30px 60px -12px rgba(12, 5, 46, 0.25);
    border-radius: 50%;
}

.second-circle {
    position: absolute;
    width: 40%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f4fe;
    opacity: 0.5;
    box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
        0px 30px 60px -12px rgba(12, 5, 46, 0.25);
    border-radius: 50%;
}

.last-circle {
    position: absolute;
    width: 66%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f4fe;
    opacity: 0.25;
    box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
        0px 30px 60px -12px rgba(12, 5, 46, 0.25);
    border-radius: 50%;
}

.crop {
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    mask-repeat: no-repeat;
    mask-size: cover;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    animation: pulseGlow 5s linear infinite alternate;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(
        100% 50% at 100% 50%,
        rgba(45, 60, 105, 0.25) 0%,
        rgba(45, 60, 105, 0) 100%
    );
}

.mask:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    display: block;
    background-image: linear-gradient(
        180deg,
        rgba(60, 26, 229, 0) 0%,
        #29385696 50%,
        rgba(60, 26, 229, 0) 100%
    );
}

/* video/picture section */

.pvms-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

.pvms-col-1 {
    border-radius: 0px 40px 32px 0px;
    align-self: self-start;
    align-content: center;
    padding: 10px 3px 4px 0;
    background: linear-gradient(143deg, #2d3c69, #cd8c28);
    position: relative;
}

video {
    border-radius: 0px 30px 30px 0px;
    margin-bottom: -7px;
    z-index: 1;
}

/* video::-webkit-media-controls-volume-slider {
    display: none;
} */

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

.pvms-col-3 {
    border-radius: 30px 0px 0px 30px;
    align-self: center;
    align-content: center;
    border-width: 10px 0px 4px 1px;
    max-width: 40%;
    width: 100%;
    padding-left: 1px;
    padding: 10px 0px 4px 3px;
    background: linear-gradient(143deg, #2d3c69, #cd8c28);
}

.pvms-col-2 {
    flex-grow: 1;
    width: auto;
    width: 30%;
    align-content: center;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    border-radius: 30px 0px 0px 30px;
    background-image: url("../images/Website Map Banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
}

.pvms-col-2 h2 {
    width: 60%;
    margin: auto;
    font-size: 36px;
}

/* FAQ section */
.faq-section {
    width: 60%;
    margin: auto;
    justify-items: center;
}

.faq-section h1 {
    /* padding-top: 20px; */
    font-size: 4.7rem;
    margin-bottom: 80px;
    color: #fff;
    line-height: 5rem;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
}

.faq-acrdn-section {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
}

.faq-acrdn-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    /* border: 1px solid red; */
}

.accordion-item {
    color: #000;
    /* border-radius: 0.4rem; */
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-link {
    font-size: 1.6rem;
    text-decoration: none;
    background: #d5c28b;
    border-radius: 10px;
    color: #0b1647;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    cursor: pointer;
}

.accordion-link h3 {
    font-weight: 500;
    font-size: 20px;
}

.accordion-link i {
    color: #0b1647;
    padding: 0.5rem;
    transition: rotate 0.2s ease-in-out;
}

.accordion-link div.flex {
    display: flex;
}

.accordion-link .ion-md-arrow-down {
    display: none;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #000;
}

.answer p {
    color: #fff;
    font-size: 16px;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 0px 0px 0px 10px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
}

/* Active/open state */
.accordion-item.active .answer {
    max-height: 300px;
    /* adjust as needed */
}

.accordion-item.active .accordion-link .ion-md-arrow-forward {
    rotate: 90deg;
}

.faq-ycaaywtk {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    /* border: 1px solid red; */
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.faq-ycaaywtk img {
    max-width: 50%;
    width: 100%;
}

.faq-ycaaywtk h2 {
    font-size: 34px;
    color: #d5c28b;
    margin-top: 10px;
}

.faq-ycaaywtk p {
    color: #fff;
}

.faq-ycaaywtk a {
    color: rgb(0, 0, 0);
    background-color: #d5c28b;
    text-align: center;
    margin-top: 15px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.3s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: block;
    max-width: max-content;
}

.faq-ycaaywtk a:hover {
    background-color: #c4a36a;
    /* box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2); */
}

/* cube pictures above the faqs */

.main-cubes-container {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 0 0px;
    /* justify-items: center; */
}

.main-cubes-container h1 {
    font-size: 4.7rem;
    margin-bottom: 0;
    color: #2d3c69;
    line-height: 5rem;
    padding-top: 0;
    font-family: "Playfair Display";
}

.main-cubes-container h2 {
    margin-bottom: 80px;
    line-height: 5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.gallery-wrapper {
    display: flex;
    flex: 1;
    max-width: 1440px;
    padding: 0 3rem;
    margin: 0 auto;
    overflow: auto;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.gallery-card {
    flex: 1 1 1%;
    position: relative;
    /* opacity: 0.2; */
    transition: flex 600ms cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.gallery-card:hover {
    flex-basis: 30%;
}

.gallery-card-inner {
    margin: 0.25rem;
    background: #fff;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: border-radius 0.4s ease-in-out;
}

.gallery-card-inner:hover {
    border-radius: 80px;
}

.gallery-card picture {
    width: 100%;
    height: 0;
    padding-bottom: 600px;
    overflow: hidden;
    position: relative;
}

.gallery-card picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-card.is-visible,
.gallery-card:hover {
    opacity: 1;
}

.gallery-card:nth-child(2n) {
    margin-top: 5.5%;
}

/* contact from section  */

#contact {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
    z-index: 11;
    background: #20326af0;
}

.form-container {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 800px;
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-title {
    text-align: center;
    color: #333;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-subtitle {
    text-align: center;
    color: #666;
    font-size: 1rem;
    margin-bottom: 40px;
}

.form-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

.form-grid .inln-inpts {
    display: flex;
    flex-direction: row !important;
    gap: 20px;
    width: 100%;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
    font-size: 0.95rem;
}

.required {
    color: #e74c3c;
}

.form-input,
.form-select {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e1e8ed;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    outline: none;
}

.form-input:focus,
.form-select:focus {
    border-color: #cd8c28;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.form-input:hover,
.form-select:hover {
    border-color: #cd8b2886;
}

.form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 45px;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    /* background-color: #2d3c69; */
    background: #d5c28b;
    color: #2d3b68;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    font-family: poppins;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px #2d3c695d;
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s;
}

.submit-btn:hover::before {
    left: 100%;
}

@media (max-width: 1440px) {
    .stylus-grid-container {
        max-width: 1085px;
    }
}
@media (max-width: 1250px) {
    #customers-container {
        max-width: 840px;
    }
}
@media (max-width: 1200px) {
    .stylus-grid-container {
        max-width: 850px;
    }
    .stylus-card-item {
        height: 10.5rem;
    }
}
@media (max-width: 992px) {
    .stylus-grid-container {
        max-width: 630px;
    }
    #customers-container {
        max-width: 600px;
        display: flex !important;
    }
}
@media (max-width: 768px) {
    .form-container {
        padding: 30px 25px;
        margin: 10px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    form#contactForm .form-grid .inln-inpts {
        flex-direction: column !important;
    }

    .form-group.full-width {
        grid-column: span 1;
    }

    .form-title {
        font-size: 1.8rem;
    }
    .stylus-grid-container {
        max-width: 380px;
    }
    .stylus-card-item {
        height: 14rem;
    }
    #customers-container {
        max-width: 400px;
        display: flex !important;
    }
}

.floating-elements {
    display: none;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.floating-circle:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-circle:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.floating-circle:nth-child(3) {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@media (orientation: portrait) {
    .starSvg img,
    .starSvg video {
        width: auto;
        height: 100vh;
    }
}

/* Laptop (1024px to 1280px) */
@media (min-width: 1024px) and (max-width: 1600px) {
    /* heading */
    .hero-main-heading-col-1 {
        font-size: 60px;
    }

    .hero-main-heading-col-3 {
        font-size: 40px;
    }

    .stylus-grid-content h1,
    div.customers-col-1 h1,
    .wcu-customers-col-1 h1,
    .chcntnr-cnt h1,
    .faq-section h1,
    .main-cubes-container h1 {
        font-size: 3.7rem;
        line-height: 4.3rem;
    }

    .stylus-card-item h3 {
        font-size: 16px;
    }

    /* paragraph */
    .stylus-grid-content p,
    div.customers-col-1 p,
    .wcu-customers-col-2 p,
    .chcntnr-cnt p {
        font-size: 16px !important;
    }

    /*button and others */

    .main-hero {
        margin-top: 10px;
        border-radius: 0;
        /* top: 77px !important; */
    }



    .slide h3 {
        font-size: 1rem;
    }

    .slide p {
        font-size: 0.8rem;
    }

    div.customers-col-1 p {
        margin-bottom: 60px;
    }

    #wcu-customers-container h2 {
        font-size: 1.5rem;
    }

    ul#card-list {
        --count: 7 !important;
    }

    .model-name {
        font-size: 12px;
    }

    .card {
        width: 32%;
    }

    .center-circle {
        width: 160px;
    }

    .second-circle {
        width: 30%;
    }

    .pvms-col-1 video {
        width: 352px;
    }

    .pvms-col-2 h2 {
        width: 70%;
        font-size: 28px;
    }

    .crd-evnt-container {
        width: 90%;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .main-cubes-container h2 {
        font-size: 1.6rem;
    }
}

/* Tablet (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .main-hero {
        height: 500px !important;
        margin-top: 10px;
        border-radius: 15px;
    }

    form#contactForm .form-grid .inln-inpts {
        flex-direction: column !important;
    }

    .hero-col-1,
    .hero-col-2,
    .hero-col-3 {
        height: 480px !important;
        border-radius: 15px;
    }

    .hero-main-heading-col-1 {
        font-size: 46px;
    }

    .hero-main-heading-col-3 {
        font-size: 32px;
    }

    .responsive-map {
        width: 100% !important;
        max-width: 100% !important;
    }

    .stylus-grid-content h1,
    div.customers-col-1 h1,
    .wcu-customers-col-1 h1,
    .chcntnr-cnt h1,
    .faq-section h1,
    .main-cubes-container h1 {
        font-size: 2.9rem;
        line-height: 3.6rem;
    }

    .stylus-grid-container {
        padding: 30px;
    }
    .stylus-grid-container {
        padding: 30px;
    }

    .stylus-card-wrapper {
        flex: 0 100% !important;
    }

    #customers-container,
    .faq-acrdn-section {
        width: 90%;
    }

    #wcu-customers-container h2 {
        font-size: 1.3rem;
    }

    #chart-container {
        display: block;
    }

    ul#card-list {
        --count: 10 !important;
    }

    .pvms-col-1 video {
        width: 300px;
    }

    .pvms-col-2 h2 {
        font-size: 14px;
    }

    .pvms-col-2 img {
        width: 43px;
        margin-bottom: 20px;
    }

    .accordion-link h3 {
        font-size: 16px;
    }

    .accordion-link {
        font-size: 1rem;
    }

    .faq-ycaaywtk img {
        width: 150px;
    }

    .main-cubes-container h2 {
        font-size: 1.2rem;
        line-height: 26px;
    }

    .gallery-wrapper {
        margin: 0 0;
    }

    .gallery-card-inner {
        height: 320px;
    }

    .pin-spacer {
        margin: 0 0 2000px !important;
    }

    .crd-evnt-container {
        width: 90%;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .last-circle {
        display: none;
    }

    .second-circle {
        width: 30%;
    }

    .center-circle {
        width: 20%;
    }

    .void {
        margin-left: -450px;
        width: 170%;
        scale: 0.8;
    }

    /* .slider-arrow {
        top: 69% !important;
    }

    .slider-arrow--next {
        right: 19% !important;
    }

    .slider-arrow--prev {
        left: 70% !important;
    } */
}

/* Mobile (553px to 767px) */
@media (max-width: 767px) {
    .hero-col-1 {
        display: none;
    }

    form#contactForm .form-grid .inln-inpts {
        flex-direction: column !important;
    }

    .hero-col-3 {
        display: none;
    }

    .main-hero {
        height: 100vh !important;
        margin-top: 10px;
        border-radius: 15px;
    }

    .hero-col-2 {
        height: 670px !important;
        border-radius: 15px;
        width: 95%;
        padding-top: 30px;
        background-size: 252.5% !important;
    }

    .pin-spacer {
        margin: 0 0 1400px !important;
    }

    .starSvg {
        top: 58%;
        left: 50%;
    }

    .stylus-grid-content {
        width: 70%;
    }

    .wcu-sm {
        margin-bottom: 10px;
    }

    .wcu-bbfa {
        margin-bottom: 10px;
    }

    .wcu-sm,
    .wcu-ss,
    .wcu-ea,
    .wcu-bbfa {
        height: 200px !important;
        align-content: center !important;
    }

    .model-name {
        font-size: 16px;
    }

    .card {
        width: 33%;
    }

    .crd-evnt-container {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
    }

    .evnt-crd {
        scale: 0.88;
        width: 420px;
        margin: auto;
    }

    .wcu-customers-col-1 {
        padding: 0;
    }

    div.customers-col-1,
    div.customers-col-2,
    .wcu-customers-col-1,
    .wcu-customers-col-2,
    .wcu-sm,
    .wcu-ss,
    #chart-container,
    .pvms-col-1,
    .pvms-col-2,
    .pvms-col-3 {
        width: 100%;
    }
    .pvms-col-3 {
        max-width: 90%;
        margin: auto;
        border-radius: 30px;
        border-width: 10px 1px 4px 1px;
        overflow: hidden;
        padding: 10px 3px 4px 3px;
    }
    #customers-container,
    #wcu-customers-container,
    .wcu-easms,
    #chart-container,
    .pvms-container,
    .faq-acrdn-section {
        display: block;
    }
    .pvms-container {
        display: flex;
        gap: 50px;
    }
    .chcntnr-cnt {
        width: 80%;
        margin: auto;
    }

    .gallery-card-inner {
        height: 280px;
    }

    .breathe-animation span {
        font-size: clamp(9vw, 10vw, 11vh);
    }

    .stylus-grid-content h1,
    div.customers-col-1 h1,
    .wcu-customers-col-1 h1,
    .chcntnr-cnt h1,
    .faq-section h1,
    .main-cubes-container h1 {
        font-size: 2.2rem;
        line-height: 3.6rem;
    }

    .main-cubes-container h2 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .stylus-card-wrapper {
        flex: 0 100% !important;
    }

    #wcu-customers-container h2 {
        font-size: 2rem;
    }

    .pvms-col-2 h2 {
        max-width: 85%;
        width: 100%;
        text-align: center;
        font-size: 26px;
    }

    .pvms-col-2 {
        margin: 10px 0px;
    }

    .last-circle {
        display: none;
    }

    .second-circle {
        width: 30%;
    }

    .center-circle {
        width: 20%;
    }

    .void {
        margin-left: -380px;
        width: 150%;
        scale: 0.8;
    }

    .pvms-col-1 video {
        width: 100%;
    }

    .gallery-wrapper {
        padding: 0 0rem;
        gap: 0px;
    }

    .wcu-customers-col-2 {
        padding: 0;
    }

    .customer-image {
        height: 80px;
        border-radius: 50px;
        border: 2px solid #fff;
        /* width: 28%; */
    }

    .wcu-customers-col-2 p {
        display: none;
    }

    p.mbdvc-res {
        display: block;
    }

    .faq-section {
        width: 90%;
    }

    .faq-acrdn-container {
        padding: 0 0;
    }

    .pvms-col-2 img {
        width: 50px;
    }

    #homeEventSec .heading,
    .marquee-section .heading,
    .marquee-section .heading {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
    /* .slider-arrow {
        top: 88.4% !important;
    }

    .slider-arrow--next {
        right: 10% !important;
    }

    .slider-arrow--prev {
        left: 68% !important;
    } */
}

@media (max-width: 633px) {
    .void {
        margin-left: -325px;
        width: 170%;
        scale: 0.7;
    }
}
@media (max-width: 550px) {
    #customers-container {
        max-width: 330px;
    }
    .slide p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .slide h3 {
        font-size: 16px;
    }
    .slide .customer-name {
        font-size: 16px;
    }
    .slide .customer-role {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    #videoAndMapSec {
        background: #20326af0 !important;
        padding: 80px 0 100px 0 !important;
    }
    .stylus-grid-container {
        max-width: 250px;
    }
    .premiumEcoSystemOuter {
        padding: 1rem;
    }
    .stylus-card-item {
        height: 11.3rem;
    }
    #premiumEcoSec .swiper-button-next,
    #premiumEcoSec .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 14px;
    }
}
/* Small Mobile (320px to 480px) */
@media (max-width: 480px) {
    .hero-col-1 {
        display: none;
    }

    form#contactForm .form-grid .inln-inpts {
        flex-direction: column !important;
    }

    .hero-col-3 {
        display: none;
    }

    .main-hero {
        height: 100vh !important;
        margin-top: 10px;
        border-radius: 0;
    }

    .hero-col-2 {
        height: 580px !important;
        border-radius: 15px;
        width: 95%;
        padding-top: 30px;
        background-size: 350.5% !important;
    }

    #homeEventSec .heading,
    .marquee-section .heading,
    .marquee-section .heading {
        font-size: 2.2rem !important;
        line-height: 1.3em !important;
    }

    .stylus-card-wrapper {
        flex: 0 100% !important;
    }

    .void {
        margin-left: -280px;
        width: 170%;
        scale: 0.8;
    }
    #homeEventSec {
        padding: 70px 20px 90px 20px !important;
    }
    #faqSec {
        padding: 80px 0 100px 0 !important;
    }
    #industrySec {
        padding: 80px 0 100px 0 !important;
    }
    #testimonialSec {
        padding: 80px 0 100px 0 !important;
    }
    .marquee-section {
        padding: 80px 0 100px 0 !important;
    }
    .stylus-grid-content h1 {
        padding-top: 0;
    }
    #premiumEcoSec {
        padding: 80px 0 80px 0 !important;
    }
    .marquee-section .head {
        padding: 0px 20px;
    }
    .wcu-customers-col-1 h1 {
        padding-top: 0;
        margin-bottom: 30px;
    }

    #wcu-customers-container {
        padding: 80px 0 100px 0px;
    }
    .chcntnr-cnt h1 {
        padding-top: 0;
    }
    #amcobEcoSec {
        padding: 80px 0 0 0 !important;
    }
    .slider-arrow {
        display: none;
    }
}
