* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  scroll-behavior: smooth;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  background: #403333;
  /* background: linear-gradient(90deg, rgba(64, 51, 51, 1) 0%, rgba(245, 86, 86, 1) 38%, rgba(224, 161, 72, 1) 100%); */
/* background: linear-gradient(90deg, rgba(64, 51, 51, 1) 0%, rgb(255 109 20) 38%, rgba(224, 161, 72, 1) 100%); */
    background: linear-gradient(90deg, rgba(64, 51, 51, 1) 0%, rgb(255 158 98) 38%, rgb(249 135 67) 100%);
  
}

.navbar {
  transition: all 0.3s ease-in-out;
  padding: 1rem 0.5rem;
  z-index: 9999;
}
.navbar.scrolled {
 padding: 20px;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 background-color: #000;
}

.nav-link{
    color: #ffffff;
}
.nav-link:hover {
    color: #fff;
}
/* Custom toggler base */
.custom-toggler {
  width: 30px;
  height: 24px;
  position: relative;
  border: none;
  background: transparent;
  z-index: 1000;
  margin-right: 10px;
}
.navbar-collapse.collapse {
  transition: height 0.3s ease;
}
.nav-item {
    margin-left: 30px;
}

.toggler-bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: 0.3s ease all;
}

/* Position bars */
.top-bar {
  top: 0;
}

.middle-bar {
  top: 10px;
}

.bottom-bar {
  top: 20px;
}

/* Animate to cross (open menu state) */
.custom-toggler:not(.collapsed) .top-bar {
  transform: rotate(45deg);
  top: 10px;
}

.custom-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
}

.custom-toggler:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg);
  top: 10px;
}

/* Mobile menu dropdown background */
@media (max-width: 991.98px) {
   .custom-navbar .navbar-collapse {
    background-color: #1c1c1c; /* Dark background for mobile dropdown */
    padding: 1rem;
    border-radius: 0 0 10px 10px;
  }

  .custom-navbar .nav-link {
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
}
}





.banner-carousel {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.banner-img {
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  bottom: 20%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1.2rem;
}






/* Section gradient */
.section-heading{
  font-size: 40px;
}
.about-section {
  position: relative;
  overflow: hidden;
}

/* Highlighted words */
.highlight {
  color: #000000;
  font-weight: 600;
}

/* Animated Button */
.animated-btn {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.animated-btn::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 100%;
  left: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  transition: 0.5s ease-out;
}

.animated-btn:hover::before {
  top: -30%;
  left: -30%;
}

.animated-btn:hover {
  transform: scale(1.05);
  background-color: #000000;
  color: #ff6d14;
}

/* Image styling */
.about-section img {
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 109, 20, 0.3);
  transition: transform 0.5s ease;
}

.about-section img:hover {
  transform: scale(1.03);
}

/* AOS animation fallback */
[data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos].aos-animate {
  opacity: 1;
}

/* Check icon color */
.bi-check-circle-fill {
  color: #ff6d14;
}



.vision-card {
  background: #000000;
  border-radius: 15px;
  transition: all 0.3s ease;
  color: #ffffff;
}

.vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.vision-card:hover h5,
.vision-card:hover p {
  color: #fff;
}

.vision-card:hover .icon-circle {
  background: rgba(255, 255, 255, 0.2);
  color:#ff6d14;
}

.vision-card .icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #ffe7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6d14;
  font-size: 28px;
}

.vision-card .icon-circle {
    background: #fff !important;
}






.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

/* .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #000000;
  margin: 0.5rem auto 0;
  border-radius: 5px;
} */

.stat-block {
  position: relative;
}
.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  line-height: 70px;
  background: linear-gradient(135deg, #ff6d14, #ffae00);
  box-shadow: 0 6px 20px rgba(255, 109, 20, 0.4);
  animation: floatY 2.5s ease-in-out infinite;
  transition: all 0.4s ease;
}

