@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* Base styles for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: Montserrat;
}

/* Default font sizes */
h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.family-one {
    font-family: Montserrat;
}

.family-two {
    font-family: "Alegreya", serif;
}

.text-white {
    color: white;
}

.btn-primary {
    background-color: #4B6C61 !important;
    border-color: #4B6C61 !important;
}

.btn-outline-primary {
    border-color: #4B6C61 !important;
    color: #4B6C61 !important;
}

.btn-outline-primary:hover {
    background: #4B6C61 !important;
    color: white !important;
}

.primary-text {
    color: #4B6C61;
}

.secondary-text {
    color: #F18066;
}

.dark-text {
    color: #000000;
}

.grey-text {
    color: rgba(35, 35, 35, 0.8);
}

.fw-bold {
    font-weight: bold;
}

/* .custom-btn {
    width: 200.925px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54.653px;
    flex-shrink: 0;
    color: #E4E7E6;
    font-family: Montserrat;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.56px;
    border: 0px;
    border-radius: 13.372px;
    background: #4B6C61;
    box-shadow: 4.745px 4.745px 0px 0px rgba(0, 0, 0, 0.20);
} */

.custom-btn:hover {
    background-color: transparent;
    color: #4B6C61 !important;
    border: 2px solid #4B6C61;
    text-decoration: none;
}

.bg-light {
    background-color: #ffffff !important;
    border-color: #ffffff;
}

.line-div {
    border-left: 4px solid #F18066;
    padding-left: 10px;
}

.cover-heading {
    font-family: Alegreya;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    /* 114.706% */
}

.section-heading {
    color: #333;
    font-family: Alegreya;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-text {
    color: #666;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.526px;
    /* 164.035% */
}

.pb-6 {
    padding-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

.pb-8 {
    padding-bottom: 8rem;
}

.pb-9 {
    padding-bottom: 9rem;
}

.py-6 {
    padding-top: 6%;
    padding-bottom: 6%;
}

.py-7 {
    padding-top: 7%;
    padding-bottom: 7%;
}

.py-8 {
    padding-top: 8%;
    padding-bottom: 8%;
}

.py-9 {
    padding-top: 9%;
    padding-bottom: 9%;
}

#homesection1 {
    background-image: url('../img/s1-back.jpg');
    background-size: cover;
    background-position: center;
}

.hero-sec {
    background-image: url('../img/hero-sec-img.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* .main-wrapper{
    display: none;
} */
.h-70 {
    height: 15vh;
}

.logo_img {
    width: 150px;
}

.hero-heading {
    font-size: 8.2rem;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Allerta", serif;
    font-weight: 400;
    text-align: center;

}

.ss-item {
    position: relative;
    display: block;
    border: 5px solid transparent;
    transition: border-color 0.3s ease;
}

.flex-images {
    display: flex;
    justify-content: flex-start !important;
    /* Align items to the start */
    align-items: center;
    row-gap: 15px;
    /* Space between items */
    overflow-x: scroll;
    /* Enables horizontal scrolling */
    overflow-y: hidden;
    /* Enables horizontal scrolling */
    padding: 35px 25px;
    scroll-snap-type: x mandatory;
    /* Enables smooth scrolling with snap points */
}

/* scroll bar custom */

.flex-images::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.flex-images::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.flex-images::-webkit-scrollbar-thumb {
    background: #EAEDEC;
}

/* Handle on hover */
.flex-images::-webkit-scrollbar-thumb:hover {
    background: #EAEDEC;
}

/* scroll bar custom */
.ss-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.item {
    flex: 0 0 calc(100% / 4 - 25px);
    /* Ensure 4 items fit perfectly, adjust for gap */
    scroll-snap-align: start;
    /* Aligns items to the start when scrolling */
    position: relative;
}

.ss-item img {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.ss-item img.active {
    transform: scale(1.2);
    opacity: 1;
    z-index: 1;
    border-top: 8px solid #4B6C61;
    border-right: 8px solid #4B6C61;
    overflow: hidden;
}

.ss-item img:not(.active) {
    opacity: 0.7;
}

.number-circle.active {
    background-color: #4B6C61;
    color: #fff;
    bottom: -32px;
}

.character-img {
    width: 300px;
    margin-top: -90px;
}

.btn-start {
    background: #4B6C61;
    color: #E4E7E6;
    padding: 10px 40px;
}

.btn-start:hover {
    color: #E4E7E6;
}


#video-section {
    background-image: url('../img/video-cover.png');
    background-size: cover;
    background-position: center;
}

#aboutsection1 {
    background-image: url('../img/about-cover.png');
    background-size: cover;
    background-position: center;
}

#ss-section {
    background-color: #EAEDEC;
}

