@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.72px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25em;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -2.6px;
}

h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.40px;
}

h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.30px;
}

h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.90px;
}

h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.88px;
}

h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
}

/* img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
} */
span,
a,
a:hover {
    /* display: inline-block; */
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #3FA756;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 8px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border-bottom: 1px solid #DDDDDD;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

.custom-form .input-group {
    position: relative;
}

.custom-form textarea {
    resize: none;
}

.custom-form .icon {
    position: absolute;
    right: 0;
    top: 0%;
    pointer-events: none;
    /* prevents blocking clicks in input */
}

.custom-form .icon img {
    width: 24px;
    height: 24px;
    opacity: 1;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #000000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}

select {
    padding: 10px;
    border-radius: 1px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    font-family: "Inter", sans-serif;

    text-transform: uppercase;
    background: #3FA756;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}



/* placeholder */
::-webkit-input-placeholder {
    color: #242424;
    font-size: 16px;
    letter-spacing: -0.64px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #242424;
}

::-moz-placeholder {
    color: #242424;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #242424;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f8f5f0;
    overflow: hidden;
    margin: 35px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: "\e645";
    font-family: "Themify";
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #222;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 15px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #3FA756;
    font-weight: 400;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #3FA756;
}

/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}


.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 600;
}

.count {
    font-family: "Inter", sans-serif;

}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

/* background & color */
.bg-blck {
    background: #222;
}

.bg-cream {
    background: #f8f5f0;
}

.color-1 {
    color: #fff;
}

.color-2 {
    color: #adadad;
}

.color-3 {
    color: #666;
}

.color-4 {
    color: #222;
}

.color-5 {
    color: #3FA756;
}

/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

/* Star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

/* ======= Selection style ======= */
/* ::-webkit-selection {
  color: #fff;
  background: #3FA756;
}

::-moz-selection {
  color: #fff;
  background: #3FA756;
}

::selection {
  color: #fff;
  background: #3FA756;
} */

/* ======= Preloader style ======= */
/* body.preloader-active {
    overflow: hidden;
} */

/* Keep hero hidden in initial state while preloader is active */

body.preloader-active .subpage_header_area img {
    opacity: 0;
    transform: scale(1.035);
    transition: none !important;
}

body.preloader-active .subpage_header_tagline p,
body.preloader-active .subpage_header_content_area h2 {
    opacity: 0;
    transition: none !important;
}

/* Perf hints */
.subpage_header_area img,
.subpage_header_tagline p,
.subpage_header_content_area h2 {
    will-change: transform, opacity;
}

/* Ensure preloader fades smoothly over content (crossfade) */
.preloader-bg,
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F4F4F2 0%, #EEFFCF 100%);
    pointer-events: none;
    /* don't block clicks during fade */
    opacity: 1;
    transition: opacity .6s ease;
    /* match your JS timing (<= 800ms total remove) */
}


#lottie-loader {
    width: 200px;
    /* make smaller (try 80px, 100px, etc.) */
    height: 200px;
    margin: 0 auto;
}








.loading-text {
    position: absolute;
    font-family: "Inter Tight", sans-serif;
    color: #ffffff;
    opacity: 0.8;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.8s ease;
}



/* Make the body content initially invisible */
.highlight_overview_header {
    opacity: 0;
    transform: translateY(30px);
    /* Start slightly below */
    transition: all 1s ease;
}

/* When content is active, fade in */
.highlight_overview_header.active {
    opacity: 1;
    transform: translateY(0);
    /* Slide content into view */
}

/* ======= Section style ======= */
.section-padding {
    padding: 100px 0;
}

.download-padding {
    padding: 100px 0;
}

.detail-header-padding {
    padding: 140px 0;
}

.header-padding {
    padding: 200px 0;
}

.section-padding2 {
    padding: 0 0 120px 0;
}

.section-padding3 {
    padding: 80px 0 50px 0;
}


/* .section-padding h6 {
    color: #3FA756;
    font-size: 20px;
    margin-bottom: 20px;
} */

.section-subtitle {
    font-size: 15px;
    font-family: "Inter", sans-serif;

    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.section-subtitle span {
    color: #3FA756;
}

.section-title {
    font-size: 46px;

    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.section-title span {
    color: #fff;
}

/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    /* border: 1px solid #efefef; */
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {

    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;


    font-family: "Inter", sans-serif;
    margin: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 32px;
    padding-left: 32px;
}

.navbar .navbar-nav .nav-link a {
    cursor: pointer;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #FCC53B;
}

.navbar .navbar-nav .active {
    color: #FCC53B !important;
}

.navbar .navbar-nav .active i {
    color: #FCC53B;
}

.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #3FA756;
}

.nav-scroll .navbar-nav .nav-link {
    color: #222;
}

.nav-scroll .navbar-nav .active {
    color: #3FA756 !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .logo-img {
    width: 160px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #3FA756;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Inter", sans-serif;

    font-size: 10px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #3FA756;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: "Inter", sans-serif;

    font-size: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.logo {
    padding: 0;
}

.logo-img {
    padding: 0;
    width: 140px;
    text-align: center;
}

.dropdown .nav-link i {
    padding-left: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.nav-scroll .dropdown .nav-link i {
    color: #222;
}

.nav-scroll .navbar-nav .active i {
    color: #3FA756;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 8px 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #3FA756;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid #f4f4f4;
}

/* .navbar .dropdown-menu li:last-child {
    border-bottom: none;
} */

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 250px;
        padding: 12px 25px;
        border: 1px solid #f4f4f4;
        border-radius: 8px;
        /* border: 0; */
        background-color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        /* background: transparent; */
        padding-top: 0px;
        padding-bottom: 0px;
        height: 0;
    }

    .nav-scroll {
        background: #fff;
    }

    .logo-wrapper {
        float: left;
        padding: 18px 0 18px 20px;
    }

    .nav-scroll .logo-wrapper {
        padding: 26px 0 26px 20px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 160px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .contact_header_btn {
        display: none;
    }

    .logo-img {
        margin-bottom: 0px;
        width: 120px;
        padding: 0;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        /* margin-top: 10px; */
        border: none;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        max-width: 100%;
        padding: 0;
        background: white;
    }

    /* .navbar .nav-link {
    margin: 0px auto !important;
  } */
    .navbar .navbar-nav .nav-link {
        color: #000000;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #ffffff !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #3FA756 !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }

    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dropdown .nav-link i {
        color: #222;
        align-content: center;
    }

    .nav-scroll .dropdown .nav-link i {
        color: #222;
    }

    .nav-scroll .dropdown .nav-link.active i {
        color: #3FA756;
    }
}

@media screen and (max-width: 992px) {

    .mmt-50 {
        margin-top: 50px !important
    }


    .navbar .navbar-collapse {
        /* height: 450px; */
        /* overflow: auto; */
        /* height: auto; */
        /* overflow: scroll; */
        /* background: #ffffff; */
        text-align: left;
        padding: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1000;
        /* padding: 0 20px 20px 20px; */
    }

    .navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
    }

    .navbar-collapse.show {
        max-height: 100vh;
    }

    .navbar .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
        font-size: 20px;
        font-weight: 400;
    }

    .mob-pad-top {
        padding-top: 10px
    }


    .navbar .navbar-nav .nav-active-icon {
        display: none;
    }
}

/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #fff;
    display: inline-block;
    font-family: "Inter", sans-serif;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.go-back a:hover {
    color: #3FA756;
}

.go-back a span {
    transition: all 0.5s;
}

.go-back a span i {
    color: #fff;
    font-size: 12px;
}

.go-back a:hover span {
    padding-right: 15px;
}


.contact-info {
    position: relative;
    display: block;
}

.contact-info a {
    display: block;
    font-size: 17px;
    color: rgba(21, 21, 21, 0.6);
    font-weight: 500;
}

.social-info {
    position: relative;
    display: block;
}

.social-info a {
    display: block;
    font-size: 17px;
    color: rgba(21, 21, 21, 0.6);
    font-weight: 500;
}

select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #adadad;
    color: #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: #3FA756;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "themify";
    content: "\e648";
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: #3FA756;
}


