.navbar {
  transition: all 0.4s ease;
  padding: 50px 0px 10px 0px;
}

.navbar.transparent {
  background: transparent;
}

.navbar.scrolled {
  background: #0c3525;
  padding: 10px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.inner_page_padding{
      padding: 180px 0px 20px 0px;
}

/* Change text color when scrolled */
.navbar.transparent .nav-link {
  color: #14ae5a;
  font: normal 600 18px / 22px "DM Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  padding: 8px 15px 8px 15px;
}

.navbar.ncolor .nav-link {
  color: #14ae5a;
  font: normal 600 18px / 22px "DM Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  padding: 8px 15px 8px 15px;
}

.navbar.scrolled .nav-link {
  color: #14ae5a;
  font: normal 600 18px / 22px "DM Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  padding: 8px 15px 8px 15px;
}

.navbar.ncolor {
    background: #0c3525;
}

.active{
    background-color: #7fc043;
    border-radius: 25px;
    color: #fff !important;
}

.dropdown-item {
    color: #14ae5a;
    font: normal 600 18px / 22px "DM Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 8px 15px 8px 15px;
}
.dropdown-menu {
    background: #0c3525;
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #7fc043;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #7fc043;
}

.hero-section {
    background: url('../images/almond_background.jpg') center center/cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.0);
}

.hero-content-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    border-radius: 10px;
    max-width: 520px;
}

.hero-content-box h1 {
    color: #18a558;
    font-weight: 600;
}

.hero-content-box hr {
    width: 80px;
    height: 3px;
    background-color: #18a558;
    border: none;
    opacity: 1;
}

.hero-content-box p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-content-box {
        margin: 20px;
        padding: 25px;
    }
}