.homepage-overlay {
    position: absolute;
    bottom: -60px;
    right: 0;
    background: rgba(75, 108, 97, 0.90);
    width: 380px;
    height: 170px;
    border-radius: 20px;
    padding: 2%;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 5%;
}

.line {
    background: rgba(255, 255, 255, 0.50);
    height: 1px;
    width: 70%;
    margin: 0 auto;
}


.play-icon {
    width: 60px;
    height: 60px;
    background-color: #FF6633;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    z-index: 1;
}


.overlapping-div {
    border-radius: 30px;
    background-image: url('../img/tiger.png');
    background-size: cover;
    background-position: center;
}

.tiger {
    z-index: -5 !important;
    margin-bottom: 20%;
    margin-top: -80px;
}

.stats-image {
    margin-top: -5%;
    z-index: 100 !important;
}

.playstorebtn {
    padding: 10px;
    border-radius: 11.297px;
    background: #4B6C61;
}

.appstorebtn {
    padding: 10px;
    border-radius: 11.297px;
    background: #fff;
}

.ss-item {
    position: relative;
}

.number-circle {
    position: absolute;
    bottom: -12px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    /* Adjust color as needed */
    color: black;
    /* Text color */
    border-radius: 50%;
    width: 30px;
    /* Adjust size as needed */
    height: 30px;
    /* Adjust size as needed */
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* Adjust font size as needed */
}

#cover-carousel .owl-nav {
    display: none !important;
}

.owl-nav {
    margin-top: 4%;
    display: flex !important;
    justify-content: center !important;
}

.owl-nav .owl-prev,
.owl-next {
    height: 30px !important;
    width: 30px !important;
    background-color: #4B6C61 !important;
    color: white !important;
    margin-left: 1%;
    margin-right: 1%;

}

.timeline {
    position: relative;
    padding: 0;
}

.feature-list {
    list-style-type: none;
    padding: 0;
    position: relative;
}

.feature-list li {
    cursor: pointer;
    margin: 20px 0;
    position: relative;
    transition: transform 0.2s, font-size 0.2s;
}

.feature-list li::before {
    content: '';
    position: absolute;
    /* left: 15px;
    top: 10px;
    height: 20px;
    width: 2px;
    background-color: #007bff; Timeline line color */
}

.feature-list li.selected .timeline-content {
    padding: 15px 25px;
    /* width: 65px;
    height: 60px; */
    width: 58px;
    height: 55px;
    margin-left: inherit;
    margin-left: inherit;
    border: 1px solid #E4E7E6;
}

.feature-list li.selected {
    /* transform: scale(1.1); */
    font-weight: bold;
    color: #4B6C61;
    /* Change color to primary */

}

.timeline-content {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    /* padding: 15px 25px; */
    padding: 8px 20px;
    background: #FF6633;
    /* Background color for list items */
    color: #fff;
    border-radius: 5px;
    /* height: 50px;
    width: 50px; */
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* width: 65px; */
    /* height: 60px; */
    font-family: "Alegreya", serif;
    font-weight: 700;
    margin: auto;

    margin-left: 5px;



}

.timeline-content {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    /* padding: 15px 25px; */
    padding: 8px 15px;

    background: #FF6633;
    /* Background color for list items */
    color: #fff;
    border-radius: 5px;
    /* height: 50px;
    width: 50px; */
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;

    margin-left: 5px;
}

