body{
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.row {
    max-width: 100%;
    overflow-x: hidden;
   }

/*header section start*/

.nav1{
  position: fixed;
  margin-top: 20px;
  z-index: 100;
  width: 100%;
  
}


.navbar{
   background-color: #1D3D38;
   border-radius: 20px;
   padding: 10px 20px;
}

.navbar-brand{
    color: #ffffff;
}

.navbar-brand:hover{
    color: #ffffff;
}

.navbar .nav-link {
      color: white;
      font-weight: 400;
      font-size: 18px;
    }

  .navbar ul li{
    margin-left: 40px;
  }

  .pen{
    background-color: #f0f0f0;
    color: #1D3D38 !important;
    border: none;
    border-radius: 15px;
    display:inline;
    padding: 5px;
  }

  .button{
    padding: 10px 25px;
    background-color: white;
    color: #000000;
    border-radius: 10px;
    border: none;
    font-weight: 600;
  }

  .button:hover{
    background-color: #c6a969;
    color: #1D3D38;
  }


  /*header section end*/

  /*first section start*/

  .main_hero{
    padding-bottom: 80px;
  }

  .hero{
    margin-top: 150px;
  }

  .hero h1{
    font-size: 50px;
    font-weight: 500;
  }

  .hero p{
     margin-top: 20px;
     color: rgb(57, 57, 57);
     font-size: 23px;
     font-weight: 500;
  }

  .hero1{
    margin-top: 130px;
  }

  /*first section end*/

  /*second section start*/

  .bag{
    background-color: #F6F7F5;
  }

  .bag1{
    margin-top: 80px;
    text-align: center;
    padding-bottom: 80px;
  }

  .bag1 img{
    margin-top: 10px;
  }

  .bag1 p{
    margin-top: 20px;
    color: rgb(58, 58, 58);
  }

  .bag1 h4{
    margin-top: 10px;
  }

  /*second section end*/


  /*three section start*/

  .moon{
    margin-top: 100px;
  }

  .moon p{
    margin-top: 20px;
    line-height: 30px;
    color: rgb(77, 77, 77);
  }

  .moon1{
    margin-top: 50px;
    padding-bottom: 30px;
  }
/*three section end*/

/*four section start*/

.good{
 margin-top: 50px;
text-align: center;
padding-bottom: 50px;
}

.good p{
  font-size: 23px;
  color: #3d3d3d;
  margin-top: 20px;
}

.bt{
  padding: 10px 20px;
  background-color: white;
  color: #000000;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
}

.bt:hover{
  background-color: #c6a969;
  color: #1D3D38;
}

/*four section end*/

/*five section start*/

.book{
  margin-top: 80px;
  text-align: center;
}

.book1{
  background-color: #F6F7F5;
  border-radius: 20px;
  padding: 30px;
  border: none;
  margin-top: 20px;
}

.book1 p{
  color: #464646;
  line-height: 30px;
}

/*five section end*/

/*six section start*/

.lamp{
  background-color: #F6F7F5;
  margin-top: 80px;
}

.mob{
  margin-top: 80px;
  text-align: center;
}

.slider-container{
  width: 80%;           
  margin: 80px auto;
  overflow: hidden;
  position: relative;
}

.slider{
  display: flex;
  transition: transform 0.5s ease;
}

.box{
  width: 100%;          
  height: 300px;
  background: #ffffff;
  border-radius: 30px;
  flex-shrink: 0;
  border-bottom: 4px solid #1D3D38;     
}

.box h3{
  margin: 50px;
}

.box p{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -20px;
  font-size: 18px;
}

.box:hover{
  background-color: #1D3D38;
  color: white;
  border-color: #c6a969;
}

.btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 15px;
  background: #ffffff;
  color: #1D3D38;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #1D3D38;
}

#prev{ left: 10px; }
#next{ right: 10px; }

/*six section end*/

/*seven section start*/

.sun{
  margin-top: 80px;
  text-align: center;
}

.sun p{
  color: #3f3f3f;
}