/* Hero Section */
.hero {
  position: relative;  
  height: 130vh;
  background: url('../images/hero.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60); /* Darkness Level */
  z-index: -1;
}


.hero h1 {
  font-family: "DM Sans", sans-serif;
    color: rgb(127, 192, 67);
    text-decoration: none;
    white-space: nowrap;
    line-height: 70px;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 60px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
 
.lead{
    font-family: "Open Sans";
    color: rgb(20, 174, 90);
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 30px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.lead_second{
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: center;
    line-height: 31px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 21px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    width:80%;
    margin:0px auto;
}

.cont_box{
    width: 45%;
    margin: 10px auto;
    border: 3px solid white;
    padding: 8px 0px 8px 0px;
}
.Box_innerText{
    font-size: 35px;
    font-weight: 600;
}
.Box_innerText span{
    color: rgb(127, 192, 67);
    font-size: 30px;
}


.leaf{
    width: 100%;
    margin-top: 180px;
}
.leaf-circle{
    width: 90px;
    height: 90px;
    background: white;
    padding: 10px;
    border-radius: 100px;
    margin: 0px auto;
}
.leaf-circle img{
    width:70px;
    margin-top:20px;
}

.inner-section{
      padding: 20px 0 !important;
      background: #fff !important;
      position: relative;
}

    .inner-section h2{
        font-weight: 600;
        letter-spacing: 1px;
    }

    .inner-section h1{
        color: #1fae5b;
        font-size: 32px;
        line-height: 50px;
        font-weight: 600;
    }    

    .inner-section p{
        font-size: 20px;
        line-height: 1.3;
        color: #1b1b1b;
        font-weight: 400;
    }

    .inner-section img{
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .mt-30{
      margin-top:30px;
    }
    .contact_class{
            padding: 0px 0px 100px 0px;
    }

.welcome-section{
        background-image: url(../images/background-.png);
        padding: 80px 0;
        position: relative;
    }

    .welcome-section h2{
        font-weight: 600;
        letter-spacing: 1px;
    }

    .welcome-section h1{
        color: #1fae5b;
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }

    .leaf-icon{
        font-size: 35px;
        color: #1fae5b;
        margin: 15px 0;
        text-align: center;
    }

    .welcome-section p{
        font-size: 20px;
        line-height: 1.3;
        color: #1b1b1b;
        font-weight: 400;
    }

    .welcome-img img{
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }


    .green-box{
    background: #0c3525;
    border-radius: 20px;
    border: 3px solid black;
    padding: 60px;
    color: #14ae5a;
    position: relative;
    position: relative;
}

.green-box h1{
    font-size:80px;
    font-weight:700;
    color:#7CFC00;
}

.green-box h4{
    letter-spacing:2px;
    margin-top:-10px;
}

.service-list{
    list-style:none;
    padding:0;
}

.service-list li{
    margin-bottom:8px;
}

.service-list a{
    color: #14ae5a;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 21px;
}

.service-list a:hover{
   
    text-decoration: none;
}

.service-list i{
    margin-right:10px;
    color:#7CFC00;
}

.tagline{
    text-align:center;
    font-family: "Dancing Script", cursive;
    font-size:42px;
    margin-top:30px;
    font-weight: 700;
    color: #000000;
}

.sustainable{    
    font-family: 'Dancing Script';
    font-weight: 700;
    line-height: 35px;
    color: #14ae5a;
    text-align: center;
    font-size: 30px;
    position: absolute;
    right: 50px;
}

.sustainable i{
    font-size:28px;
}

@media(max-width:768px){
    .green-box{
        padding:30px;
        text-align:center;
    }
    .green-box h1{
        font-size:50px;
    }
    .sustainable{
        position:static;
        margin-top:20px;
    }
}

.why-section{
    background:#f2f2f2;
    padding:40px 0;
}

.why-title{
    text-align:center;
    margin-bottom:50px;
}

.why-title h2{
    font-size:45px;
    font-weight:600;
    color:#14ae5a;
}

.why-title .leaf{
    font-size:28px;
    color:#14ae5a;
    margin-top:10px;
}

.why-box{
    background:#7cc043;
    border-radius:5px;
    padding:60px 20px;
    text-align:center;
    color:white;
    transition:0.3s;
}
.why-box img{
    width: 7em;
    max-width: 100% !important;
}

.why-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.why-box i{
    font-size:60px;
    margin-bottom:25px;
}

.why-box h5{
    font-weight:600;
    font-size:16px;
}
.mt-0{
  margin-top:0px;
}

@media(max-width:768px){
    .why-title h2{
        font-size:32px;
    }
    .why-box{
        margin-bottom:20px;
    }
}

.cta-section{
    position:relative;
    background:url('../images/CTA.jpg') center/cover no-repeat fixed;
    padding:120px 0;
}

/* Dark overlay */
.cta-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.25);
}

/* Glass Box */
.cta-box{
    position:relative;
    background:rgba(255, 255, 255, 0.72);
    padding:40px;
    border-radius:8px;
    backdrop-filter: blur(0px);
}

/* Left Title */
.cta-title{
    font-weight: bold;
    color: #0c3525;
    margin-top: -15px;
    margin-bottom: 15px;
}

/* Text */
.cta-text{
    font-weight:700;
    color: #0c3525;
    font-size: 22px;
}

.cta-text span{
    font-weight:700;
    text-decoration:underline;
}

/* Button */
.cta-btn{
    border:2px solid #1b4d36;
    padding:12px 30px;
    font-weight:600;
    color:#1b4d36;
    transition:0.3s;
}

.cta-btn:hover{
    background:#1b4d36;
    color:white;
}

@media(max-width:768px){
    .cta-title{
        font-size:30px;
        margin-bottom:20px;
    }
    .cta-text{
        font-size:22px;
        margin-bottom:20px;
    }
}


.main-footer{
    background:#0d3f2e;
    color:#b7e8c7;
    padding:70px 0 0;
}

.footer-logo{
    font-size:70px;
    color:#7CFC00;
    font-weight:700;
}

.footer-sub{
    letter-spacing:2px;
    margin-top:-15px;
}

.footer-title{
    color: #14ae5a;
    margin-bottom:20px;
    font-size: 1.15rem;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    padding-bottom:8px;
    transition:0.3s;
}
.footer-links li a{
   color: white;
}

.footer-links li a:hover{
    color:#7fc043;
    padding-left:0px;
}

.footer-links i{
    margin-right:8px;
}

.main-footer a{
    color:#b7e8c7;
    text-decoration:none;
}

.main-footer a:hover{
    color:white;
}

.payment-img{
    margin-top:20px;
    max-width:300px;
}

.social{
    margin-top:15px;
}


.social i{
    background: #2e5143;
    color: white;
    padding: 7px 10px 10px 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.social i:hover{
    background-color:#7CFC00
}

.footer-bottom{
    
    padding:20px 0;
    margin-top:50px;
    font-size:14px;
}
.hr{
  border-top: 1px solid rgba(255, 255, 255, 0.13);
      padding: 10px 0 10px 0;
}
.favi{
  float: left;
  padding: 30px 10px 20px 0px;
}
.pstyle{
    color: white;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    line-height: 25px;
}
.text-right{
  text-align: right;
  color: white;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    line-height: 25px;
}
/*
Playfair Display: CSS class for a variable style

// <weight>: Use a value from 400 to 900
// <uniquifier>: Use a unique and descriptive class name

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
Montserrat: CSS class for a variable style

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
Raleway: CSS class for a variable style

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
Roboto: CSS class for a variable style

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
Great Vibes: CSS class

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
Arimo: CSS class for a variable style

// <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name

.arimo-<uniquifier> {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}
*/
@media (max-width: 768px) {
    .top_disable{
        display: none;
    }
    .hero h1 {
        font-size: 32px;
        letter-spacing: 0px;
        font-weight: 800;
        line-height: 40px;
        white-space: break-spaces;

    }
    .lead {
        font-size: 21px;
        line-height: 25px;
        font-weight: 500;
        white-space: break-spaces;
    }
    .lead_second {
        font-size: 20px;
        white-space: break-spaces;
        font-weight: 400;
        line-height: 30px;
    }
    .Box_innerText {
        font-size: 18px;
    }
    .Box_innerText span {
        font-size: 15px;
    }
    .cont_box {
        width: 85%;
    }
    .leaf {
        margin-top: 140px;
    }
    .hero {
        height: 130vh;
    }
    .welcome-section h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .welcome-section p {
        font-size: 20px;
    }
    .service-list li {
        text-align: left;
    }
    .tagline {
        font-size: 22px;
    }
    section {
        padding: 10px 0;
    }
    .payment-img {
        max-width: 100%;
        width: 100%;
    }
    .text-right {
        text-align: center;
        font-size: 20px;
    }
    .pstyle {
        text-align: center;
        font-size: 22px;
        line-height: 33px;
        padding: 22px;
    }
    .inner-lead {
        font-size: 18px !important;
    }
    .inner-section p {
        font-size: 16px;
    }
    .inner-section h1 {
        font-size: 22px;
    }
    .standard-arrow li {
        font-size: 16px !important;
    }
    .leaf-icon {
        font-size: 15px;
        margin: 10px 0;
    }
    .service-list a {
        font-size: 17px;
    }
    section {
        padding: 10px 0;
    }
    .footer-links li a {
        font-size: 22px;
    }
    .footer-title {
        font-size: 1.5rem;
    }
    p {
        font-size: 22px;
    }
    .favi {
        display: none;
    }

   
}

.navbar_top{
    position: absolute;
    z-index: 10000;
    width: 100%;
    background-color: rgba(12, 53, 37, 0.3);
    padding: 8px 0px 5px 0px;
    border-bottom: 1px solid #4e4e4e;
}
.cont_no{
    color:#7fc043;
    font-weight: 500;
}

.cont_no i{
    color:#7fc043;
}
.social{
    color:#7fc043;
    font-weight: 500;
}
.social i{
    color:#7fc043;
}
/* --Indoor-- */
.inner-lead{
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 30px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.inner-hero {
  background-color: #7fc043;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  z-index: 1;
}

.uvc-heading-spacer {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.uvc-headings-line {
    display: block;
    width: 100%;
    max-width: 100%;
}
.standard-arrow ul{
  padding-left: 0px;
}

.standard-arrow li{
  position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 20px;
    line-height: 1.3;
    color: #1b1b1b;
    font-weight: 400;
}

/*------------------*/

a {
    color: rgb(127 192 67);
    text-decoration: underline;
}




/* --Indoor-- */
.contact-section {
            padding: 60px 0;
        }

        .info-box {
            background: #f0f0f0;
            padding: 40px;
            border-radius: 8px;
        }

        .info-box i {
            font-size: 28px;
            color: #198754;
            margin-bottom: 10px;
        }

        .info-box h6 {
            font-weight: 600;
            color: #198754;
        }

        .info-box p,
        .info-box a {
            color: #198754;
            text-decoration: none;
            font-size: 18px;
        }

        .contact-form-card {
            background-color: #0d3b2e;
            padding: 30px;
            border-radius: 8px;
            color: #fff;
        }

        .contact-form-card h4 {
            margin-bottom: 20px;
            font-weight: 600;
        }

        .contact-form-card .form-control {
            margin-bottom: 15px;
            border-radius: 4px;
        }

        .btn-custom {
            background-color: #7ac943;
            border: none;
            font-weight: 600
        }

        section {
          padding: 100px 0;
        }

        .parag{
              text-align: center;
    font-size: 30px;
    color: #198754;
        }



  /* Add your styles here */
    
    .services .card {
      transition: transform 0.3s;
    }
    .services .card:hover {
      transform: translateY(-5px);
    }
/* Dropdown submenu position */
.dropdown-submenu {
  position: relative;
}



.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-left: .1rem;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Arrow indicator */
.dropdown-submenu > a::after {
  content: "▶";
  float: right;
  margin-top: 5px;
  font-size: 12px;
}

/* Mobile fix */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    left: 0;
    top: 100%;
  }
}