@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #fefef6;
}

p {
    font-size: 21px;
}

.head-bg {
    /* background-image: url("../img/hero-bg-1.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.head-bg>div,
.head-bg>section {
    backdrop-filter: blur(5px);
}

.bg-container {
    /* background-image: url("../img/fether-5-1.png"); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.nav-bar-container {
    position: relative;
    z-index: 100;
}

/* Ensures the dropdown menu is hidden by default */
.nav-item.dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Display the dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Position the dropdown menu */
.navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.navbar-nav .nav-link {
    font-size: 21px;
}

.navbar-nav .dropdown-menu .nav-link {
    font-size: 21px;
}



/* nav drop down */
@media (max-width: 767.98px) {
    .navbar-collapse {
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fefef6;
        border: 1px solid #bfbfbf;
        box-shadow: 3px 4px 8px -6px;
        font-size: 21px;
    }

    .navbar-collapse.show {
        display: block;
        position: absolute;
        z-index: 9999;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
    }
}

.bg-container:nth-child(2) {
    background-position: top;
}

.bg-container:nth-child(3) {
    background-position: bottom;
}

.banner {
    height: 600px;
    width: 100%;
}

.banner-title {
    font-weight: 700;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.858);
    line-height: 1.1;
    margin-bottom: 25px;
}

.banner-text {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.858);
    line-height: 1.2;
    margin-bottom: 35px;
}

.banner-img img {
    height: 500px;
    width: auto;
    border-radius: 1rem;
}

.logo-text-wrapper {
    margin-left: -10px;
    margin-top: 10px;
}

.logo-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 29px;
    color: #25632d;
    font-family: 'Abril Fatface', serif;
}

.logo-text-1 {
    font-family: "Great Vibes", cursive;
    padding-left: -5px;
}

.logo-text-2 {
    font-weight: 700;
}

.title-primary,
.title-secondary {
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    color: rgba(0, 0, 0, 0.858);
    position: relative;
}

.title-primary {
    font-family: "Great Vibes", cursive;
}

.title-secondary::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100px;
    background-color: #25632d;
    margin: 20px 0;
}

.btn-now {
    background-color: #25632d;
    color: white;
    font-size: 21px;
    text-decoration: none;
}

.btn-now:hover {
    border: 1px solid #25632d;
    background-color: transparent;
    color: #25632d;
}

.btn-more {
    border: 1px solid #25632d;
    color: #25632d;
}

.btn-more:hover {
    background-color: #25632d;
    color: white;
}

.slider-thumb img {
    border-radius: 50%;
}


.slider-thumb::before {
    position: absolute;
    content: "";
    left: 56%;
    top: 12%;
    width: 580px;
    height: 580px;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
    border: 1px dotted #25632d;
    border-width: 3px;
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.wave {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0%;
    left: -10%;
    background: rgba(49, 152, 47, 0.304);
    width: 1000px;
    height: 850px;
    margin-left: -150px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 10000ms infinite linear;
    z-index: -1;
    overflow: none;
}

.wave.-three {
    animation: drift 7500ms infinite linear;
    position: fixed;
    background-color: #77ff874c;
}

.wave.-two {
    animation: drift 6000ms infinite linear;
    opacity: .1;
    background: rgba(0, 0, 0, 0.317);
    position: fixed;
}

.box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

/* Service Section */

.container-service {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;

    .content {
        height: 100%;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        padding: 30px;
        text-align: justify;
        background-color: #25632d;
        color: #fff;
        border-radius: 20px;

        h2 {
            text-align: start;
            padding-bottom: 20px;
        }

        p {
            font-size: 21px;
            line-height: 1.2;
            letter-spacing: normal;
        }
    }

    .img {
        min-height: 320px;
        height: 100%;
        border-radius: 0.375rem;
    }
}

/* Content Sections */

.content-section .content-block{
    padding: 10px;     
}

.content-section .tag {
    color: #25632d;
    display: inline-block;
    border-bottom: 3px;
    border-color: #25632d;
    border-style: double;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.content-section .number-tag{
    font-size: 38px;
    margin-bottom:10px;
}

/* About Section */

.about-section {
    position: relative;
    padding: 70px 0px;
}

.about-section .about-bg {
    background-image: url("../img/Container.jpg");
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

.about-section .about-content {
    padding-top: 40px;
    color: #fff;
    padding-left: 40px;

    .title {
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    p {
        font-size: 21px;
    }

    a {
        color: #fff;
        text-decoration: none;

        span {
            transition: all .3s ease-in-out;
        }

        &:hover span {
            padding-left: 5px;
        }
    }
}

.sec-title2 {
    color: #fff;

}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: #25632d;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 48px;
}

.sec-title .title::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #25632d;
}

/* Testimonial Section */

.testimonial-container {
    background-color: #25632d;
    border-radius: 0.375rem;
    color: #fff;
    margin: 20px auto;
    max-width: 768px;
    padding: 50px 80px;
    position: relative;
}

.fa-quote {
    color: rgba(255, 255, 255, 0.3);
    font-size: 28px;
    position: absolute;
    top: 70px;
}

.fa-quote-right {
    left: 40px;
}

.fa-quote-left {
    right: 40px;
}

.testimonial {
    line-height: 28px;
    text-align: justify;
    margin: 35px 0;
}

.user {
    align-items: center;
    display: flex;
    justify-content: center;
}

.user .user-image {
    border-radius: 50%;
    height: 75px;
    object-fit: cover;
    width: 75px;
}

.user .user-details {
    margin-left: 10px;
    text-align:center;
}

.user .username {
    margin: 0;
}

.user .role {
    font-weight: normal;
    margin: 10px 0;
    font-style:italic;
}

.progress-bar {
    animation: grow 10s linear infinite;
    background-color: #fff;
    height: 4px;
    transform-origin: left;
    width: 100%;
}

@keyframes grow {
    0% {
        transform: scaleX(0);
    }
}

@media (max-width: 768px) {
    .testimonial-container {
        padding: 20px 30px;
    }

    .fa-quote {
        display: none;
    }
    
    .fa-quote-left:before {
        display:none;
    }
    .fa-quote-right:before {
        display:none;
    }
}

/* Enquiry Section */

.lead-form-title h2 {
    font-size: 56px;

    span {
        color: #25632d;
        font-weight: 400;
    }
}

.contact-form {
    border: 2px solid #25632d;
    color: #fff;
    padding: 40px;
    border-radius: 0.375rem;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact-form .form-group {
    width: 100%;
}

.contact-form input {
    height: 60px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #25632d;
    border-radius: 0;
    outline: none;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #9e9e9e;
    font-size: 1.1em;
    font-weight: 500;
}

/* Footer Section */

.footer {
    position: relative;
    /* background: #25632d; */
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5rem;
}

.footer-2 {
    background: #25632d;
    margin-top: 0;
}

.social-icon,
.menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
    padding: 0;
}

.social-icon__item,
.menu__item {
    list-style: none;
}

.social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

.social-icon__link:hover {
    transform: translateY(-10px);
}

.menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
}

.menu__link:hover {
    color: white;
}

.menu__link:hover {
    opacity: 1;
}

.footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
}

