*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar{
  background-color: #ee7e33;
}
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #222; /* Dark text on hover */
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Mobile Navbar Hover */
.offcanvas-body .nav-link {
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
  border-radius: 5px;
  padding: 8px 12px;
}

.offcanvas-body .nav-link:hover {
  background: rgba(255, 255, 255, 0.2); /* subtle highlight */
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
  font-weight: 600;
}
body {
      font-family: 'Poppins', sans-serif;
    }
      .offcanvas.custom-size {
      width: 220px;
      height: 60vh;
      top: 0;
      border-radius: 0 1rem 1rem 0;
    }
    .menu-logo {
      width: 40px;  /* adjust logo size */
      margin-bottom: 1rem;
      margin-top: 1rem;
    }
    html{
      scroll-behavior: smooth;
    }
    .navbar-light .navbar-toggler{
      color: rgba(255, 255, 255, 0.55) !important;
        border-color: rgb(255 255 255 / 10%) !important;
    }
    .navbar-light .navbar-brand{
      color: #fff !important;
    }
    
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/Hamburger.png) !important;
}
    
    .hero {
  background: url('../images/banner_img.png') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 120px 20px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.hero-content {
  position: relative;
  z-index: 2;
}
    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }
    .hero p {
      font-size: 1.2rem;
      margin-top: 10px;
      color: wheat;
    }
    .hero-content {
  text-align: center;
  padding: 60px 20px;
  color: #4b2e14;
  font-family: 'Georgia', serif;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: wheat; ; /* deep earthy tone */
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.2);
}

    .btn {
     background: #ff9800 !important; /* Orange theme */
  color: white !important;
  border: none;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  font-weight: 500;
  transition: all 0.3s ease !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.btn:hover{
 transform: scale(1.08); /* Zoom slightly */
  background: #e68900;   /* Darker orange */
  box-shadow: 0 6px 12px rgba(0,0,0,0.25); /* Bigger shadow */
  color: #fff;
}
.btn:active{
  transform: scale(0.96);
}
    /* About */
    .about-section {
      padding: 60px 20px;
    }
    .about-section img {
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    /* Features */
     /* .feature-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  background-color: #ff6600;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.4);
}

.feature-card h5,
.feature-card p {
  transition: transform 0.4s ease, color 0.3s ease;
  transform: translateZ(0);
}
.feature-card:hover h5,
.feature-card:hover p {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


.feature-card:hover h5 {
  transform: translateZ(15px);
  color: #fff;
}

.feature-card:hover p {
  transform: translateZ(10px);
  color: #f0f0f0;
} */


/* From Uiverse.io by Smit-Prajapati */ 
.parent {
  width: 290px;
  height: 300px;
  perspective: 1000px;
}

.card {
  cursor: pointer;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(135deg, rgb(255, 153, 0) 0%, rgb(226, 95, 8) 100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(71, 18, 5, 0) 40px 50px 25px -40px, rgba(71, 29, 5, 0.2) 0px 25px 25px -5px;
}

.glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}

.content {
  padding: 100px 60px 0px 30px;
  transform: translate3d(0, 0, 26px);
}

.content .title {
  display: block;
  color: #ff6600;
  font-weight: 900;
  font-size: 20px;
}

.content .text {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}

.move{
  margin-left: 32px;
}

.bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.bottom .view-more {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}

.bottom .view-more .view-more-button {
  background: none;
  border: none;
  color: #c36f00;
  font-weight: bolder;
  font-size: 12px;
}

.bottom .view-more .svg {
  fill: none;
  stroke: #ff6600;
  stroke-width: 3px;
  max-height: 15px;
}

.bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}

.bottom .social-buttons-container .social-button {
  width: 30px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: rgba(71, 42, 5, 0.5) 0px 7px 5px -5px;
}

.bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
}

.bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
}

.bottom .social-buttons-container .social-button:nth-child(3) {
  transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
}

.bottom .social-buttons-container .social-button .svg {
  width: 15px;
  fill: #892b00;
}

.bottom .social-buttons-container .social-button:hover {
  background: black;
}

.bottom .social-buttons-container .social-button:hover .svg {
  fill: white;
}

.bottom .social-buttons-container .social-button:active {
  background: rgb(255, 234, 0);
}

.bottom .social-buttons-container .social-button:active .svg {
  fill: black;
}

.parent:hover .card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.parent:hover .card .bottom .social-buttons-container .social-button {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
}

.parent:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}

.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}

.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}

.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}


    /* Counters */
    .counter {
      font-size: 2rem;
      font-weight: 700;
      color: #ff6600;
    }
    .counter-section {
      background: #fff3e6;
      padding: 60px 20px;
    }

    /* Our-Members */

    .our-members {
  background: #fff8f0;
}
.ank{
  text-decoration: none;
}

.member-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  cursor: pointer;
}

.member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(234, 83, 88, 0.3);
}

.member-photo img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(234, 83, 88, 0.5);
  transition: box-shadow 0.3s ease;
}

.member-card:hover .member-photo img {
  box-shadow: 0 0 20px #f7ba2b, 0 0 30px #ea5358;
}

.member-name {
  color: #07182E;
}

.member-role {
  font-size: 0.9rem;
  color: #6c757d;
}


/* Tablet text responsiveness */
@media (min-width: 768px) and (max-width: 1361px) {
  .content .title {
    font-size: 1.1rem;   /* slightly smaller */
    line-height: 1.2;
    word-wrap: break-word;
  }

  .content .text {
    font-size: 0.8rem;   /* shrink body text */
    line-height: 1.4;    /* better spacing */
    word-break: break-word;
    overflow-wrap: break-word;
  }
}


    /* Form */
    /* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

.contact-section {
  background: #fff;
}

.form-box {
  background: #fff;
  border: 2px solid #f7ba2b;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.form-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.form-title {
  font-weight: 600;
  color: #d35400;
  font-size: 1.8rem;
}

.form-control {
  border: 2px solid #f7ba2b;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #e67e22;
  box-shadow: 0 0 8px rgba(230, 126, 34, 0.5);
}

label {
  color: #555;
  font-weight: 500;
}

.btn-send {
  background: linear-gradient(to right, #f7ba2b, #ea5358);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  transition: background 0.4s ease, transform 0.3s;
}

.btn-send:hover {
  background: linear-gradient(to right, #ea5358, #f7ba2b);
  transform: scale(1.05);
}
/* Glowing Input on Focus (used with JS) */
.input-glow {
  box-shadow: 0 0 8px #f7ba2b, 0 0 12px #ea5358;
  transition: box-shadow 0.3s ease-in-out;
}

.WhatsApp-logo img {
    position: fixed; /* Fixed position so it stays on scroll */
    right: 20px;     /* Distance from the right edge */
    bottom: 20px;    /* Distance from the bottom edge */
    width: 80px;
    height: auto;
    z-index: 1000;   /* Ensure it stays above other content */
}

.WhatsApp-img {
    transition: all 0.3s ease;
}

.WhatsApp-img:hover {
    transform: scale(1.05);
}

    
    /* Footer */
    footer {
      background: #cc5200;
      color: white;
      padding: 20px;
      text-align: center;
    }
    