.testimonial-container {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.user-image {
    cursor: pointer;
    transition: transform 0.2s;
    margin: 15px;
    /* Add margin for spacing */
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
    /* Apply floating effect */


}

.user-image:hover {
    transform: scale(1.1);
}

.image-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-user-image {
    width: 100px;
    /* Adjust size as needed */
    border-radius: 50%;
    margin-bottom: 20px;
    /* Space between image and testimonial */
}


/* FAQ */


.faq-container {
    width: 100%;
    margin: auto;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.faq-item {
    margin-bottom: 10px;
    background: white;
    border-radius: 10px;
}

.faq-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header:hover {
    background: #ffffff;
}

.faq-content {
    padding: 15px;
    display: none;
    /* Hide content by default */
}

.arrow {
    transition: transform 0.2s;
}

.faq-question {
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    line-height: 25.356px;
    /* 144.518% */
}

.faq-content {
    color: rgba(35, 35, 35, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 222.222% */
}


.footer {
    background-color: #4B6C61;
    /* Green background */
    color: white;
    padding: 20px 0;
}

@keyframes float {

    0%,
    100% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-10px);
        /* Adjust float height */
    }
}


/* Timeline */

section#timeline {
    width: 80%;
    margin: 20px auto;
    position: relative;
}

section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    background: #4B6C61;
}

section#timeline article {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

section#timeline article:after {
    content: '';
    display: block;
    clear: both;
}

section#timeline article div.inner {
    width: 40%;
    float: left;
    margin: 60px 0 0 0;
    border-radius: 15px;

}

.inner p {
    color: #666666;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.inner-02 p {
    color: #666666;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.before-article {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #4B6C61;
}

section#timeline article div.inner span.date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin: 0 0 0 -32px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background: silver;
    color: #000000;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 7px #4B6C61;
}

section#timeline article div.inner span.date span {
    display: block;
    text-align: center;
}

section#timeline article div.inner span.date span.day {
    font-size: 10px;
}

section#timeline article div.inner span.date span.month {
    font-size: 18px;
}

section#timeline article div.inner span.date span.year {
    font-size: 10px;
}

/* section#timeline article div.inner h2 {
    padding: 15px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 0 0;
    position: relative;
  } */
section#timeline article div.inner h2:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
}

.inner {
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 22px;
    text-align: right;
}

.inner-02 {
    width: 40%;
    float: right;
    margin: 5px 0 0 0;
    border-radius: 15px;
    margin-top: 55px;
}

.h-230 {
    height: 230px;
}

.fs-18 {
    font-size: 18px;
}

.fs-28 {
    font-size: 22px;
}

.play-icon {
    padding: 15px;
    color: #4B6C61;
    background: #E4E7E6;
    border-radius: 50px;
    font-size: 30px;
}

.play-icon:hover {
    background: #4B6C61;
    color: #ffffff;
}

.apple-icon {
    padding: 15px;
    border-radius: 50px;
    font-size: 30px;
    background: #4B6C61;
    color: #ffffff;
}

.apple-icon:hover {
    color: #4B6C61;
    background: #E4E7E6;
}

.flex-play {
    column-gap: 25px;
    cursor: pointer;
}

.timeline-trans {
    background: transparent !important;
    padding: 0px !important;
    margin-top: 0px !important;
}

/* section#timeline article:nth-child(2n+2) div.inner {
    float: right;
  }
  section#timeline article:nth-child(2n+2) div.inner h2:after {
    left: -5px;
  } */
/* section#timeline article:nth-child(1) div.inner h2 {
    background: #4B6C61 ;
  } */
/* section#timeline article:nth-child(1) div.inner h2:after {
    background: #4B6C61 ;
  } */
/* section#timeline article:nth-child(2) div.inner h2 {
    background: #4B6C61 ;
  } */
/* section#timeline article:nth-child(2) div.inner h2:after {
    background: #4B6C61 ;
  } */
/* section#timeline article:nth-child(3) div.inner h2 {
    background: #4B6C61 ;
  }
  section#timeline article:nth-child(3) div.inner h2:after {
    background: #4B6C61 ;
  }
  section#timeline article:nth-child(4) div.inner h2 {
    background: #4B6C61 ;
  }
  section#timeline article:nth-child(4) div.inner h2:after {
    background: #4B6C61 ;
  }
  section#timeline article:nth-child(5) div.inner h2 {
    background: #4B6C61 ;
  }
  section#timeline article:nth-child(5) div.inner h2:after {
    background: #4B6C61 ;
  } */


/* Blog */
.blog-card-title {
    color: #4B6C61;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.269px;
    /* 121.956% */
}

.blog-card-description {
    color: #666;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.526px;
    /* 164.035% */
}


.search-container {
    position: relative;
}