/* ✅ Change circle color on hover */
.stat-block:hover .icon-circle {
  background: linear-gradient(135deg, #000000, #ff6d14);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}



.bounce-2 { animation-delay: 0.3s; }
.bounce-3 { animation-delay: 0.6s; }
.bounce-4 { animation-delay: 0.9s; }

@keyframes floatY {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.counter {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}

/* .stat-label {
  font-size: 1rem;
  color: #555;
  display: block;
  margin-top: 0.3rem;
}
 */






.testimonial-card {
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
 transition: transform 0.6s ease; /* Slower transition */
 background-color: #000;
 color: #fff;
}
.testimonial-card:hover{
  transform: translateY(15px);
}

.testimonial-card:hover h5,
.testimonial-card:hover p {
  color: #fff !important;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 3px solid #ff6d14;
}




.service-card {
  background: #000000;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: none;
  color:#fff ;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.icon-box {
    width: 70px;
    height: 70px;
    background-color: #ffffff !important;
    color: #ff6d14;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(255 255 255 / 40%);
    transition: background-color 0.3s, transform 0.3s;
}

.service-card:hover .icon-box {
  background-color: #fd7e14;
  transform: scale(1.1);
}





.gallery-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgb(78 78 78 / 26%);
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
}
.gallery-card .card-body{
  text-align: center;
}





/* Make each card stretch to equal height */
  .team-member-card {
    /* border-radius: 12px; */
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 4px 12px rgb(118 58 44 / 64%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .team-member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  }

  /* Fixed aspect-ratio wrapper (ensures same visible box) */
  .image-wrapper {
    width: 100%;
    /* Use the aspect-ratio you want: 4/3, 3/4, 1/1, 16/9 ... */
    aspect-ratio: 4 / 3;          /* modern browsers */
    max-height: 320px;           /* optional cap */
    overflow: hidden;
    border-radius: 8px;
    background-color: #efefef;   /* fallback background while image loads */
  }

  /* Image fills wrapper and is center-cropped */
  .team-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* key: fill while preserving aspect, center crop */
    object-position: center;
    display: block;
    transition: transform .45s ease;
  }

  .team-member-card:hover .team-member-img {
    transform: scale(1.04);
  }
  img.team-member-img.amal {
    height: 440px !important;
}


  /* Responsive: reduce image height on smaller screens */
  @media (max-width: 992px) {
    .image-wrapper { aspect-ratio: 4 / 3; max-height: 260px; }
  }
  @media (max-width: 576px) {
    .image-wrapper { aspect-ratio: 1 / 1; max-height: 220px; } /* square on small screens */
  }










.contact-section {
  min-height: 100vh;
  padding: 60px 0;
}

.text-orange {
  color:#fd7e14; 
}

.btn-orange {
  background-color: #000000;
  color: white;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  border-radius: 8px;
  padding: 0.75rem;
}

.glass-bg {
    backdrop-filter: blur(8px);
    background-color: rgb(0 0 0 / 80%);
    border-radius: 16px;
    color: #fff;
}

.glass-form {
  background-color: #fff;
}

.map-box iframe {
  border-radius: 8px;
  width: 100%;
  height: 250px;
}






.footer-link {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}
.footer-link:hover {
  color: #ff6d14;
  transform: translateX(6px);
}

.footer-section {
  background: #0d0d0d;
  font-size: 15px;
  line-height: 1.8;
}

.footer-section .bi {
  vertical-align: middle;
}
.btn-orange{
  background-color: #ff6d14;
}
.media:hover{
color:#ff6d14; 
}




#backToTopBtn {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 999;
    display: none;
    background-color: #ffffff;
    color: rgb(0 0 0); 
    border: none;
    border-radius: 50%;
    padding: 2px 8px;
    transition: 0.4s;
}

#backToTopBtn:hover {
  background-color: #000;
  color: #ff6d14;
}



/* Small devices (landscape phones, 576px to 767px) */
@media (max-width: 768px) {
 .carousel-caption {
    bottom: 40%;
}
.section-heading {
    font-size: 32px;
}
}

