
body{
    overflow-x:hidden;
    width:100%;
}
html,
body {
  height: 100%;
  margin: 0;
 font-family: 'Soalina', sans-serif;
 opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
  
}
a{
     text-decoration: none;
}
.card a{
     text-decoration: none;
}
.logo-section a{
     text-decoration: none;
}

/*body {*/
/*  background-image: url("../images/bg-1.png");*/
/*  overflow-x: hidden;*/
/*  height: 100vh;*/
/*  margin: 0;*/
/*  background-position: unset;*/
/*  background-size: cover;*/
/*}*/
body {
  background: url("../images/bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@font-face {
  font-family: 'Soalina';
  src: url('../fonts/SOALINA.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@keyframes fadeIn {
  to { opacity: 1; }
}
.header-icons {
 width: 82px;
height: 82px;
margin-top: -15px;
cursor: pointer;
}
.header-icons-menu {
 width: 56px;
height: 31px;
margin-top: -15px;
cursor: pointer;
}
.nav-head{
    margin-left:  50px;
    margin-right:  50px;
    margin-top:  47px;
    margin-bottom:12px;
}
.logo{
margin-top: -40px;
width: 669.664px;
height: 141.195px;
}
.hero {
  padding: 10px 83px;
  position: relative;
  z-index: -1 !important;
  
}
.hero img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Optional: rounded corners */
}
/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show overlay */
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Menu */
/* Menu */
.menu {
  position: fixed;
  top: 0;
  left: -340px;
  width: 320px;
  height: 100vh;

  /* Glass effect */
 background: rgba(255, 255, 255, 0.2);
border-right: 1px solid rgba(255, 255, 255, 0.2); /* transparent dark layer */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* for Safari */
 

  padding-top: 80px;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  font-family: 'Poppins', sans-serif;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

body.menu-open {
  overflow: hidden;
}
/* Show menu (slide in) */
.menu.active {
  left: 0;
}

/* Menu List */
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  transition-delay: calc(var(--i) * 0.05s); /* Delay for each item */
}

.menu.active ul li {
  opacity: 1;
  transform: translateX(0);
}

/* Menu Links */
.menu ul li a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}