.waves>use {
    animation: move-forever 3s -2.5s linear infinite;
}

.waves>use:nth-child(2) {
    animation-delay: -5s;
    animation-duration: 2.5s;
}

.waves>use:nth-child(3) {
    animation-delay: -1s;
    animation-duration: 2s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

footer svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5vw;
    max-height: 400px;
}

/* Button Styles */

.btn_wrap i {
    opacity: 0;
    font-size: 28px;
    color: #25632d;
    will-change: transform;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 240px;
    height: 50px;
    background-color: #EEEEED;
    border-radius: 0.375rem;
    padding: 0 10px;
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn_wrap:hover {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.btn_wrap span {
    position: absolute;
    z-index: 99;
    width: 240px;
    height: 72px;
    border-radius: 0.375rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 2px;
    color: #25632d;
    background-color: #fff;
    padding: 0 10px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.btn_wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 50px;
    border-radius: 80px;
}

.btn_wrap .container i:nth-of-type(1) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.btn_wrap .container i:nth-of-type(2) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.btn_wrap .container i:nth-of-type(3) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.btn_wrap .container i:nth-of-type(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.btn_wrap:hover span {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px)
}

.btn_wrap:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Footer Section Desgin */

.main-footer {
    /* position: fixed; */
    /* bottom: 0px; */
    width: 100%;
    background: #25632dfa;
}

.main-footer .main-content {
    display: flex;
}

.main-footer .main-content .footer-box {
    flex-basis: 50%;
    padding: 10px 20px;
}

.main-footer .footer-box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.main-footer .footer-box .content {
    margin: 20px 0 0 0;
    position: relative;
    color: #fff;
}

.main-footer .footer-box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #fff;
}

.main-footer .footer-box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #000;
    top: -10px;
}

.main-footer .left .content p a {
    text-decoration: none;
    color: #fff;
    font-size: 1.125rem;
}

.main-footer .left .content p a:hover {
    text-decoration: underline;
}

.main-footer .left .content .social {
    margin: 20px 0 0 0;
}

.main-footer .left .content .social a {
    padding: 0 2px;
}

.main-footer .left .content .social a span {
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}

.main-footer .left .content .social a span:hover {
    background: #25632dfa;
}

.main-footer .center .content .fas {
    font-size: 1.4375rem;
    background: #fff;
    color: #000;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #fff;
}

.main-footer .center .content .fas:hover {
    background: #25632dfa;
    color: #fff;
}

.main-footer .center .content .text {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}

.main-footer .center .content .phone {
    margin: 15px 0;
}

.main-footer .right form .text {
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #fff;
}

.main-footer .right form .msg {
    margin-top: 10px;
}

.main-footer .right form input,
.main-footer .right form textarea {
    width: 100%;
    font-size: 1.0625rem;
    background: #fff;
    padding-left: 10px;
    border: 1px solid #fff;
}

