.container { width: 100%; padding: 0 18px; margin-inline: auto; }
.button-link-main { padding-bottom: 13px; border-bottom: 1px solid #D0D3D6; margin-top: 24px; }
.btn-link { display: flex; align-items: center; justify-content: space-between; text-decoration: none; }
.btn-link span { font-size: 22px; }
.btn-link { color: #000000; }
.centered-block { display: flex; align-items: center; justify-content: center; }
.sec-margin-top {  margin-top: 150px; }
.sec-margin-bottom { margin-bottom: 150px; }
.sec-padding-top { padding-top: 150px; }
.sec-padding-bottom { padding-bottom: 150px; }
.rdius-20 { border-radius: 20px; }
p,
.grey-1000 { color: #353839; }
.grey-800,
.resources-breadcrumb a.grey-800{ color:#6B7073; }
.resources-breadcrumb a:hover{  color:#000000; }
a {  text-decoration: none; }
.grey-100 { color: #EFF0F1; }
.bg-lime-green { background-color: #E6FFBD; }
.bg-lavendar { background-color: #EEEFFA; }
.bg-purple { background-color: #9CA1E2; }
.bg-grey-100 { background-color: #EFF0F1; }
.bg-blue-100 { background-color: #EFF0F1; }
.custom-row { display: flex; }
.mt-20 { margin-top: 20px; }
.ml_20 { margin-left: 20px;}

/******* hero video **********/
.curve-marquee-main { position: absolute; bottom: 0; left: 0; }
.textAnim { font-size: 20px; letter-spacing: 0; }
text { white-space: nowrap; }


/****About Us*******/
.ab-row { gap: 128px; }
.a-col-left { width: 619px; }
.a-col-right { width: calc(100% - (619px + 128px)); }
.h6.sub-title { margin-bottom: 10px; }
.about-features-inner { margin-top: 40px; display: flex; gap: 90px; }
.about-features-inner .feature-item { width: 391px; }
.f-icon { width: 90px; height: 90px; background-color: #E6FFBD; }
.f-content { margin-top: 20px; }
.a-img-sm,
.f-grid-sm {  display: none; }

/*****statistics*****/
.statistics-wrapper {  background-color: #000E2B;  padding-bottom: 350px;  /* height: 100vh; */ }
.statistics-content-inner { margin-top: 200px; }
.st-col { width: 730px; }
.st-row { justify-content: space-between; }
.st-col.md { margin-top: 154px; }
.st-col.xs { margin: 79px 0 0 20px; }
.st-col.sm { margin: -42px 78px 0 0; }
.stats-desc { width: 50%; }
.st-desc-xs { display: none; }
.highlighted-text {
    font-size: 15.344vw;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
}

.stats-item { z-index: 1; padding-top: 20px; }
.stats-item.sm .stats-desc { width: 60%; }
.stats-item.xs .stats-desc { width: 65%; }
.stats-item.lg .stats-desc,
.stats-item.sm .stats-desc { margin-left: auto; }
.stats-item h6 { color: #EFF0F1; }
.stats-circle { position: absolute; z-index: -1; }

.stats-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 1px;
    background-color: #5c6d93;
}

.stats-item.lg:before,
.stats-item.sm:before { right: 0; left: auto; }
.st-two .stats-desc h6 { margin-left: auto; }
.stats-item.lg .stats-circle {
    width: 424px;
    height: 424px;
    background: rgba(156, 161, 226, 0.14);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.05),
        0 20px 60px rgba(0, 0, 0, 0.35);
    left: -142px;
    top: -142px;
}

.stats-item.md .stats-circle {
    width: 364px;
    height: 364px;
    background: rgba(230, 255, 189, 0.20);
    backdrop-filter: blur(22px) saturate(60%);
    -webkit-backdrop-filter: blur(22px) saturate(60%);
    top: -112px;
    right: -112px;
}

.stats-item.sm .stats-circle {
    width: 254px;
    height: 254px;
    background: rgba(66, 168, 243, 0.20);
    backdrop-filter: blur(20px) saturate(80%);
    -webkit-backdrop-filter: blur(20px) saturate(80%);
    top: -42px;
    left: -42px;
}

.stats-item.xs .stats-circle {
    width: 212px;
    height: 212px;
    background: rgba(85, 113, 171, 0.16);
    backdrop-filter: blur(20px) saturate(55%);
    -webkit-backdrop-filter: blur(20px) saturate(55%);
    top: -51px;
    right: -51px;

}

.stats-item.md { z-index: 2; }
.stats-item.sm { z-index: 3; }
.stats-item.xs {  z-index: 4; }

/********image marqueee*******/
.client-marquee-inner { margin-top: 80px; }

.client-marquee-inner .marquee-block { overflow: hidden; width: 100%; /* max-width: clamp(866px, 84.375vw, 1620px); */}

.client-marquee-inner .marquee-block.last { max-width: 100%; width: 60%; margin: 0 auto;}

.client-marquee-inner .marquee-block.marquee-margin {  margin-top: 70px;}

.client-marquee-inner .marquee-inner { display: flex; width: max-content; animation: scroll-left 20s linear infinite; will-change: transform;}

.client-marquee-inner .marquee-block.reverse .marquee-inner { animation: scroll-right 25s linear infinite;}

.marquee-item {
    border: 0.89px solid #DFE2E3;
    border-radius: 18px;
    width: 280px;
    padding: 10px;
    margin-right: 50px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.marquee-item img { max-width: 100%;}

/*******Products Tab Wrapper************/
.product-tab-wrapper { transition: background-color 0.4s ease;}
.pr-stack-wrapper{ display: none;}
.bg_blue { background-color: rgba(217, 237, 252, 0.5);}
.bg_green { background-color: rgba(250, 255, 244, 0.5);}
.bg_lavendar { background-color: rgba(238, 239, 250, 0.5);}
.tab-pane.res .p-table-main{ background: #F8FEEF;}
.tab-pane.ise .p-table-main{ background: rgba(222, 223, 245, 0.15);}
.pr-row{ justify-content: space-between;}
.pro-sub-desc{ margin-top:70px; width: 88%;}
.p-title{ padding-left:20px;}
.tab-pane.res .pro-sub-desc{ margin-top: 120px;}
.tab-pane.ise .pro-sub-desc{ margin-top: 100px;}
.pro-col-right{width: 918px;}
.pro-col-left{width: calc(100% - 918px);}
.products-tab-inner .tab-content{ margin-top:70px;}
.p-table-main table tbody tr:last-child td:not(.divider) {  padding-bottom: 0;}
.p-table-main table tbody tr:last-child td p { margin-bottom: 0;}
.pro-col-left img{ margin:0 auto; display:block; max-width:100%; height:auto; object-fit: contain; }
.p-img { margin-top: 86px;}

.p-table-main .h6 { color: #000000;  /* margin-bottom: 0; */}

.p-table-main table .h6 { margin-bottom: 0;}

.p-table-main .table { border-color: #8ECBF8; border-width: 0;}

.p-table-main { 
    background: rgba(179, 220, 250, 0.10);
    backdrop-filter: blur(35px) saturate(100%);
    -webkit-backdrop-filter: blur(35px) saturate(100%);
    margin-bottom: 50px;
    padding: 30px 40px 30px 40px;
}

.p-title { margin-bottom: 30px;}

.p-table-main .table>:not(caption)>*>* { background-color: transparent; padding: 20px; }
.pr-img-sm,
.circular-md,
.blog-slider-mobile { display: none; }
.p-img { margin: 200px auto 0; position: relative; z-index: 1; }
.p-table-main table tr { border-top: 1px solid rgba(0, 123, 255, 0.15); }
.spec-table table tr:last-child { border-bottom: none; }
.p-table-main .table h6 { line-height: 1; }
.p-table-main .divider { width: 1%; position: relative; }
.p-table-main .divider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(0, 123, 255, 0.25);
}
.products-tab-inner .nav-pills { position: absolute; bottom: -40px; right:0; }
.products-tab-inner .nav-link {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    padding:10px;
    transform: scale(0.8);
    transition: transform 0.5s ease;
}

.products-tab-inner .nav-link {
    background: rgba(66, 168, 243, 0.20);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
#pills-ier-tab{ background-color: rgba(66, 168, 243, 0.20);}
#pills-res-tab{ background-color: rgba(56,85,8,0.2);}
#pills-ise-tab{ background-color: rgba(156,161,226,0.2);}
.products-tab-inner .nav-link.active { transform: scale(1); margin-right: 15px;}
.products-tab-inner .nav-link img { object-fit: cover; width: 119px; position: relative; bottom: -40px;}
.pro-sub-desc { margin-bottom: 80px;}

/****ocalc*****/
.main-btn span { font-size: 22px; color: #002B81;}
.main-btn { border: 1px solid #D4DBEA; border-radius: 20px; padding: 20px 30px; width: 400px; }
.o-buttons { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; }
.main-btn:hover {  background-color: #002B81;}
.main-btn:hover span { color: #ffffff;}
.ocal-row { justify-content: space-between; gap: 70px;}
.ocal-col.one { width: 372px;}
.ocal-col.two { width: 505px;}
.ocal-col.three { width: 603px;}

.ocalc-list { display: flex; flex-direction: column; gap: 20px; padding: 0; margin-top: 50px; }
.ocalc-list li { display: flex; gap: 10px; align-items: flex-start; }
.ocalc-list li::before { content: "•"; font-size: 24px; line-height: 1.2; }
.ocalc-list li::marker { margin: 0; }
.ocalc-list li h6 { display: inline; }
.ocal-bottom { display: flex; flex-direction: column; text-align: center; }
.circular-box-main { width: 128px; height: 128px; margin-left: auto; position: relative; margin-top: 20px;}
.c-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotateCircle 10s linear infinite;
}

.inner-down-arrow {
    z-index: 2;
    position: relative;
    background: #E6FFBD;
    border-radius: 50%;
    height: 83px;
    width: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-down-arrow .down_arrow_size { transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.inner-down-arrow:hover .down_arrow_size { transform: rotate(45deg);}


/****Industries slider*******/
.industries-wrapper.sec-padding-bottom { padding-bottom: 280px; }
.industry-title-main { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.industry-title-main .main-title { width: 60%; }
.in-desc { width: 30%; }
.industries-slider-main { margin-top: 76px; }
.industry-item { width: 100%; height: 335px; border-radius: 20px; }
.industry-item img {  width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 20px; }
.industries-slider-main { width: 70%; margin-left: auto; }
.industry-slider { width: 100%; overflow: visible; }
.industry-slider .swiper-slide { width: calc(530px + 20px); }
.indstry-titles-inner {
    position: absolute;
    left: -80px;
    bottom: -125px;
    width: 54%;
    height: 355px;
    background: #fafafa;
    box-shadow: 0px 0px 118.7px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-end;
}

.ind-titles { width: 55%; overflow: hidden; margin-left: 80px; margin-bottom: 20px; height: 61px; position: relative; }
.ind-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s ease;
    will-change: transform;
    pointer-events: none;
}
.indstry-titles-inner .swiper-slide h3,
.indstry-titles-inner .swiper-slide p{ opacity: 0; transition: all 0.8s ease-in-out; }
.indstry-titles-inner .swiper-slide.swiper-slide-active h3,
.indstry-titles-inner .swiper-slide.swiper-slide-active p{ opacity: 1; }

.home .swiper-wrapper,
.home .swiper-slide,
.product-detail-main .swiper-wrapper,
.product-detail-main .swiper-slide {
    height: auto;
}
.ind-title .h5 { margin-bottom: 5px; }

.swiper-btn.swiper-button-prev,
.swiper-btn.swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #E6FFBD;
    border-radius: 50%;
    position: static;
}

.swiper-btn.swiper-button-next svg,
.swiper-btn.swiper-button-prev svg { width: 20px; height: 20px; }
.swiper-btn.swiper-button-prev { transform: rotate(-180deg); }

.swiper-button-prev:after,
.swiper-button-next:after { content: none !important; }
.indstry-titles-inner { display: flex; align-items: flex-end; gap: 30px; }
.slider-arrow { display: flex; gap: 10px; margin-bottom: 20px; }

/**********testimonial***************/
.testimonial-wrapper {
    background: #8286BC;
}

.testimonial-slider-main {
    margin-top: 80px;
}

.testi-titles-inner {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 88%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100px;
}

.testimonials-main {
    padding: 50px 50px 170px 50px;
}

.t-titles {
    padding: 0 18px 0 30px;
    border-left: 2px solid #E6FFBD;
    height: 90px;
    width: 50%;
    overflow: hidden;
}

.t-quote-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t-content {
    margin-top: 40px;
}

.t-rating {
    display: flex;
    gap: 10px;
}

.t-title {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 100%;
    transform: translateY(110%);
    transition: all 0.6s ease;
    will-change: transform;
    pointer-events: none;
    overflow: hidden;
    padding-bottom: 30px;
}

/* active title */
.t-title.active {
    transform: translateY(0);
    z-index: 2;
}

/* exit left */
.t-title.is-left {
    transform: translateY(-110%);
    z-index: 1;
}

.testimonials-slider .swiper-slide {
    height: 265px;
}

.testimonials-main .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
    width: 14px;
    height: 14px;
}

.testimonials-main .swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonials-main .swiper-pagination {
    position: static;
}

.t-glass-effect {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 100%;
}

.t-stats {
    padding: 40px 60px;
}

.t-stats-count {
    font-size: 4.375vw;
}

.t-divider {
    border: 1.5px solid #E6FFBD;
    display: block;
    margin: 38px 0;
}

/*****blogs*******/
.news-main-inner {
    margin-top: 80px;
}

.news-item {
    background: #EFF0F1;
    padding: 30px;
}

.b-more-link {
    width: 50px;
    height: 50px;
    border: 1px solid #CDD0F0;
    border-radius: 50%;
}

.b-meta {
    align-items: center;
}

.b-title,
.b-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.b-title .h6 {
    margin-bottom: 10px;
}

.b-category {
    background-color: #DFE2E3;
    padding: 10px 30px;
}

.b-img,
.b-meta {
    margin-top: 30px;
}

.news-item.sm {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.news-item.sm .b-img {
    width: 290px;
    height: 160px;
    margin: 0;
}

.b-sm-content {
    width: calc(100% - (290px + 20px));
}

.news-item.sm .b-img img {
    border-radius: 12px;
}

.nw-right .news-item.sm {
    margin: 0 0 20px 0;
}

/********About Us Page***********/
.about-hero-wrapper {
    height: 850px;
}

.about-hero .contact-hero-text-wrapper h1 {
    width: 973px;
}

.inner-hero-main.about-hero {
    background-image: url(../../images/about-imgs/about-banner-img.webp);
}

.about-hero-wrapper {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../images/about-imgs/about-banner-img.webp) center center / cover no-repeat;
    transform: scale(1);
    /* animation: bgZoomOut 2s ease-out forwards; */
    z-index: 0;
}

.about-hero-wrapper>* {
    position: relative;
    z-index: 1;
}

.a-right-text {
    margin-left: auto;
    width: 35%;
}

.a-title {
    width: 70%;
}

.a-row {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.d-row {
    gap: 112px;
}

.counter-row {
    display: flex;
    gap: 40px;
}

.count-item {
    padding: 58px 78px;
    width: 393px;
}

.ab-desc {
    margin-top: 20px;
}

.count,
.count-block p {
    color: #093250;
}

.counter-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.d-title {
    width: 100%;
}

/******About Feature*********/
.f-row {
    justify-content: space-between;
    gap: 32px;
}

.f-col-one {
    width: 798px;
}

.f-col-two {
    width: 600px;
}

.feature-wrapper .ab-desc {
    margin-top: 60px;
    width: 100%;
}

.feature-grid-main {
    gap: 30px;
    margin-top: 96px;
}

.fe-item {
    background: #fff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
}

.fe-icon {
    width: 144px;
    height: 144px;
    margin: 45px 0 20px 0;
}

.fe-item .ab-desc {
    margin-top: 0;
}

.fe-item.two .fe-icon img {
    height: 90px;
}

/********vision mission***********/
.vm-grid-main {
    margin-top: 80px;
}

.vm-item {
    padding: 80px 60px;
}

.vm-row {
    gap: 20px;
}

.vm-item.sm {
    width: 520px;
}

.vm-item.lg {
    width: calc(100% - (520px + 20px));
}

.vision-mission-wrapper .ab-desc {
    width: 80%;
    margin: 20px auto 0;
}

.vm-desc {
    margin-top: 20px;
}

.vm-inner {
    gap: 30px;
}

.vm-content {
    width: calc(100% - (378px + 30px));
}

.vm-item.lg .vm-desc {
    width: 87%;
}

.vm-icon-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.vm-icon-item {
    width: 96px;
}

.vm-icon {
    width: 50px;
    height: 50px;
    background-color: #6B7073;
    border-radius: 50%;
    margin: auto;
}

.vm-ic-text {
    margin-top: 10px;
}

.vm-img {
    width: 378px;
}

/******Founders Grid*********/
.founder-grid-main {
    margin-top: 90px;
}

.fou-row {
    gap: 112px;
}

.founder-item {
    width: 750px;
}

.founder-img {
    width: 510px;
    height: 546px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg,
            rgba(130, 134, 188, 0.16) 0%,
            rgba(255, 255, 255, 0.16) 100%);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.founder-content {
    position: absolute;
    top: 14%;
    right: 0;
    width: 300px;
}

.fou-divider {
    border: none;
    width: 177px;
    height: 1px;
    background: #000000;
    margin: 32px 0;
}

.fo-desc {
    font-size: 18px;
    line-height: 24px;
}

/*******timeline***************/
.timeline-wrapper {
    background-color: #00236B;
    padding-bottom: 250px;
}

.timeline-content {
    width: 486px;
}

.timeline-slider-main {
    width: calc(100% - (486px + 163px));
    /* padding-bottom: 150px; */
}

.t-row {
    gap: 163px;
}

.timeline-content .ab-desc {
    width: 82%;
}

.timelineSlider {
    width: 911px;
    height: 520px;
}

.tl-slide .asterisk {
    position: absolute;
    right: 40px;
    top: 40px;
}

.timelineSlider .tl-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    transform: translateX(0) scale(0.92);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.timelineSlider .tl-slide.active {
    transform: translateX(0);
    z-index: 10;
}

.timelineSlider .tl-slide .tl-text {
    opacity: 0;
}

.timelineSlider .tl-slide.active .tl-text {
    opacity: 1;
}

.tl-yr {
    display: flex;
    align-items: center;
    width: 74px;
    transition: all 0.5s linear;
}

.tl-yr-line {
    width: 0;
    height: 4px;
    background-color: #E6FFBD;
    transition: all 0.5s linear;
}

.tl-yr.active {
    width: 300px;
}

.tl-yr.active .tl-yr-line {
    width: 200px;
    margin-right: 30px;
}

.timelineSlider .tl-slide.active {
    transform: translateX(0) scale(1);
    z-index: 3;
    opacity: 1;
}

.tl-slide.from-left {
    transform: translateX(-100%) scale(1);
}

.tl-slide.out-left {
    transform: translateX(-100%) scale(1);
    z-index: 4;
    opacity: 0;
}

.tl-slide.out-back {
    opacity: 0;
    z-index: 0;
}

.tl-slide.reverse-pre {
    transform: translateX(-100%) scale(1);
}

.tl-slide.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0) scale(1);
    transition: transform 0.6s cubic-bezier(.19, 1, .22, 1),
        opacity 0.6s cubic-bezier(.19, 1, .22, 1);
}


.tl-slide.hidden.reverse-hidden {
    transform: translateX(-100%) scale(1);
}

.tl-slide.stack-1 {
    transform: scale(1);
    right: -30px;
    z-index: 2;
    opacity: 1;
}

.tl-slide.stack-2 {
    transform: scale(1);
    right: -60px;
    z-index: 1;
    opacity: 1;
}

.tl-text {
    height: 100%;
}

.tl-text .h4 {
    width: 83%;
}

.timeline-years {
    position: absolute;
    bottom: -128px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 60px;
}

.timeline-years span {
    cursor: pointer;
    position: relative;
    color: #6B7073;
}

.timeline-years .tl-yr.active span {
    color: #eaff9c;
}

/******Product detail type 1 ***********/
.product-detail-main .resources-breadcrumb{
    padding: 80px 0;;
}

.request-btn{
    background-color: var(--primary-blue);
    color: var(--white);
    padding:20px 30px;
    margin-top:60px;
    border-radius: 100px;
}
.sh-row{
    justify-content: space-between;
}
.sh-col-one{
    width: 730px;
}
.sh-col-two{
    width: 700px;
}
.sh-desc{
    width: 95%;
}
.sh-p-specification-wrapper .sh-col-one{
    width: 700px;
}
.sh-p-specification-wrapper .sh-col-two{
    width: 810px;
}
.sh-accordian{
    margin-top:30px;
      position: relative;
    z-index: 1;
}
.sh-accordian .accordion-button .sh-text{
    font-size: 18px;
    line-height: 1;
    color:#8286BC;
}
.sh-accordian .accordion-button{
    background-color: var(--white);
    padding:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EFF0F1;
    box-shadow: none;
    position: relative;
}
 .sh-accordian .accordion-item{
    overflow: visible;
}
.sh-accordian .accordion-collapse{
    position: relative;
    z-index: 0;
}
.sh-accordian .accordion-button:not(.collapsed){
    box-shadow: none;
}
.sh-accordian .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sh-accordian .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sh-spec-list li{
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 20px;
    position: relative;
    padding-left:20px;
}
.sh-spec-list li:last-child{
    margin-bottom: 0;
}
.sh-spec-list li:before{
    content: '';
    position: absolute;
    left:0;
    top:5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:2px solid #00236B;
}
.sh-accordian .accordion-body,
.sc-specification{
    background-color: #EEEFFA;
    padding:30px 34px;
    border-left: 4px solid #8286BC;
}
.sh-accordian .accordion-item{
    border:none;
}
.sh-accordian .accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sh-accordian .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sh-dw-arrow{
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.sh-accordian .accordion-header.active .accordion-button:not(.collapsed) .sh-dw-arrow{
    background-color: #8286BC;
}
.sh-accordian .accordion-header.active .accordion-button:not(.collapsed) .sh-dw-arrow svg path{
    fill:#fff;
}
.sh-accordian .accordion-header.active .accordion-button:not(.collapsed) .sh-dw-arrow svg{
    transform: translate(-50%, -50%) rotate(-180deg);
}
.sh-accordian .accordion-button::after{
    content: none;
}
.sh-dw-arrow svg{
    position: absolute;
    top: 48%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}
.sh-f-col{
     width: calc(33.33% - 30px);
}
.sh-f-inner{
    background-color: #9CA1E2;
    padding:26px;
    border-radius: 10px;
    height: 100%;
}
.c-btn-xs{
    display: none;
}
.sh-feture-row{
    flex-wrap: wrap;
    gap: 30px;
    margin:40px 0 0;
}
.sh-f-inner .h5{
    margin-bottom: 10px;
}
.sh-feture-row.two{
    margin-top:30px;
}
.sh-fetures-wrapper.section{
    padding-top:0;
}
.other-products-wrapper .main-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.op-slider-main{
    margin-top:40px;
}
.op-slider-main .card{
    width: auto;
    height: 260px;
    padding:20px;
    background-image: url(../../images/dev-s/products/aesthetic-plant-shadow.webp);
    background-position:center;
}
.op-slider-main .product-card-left{
    width: 200px;
}
.op-slider-main .product-card-right{
    width: 220px;
}
.op-slider-main .product-listing-text {
    width: auto;
    padding-top:0;
}
.other-products-wrapper .slider-arrow{
    margin-bottom: 0;
}
.other-products-wrapper .slider-arrow {
align-items: flex-end;
width: 110px;
    height: 60px;
}
.accordion-collapse {
    overflow: hidden;
  transition: max-height 0.35s ease, height 0.35s ease;
}
.safety-control-wrapper .main-title{
    margin-bottom:80px;
}
.sc-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc-row{
    justify-content: space-between;
}
.sc-title .request-btn{
    margin-top:0;
}
.sc-col-one{
    width: 500px;
}
.sc-col-two{
    width: 905px;
}
.sc-spec-inner{
    margin-top:30px;
}
.sc-row{
    margin-top:40px;
}
.sc-specification{
    background-color: #D4DBEA;
    border-left-color: #00236B;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sc-item  .sh-spec-list li:last-child{
    margin-bottom: 0;
}
.sc-item .sh-spec-list li:before{
    top:7px;
}

/******Find a REP Page***********/
.rep-main-title{
    position: absolute;
    right: 40px;
    top: 140px;
    z-index: 9;
}
.find-rep-wrapper{
    height: 100vh;
}
.alphabet-bar{
    position: fixed;
    top:0;
    left:0;
    width: 80px;
    height: 100vh;
    background-color: var(--white);
    padding: 100px 0 0;
    z-index: 999;
    
}
.letters-inner{
    flex-direction: column;
    gap:20px;
    height: calc(100% - 30px);
    overflow-y: auto;
}
.letters-inner::-webkit-scrollbar{
    display: none;
}
.letters-inner .letter{
    color: var(--black);
    font-size: 18px;
    line-height: 1;
    display: block;
    cursor: pointer;;
    text-transform: uppercase;
}
.rep-search-box{
    background-color: #68B9F5;
    border-radius: 10px;
    padding:20px 40px;
}

.form-group{
    gap:20px;
}

.s-input-box{ width:500px; }

.search-input{
    width: 100%;
    color:#A1A8AD;
    border-radius: 10px;
    padding-left: 58px;
}

.select-state{ width: 200px; }

.rep-search-box .form-control,
.rep-search-box .form-select{
  font-size: 18px;
  height: 44px;
    background-color: #fafafa;
    border: none;
}

.search-icon{
    position: absolute;
    top:13px;
    left:23px;
}

.rep-search-main{
    padding:150px 0 0 110px;
    width: 700px;
    height: 100%;
    position: relative;
    z-index: 2;
    /* display: none; */
}


.rep-title{ padding:30px 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.rep-result-data{
    background-color: #68B9F5;
   border-radius: 10px;
    margin-top:20px;
    height: 100%;
}
.rep-locations-inner{
    padding:35px 40px 0; 
    /* height: calc(100% - 106px); */
}
.address-list,
.states-inner-scroll{
    display: flex;
    flex-direction: column;
    gap:20px;
}
 /* .rep-search-box.sm{
        display: none;
    } */
.states-inner-scroll{
    gap:20px;
    overflow-y:auto;
    height: calc(100% - 125px);
}
.address-item{
    background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
   padding: 14px 25px;
  flex-direction: column;
  justify-content: space-between;
  gap:10px;
}
.address-item.active {
    /* border-color: #ffffff; */
    background-color: var(--primary-blue);
}
.address-list.has-scroll .address-item{
    width: calc(100% - 40px);
}
.address-item .h6{
    margin-bottom:0;
}
.page-template-tmplt-find-rep footer{
    display: none;
}
.states-inner-scroll::-webkit-scrollbar {
  width: 8px;
max-width: 8px;
max-height: 10px;
}

/* track */
.states-inner-scroll::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.25);
/* background: transparent; */
  border-radius: 20px;
}

/* thumb */
.states-inner-scroll::-webkit-scrollbar-thumb {
 /* box-shadow: 0 0 6px rgba(230, 255, 189, 0.6); */
  background-color: #E6FFBD;
border: 3px solid #E6FFBD;
  border-radius: 30px;
 /* box-shadow: 
    0 0 0 1px rgba(230, 255, 189, 0.4),
    0 0 6px rgba(230, 255, 189, 0.8); */
  background-clip: padding-box;
}

.rep-map {
    position: absolute;
    top: -70px;              /* hides My Maps header */
    left: 60px;
    width: calc(100% + 60px);
    height: calc(100% + 70px); /* <-- IMPORTANT */
    border: 0;
    z-index:1;
    /* transform: translateX(60px); */
}

.connect-us p{
    color: var(--white);
}
.connect-title{
    margin-bottom: 10px;
}
/***firefox*****/
/* .address-list {
  scrollbar-width: thin;
  scrollbar-color: #E6FFBD;
} */
.no-match{
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}
.form-select.select-state{
    background-image: url(../../images/dev-s/arrow_drop_down.svg);
}
.form-select:focus,
.form-control:focus{
box-shadow: none;
}
/* .form-select option:checked,
.form-select option:hover {
  background-color: var(--primary-blue)!important;
  color: #fff;
} */

@keyframes scroll-left {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@keyframes scroll-right {
    from { transform: translate3d(-50%, 0, 0); }
    to { transform: translate3d(0, 0, 0); }
}

@keyframes rotateCircle {
    100% { transform: rotate(360deg); }
}

@keyframes bgZoomOut {
    from { transform: scale(1.3); }
    to { transform: scale(1); }
}



/* #featurecardPanel { display: none !important; } */
/* .HzV7m-b0t70b-haAclf.HzV7m-b0t70b-ZiwkRe { display: none !important; } */

/* .HzV7m-b7CEbf.neVct-IlgHgd .jQhVs-haAclf { display: none !important; width: 0px !important; } */
/* .HzV7m-b7CEbf.neVct-IlgHgd .jQhVs-haAclf { position: absolute; width: 308px } */
/* #featurecardPanel>div { display: none !important; } */

/* .jQhVs-haAclf.jQhVs-rM9Gsd.jQhVs-haAclf-piqGWb-jQhVs-ZiwkRe { display: none !important; width: 0px !important; height: 0px !important; } */
/* iframe #featurecardPanel { display: none !important; } */

.squizzly-toggle-class { display: none; position: absolute; bottom: 50px; right: 50px; z-index: 10 !important; }
.squizzy-wrapper { width: 50px; height: 50px; } 
.squizzy-wrapper button { width: 100%; height: 100%; border: 2px solid var(--white); background-color: var(--primary-blue); border-radius: 10px; box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3); }
.squizzy-wrapper button img { scale: 1.3; }

.rep-search-main.squized { height: 0%; }
.rep-map.map-full { height: 100%; }
.squizzy-wrapper button img.rotate-img { transform: translateY(-2px) rotate(180deg); }