.hero-h1{
    color: white;
    font-size: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.box{
   padding: 10px 100px; 
   font-family: 'Poppins', sans-serif;  
}


.box-btn {
    margin-top: 10px;
  background-color: #077F38; 
  color: white; 
  font-weight: bold;
  width: 100%;
  padding:20px 0;
  border: 4px solid #fff; 
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 40px;
 font-weight: 800;
line-height: 35px
}



.box-btn:hover {
  background-color: #006f34;
}

 .logo-section {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 16px;
    background: transparent;
  }

  .logo-heading {
    font-size: 130px;
    font-style: italic;
    letter-spacing:4px; 
    font-weight:600;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #fff;
    white-space: nowrap; /* keep it on one line */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
.img-fluid{
    max-width: 100%;
    height: auto;
    width: 100%;
}
  
.logo-section p{
    font-size:21px;
    color:white;
    font-weight:400;
    margin:0 auto;
    width:75%;
    margin-top:30px;
     font-family: 'Poppins', sans-serif;
    padding:0px 80px;
}
.carousel-inner {
  margin-top: 70px;
  overflow: visible;
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: grab;
  z-index: 0;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

.carousel-item img:hover {
  transform: scale(1.05);
  transform-origin: center;
  z-index: 5; 
}

.carousel-inner .d-flex {
  gap: 20px;
  overflow: visible;
}

/* Hide arrows */
.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.carousel-indicators [data-bs-target] {
  background-color: white; 
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 10px;
  opacity: 0.5; 
}

.carousel-indicators .active {
  background-color: black; 
  opacity: 1; 
}

.carousel-indicators {
  position: absolute;
  bottom: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-container {
  display: flex;
  gap: 20px;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}
.scroll-container:active {
  cursor: grabbing;
}



    footer{
        margin-top: 130px;
        padding: 10px 100px; 
        font-family: 'Poppins', sans-serif;  
    }
    .footer img{margin-bottom: 45px;width: 100%;}
    .footer p{
         font-size: 26px;
         font-weight: bold;
         color: white;
    }
    .quick{
            display: flex;
    align-items: center;
     position: relative;
     margin-top:10px;
    }
  .line-1 {
    position: absolute;
    top: 0%; 
    left: 150px;
    width: 1px;
    height: 80%; 
    background-color: #fff; 
    z-index: 99;
    opacity: 20%;
}
 .line-2 {
    position: absolute;
    top: 0%; 
    right: -30px;
    width: 1px;
    height: 80%; 
    background-color: #fff;
    z-index: 99;
    opacity: 20%;
}
    
    .quick-h5{
        display:flex;
        align-items:center;
        justify-content:center;
        font-size: 30px;
        font-weight: bolder;
        color: white;
            margin-top: 40px;
    }
.quick ul li a {
  font-size: 25px !important;
  font-weight: bold;
  color: white !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.quick ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: white; /* underline matches text color */
  transition: width 0.3s ease;
}

.quick ul li a:hover {
  color: #fff !important; /* subtle gray on hover */
}

.quick ul li a:hover::after {
  width: 80%; /* smooth underline grows in */
}
.quick ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;        /* important */
  padding: 0;
  margin: 0;
  gap: 40px;          /* optional spacing */
}

.quick ul li {
  list-style: none;
}
.footer-img img {
    width: 70%;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
}
  .footer-btn {
    margin-top: 5px;
  background-color: #077F38; 
  color: white; 
  font-weight: bold;
  width: 70%;
  padding: 14px 0;
  border: 4px solid #fff; 
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 22px;
  font-weight: 600;
}


.footer-icon-div{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-top: 10px;
    margin-bottom:20px;
    gap:30px;
}
.footer-icon,
.footer-icon-x {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Different padding for X icon */
.footer-icon-x {
  padding: 17px 11px;
}

/* 🔥 Hover: White BG + brand color */
.footer-icon:hover,
.footer-icon-x:hover {
  background: #fff;
  color: inherit;    /* let icon use its own color */
  transform: translateY(-3px);
}

/* 🎨 Brand colors */
.footer-icon i.bi-facebook { color: #fff; }
.footer-icon:hover i.bi-facebook { color: #1877F2; }

.footer-icon i.bi-instagram { color: #fff; }
.footer-icon:hover i.bi-instagram { color: #E4405F; }

.footer-icon-x i { color: #fff; }
.footer-icon-x:hover i { color: #000; }

.footer-icon i.bi-youtube { color: #fff; }
.footer-icon:hover i.bi-youtube { color: #FF0000; }

.footer-icon i.bi-tiktok { color: #fff; }
.footer-icon:hover i.bi-tiktok { color: #000; }
.footer-icon-x i{
    font-size: 32px;
}

/* Hover Effects - Brand Colors + Slight Scale */
.footer-icon-x:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.footer-icon-x:hover{
    color: black;
    background: #fff;
}
.footer-icon i{
    font-size: 32px;
}

/* Hover Effects - Brand Colors + Slight Scale */
.footer-icon:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.footer-icon:hover{
    color: black;
    background: #fff;
}
.footer-img{
    text-align: right;
}

.text-left a {
  color: white;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.text-left a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: white;
  transition: width 0.3s ease;
}

.text-left a:hover {
  color: #dcdcdc; /* subtle light gray on hover */
}

.text-left a:hover::after {
  width: 100%; /* smooth underline appears */
}
.gallery-img{
    border-radius:20px;
}
.gallery-h1{
    text-align:center;
    color:white;
    font-size:60px;
    margin-bottom:20px;
}
.form-data{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:20px;
    margin:50px 0px;
}
.form-heading{
    color: white;
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 600;
}
.form-box{
    
    padding: 50px 30px;
    border-radius: 10px;
    width: 100%;
}
.form-box h2{
    font-family: 'Poppins';
    font-size:20px;
    color:white;
    text-align:center;
}
.form-box button{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    background-color: #077F38;
    padding: 15px 40px !important;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color:white;
}
.form-data p{
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 4px black;
}
.signup-form{
  background:#fff;
  padding:40px;
  width:90%;
  max-width:700px;
  border-radius:8px;
  margin:40px auto;
  font-family:Poppins;
}

.signup-form h1{
  text-align:center;
  margin-bottom:30px;
}

.signup-form input{
  width:100%;
  padding:15px;
  margin-bottom:20px;
  border:1px solid #000;
}

.upload-box{
  border:1px solid #000;
  padding:15px;
  margin-bottom:20px;
}

.submit-btn{
  background:#0a8f3c;
  color:white;
  padding:12px 30px;
  border:none;
  cursor:pointer;
}

.carousel {
  margin: 100px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.track {
  display: flex;
  width: max-content;
  transition: transform 0.6s ease;
}

.group {
  display: flex;
  gap: 1em;
}

/* Cards stay same */
.card-testi {
  width: 517px;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.6s ease;
}

.card-testi:hover {
  transform: scale(1.06);
  z-index: 10;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.card-testi img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
}

/* Arrow buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 22px;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
}

.carousel-btn:hover {
  background: black;
}

.carousel-btn.prev {
  left: 20px;
}

.carousel-btn.next {
  right: 20px;
}
.carousel-btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.box .card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px !important;
}
.logo-section img {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    object-fit: cover;
}
.disclaimer{
    text-align:center;
    padding:50px;
}
.disclaimer h3{
    color:#fff;
    font-size:35px;
        font-family: 'Poppins', sans-serif;
        font-weight:700;
}
.disclaimer p{
   color:#fff;
    font-size:18px;
        font-family: 'Poppins', sans-serif;
        font-weight:500; 
}p.heading-from {
    font-size: 21px;
}