.main-footer .right form input:focus,
.main-footer .right form textarea:focus {
    outline-color: #3498db;
}

.main-footer .right form input {
    height: 35px;
}

.main-footer .right form .btn {
    margin-top: 10px;
    padding: 0;
}

.main-footer .right form .btn button {
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
    padding: 10px 50px;
}

.main-footer .right form .btn button:hover {
    background: #25632dfa;
    color: #fff;
    border: 1px solid #fff;
}

.main-footer .bottom center {
    padding: 5px;
    font-size: 0.9375rem;
    background: transparent;
}

.main-footer .bottom center span {
    color: #fff;
}

.main-footer .bottom center a {
    color: #f12020;
    text-decoration: none;
}

.main-footer .bottom center a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .main-footer {
        position: relative;
        bottom: 0px;
    }

    .main-footer .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .main-footer .main-content .footer-box {
        margin: 5px 0;
    }
}

/* ==================================== */
/* ------------- About Us ------------- */
/* ==================================== */

.julie {
    font-style: italic;
    color: #25632d;
    font-size: 42px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
}

.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #25632d;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.page-section {
    padding: 6rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}



.text-center {
    text-align: center !important;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.section_all {
    position: relative;
    padding-bottom: 80px;
    min-height: 100vh;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #25632d;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #25632d;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    font-size: 32px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

/* ==================================== */
/* ------------- Contact Us ------------- */
/* ==================================== */


.right_conatct_social_icon {
    background: #25632d;
}

.contact_us {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 0.375rem;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 0.375rem 0 0 0.375rem;
    color: #fff;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: #25632d;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 0.375rem;
    overflow: hidden;
}


/* Background Animation */

.box div {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 6px solid rgba(150, 148, 148, 0.397);
    z-index: 99;
}

.box div:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
}

.box div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
}

/* New Divs */
.box div:nth-child(11) {
    top: 50%;
    left: 15%;
    animation: animate 8s linear infinite;
}

.box div:nth-child(12) {
    top: 5%;
    left: 35%;
    animation: animate 14s linear infinite;
}

.box div:nth-child(13) {
    top: 30%;
    left: 70%;
    animation: animate 11s linear infinite;
}

.box div:nth-child(14) {
    top: 15%;
    left: 85%;
    animation: animate 13s linear infinite;
}

.box div:nth-child(15) {
    top: 75%;
    left: 20%;
    animation: animate 10s linear infinite;
}

.box div:nth-child(16) {
    top: 85%;
    left: 60%;
    animation: animate 9s linear infinite;
}

.box div:nth-child(17) {
    top: 45%;
    left: 5%;
    animation: animate 7s linear infinite;
}

.box div:nth-child(18) {
    top: 10%;
    left: 55%;
    animation: animate 17s linear infinite;
}

.box div:nth-child(19) {
    top: 60%;
    left: 5%;
    animation: animate 6s linear infinite;
}

.box div:nth-child(20) {
    top: 95%;
    left: 5%;
    animation: animate 18s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(-90px) rotate(360deg);
        opacity: 1;
    }

    100% {
        transform: scale(1.3) translateY(-90px) rotate(-180deg);
        border-radius: 50%;
        opacity: 0;
    }
}

/* ==================================== */
/* ------------- Blog Page ------------- */
/* ==================================== */

#custom-cards {
    .card {
        background-size: cover;

        /* Reduce background image opacity */
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: overlay;
    }
}

.blog-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 58px;
    font-weight: 700;
    color: #000;
}

.blog-section ul li{
    font-size:21px;
}

@media (max-width: 767px) {
    .blog-title {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 30px;
    }
}

.fixed-col {
    position: sticky;
    top: 0;
}

.link-tag {
    text-decoration: none;
    color: #000;
    gap: 20px;
}

.link-tag:hover {
    color: #25632d;
}

.link-tag:hover .link-tag-icon {
    background-color: #25632d;
    fill: #fff;
}

.list-division {
    height: 400px;
    width: 270px;
    overflow-y: scroll;
}

/* scroll bar */

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #25632d;
}


.message {
    padding: 50px;
}

.message div {
    border: 1px solid #25632d;
    padding: 50px;
    box-shadow: -15px 15px 0px 1px #25632d;
}

/* ==================================== */
/* ------------- Faq Page ------------- */
/* ==================================== */


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-section h5, .faq-section p, .faq-section li {
    font-size:21px !important;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #25632d;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(30, 233, 81, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
}

.faq .card .card-header .faq-title .badge .in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #25632d;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

#loader {
    display: none;
}

#loader>div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.loader-large {
    width: 5rem;
    height: 5rem;
}

        
/* Modal styles */
#responseModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#responseModal>div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 80%;
    max-width: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#responseModal .modal-header {
    background: #25632d;
    color: #fff;
    padding: 15px;
    font-size: 21px;
}
#responseModal .modal-body {
    padding: 20px;
    font-size: 18px;
    color: #333;
}
#responseModal .modal-footer {
    text-align: right;
    padding: 10px;
    background: #f1f1f1;
}
#responseModal .close-btn {
    background: #25632d;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}