.nav-active-icon {
    width: 100%;
    height: 11px;
    display: block;
    position: relative;
}

.main-header-image {
    display: block;
    position: relative;
}

.reveal img {
    max-width: 100%;
}


.arrow-btn {
    display: flex;
    position: relative;
}

.arrow-btn p {
    font-family: "Inter", sans-serif;
    color: #0060ae;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
}



.menu-icon {
    width: 26px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #000000;
}

.menu-icon.open span:nth-of-type(2) {
    opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #000000;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.mobile-header {
    display: none;
}



a {
    text-decoration: none;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


@media screen and (max-width: 769px) {

    .navbar .dropdown-menu .dropdown-item span {
        padding: 5px 20px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }
}

.new_max_header_width {
    /* border-radius: 20px; */
    /* background: #FFF; */
    padding: 20px 50px;
}

.contact_header_btn .contact_btn {
    position: relative;
    padding: 14px 20px;
    background-color: #FCC53B;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Link inside */
.contact_header_btn .contact_btn a {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    z-index: 2;
    /* keep text/icon above pseudo-elements */
    text-decoration: none;
}

/* Text */
.contact_header_btn .contact_btn a span {
    color: #1C1C1C;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.68px;
}

/* Before element – subtle shine */
.contact_header_btn .contact_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

/* After element – border effect */
.contact_header_btn .contact_btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    z-index: 1;
}

/* Hover interactions */
.contact_header_btn .contact_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.contact_header_btn .contact_btn:hover::before {
    left: 100%;
}

.contact_header_btn .contact_btn:hover::after {
    border-color: #e6a700;
}

.why_us_hero_section {
    background-image: url(../upload/home/why_us_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why_us_section_header {
    display: block;
    position: relative;
}

.why_us_section_header h2 {
    color: #1C1C1C;
    font-style: normal;
    margin-bottom: 10px;
    line-height: 100%;
}

.why_us_section_header p {
    color: #242424;
}

.why_us_section_header_span {
    color: #CB9F30;
    /* fallback */
    /* background: linear-gradient(90deg, #FCC53B 0%, #967523 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}


.why_us_section_header h6 {
    color: #242424;
    text-align: center;
    font-style: normal;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}


.left_side_main_header_area_content {
    display: block;
    position: relative;
}

.left_side_main_header_area_content h2 {
    color: #1C1C1C;
    font-style: normal;
    margin-bottom: 0;
}

.left_side_main_header_area_content p {
    color: #242424;
    text-align: center;
    font-style: normal;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}

.why_us_section_single_area {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px 15px 30px 15px;
}

.why_us_section_single_area_image {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.why_us_section_single_area_image img {
    width: 80px;
}

.why_us_section_single_area_content {
    display: block;
    position: relative;
}

.why_us_section_single_area_content p {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-200 {
    padding-right: 200px;
}

.dummy_image_area {
    display: block;
    position: relative;
}

.dummy_image_area img {
    max-width: 100%;
}

.small_who_we_are_header_area {
    display: block;
    position: relative;
}

.small_who_we_are_header_area h1 {
    color: #1C1C1C;
    font-style: normal;
}

.small_who_we_are_header_area_text_span {
    background: linear-gradient(90deg, #FCC53B 0%, #daaa32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small_who_we_are_content_area {
    display: block;
    position: relative;
}

.small_who_we_are_content_area p {
    color: #242424;
    font-style: normal;
}

.small_who_we_are_content_btn {
    margin-top: 70px;
}

.small_who_we_are_content_btn button a {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: center;
    text-decoration: none;
}

/* Text */
.small_who_we_are_content_btn button a span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.72px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Circle Icon */
.small_who_we_are_content_btn button a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FCC53B;
    padding: 2px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effects */
.small_who_we_are_content_btn button:hover a span {
    transform: translateX(4px);
    opacity: 0.9;
}

.small_who_we_are_content_btn button:hover a img {
    transform: scale(1.15) rotate(45deg);
    background: #f0b400;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.slider-content,
.slider-image {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.slider-content.active,
.slider-image.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    position: relative;
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666;
    margin: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bullet.active {
    background: #00c853;
    transform: scale(1.2);
}

.dark_bg {
    background-color: #000;
}

.product_showcase_slide_subheader {
    display: block;
    position: relative;
    border: 1px solid #ffffff30;
    width: max-content;
    padding: 8px 18px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.product_showcase_slide_subheader h5 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.product_showcase_slide_productname h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 70.4px */
    letter-spacing: -2.56px;
    background: linear-gradient(0deg, #3FA756 0%, #69DD82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

/* keep gradient fill on SplitType wrappers inside slider h1s */
.product_showcase_slide_productname h1 .line,
.product_showcase_slide_productname h1 .word,
.product_showcase_slide_productname h1 .char {
    background: inherit !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    /* ensures clean wrapping */
}


.product_showcase_slide_productname h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.88px;
    margin-bottom: 0;
}

.product_showcase_slide_productname {
    display: block;
    position: relative;
    border-bottom: 1px solid #ffffff20;
    margin-bottom: 34px;
    padding-bottom: 34px;
}

.product_showcase_slide_efficiency {
    display: block;
    position: relative;
    border-bottom: 1px solid #ffffff20;
    margin-bottom: 34px;
    padding-bottom: 34px;
}

.product_showcase_slide_efficiency h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 70.4px */
    letter-spacing: -2.56px;
    background: linear-gradient(0deg, #3FA756 0%, #69DD82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.product_showcase_slide_efficiency h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.88px;
    margin-bottom: 0;
}

.product_showcase_slide_tolerance {
    display: block;
    position: relative;
    border-bottom: 1px solid #ffffff20;
    margin-bottom: 54px;
    padding-bottom: 34px;
}

.product_showcase_slide_tolerance h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 70.4px */
    letter-spacing: -2.56px;
    background: linear-gradient(0deg, #3FA756 0%, #69DD82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.product_showcase_slide_tolerance h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.88px;
    margin-bottom: 0;
}

.product_showcase_morebtn {
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.14);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.product_showcase_morebtn button a {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: center;
    z-index: 2;
}

.product_showcase_morebtn button a img {
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.product_showcase_morebtn button a span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: -0.64px;
    transition: color 0.3s ease;
}

/* subtle highlight sweep */
.product_showcase_morebtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.25) 50%,
            transparent 70%);
    transition: transform 0.6s ease;
    transform: translateX(-50%);
    z-index: 1;
}

.certification_area_header_area {
    display: block;
    position: relative;
    text-align: center;
}

.certification_area_header_area h2 {
    color: #1C1C1C;
    font-style: normal;
    margin-bottom: 12px;
}

.certification_area_header_area h6 {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.certification_logo_area {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FAFAFA;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
    gap: 30px;
}


.sustainable_keypoints_area {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* left side */
.sustainable_content_area {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #173209;
}

/* right side (image) */
.sustainable_content_image_area {
    flex: 1 1 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.sustainable_content_image_area img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.small_nav_only {
    display: none;
}


/* Responsive breakpoints */
@media (max-width: 992px) {
    .sustainable_keypoints_area {
        flex-direction: column;
        text-align: center;
    }

    .sustainable_content_area {
        order: 1;
    }



    .sustainable_content_image_area {
        order: 2;
    }

    .sustainable_content_image_area img {
        max-width: 100%;
    }
}


.sustainable_content_subheader {
    display: block;
    position: relative;
    border: 1px solid #3FA756;
    width: max-content;
    padding: 8px 18px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.sustainable_content_subheader p {
    color: #FFF;
    margin-bottom: 0;
}

.sustainable_content_header h2 {
    color: #fff;
    font-style: normal;
    margin-bottom: 52px;
    text-align: left;
}

.sustainable_content_area {
    display: block;
    position: relative;
    padding: 100px 150px;
}

.sustainable_content_points_area {
    display: block;
    position: relative;
}

.sustainable_content_single_points {
    display: block;
    position: relative;
    padding: 20px;
    border-radius: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    margin-bottom: 6px;
}

.sustainable_content_points_area .sustainable_content_single_points:last-child {
    margin-bottom: 0;
}

.sustainable_content_single_points h6 {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.sustainable_content_single_points p {
    color: rgba(255, 255, 255, 0.70);
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
}

.sustainable_leaf_logo {
    position: absolute;
    top: 0;
    right: 0;
}

.main_home_blog_header_area {
    display: block;
    position: relative;
}

.main_home_blog_header_area h2 {
    color: #1C1C1C;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.92px;
    margin-bottom: 0;
}

/* 
.blog_area_date {
    display: flex;
    align-items: center;
    gap: 16px;
}

.day {
    font-size: 48px;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 1;
    letter-spacing: -1.92px;
}

.divider {
    width: 1px;
    background: #ddd;
    height: 20px;
}

.month-year {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #1c1c1c;
}

.month {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.year {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
} */

.single_blog_area {
    display: block;
    position: relative;
    background-color: #FAFAFA;
}

.blog_area_content_details {
    padding: 24px;
}

.blog_area_name {
    display: block;
    position: relative;
    padding-bottom: 24px;
}

.blog_area_name h5 {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.single_blog_area {
    border-radius: 8px;
    display: block;
    position: relative;
    overflow: hidden;
}

.blog_area_thumbnail {
    display: block;
    position: relative;
}

.blog_area_thumbnail img {
    width: 100%;
}



.blog_link_area img {
    width: 24px;
}


.blog_link_area {
    position: relative;
    max-width: 100%;
    text-align: center;
    background: #000;
    padding: 10px 0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
    text-decoration: none;
}

/* animated background */
.blog_link_area .bg_anim {
    position: absolute;
    inset: 0;
    background: #237234;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

/* text + icon always above */
.blog_link_area span,
.blog_link_area img {
    position: relative;
    z-index: 1;
}

.blog_link_area:hover span {
    color: #fff;
}

.blog_link_area::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.blog_link_area:hover .bg_anim {
    transform: translateX(0);
}

.blog_link_area:hover::after {
    opacity: 1;
}

.blog_link_area img {
    width: 24px;
    transition: transform 0.3s ease;
}

.blog_link_area:hover img {
    transform: translateX(4px);
}


.blog_area_thumbnail a:hover {
    color: #fff;
}

footer {
    background-color: #E2E2E2;
    /* padding: 80px; */
}

.main_footer_section {
    display: block;
    position: relative;
    background-color: #F1F1F0;
    padding: 80px;
    border-radius: 12px;
}

.footer_sign_up_area {
    display: block;
    position: relative;
}

.footer_sign_up_content {
    display: block;
    position: relative;
    padding-bottom: 120px
}

.footer_sign_up_content h3 {
    color: #1C1C1C;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.44px;
}


.footer_form {
    position: relative;
    width: 100%;
}

.footer_form input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 0;
}

.submit_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 17px;
    letter-spacing: -0.68px;
}

.submit_btn i {
    pointer-events: none;
}

.footer_quick_links_area {
    display: block;
    position: relative;
}

.footer_quick_links_area h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
}

.footer_quick_links_area ul {
    padding-left: 0;
}

.footer_quick_links_area ul li {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    padding-bottom: 10px;
}

.footer_quick_links_area ul li:last-child {
    padding-bottom: 0;
}

.footer_quick_links_list li a:hover {
    color: #3FA756;
}

.footer_support_note_area {
    display: block;
    position: relative;
}

.footer_support_note_area h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
}

.footer_support_contact_details {
    display: block;
    position: relative;
}

.footer_support_subheader {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.footer_support_subheader img {
    width: 24px;
}

.footer_support_subheader h6 {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.footer_support_contact_details a {
    color: #1c1c1c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.footer_support_contact_details {
    margin-bottom: 40px;
}

.footer_support_note_area .footer_support_contact_details:last-child {
    margin-bottom: 0;
}

.footer_address_area {
    display: block;
    position: relative;
}

.footer_address_area h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
}


.footer_address_details {
    display: block;
    position: relative;
}

.footer_address_subheader {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer_address_subheader img {
    width: 24px;
}

.footer_address_subheader h6 {
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.footer_address_details a {
    color: #1c1c1c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.footer_top_area_section {
    display: block;
    position: relative;
    padding-bottom: 120px;
}

.social_icons {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}


.social_icons li {
    display: block;
    position: relative;
    align-content: center;
    border-radius: 34px;
    background: #3FA756;
    width: 48px;
    height: 48px;
    text-align: center;
    margin: 0 5px;
}

.social_icons li a img {
    width: 24px;
}

.social_icons ul li:last-child {
    margin: 0;
}

.social_icons ul li:first-child {
    margin: 0;
}

.footer_bottom_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* left + center setup */
    position: relative;
}

/* credit content stays left */
.footer_credit_content {
    flex: 1;
    /* occupy left space */
}

/* social icons centered absolutely */
.footer_social_icons_area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.footer_credit_content {
    display: block;
    position: relative;
}

.footer_credit_content a {
    color: #1c1c1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.8px;
}

.footer_credit_content h5 {
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.footer_corner_leaf_element {
    position: absolute;
    bottom: 0;
    right: 0;
}

a {
    cursor: pointer;
}

.subpage_header_area {
    display: block;
    position: relative;
}

.subpage_header_area img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}

.subpage_header_content_area {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.subpage_header_content_area p {
    color: #FFF;
    font-style: normal;
    margin-bottom: 0;
}

.subpage_header_tagline {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #FFF;
    width: max-content;
    padding: 8px 18px;
}

.subpage_header_content_area h2 {
    color: #FFF;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 0;
}

.about_page_header_tagline {
    display: block;
    position: relative;
}

.about_page_header_tagline p {
    color: #000 !important;
    font-style: normal !important;
    margin-bottom: 0 !important;
}

.about_page_header_tagline {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #3FA756;
    width: max-content;
    padding: 8px 18px;
    margin-bottom: 30px;
}

.about_us_content_area {
    display: block;
    position: relative;
}

.about_us_content_area h2 {
    color: #1C1C1C;
    font-style: normal;
    margin-bottom: 40px;
}

.about_us_content_area_span {
    color: #CB9F30;
}

.about_us_content_area p {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.about_content_paragraph_highlight {
    color: #000;
    font-style: italic;
}

.circle-container {
    display: flex;
    gap: 0;
    /* no gaps, they’ll overlap via margin */
    margin-top: 54px;
}

.circle {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-left: -40px;
    background: #fff;
    z-index: 1;
}

.circle:first-child {
    margin-left: 0;
}

.circle-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.2);
    z-index: 1;
}

.circle h3,
.circle p {
    position: relative;
    z-index: 2;
    margin: 0;
    transition: color 0.3s ease;
}




.circle h3 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: -0.64px;
    margin: 0;
    z-index: 2;
    position: relative;
    transition: color 0.3s ease;
}

.circle p {
    color: #242424;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
    margin: 0;
    z-index: 2;
    position: relative;
    transition: color 0.3s ease;
}

.circle:hover h3,
.circle:hover p {
    color: white;
    font-weight: 400;
}

.about-benefits-div .circle-container {
    position: relative;
}

.about-benefits-div .circle {
    position: relative;
    z-index: 1;
    isolation: isolate;
    will-change: transform, box-shadow;
}

.about-benefits-div .circle-bg {
    pointer-events: none;
    will-change: transform, opacity, background-position;
    transform-origin: 50% 50%;
}

/* optional: easier hover on overlaps */
.about-benefits-div .circle::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
}



.about_first_section {
    display: block;
    position: relative;
}



.mission_vision_section {
    background-image: url(../upload/about/mission_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission_vision_header {
    display: block;
    position: relative;
}

.mission_vision_header h2 {
    font-style: normal;
    color: #fff;
}

.mission_vision_single_area {
    display: block;
    position: relative;
    background-color: white;
    padding: 36px;
    border-radius: 8px;
    overflow: hidden;
}

.mission_vision_element_content {
    display: flex;
    position: relative;
    gap: 10px;
    margin-bottom: 24px;
}

.mission_vision_element_content img {
    width: 14px;
}

.mission_vision_element_content h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 0;
}

.mission_vision_main_header_area {
    display: block;
    position: relative;
    margin-bottom: 160px;
}

.mission_vision_main_header_area h3 {
    color: #1C1C1C;
    font-style: normal;
}

.mission_vision_main_content_area {
    display: block;
    position: relative;
}

.mission_vision_main_content_area p {
    color: #1c1c1c;
    font-style: normal;
    margin-bottom: 0;
}

.mission_vision_gradient_bg {
    position: absolute;
    top: 0;
    right: 0;
}

.mission_vision_row_part {
    padding-top: 80px;
}


/* .mission_vision_row_part .row {
    margin-left: 0;
    margin-right: 0;
}

.mission_vision_row_part .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}
 
.mission_vision_row_part .col-lg-4:nth-child(1) {
    transform: rotate(-5deg) translateX(15px) translateY(160px);
    z-index: 1;
}

.mission_vision_row_part .col-lg-4:nth-child(2) {
    transform: rotate(0deg) translateY(0);
    margin-left: -15px; 
    margin-right: -15px; 
    z-index: 2;
}

.mission_vision_row_part .col-lg-4:nth-child(3) {
    transform: rotate(5deg) translateX(-15px) translateY(-160px);
    z-index: 1;
}
 
.mission_vision_row_part .col-lg-4 {
    transition: transform 0.4s ease, margin 0.4s ease;
} */



.core_features_header_area {
    display: block;
    position: relative;
    text-align: center;
    text-align: -webkit-center;
}

.core_features_subheader_area {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #FCC53B;
    width: max-content;
    padding: 8px 18px;
}

.core_features_subheader_area p {
    color: #000000;
    font-style: normal;
    margin-bottom: 0;
}

.core_features_main_header {
    display: block;
    position: relative;
}

.core_features_main_header h2 {
    font-style: normal;
    color: #000000;
    margin-top: 32px;
}

.core_features_single_area {
    display: block;
    position: relative;
    padding: 30px;
    background-image: url("../upload/about/core_features_bg.png");
    border-radius: 12px;
    overflow: hidden;
}

.core_features_icon_area {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.core_features_icon_area img {
    width: 72px;
}

.core_features_content_area {
    display: block;
    position: relative;
}

.core_features_content_area h4 {
    color: #1C1C1C;
    font-style: normal;
    margin-bottom: 12px;
}

.core_features_content_area p {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.pt-80 {
    padding-top: 80px;
}




.whyus_about_section {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    position: relative;
    background: url('../upload/about/why_us_about_bg.webp') center/cover no-repeat;
    color: #fff;
    /* full screen */
}

/* Vertical text strip */
.vertical_text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(81.538330078125px);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Main content area */
.why_us_main_content_area {
    flex: 1;
    max-width: 980px;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(81.538330078125px);
    padding: 90px 180px 90px 90px;
}

.why_us_main_content_area h2 {
    font-style: normal;
    color: #ffffff;
    margin-bottom: 45px;
}

.why_us_main_content_area h2 .highlight {
    background: linear-gradient(90deg, #FCC53B 0%, #967523 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vertical_text span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.why_us_main_content_area h5 {
    color: rgba(255, 255, 255, 0.80);
    font-style: normal;
    margin-bottom: 45px;
    line-height: 140%;
}

.why_us_main_content_area p {
    color: #C1C1C1;
    font-style: normal;
    margin-bottom: 45px;
}


.whyus_morebtn {
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.14);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.whyus_morebtn button a {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: center;
    z-index: 2;
}

.whyus_morebtn button a img {
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.whyus_morebtn button a span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: -0.64px;
    transition: color 0.3s ease;
}

/* subtle highlight sweep */
.whyus_morebtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.25) 50%,
            transparent 70%);
    transition: transform 0.6s ease;
    transform: translateX(-50%);
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .whyus_about_section {
        flex-direction: column;
    }

    .vertical_text {
        writing-mode: horizontal-tb;
        transform: rotate(0);
        text-align: center;
        padding: 10px;
    }

    .why_us_main_content_area {
        padding: 30px;
        max-width: 100%;
    }
}

.vision_core_features_main_area {
    display: block;
    position: relative;
}

.vision_core_features_subheader_area {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #3FA756;
    width: max-content;
    padding: 8px 18px;
}

.vision_core_features_subheader_area h6 {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.vision_core_features_content_area {
    display: block;
    position: relative;
}

.vision_core_features_content_area h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.92px;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 32px;
}

.vision_core_features_content_area p {
    color: #242424;
    font-style: normal;
    line-height: 140%;
    margin-bottom: 0;
}

.pr-90 {
    padding-right: 90px;
}

.blog_main_header_area {
    display: block;
    position: relative;
}

.blog_main_header_area h2 {
    font-style: normal;
    color: #1c1c1c;
    margin-top: 0;
    margin-bottom: 60px;
}

.main_blog_section_area {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F4F4F2;
}

.main_blog_title_area {
    display: block;
    position: relative;
}

.main_blog_title_area a {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F4F2;
    padding: 25px 30px;
}

.main_blog_title_area img {
    width: 30px;
}

.main_blog_title_area a h6 {
    color: #1C1C1C;
    font-style: normal;
    margin-bottom: 0;
    max-width: 60%;
}

.contact_header_area_content {
    display: block;
    position: relative;
}

.contact_header_area_content h2 {
    font-style: normal;
    color: #1c1c1c;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact_header_area_content p {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.contact_header_area_content p a {
    background: linear-gradient(90deg, #FCC53B 0%, #967523 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}


.career_header_area_content {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 80px;
}

.career_header_area_content h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.92px;
    color: #1c1c1c;
    margin-top: 0;
    margin-bottom: 10px;
}

.career_header_area_content p {
    color: #242424;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.career_header_area_content p a {
    background: linear-gradient(90deg, #FCC53B 0%, #967523 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

.pl-200 {
    padding-left: 200px;
}

.product_section_top {
    display: flex;
    align-items: flex-end;
    /* Pushes content to bottom */
    /* height: 100vh; */
    position: relative;
}

.hyper_nova_n_section_bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0 120px 0;
}

.hyper_nova_n_section_bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hyper_nova_n_section_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* ------------------------------------------ */

.hyper_nova_section_bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0 120px 0;
}

.hyper_nova_section_bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hyper_nova_section_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* ------------------------------------------ */

.quasar_bi_section_bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0 120px 0;
}

.quasar_bi_section_bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.quasar_bi_section_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}


/* ------------------------------------------ */

.quasar_n_section_bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0 120px 0;
}

.quasar_n_section_bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.quasar_n_section_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* ------------------------------------------ */

.quasar_section_bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 220px 0 120px 0;
}

.quasar_section_bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.quasar_section_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* ------------------------------------------ */

.product_top_main_content_area,
.product_top_main_image_area {
    position: relative;
    z-index: 2;
}


.product_top_main_content_area {
    display: block;
    position: relative;
}

.introducing_image_content_area {
    display: block;
    position: relative;
    margin-right: -220px;
    margin-left: 50px;
}

.introducing_image_left_content_area {
    display: block;
    position: relative;
    margin-left: -220px;
    margin-right: 50px;
}

.product_top_main_content_title {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product_top_main_content_area .product_top_main_content_title:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product_top_main_content_area h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.56px;
    background: linear-gradient(0deg, #3FA756 0%, #69DD82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
}

.product_top_main_content_area h5 {
    color: #FFF;
    font-style: normal;
    margin-bottom: 0;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.product_content_header_area {
    display: block;
    position: relative;
    margin: 180px 0;
}

.product_content_header_area h2 {
    font-style: normal;
    color: #1c1c1c;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.product_content_header_span {
    color: #3FA756;
}

.product_content_header_ab_image {
    position: absolute;
    top: -70%;
    right: -6%;
}

.introducing_solar_dark_bg {
    background-color: #000;
}

.introducing_product_content_area {
    display: block;
    position: relative;
}

.introducing_product_subheader_area {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: max-content;
    padding: 8px 18px;
    margin-bottom: 24px;
}

.introducing_product_subheader_area p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
}

.introducing_product_main_content_area {
    display: block;
    position: relative;
}

.introducing_product_main_content_area h2 {
    font-style: normal;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 20px;
}

.introducing_header_h2_span {
    background: linear-gradient(90deg, #FCC53B 0%, #967523 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introducing_product_main_content_area p {
    color: rgba(255, 255, 255, 0.90);
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 0;
}

.introducing_text_p_span {
    font-weight: 500;
    color: white;
}

.introducing_product_features_area {
    display: block;
    position: relative;
    margin-top: 50px;
}

.single_introducing_product_feature_area {
    display: flex;
    position: relative;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    border-radius: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.single_introducing_product_feature_area img {
    width: 64px;
}

.single_introducing_product_feature_area p {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}

.pl-100 {
    padding-left: 100px;
}

.bifaciality_content_main_area {
    display: block;
    position: relative;
}

.bifaciality_subheader_area {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #3FA756;
    width: max-content;
    padding: 8px 18px;
    margin-bottom: 24px;
}

.bifaciality_subheader_area p {
    color: #000000;
    font-style: normal;
    margin-bottom: 0;
}

.bifaciality_content_area {
    display: block;
    position: relative;
}

.bifaciality_content_area h2 {
    font-style: normal;
    color: #1c1c1c;
    margin-top: 32px;
    margin-bottom: 20px;
}

.bifaciality_content_area p {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.pl-120 {
    padding-left: 120px;
}

.pl-150 {
    padding-left: 150px;
}


.bifaciality_single_feature_area {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: center;
    padding: 16px;
    background-image: url("../upload/about/core_features_bg.png");
}

.bifaciality_single_feature_area img {
    width: 64px;
}

.bifaciality_single_feature_area h6 {
    color: #1c1c1c;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.bifaciality_single_image {
    position: relative;
    display: block;
    margin-right: 20px;
    margin-left: -200px;
    z-index: 1;
}

.bifaciality_normal_image {
    position: relative;
    display: block;
    margin-right: 0;
    margin-left: 0;
    z-index: 1;
}

/* .performance_product_main_content_area {
    display: block;
    position: absolute;
    text-align: center;
    text-align: -webkit-center;
    top: 100px;
    width: 100%;
    justify-items: center;
} */

.performance_solar_image_area {
    display: block;
    position: relative;
}

.performance_solar_image_area img {
    max-width: 100%;
}

.product_performance_bg_section {
    background-color: #000;
}

.performance_subheader_area {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #242424;
    width: max-content;
    padding: 8px 18px;
    margin-bottom: 24px;
    justify-self: center;
}

.performance_subheader_area p {
    color: #1d1d1d;
    font-style: normal;
    margin-bottom: 0;
}

.performance_header_area h2 {
    font-style: normal;
    color: #1d1d1d;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
}

.quasar_product_usp_title_area {
    position: relative;
}

.hyper_nova_n_product_usp_title_area {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.hyper_nova_n_product_usp_title_area .performance_subheader_area p {
    color: white;
}

.hyper_nova_n_product_usp_title_area .performance_header_area h2 {
    color: white;
}

.hyper_nova_product_usp_title_area {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
}



.bifaciality_section {
    background-color: #f4f4f2;
}

.canvas {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.linkcanvas {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}


.main_header_image h1 {
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}

.credence_text1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* opacity: 0; */
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity, filter;
    max-width: 100%;
}

.main_header_image .credence_text1 h6 {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.main_header_image .credence_text1 h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}


.main_header_image .credence_text1 h1 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.20em;
    background: linear-gradient(0deg, #3FA756 0%, #69DD82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* keep the gradient visible on split words */
/* .main_header_image .credence_text1 h1 .word {
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */















.about-benefits-div .circle {
    transition:
        transform .22s cubic-bezier(.4, 0, .2, 1),
        /* faster lift */
        box-shadow .22s cubic-bezier(.4, 0, .2, 1),
        z-index 0s step-end;
    /* z-index step trick */
}

.about-benefits-div .circle-bg {
    transition:
        opacity .25s ease,
        transform .28s cubic-bezier(.4, 0, .2, 1),
        background-position .18s ease-out;
}

.about-benefits-div .circle h3,
.about-benefits-div .circle p {
    transition:
        color .22s ease,
        opacity .22s ease,
        transform .22s cubic-bezier(.4, 0, .2, 1);
}

.about-benefits-div .circle:not(:hover) {
    transition:
        transform .22s cubic-bezier(.4, 0, .2, 1),
        box-shadow .22s cubic-bezier(.4, 0, .2, 1),
        z-index 0s step-end .22s;
    /* drop z-index right at end */
}


/* Text */
.about-benefits-div .circle h3,
.about-benefits-div .circle p {
    position: relative;
    z-index: 2;
    margin: 0;
    transform: translateY(4px);
    opacity: .96;
    transition:
        color .34s ease,
        opacity .30s ease,
        transform .30s cubic-bezier(.22, .61, .36, 1);
}

.about-benefits-div .circle h3 {
    color: #000;
}

.about-benefits-div .circle p {
    color: #242424;
}

/* Hover / focus-in (enter) */
.about-benefits-div .circle:hover,
.about-benefits-div .circle:focus-within {
    /* lift and shadow in */
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);

    /* keep on top during the animation */
    z-index: 6;
    transition:
        transform .38s cubic-bezier(.22, .61, .36, 1),
        box-shadow .38s cubic-bezier(.22, .61, .36, 1),
        z-index 0s;
    /* change z-index immediately on enter */
}

.about-benefits-div .circle:hover .circle-bg,
.about-benefits-div .circle:focus-within .circle-bg {
    opacity: 1;
    transform: scale(1.04);
}

.about-benefits-div .circle:hover h3,
.about-benefits-div .circle:hover p,
.about-benefits-div .circle:focus-within h3,
.about-benefits-div .circle:focus-within p {
    color: #fff;
    opacity: 1;
    transform: translateY(0);
}

/* Smooth sibling de-emphasis (optional; needs :has support for best effect) */
.about-benefits-div .circle-container:hover .circle:not(:hover) {
    filter: saturate(.92) contrast(.98);
    transition: filter .25s ease;
}

/* Trick: delay z-index drop until AFTER the transition finishes.
   When not hovered, we keep the previous transition on z-index with step-end,
   so z-index goes back to 1 only at the end of the leave transition. */
.about-benefits-div .circle:not(:hover) {
    z-index: 1;
    transition:
        transform .38s cubic-bezier(.22, .61, .36, 1),
        box-shadow .38s cubic-bezier(.22, .61, .36, 1),
        z-index 0s step-end .38s;
    /* drop z-index after .38s (matches transform duration) */
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .about-benefits-div .circle,
    .about-benefits-div .circle-bg,
    .about-benefits-div .circle h3,
    .about-benefits-div .circle p {
        transition: none;
        transform: none;
    }
}


.blog_area_name h6 {
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 10px;
}

.credence_about_hero_title_image {
    display: block;
    position: relative;
}

.credence_about_hero_title_image img {
    border-radius: 20px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.extra_usp_feature_product_area {
    display: block;
    position: relative;
}

.extra_usp_feature_subheader_area {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(29, 29, 29, 0.30);
    width: max-content;
    padding: 8px 18px;
    margin-bottom: 24px;
}

.extra_usp_feature_content_area {
    display: block;
    position: relative;
}

.extra_usp_feature_subheader_area p {
    color: #1D1D1D;
    font-style: normal;
    margin-bottom: 0;
}

.extra_usp_feature_content_area h2 {
    font-style: normal;
    color: #1C1C1C;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
}

.extra_usp_header_span {
    color: #3FA756;
}

.extra_usp_feature_image_area {
    display: block;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}

.extra_usp_feature_image_area img {
    max-width: 100%;
    border-radius: 20px;
}






























.card {
    position: sticky;
    top: 0;
    border: none;
    background: transparent;
}

.card__inner {
    will-change: transform;
    background: white;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
    transform-origin: center top;
    /* padding: 60px 80px; */
}

.cards {
    width: 100%;
    /* max-width: 900px; */
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 40px 0;
}

.card__image-container {
    display: flex;
    width: 100%;
    flex-shrink: 0;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/7;
    border-radius: 20px;
}

.space {
    height: 90vh;
}

.space--small {
    height: 40vh;
}

.card-text-area {
    display: block;
    position: relative;
}

.first-card {
    background-color: #d8e9e2;
}

.first-card span {
    color: #345b4b;
}

.two-card {
    background-color: #dcb688;
}

.two-card span {
    color: #a45d36;
}

.three-card {
    background-color: #e8eddf;
}

.three-card span {
    color: #4d5b34;
}

.four-card {
    background-color: #d9eafc;
}

.four-card span {
    color: #0b4584;
}

.card_title_text {
    display: block;
    position: absolute;
    left: 60px;
    top: 60px;
}

.card_title_text h3 {
    color: #FFF;
    font-style: normal;
}

.card_link_buttons {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.card_link_small_version {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.card_link_buttons ul {
    display: flex;
    padding: 0;
    margin: 0;

}

.card_link_buttons ul li {
    margin-left: 10px;
}

.card_link_buttons ul li a {
    background-color: white;
    padding: 8px 25px;
    color: #2B2A29;
    border-radius: 50px;
    transition: 0.3s all ease-in;
    font-size: 15px;
}

.card_link_buttons ul li a:hover {
    background-color: #ffffffbb;
}

.card_subheader_title_text {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.card_subheader_title_text img {
    max-width: 16px;
}

.card_subheader_title_text p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
}

.card_desc_text {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 60px;
    max-width: 700px;
}

.card_desc_icon {
    display: block;
    position: relative;
    position: absolute;
}

.card_desc_icon img {
    max-width: 54px;
}

.card_desc_content {
    display: block;
    position: relative;
}

.card_desc_content p {
    color: #fff;
    font-style: normal;
    line-height: 140%;
    margin-bottom: 0;
    margin-left: 70px;
    margin-top: 70px;
}

.r_d_number_section {
    display: block;
    position: relative;
    padding-top: 100px;
}

.r_d_number_area {
    display: block;
    position: relative;
    text-align: center;
}

.r_d_number_area h1 {
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.72px;
    background: linear-gradient(0deg, #3FA756 0%, #69DD82 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.r_d_number_area p {
    color: #242424;
    font-style: normal;
    margin-bottom: 0;
}

.main_header_video_on_top {
    padding-top: 90px;
}

.why_us_hero_container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.search-box {
    margin: 20px auto;
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 10px 40px 10px 24px;
    border: 1px solid #4CAF50;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    background-color: #fafafa;
    margin-bottom: 60px;
}

.search-box .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.career_single_showcase_area {
    display: block;
    position: relative;
    background-color: #FAFAFA;
    padding: 40px;
    border-radius: 8px;
}

.career_showcase_header_content {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.career_showcase_header_content h6 {
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.62px;
    margin-bottom: 10px;
}

.career_showcase_header_content h3 {
    color: #1C1C1C;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.36px;
    margin-bottom: 0
}

.career_showcase_description {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.career_showcase_description p {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.career_showcase_location_with_btn {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.career_showcase_location {
    display: flex;
    position: relative;
    gap: 10px;
    align-items: center;
}

.career_showcase_location img {
    width: 24px;
}

.career_showcase_location p {
    color: #1d1d1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.career_showcase_btn {
    display: block;
    position: relative;
    border-radius: 8px;
    background: #FCC53B;
    padding: 10px 32px;
}

.career_showcase_btn a {
    color: #1d1d1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.career_inside_header_area {
    display: block;
    position: relative;
    padding-top: 190px;
    padding-bottom: 100px;
    background: #FAFAFA;
    justify-items: anchor-center;
}

.career_inside_header_area h2 {
    color: #1C1C1C;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.76px;
    margin-bottom: 20px;
}

.career_inside_header_area ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.career_inside_header_area ul li img {
    width: 14px;
}

.career_inside_header_area ul li {
    margin-left: 12px;
}

.career_inside_header_area ul li a {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.active_bar {
    background: linear-gradient(90deg, #FCC53B 0%, #967523 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.career_main_details_short_desc {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.career_data_single_details {
    display: flex;
    position: relative;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.career_data_single_details:last-child {
    margin-bottom: 0;
}

.career_data_single_details img {
    width: 24px;
}

.career_data_single_details p {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.career_main_data_desc {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.career_main_data_desc h3 {
    color: #1C1C1C;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.12px;
}

.career_main_data_desc p {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}





.field {
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1px solid #C3C3C3 !important;
    background: #FAFAFA !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #111 !important;
    outline: none !important;
    margin-bottom: 0 !important
}


.field::placeholder {
    color: var(--text);
}

.stack>*+* {
    margin-top: 20px;
}

textarea.field {
    min-height: 110px;
    resize: vertical;
    /* looks like your screenshot height */
}

/* Custom file input */
.file-row {
    display: flex;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    height: 48px;
}

/* real input hidden but accessible */
.file-row input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
    padding: 0;
    margin: -1px;
}

.file-row label {
    display: flex;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.file-btn {
    background: rgba(0, 0, 0, 0.10);
    color: #000;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    /* matches left segment size */
    font-weight: 500;
}

.file-text {
    flex: 1;
    background: #f3f3f3;
    color: #999;
    padding: 12px 16px;
    border-left: 1px solid var(--border);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.58px;
    margin-bottom: 0;
}

/* Hover/Focus niceties (optional) */
.field:focus {
    border-color: #cfcfcf;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02) inset;
}

.file-row:hover {
    border-color: #cfcfcf;
}

@media (max-width:420px) {
    .file-btn {
        min-width: 120px;
    }
}

.career_data_fillup_form {
    display: block;
    position: relative;
    padding: 50px;
    border-radius: 20px;
    background-color: #FAFAFA;
}

.career_data_fillup_form h4 {
    color: #1C1C1C;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.12px;
    margin-bottom: 50px;
}

.stack input::placeholder,
.stack textarea::placeholder {
    color: #242424;
}







.blog_insider_details_area h2:first-child {
    margin-top: 0;
}







.blogpage_header_area {
    display: block;
    position: relative;
}

.blogpage_header_area img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}

.blogpage_header_content_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.blogpage_header_content_area h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 0;
    text-align: center;
}

.blogpage_header_content_area h2 {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2.16px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}


.blog_insider_details_area {
    display: block;
    position: relative;
}

.blog_insider_details_area h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.blog_insider_details_area h3 {
    color: rgba(0, 0, 0, 0.98);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.08px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.blog_insider_details_area h4 {
    color: rgba(0, 0, 0, 0.95);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog_insider_details_area h5 {
    color: rgba(0, 0, 0, 0.92);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.8px;
}

.blog_insider_details_area h6 {
    color: rgba(0, 0, 0, 0.90);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.blog_insider_details_area p {
    color: rgba(0, 0, 0, 0.82);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

section.download-padding:last-of-type {
    padding-top: 0;
}

.modal-body input[type="password"],
.modal-body input[type="email"],
.modal-body input[type="text"],
.modal-body input[type="file"],
.modal-body textarea {
    border: 1px solid #ddd;
    padding: 12px 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.modal-body input::placeholder {
    font-size: 14px;
}

.modal-title {
    color: #1C1C1C;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 0;
}

#contactForm .modal-body {
    padding: 30px;
}

.big_display_only {
    display: block;
    position: relative;
}

.mobile_only {
    display: none;
}

.main_header_video_on_top {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 0 !important;
}

/* Ensure the video wrapper fills the section */
.main_header_video_on_top .main_home_header_area {
    height: 100%;
}

.main_introduction_video_image .main_home_header_area {
    height: 100%;
}

/* Override Bootstrap’s ratio class */
.main_header_video_on_top .ratio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Make the video fill perfectly */
.main_header_video_on_top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

/* Arrow buttons */
.nav-arrows .nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    display: grid;
    place-items: center;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
    outline: none;
}

.nav-arrows .nav-btn:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .45);
    transform: translateY(-2px);
}

.nav-arrows .nav-btn:active {
    transform: translateY(0);
}

.nav-arrows .nav-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

@media (max-width: 991.98px) {

    /* keep arrows reachable on mobile/tablet */
    .nav-arrows {
        margin: 24px 0;
    }
}


/* Stack contents to avoid layout shifts during crossfades */
#product-slider .slider-content {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
}

#product-slider .slider-content.active {
    position: relative;
}


.prev_index_btn {
    transform: rotate(90deg);
}

.next_index_btn {
    transform: rotate(90deg);
}

.slider_new_btns {
    flex-direction: column;
    gap: 12px;
}

.small_who_we_are_content_area ul li {
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
    list-style-type: disc;
}

.small_who_we_are_content_area ul li:last-child {
    margin-bottom: 0;
}


.small_who_we_are_content_area ul {
    /* padding-left: 0; */
    margin-bottom: 0;
}

.about_us_content_area ul li {
    color: #242424;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
    list-style-type: disc;
    font-size: 18px;
    font-weight: 400;
}

.about_us_content_area ul li:last-child {
    margin-bottom: 0;
}












.btn-read-more {
    background: transparent;
    color: #007b55;
    border: 1px solid #007b55;
    border-radius: 25px;
    font-weight: 500;
    padding: 6px 16px;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background: #007b55;
    color: #fff;
    transform: translateY(-2px);
}

.modal-content {
    background: #f9f9f9;
}

.modal-title {
    color: #1d1d1d;
    letter-spacing: 0.5px;
}

.read_more_btn {
    margin-top: 30px;
    z-index: 99;
}



.custom-modal {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.4s ease;
    position: relative;
}

.custom-modal h2 {
    font-size: 1.8rem;
    letter-spacing: -0.3px;
}

.custom-modal p {
    line-height: 1.6;
}

.mission-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mission-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.9rem;
    color: #333;
    line-height: 1.6;
    font-size: 0.95rem;
}

.mission-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007b55;
    box-shadow: 0 0 6px rgba(0, 123, 85, 0.4);
}

.custom-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    opacity: 1;
    transition: all 0.25s ease;
}

.custom-close:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(90deg);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional: Subtle dark mode adaptation */
@media (prefers-color-scheme: dark) {
    .custom-modal {
        background: rgba(24, 24, 24, 0.9);
        color: #eaeaea;
    }

    .mission-list li {
        color: #ccc;
    }

    .mission-list li::before {
        background-color: #1ed199;
    }

    .custom-close {
        background: rgba(255, 255, 255, 0.05);
    }

    .custom-close:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}

.custom-modal h2 {
    color: #fff;
}

.custom-modal p {
    color: white;
}

.modal-content button span {
    color: white;
}

.core_value_single_feature {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.core_value_single_feature:last-child {
    margin-bottom: 0;
}

.core_value_single_feature h5 {
    color: #1d1d1d;
    letter-spacing: -0.8px;
}

.manufacturing_hero_area ul li {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 0;
    margin-bottom: 12px;
}

.manufacturing_hero_area ul li:last-child {
    margin-bottom: 0;
}

.career_looking_image_area {
    display: block;
    position: relative;

}

.career_looking_image_area img {
    max-width: 360px;
}

.who_we_looking_main_area {
    display: block;
    position: relative;
}

.single_who_we_looking_area {
    display: flex;
    position: relative;
    gap: 40px;
    align-items: center;
    background-color: white;
    padding: 25px 60px;
    margin-bottom: 5px;
}

.who_we_looking_main_area .single_who_we_looking_area:first-child {
    border-radius: 20px 20px 0 0;
}

.who_we_looking_main_area .single_who_we_looking_area:last-child {
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
}

.who_we_looking_icon_area {
    display: block;
    position: relative;
}

.who_we_looking_icon_area img {
    width: 84px
}

.who_we_looking_content_area {
    display: block;
    position: relative;
}

.who_we_looking_content_area h5 {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.who_we_looking_content_area2 h5 {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.who_we_looking_content_area2 p {
    color: #242424;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

/* Apply flex alignment to both columns */
.who_we_looking_header_section,
.who_we_looking_image_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push content to top and bottom */
}

/* Ensure the text part stays at the top */
.why_us_section_header {
    margin-bottom: auto;
}

/* Ensure the image stays aligned to the bottom */
.career_looking_image_area {
    margin-top: auto;
}












.lifeatcredence_keypoints_area {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* left side */
.lifeatcredence_content_area {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #173209;
}

/* right side (image) */
.lifeatcredence_content_image_area {
    flex: 1 1 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.lifeatcredence_content_image_area img {
    width: 100%;
    height: auto;
    object-fit: cover;
}




/* Responsive breakpoints */
@media (max-width: 992px) {
    .lifeatcredence_keypoints_area {
        flex-direction: column;
        text-align: center;
    }

    .lifeatcredence_content_area {
        order: 1;
    }



    .lifeatcredence_content_image_area {
        order: 2;
    }

    .lifeatcredence_content_image_area img {
        max-width: 100%;
    }
}


.lifeatcredence_content_subheader {
    display: block;
    position: relative;
    border: 1px solid #3FA756;
    width: max-content;
    padding: 8px 18px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.lifeatcredence_content_subheader p {
    color: #FFF;
    font-style: normal;
    margin-bottom: 0;
}

.lifeatcredence_content_header h3 {
    color: #fff;
    font-style: normal;
    margin-bottom: 52px;
    text-align: left;
}

.lifeatcredence_content_area {
    display: block;
    position: relative;
    padding: 100px 150px;
}

.lifeatcredence_content_points_area {
    display: block;
    position: relative;
}

.lifeatcredence_content_single_points {
    display: block;
    position: relative;
    padding: 20px;
    border-radius: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    margin-bottom: 6px;
}

.lifeatcredence_content_points_area .lifeatcredence_content_single_points:last-child {
    margin-bottom: 0;
}

.lifeatcredence_content_single_points h5 {
    color: #FFF;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
}


.lifeatcredence_leaf_logo {
    position: absolute;
    top: 0;
    right: 0;
}

.ongoing_csr_activity_image_area {
    display: block;
    position: relative;
}

.ongoing_csr_activity_image_area img {
    width: 100%;
}

.ongoing_csr_activity_content_area {
    display: block;
    position: relative;
}

.ongoing_csr_activity_content_area h3 {
    color: #000;
    font-style: normal;
    margin-bottom: 40px;
}

.ongoing_csr_activity_content_area ul li {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
    list-style-type: disc;
}

.ongoing_csr_activity_content_area ul li:last-child {
    margin-bottom: 0;
}

.ongoing_project_padding_top {
    padding-top: 80px;
}



.planned_csr_header {
    display: block;
    position: relative;
}

.planned_csr_image {
    border-radius: 12px;
    overflow: hidden;
}

.planned_csr_single_slide {
    background-color: white;
    padding: 15px 15px 40px 15px;
}

.planned_csr_slide_content {
    display: block;
    position: relative;
    padding: 20px 20px 0 20px;
}

.planned_csr_slide_content h5 {
    color: #1C1C1C;
    font-style: normal;
    line-height: 120%;
}

.emoji_with_head_para {
    display: flex;
    align-items: center;
    gap: 12px;
}

.new_core_value_image_area {
    display: block;
    position: relative;
}

.core_values_main_area {
    display: block;
    position: relative;
}

.single_core_values_area {
    display: flex;
    position: relative;
    gap: 40px;
    align-items: center;
    padding: 25px 60px 0 60px;
    margin-bottom: 5px;
}

.core_values_content_area2 h5 {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.core_values_content_area2 p {
    color: #242424;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.pt-50 {
    padding-top: 50px;
}





/* =========================================
   Download Page Styles
   ========================================= */

/* -----------------------------------------
   Sidebar
   ----------------------------------------- */
.download-sidebar {
    padding-right: 40px;
    border-right: 1px solid #eee;
    height: 100%;
}

.download-sidebar h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #3FA756;
    padding-bottom: 10px;
    display: inline-block;
}

.sidebar-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-category-list li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

/* Sidebar Links */
.sidebar-category-list .link,
.sidebar-category-list .title,
.sidebar-category-list .check-link {
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    text-decoration: none;
    padding: 5px 0;
    cursor: pointer;
}

.sidebar-category-list .link,
.sidebar-category-list .title {
    font-size: 20px;
    color: #000;
}

.sidebar-category-list .check-link {
    font-size: 15px;
    color: #555;
}

/* Checkbox Indicator */
.sidebar-category-list .check-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 12px;
    transition: all 0.2s ease;
    background-color: #fff;
    flex-shrink: 0;
}

/* Hover States */
.sidebar-category-list .link:hover,
.sidebar-category-list .check-link:hover {
    color: #3FA756;
}

.sidebar-category-list .check-link:hover:before {
    border-color: #3FA756;
}

/* Active States */
.link.active-menu,
.sidebar-category-list .check-link.active-menu {
    color: #3FA756;
}


.sidebar-category-list .check-link.active-menu:before {
    background-color: #3FA756;
    border-color: #3FA756;
    color: #3FA756;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='14px' height='14px'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}


/* -----------------------------------------
   Main Content
   ----------------------------------------- */
.category-section {
    margin-bottom: 60px;
}

.category-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* -----------------------------------------
   Download Card
   ----------------------------------------- */
.download-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.download-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: #ccc;
}

.download-card-img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    /* Aspect ratio */
    background: #f4f4f4;
    overflow: hidden;
}

.download-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.5s ease;
}

.download-card:hover .download-card-img img {
    transform: scale(1.03);
}

.download-card-body {
    padding: 15px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.download-card-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download-card-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    color: #3FA756;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.action-btn:hover {
    background: #fff;
    border-color: #3FA756;
    transform: translateY(-2px);
}

.action-btn i {
    font-size: 16px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

/* -----------------------------------------
   Responsive
   ----------------------------------------- */
@media (max-width: 991px) {
    .download-sidebar {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
        height: auto;
    }

    .download-sidebar.sticky-top {
        position: static !important;
    }

    .pl-30 {
        padding-left: 13px;
    }

    .pr-30 {
        padding-right: 30px;
    }
}

.growth_image_area {
    display: block;
    position: relative;
}

.growth_image_area img {
    max-width: 100%;
}

.why_us_section_header h2 .word,
.sustainable_content_header h2 .__lineMask,
.main_home_blog_header_area h2 .__lineMask,
.subpage_header_content_area h2 .__lineMask,
.mission_vision_header h2 .__lineMask,
.core_features_main_header h2 .__lineMask {
    padding-bottom: 4px;
}

.certification_single_logo {
        align-content: center;
}

.certification_logo_area {
        gap: 80px;
}

.certification_single_logo img {
    height: 70px;
}

 .blog_insider_details_area ul {
          margin: 0; 
          margin-top: 20px;
 }

 .blog_insider_details_area ul li {
     color: #4D4D4D;
     font-style: normal;
     font-weight: 400;
     line-height: 180%;
     letter-spacing: -0.01em;
     margin-bottom: 0;
     font-size: 17px;
     list-style-type: disc;
 }