.slider-container2{
  width: 80%;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.slider2{
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide2{
  width: 100%;
  flex-shrink: 0;
}

.slide2 img{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.btn2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 15px;
  background: #ffffff;
  color: #1D3D38;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #1D3D38;
}

#prev2{ left: 10px; }
#next2{ right: 10px; }

/*seven section end*/

/*eight section start*/

.look{
  background-color: #F6F7F5;
  padding-bottom: 80px;
}

.look1{
  text-align: center;
  margin-top: 80px;
}

/*eight section end*/

/*nine section start*/

.hover-card {
  position: relative;
  margin-top: 80px;
  border-radius: 20px;
  overflow: hidden;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.3s ease;
  filter: brightness(100%); /* normal state */
}

/* Name Tag */
.hover-name {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #1d4d4f;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.hover-card:hover img {
  filter: brightness(200%); /* hover pe image full bright */
}

.hover-card:hover .hover-name {
  opacity: 1;
  transform: translateY(0);
}


.cos1{
  margin-top: 80px;
}

.cos1 p{
  margin-top: 25px;
  color: #454444;
  line-height: 35px;
}

/*nine section end*/

/*ten section start*/

.call{
  background-color: #f8f8f8;
  margin-top: 50px;
  padding-bottom: 80px;
}

.call1{
  margin-top: 80px;
  text-align: center;
}

.cc{
  margin-top: 30px;
}

.hover-light {
    border-radius: 15px;
    transition: 0.3s ease;
    filter: brightness(100%);
}

.hover-light:hover {
    filter: brightness(200%);
}

/*ten section end*/

/*eleven section start*/

.star{
  background-color: #f2f2f2;
  padding-bottom: 80px;
}

.star1{
  margin-top: 80px;
  text-align: center;
}

/*eleven section end*/

/*12th section start*/

.lux{
  margin-top: 50px;
}

.lux1{
  margin-top: 80px;
}

.lux1 h3{
  color: rgb(58, 58, 58);
}

.form-container {
            background: #f7f9f7;
            padding: 30px;
            border-radius: 25px;
            margin-top: 20px;
        }

        .form-container h2 {
            margin-bottom: 5px;
            color: #0f3b2f;
            font-size: 26px;
        }

        .form-container p {
            margin-bottom: 30px;
            color: #555;
        }

        .raw {
            display: flex;
            gap: 40px;
            margin-bottom: 25px;
        }

        .input-box {
            width: 100%;
            position: relative;
        }

        .input-box input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #8aa19c;
            background: transparent;
            padding: 10px 0;
            font-size: 15px;
            outline: none;
        }

        .input-box label {
            position: absolute;
            top: 10px;
            left: 0;
            color: #8aa19c;
            font-size: 14px;
            pointer-events: none;
            transition: 0.3s ease;
        }

        .input-box input:focus+label,
        .input-box input:not(:placeholder-shown)+label {
            top: -10px;
            font-size: 12px;
            color: #0f3b2f;
        }

        .bbb {
            margin-top: 15px;
            padding: 12px 30px;
            border: none;
            background: #0f3b2f;
            color: #fff;
            font-size: 16px;
            border-radius: 8px;
            cursor: pointer;
        }

        .bbb:hover {
            background: #0d2f26;
        }

        .bii{
           padding: 8px 16px;
           background-color: white;
            color: #000000;
            border: none;
            border-radius: 10px;
            font-weight: 600;
            margin-top: 10px;
            font-size: 18px;
            margin-top: 20px;
            margin-left: 30px;
            border: 0.5px solid rgba(0, 0, 0, 0.318);
        }

        .bii:hover{
       background-color: #c6a969;
       color: #1D3D38;
      }

      /*12th section end*/

      /*13th section start*/

   .luck{
    background-color: #F6F7F5;
    margin-top: 50px;
    padding-bottom: 80px;
   }
    
   .luck1{
    margin-top: 80px;
    text-align: center;
   }

   .faq-container {
  max-width: 850px;
  margin-top: 50px !important;
  margin: auto;
}

.faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 18px;
  padding: 0 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.faq-question {
  width: 100%;
  padding: 22px 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
}

.faq-answer p {
  padding: 0 0 22px 0;
  color: #555;
  line-height: 1.6;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

/*13th section end*/

/*footer section start*/

.footer{
  background-color: #1D3D38;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-top: 5px solid #c6a969;
  padding-bottom: 50px;
}

.footer1{
  margin-top: 80px;
  text-align: center;
}

.footer1 p{
  margin-top: 30px;
  color: white;
}

.lu{
  color: #f0f0f0;
  margin-top: 30px;
}

.footer2{
  list-style: none;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.bax{
  background-color: rgba(255, 255, 255, 0.241);
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}

.bax:hover{
  background-color: white;
  color: #0d2f26;
}

.main_foot{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.last{
  margin-top: 80px;
  text-align: center;
  color: white;
}