.search-box {
    padding: 10px 40px 10px 40px;
    /* Add padding for icon space */
    border-radius: 25px;
    /* Rounded corners */
    outline: none;
    font-size: 16px;
    border-radius: 500px;
    border: 0.5px solid #D6D6D6;
    background: var(--d-9-d-9-dffffff-9, #FFF);
    box-shadow: 0px 4px 10px 0px rgba(129, 129, 129, 0.25);
}

.search-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    /* Center icon vertically */
    font-size: 18px;
    /* Adjust icon size */
    pointer-events: none;
    /* Prevent clicks on the icon */
    color: #888;
    /* Icon color */

}

.blog-content-area h1,
h2,
h3,
h4,
h5 {
    color: #4B6C61;
    font-weight: bold;
}

.blog-content-area a {
    color: #4B6C61;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.footer-list {
    list-style: none;
    justify-content: space-between;
    gap: 25px;
}

.footer-list li a img {
    width: 40px;
}

.accordian {
    padding: 15px;
    border-radius: 10px;
}

.accordian-text {
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    line-height: 25.356px;
    font-weight: 400;
}

.accordian-para-active {
    color: rgba(35, 35, 35, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.timeline_card {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 12px;
}

.border-left-timeline {
    border-left: 2px solid #4B6C61;
    height: 100vh;
    display: flex;
    margin: auto;
    justify-content: center;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 0.8rem;
    }
}

.img_01 {
    width: 100px;
}

#video-section_01 {
    background: url('../img/video_cover-01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.txt_work {
    color: #333333;
    font-family: "Alegreya", serif;
    font-weight: bold;
    text-align: center;
}

.txt-month {
    font-family: "Alegreya", serif;
    font-weight: 400;
}

.txt_work span {
    color: #89C2A2;
}

.para_work {
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.para-month {
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.timeline_imgs {
    /* aspect-ratio: 150 / 103; */
    width: 100%;
    height: -webkit-fill-available;
    margin-top: -60px;
}

.card-border {
    border: 1px solid #2F5059;
    padding: 15px;
    border-radius: 12px;
}

/* .clip-border{
    clip-path: polygon(100% 100%, 0% 100%, 50% 0%);
    background: #4B6C61;
    border-radius: 12px;
    height: 165px;
    transform: rotate(180deg);
    border-bottom-left-radius: 341px;
    border-bottom-right-radius: 331px;
    transform: rotate(180deg);
} */
.clip-border {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #4B6C61;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0% 70%);
    border-radius: 12px;
    margin: 0px auto;
    padding: 12px;
}

.active-clip-border {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0% 70%);
    border-radius: 12px;
    margin: 0px auto;
    padding: 12px;
}

.txt-price {
    font-family: "Alegreya", serif;
    font-weight: bold;
    color: #2F5059;
}

.txt-price-del {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #434343;
}

.txt_peace {
    font-family: "Alegreya", serif;
    font-weight: 400;
    color: #444444;
    font-size: 20px;
}

.list-check {
    list-style: none;
    line-height: 28px;
}

.list-check li a {
    color: #444444;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 13px;
}

.list-check-active {
    list-style: none;
    line-height: 28px;
}

.list-check-active li a {
    color: #D2FFF0;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 13px;
}

.circle-check {
    width: 18px;
}

.btn-join {
    font-family: "Montserrat", serif;
    font-weight: bold;
    border: 1px solid #4B6C61;
    border-radius: 12px;
    color: #4B6C61;
    padding: 12px;
}

.btn-join-active {
    font-family: "Montserrat", serif;
    font-weight: 700;
    border: 1px solid #4B6C61;
    background: #D2FFF0;
    border-radius: 12px;
    color: #38524A;
    padding: 12px;
}

.card-border:hover {
    background: #4B6C61;
}

.card-border:hover .clip-border {
    background: #ffffff;
    color: #000000 !important;
}

.card-border:hover .clip-border h3 {
    color: #000000 !important;
}

.card-border:hover .clip-border p {
    color: #000000 !important;
}

.card-border:hover .clip-border p {
    color: #000000 !important;
}

.card-border:hover .txt-price {
    color: #BDEBDC !important;
}

.card-border:hover .txt-price-del {
    color: #BDEBDC !important;
}

.card-border:hover .txt_peace {
    color: #fff !important;
}

.card-border:hover .list-check li a {
    color: #BDEBDC !important;
}

.card-border:hover .btn-join {
    background: #D2FFF0;
    color: #38524A;
}

.active-card {
    background: #4B6C61;
}

.txt-color {
    color: #4B6C61;
}

.active-price {
    color: #BDEBDC;
}

.txt_leave {
    color: #000000;
    font-family: "Montserrat", serif;
    font-weight: 600;
}

.txt_leave span {
    color: #4B6C61;
}

.txt-msg {
    color: #333333;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.inputBox {
    position: relative;
}

.inputBox input {
    width: 100%;
    padding: 1.3rem 25px;
    font-size: 1rem;
    letter-spacing: 0.062rem;
    margin-bottom: 1.875rem;
    border: 1px solid #BABABB;
    background: transparent;
    border-radius: 10px;
}

.inputBox textarea {
    width: 100%;
    padding: 1.3rem 25px;
    font-size: 1rem;
    letter-spacing: 0.062rem;
    margin-bottom: 1.875rem;
    border: 1px solid #BABABB;
    background: transparent;
    border-radius: 10px;
}

.inputBox label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0.625rem 30px;
    font-size: 1rem;
    color: #4B6C61;
    pointer-events: none;
    transition: 0.5s;
    background: #fff;
    z-index: 1111111;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.inputBox input:focus~label,
.inputBox input:valid~label,
.inputBox input:not([value=""])~label {
    top: -8px;
    left: 18px;
    color: #4B6C61;
    font-size: 0.75rem;
    background-color: #fff;
    height: 10px;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.inputBox input::placeholder,
.inputBox textarea::placeholder {
    color: transparent;
    /* Hide the placeholder text */
    transition: color 0.3s ease;
}

.inputBox input:focus::placeholder,
.inputBox textarea:focus::placeholder {
    color: #BABABB;
    /* Ensure placeholder stays hidden when focused */
}

.inputBox input:focus {
    outline: none;
    border: 1px solid #4B6C61;
}

.inputBox {
    position: relative;
    margin-top: 1rem;
}

.inputBox textarea {
    width: 100%;
    height: 100px;
    padding: 0.625rem 1rem;
    font-size: 1rem;
    color: #4B6C61;
    border: 1px solid #BABABB;
    border-radius: 10px;
    outline: none;
    resize: none;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.inputBox textarea:focus {
    border: 1px solid #4B6C61;
}

/*   
  .inputBox label {
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 1rem;
    color: #4B6C61;
    pointer-events: none;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0 5px;
    font-family: "Montserrat", serif;
    font-weight: 400;
  } */

.inputBox:focus-within label,
.inputBox textarea:valid~label {
    top: -12px;
    left: 18px;
    color: #4B6C61;
    font-size: 0.875rem;
    background: #fff;
    padding: 0 5px;
}

.btn-submit {
    background: #4B6C61;
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 600;
    padding: 15px;
    border-radius: 8px;
}

.btn-submit:hover {
    color: #4B6C61 !important;
    background-color: transparent;
    border: 1px solid #4B6C61 !important;
}

.heart_img {
    width: 120px;
}

.txt-question {
    color: #333333;
    font-family: "Alegreya", serif;
    font-weight: bold;

}

.txt-question span {
    color: #89C2A2;
}

.txt-msg span {
    color: #FF9471;
    font-weight: bold;
}

.btn-read {
    background: #4B6C61;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 25px;
    border-radius: 50px;
}

.btn-read:hover {
    background-color: transparent;
}

.heart_img_01 {
    width: 90px;
}

.facebook_icon {
    width: 40px;
    height: 40px;
}

.facebook_icon_01 {
    width: 40px;
    height: 40px;
}

.txt_account {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #333333;
}

.txt_account a {
    color: #333;
}

.txt_account a:hover {
    color: #333;
    text-decoration: none;
}

.txt_stress {
    font-family: "Montserrat", serif;
    font-weight: 700;
    line-height: 40px;
    color: #333333;
}

.signup_wrap {
    padding: 60px 30px;
    border-radius: 15px;
}

.signup_list li a {
    color: #263238;
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    font-size: 20px;
}

.signup_form {
    background: rgb(239, 247, 237);
    padding: 15px 30px;
    border-radius: 10px;
}

.txt_create {
    font-family: "Montserrat", serif;
    font-weight: 500;
    color: #333333;
}

.signup_input {
    border: 1.60px solid #4B6C61;
    background: transparent;
    height: 55px;
    border-radius: 8px;
    padding-left: 45px;
    padding-right: 38px;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.signup_input:focus {
    border: 1.60px solid #4B6C61 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.show_icon {
    position: absolute;
    right: 0px;
    transform: translate(-14px, -38px);
    color: #333333;
    font-size: 25px;
    cursor: pointer;
}

.txt_work-01 {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: rgba(75, 108, 97, 1);
}

.user_icon_img {
    width: 22px;
    position: absolute;
    left: 0px;
    transform: translate(10px, -37px);

}

.btn_signup {
    background: #4B6C61;
    padding: 12px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
}




/* Make sure video fills section */
.video-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 500px;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.notif_bell {
    background: rgba(241, 243, 243, 1);
    padding: 15px;
    border-radius: 50px;
    color: #FF6633;
}

.x_icon {
    background: #FF6633;
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    font-size: 5px;
    transform: translate(-14px, 15px);
    line-height: 4px !important;

}

.profile_img {
    width: 55px;
}

.gap_images_profile {
    gap: 22px;
}

.txt_setting {
    font-family: "Alegreya", serif;
    font-weight: 800;
}

.txt_update {
    font-family: "Montserrat", sans-serif;
}

.fs-15 {
    font-size: 15px;
}

.icon_show {
    position: absolute;
    right: 0px;
    transform: translate(-10px, -36px);
    font-size: 22px;
}

.bg_status_img_counter {
    background: url('../img/status_img_counter.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    padding: 55px 10px;
    border-radius: 22px;
}

.txt_counter {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.fs-18 {
    font-size: 18px;
}

.mt-75 {
    margin-top: -75px;
}

.tab_pills.nav-pills .nav-link.active,
.tab_pills.nav-pills .show>.nav-link {
    background: transparent !important;
    border-left: 5px solid #89C2A2;
    color: #4B6C61 !important;
    border-radius: 0px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.tab_pills.nav-pills .nav-link {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #333333;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-left: 5px !important;
}

.txt_edit {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
}

.txt_pic {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
}

.w-30 {
    width: 30%;
    aspect-ratio: 150/153;
    object-fit: cover;
    border-radius: 22px;
}

#upload-btn {
    border: 1px solid #E4E7E6;
    background: #ffffff;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 12px;
    padding: 12px 30px;
    font-size: 18px;
}

.txt_photo {
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.btn_save {
    background: #4B6C61;
    color: #ffffff;
    padding: 13px 35px;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.btn_save:hover {
    color: #ffffff;
}

.txt_rest {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #4C535F;
}

.gap_changes {
    gap: 25px;
}

.txt_label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
}

.input_pwd {
    height: 55px;
    border-radius: 8px;
    padding: 0px 25px;
}

.input_pwd::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: 333333;
}

.btn_change {
    background: #4B6C61;
    color: #ffffff;
    padding: 15px;
    font-family: "Alegreya", serif;
    font-weight: 700;
    border-radius: 8px;
    font-size: 20px;
}

.para_tab_setting {
    color: rgba(51, 51, 51, 0.5);
    font-size: 15px;
}


.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox:checked {
    background-color: #4B6C61;
    border-color: #4B6C61;
}

.custom-checkbox:checked::after {
    content: '✓';
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-weight: bold;
}

.txt_check {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #333333;
}

.alert_box {
    background: #E4E7E6;
    border: 2px solid #E4E7E6;
    border-radius: 12px;
    width: max-content;
}

.gap_box {
    gap: 15px;
}

.border-left-timeline-01 {
    border: 2px solid rgba(75, 108, 97, 1);
    height: 470px;
    position: absolute;
    left: 0px;
    transform: translate(30px, -25px);
}

.circle-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(23px, -35px);
    z-index: 11111;
    color: rgba(75, 108, 97, 1);
}

.circle-icon-bottom {
    position: absolute;

    left: 0px;
    transform: translate(23px, 0px);
    z-index: 11111;
    color: rgba(75, 108, 97, 1);
}

@media screen and (max-width:1200px) {
    .border-left-timeline-01 {
        display: none;
    }

    .circle-icon {
        display: none !important;
    }

    .circle-icon-bottom {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    .tab_edit {
        margin-top: 40px;
    }

    .detail_btn {
        margin-left: 15px !important;
    }

    #upload-btn {
        font-size: 12px;
        padding: 12px 12px;
    }

    .txt_update br {
        display: none;
    }

    .alert_box {
        width: -webkit-fill-available;
    }

    .alert_box .gap_box p br {
        display: none;
    }

    .para_tab_setting br {
        display: none;
    }

    .pb-7 {
        padding-bottom: 0.5rem;
    }

    .about_sec_bg {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    .img_width {
        width: 100% !important;
    }

    .about_img_mobile {
        margin-top: 20px !important;
    }

    .txt_create {
        margin-top: 0px !important;
    }

    .signup_form {
        padding: 10px 12px;
    }

    .signup_form form {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .signup_wrap {
        padding: 25px 22px;
    }

    .txt_stress {
        margin-top: 0px !important;
        line-height: 28px;
    }

    .flex-images {
        display: none !important;
    }


    .before-article {
        display: none;
    }

    section#timeline:before {
        display: none !important;
    }

    .img_01 {
        display: none;
    }

    section#timeline article div.inner span.date {
        display: none;
    }

    section#timeline article {
        display: flex;
        flex-direction: column;
    }

    section#timeline article div.inner {
        width: 100%;
    }

    .timeline_sec {
        margin-top: 0px !important;

    }

    .inner {
        text-align: left;
    }

    .flex-play {
        justify-content: flex-start !important;
    }

    .inner-02 {
        width: 100%;
    }

    section#timeline article div.inner {
        margin: 20px 0 0 0;
    }

    .inner-02 {
        margin-top: 30px;
    }

    .timeline-trans {
        background: transparent !important;
        padding: 0px;
    }

    .timeline_imgs {
        margin-bottom: 0px !important;
        height: -webkit-fill-available;
        width: 100%;
        margin-top: 0px !important;
    }

    .overlapping-div {
        padding: 20px !important;
    }

    section#timeline {
        width: 88%;
    }

    .fs-28 {
        font-size: 16px;
    }

    .inner h4 {
        font-size: 22px !important;
        margin-top: 0px !important;
    }

    .inner-02 h4 {
        font-size: 22px !important;
    }

    .inner-02 p br {
        display: none;
    }

    .inner p br {
        display: none;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }

    .number-circle.active {
        bottom: 12px;
    }

    .ss-item img {
        width: 75% !important;
        display: flex;
        margin: auto;
        margin-bottom: 50px;
    }

    .number-circle {
        bottom: 35px;
    }

    .ss-item {
        display: block;
    }

    .flex-images {
        flex-wrap: wrap;
        gap: 0px;
    }

    .item {
        flex: auto !important;
    }

    .footer-list {
        /* flex-direction: column; */
        margin-top: 20px;
        padding-left: 0px;
    }

    .footer-flex {
        justify-content: center !important;
        flex-direction: column;
    }
}

@media screen and (max-width:1280px) {
    .hero-heading {
        font-size: 6.6rem;
    }
}

@media screen and (max-width:1124px) {
    .hero-heading {
        font-size: 1.6rem;
        text-align: center;
    }

    .character-img {
        width: 150px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    h6 {
        font-size: 0.6rem;
    }

    .hide-on-mobile {
        display: none;
    }

    .cover-heading {
        font-family: Alegreya;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .content-text {
        color: #666;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.526px;
        /* 164.035% */
    }

    .content-heading {
        color: #666;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 29.526px;
        /* 164.035% */
        /* 164.035% */
    }


    .custom-btn {
        /* width: 100.925px; */
        border-radius: 5px;
        /* height: 34.653px; */
        font-size: 14px;
    }

    .homepage-overlay {
        display: none;
    }

    .section-heading {
        color: #333;
        font-family: Alegreya;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .tiger {
        display: none !important;
    }


    /* Make sure video fills section */
    .video-section {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .video-section video {
        position: absolute;
        top: 50%;
        left: 70%;
        min-width: 100%;
        min-height: 200px;
        width: auto;
        height: auto;
        z-index: 0;
        transform: translate(-50%, -50%);
    }

    .video-section {
        display: none;
    }

    .txt_work {
        text-align: left !important;
    }

    .para_work {
        text-align: left !important;
    }


}