* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;

}

@font-face {
  font-family: 'sailors-condensed';
  src: url('../sailors-condensed.ttf');

}

@font-face {
  font-family: 'gilroy-regular';
  src: url('../gilroy-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.plays {
    color: #403930;
    border-radius: 50px;
    background-color: #fff;
    height: 75px;
    width: 75px;
    padding: 18px;
    border: 5px solid #403930;
    animation: pulse-border 1.2s linear infinite alternate-reverse;
}
.bt-vide {
    position: absolute;
    top: 63%;
    left: 54%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}
@keyframes pulse-border{
    0%, 50% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.9);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
}
.v-textf {
    position: relative;
    margin-top: 40px;
    z-index: 1;
}
.videoa{
    z-index: 1;
}
.modal-body{
    border:2px solid #6e36056b;
    padding: 0px;
    border-radius: 5px;
}  

.v-modal .btn-close {
    position: absolute;
    right: 3%;
    top: 3%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    padding: 8px;
    z-index: 1000;
}
.banners-vedio {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 5px;
}
.sticky-footer {
  display: none;
}

.founder-subtitle {
  color: #140d07;
  font-weight: 600;
}

.introduce-subtitle {
  color: #140d07;
  font-weight: 600;
}

.testimonial img {
  padding-bottom: 10px;
}

.testi_img img {
  width: 10% !important;
  margin: auto;
}

.test_text {
  text-align: center;
}

.test_text h5 {
  font-size: 20px;
  color: #FFF;
}

.test_text img {
  width: 18% !important;
  margin: auto;
}

.owl-dots {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 7px 4px;
  background-color: #ffffff86;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200msease;
  border-radius: 30px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 30px;
  height: 2px;
}

.style {
  position: relative;
  z-index: 2;
}

.style::before {
  content: '';
  position: absolute;
  background-image: url(../img/side-leaf.webp);
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -4.5%;
  left: 0%;
  z-index: 1;

}

.faq {
  position: relative;
  z-index: 2;
}

.bg-faq {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

    .btn-close {
        filter: invert(1);
        opacity: 0.8;
        transition: opacity 0.2s ease;
        width: 1.2em;
        height: 1.2em;
        color: #000;
      }

      .custom-close:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
  transform: rotate(180deg) scale(1.05);
}

.nav-link:hover {
  color: #140d07;
}

.navbar-nav .nav-link.show {
  color: #FFF;
}

/* Base Navbar Styles */
.navbar {
  max-width: 70%;
  background: rgb(0 0 0 / 69%);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0 auto;
  padding: 1.5rem 1.2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.navbar .dropdown-toggle {
  transition: all 0.3s ease;
}

.navbar .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: white;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #f8f9fa;
}

.navbar-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
}

/* Logo Styling */
.navbar-brand img {
  max-height: 80px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

/* Appointment Button */
.btn-appointment {
  display: inline-flex;
  align-items: center;
  color: #000 !important;
  background-color: #FFF;
  padding: 8px 18px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.btn-appointment:hover {
  background-color: #f8f9fa;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.btn-appointment {
  padding: 7px 20px !important;
}

/* Desktop Dropdown Menu Styling */
.dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  border: none;
  border-radius: 8px;
}

.dropdown-item {
  color: white !important;
  padding: 10px 30px;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Desktop Layout */
@media (min-width: 992px) {
  .navbar>.container-fluid {
    display: flex;
    flex-wrap: nowrap;
  }

  /* Center the logo */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Left menu */
  .d-none.d-lg-flex:first-child {
    width: 50%;
    justify-content: flex-end;
    padding-right: 180px;
  }

  /* Right menu */
  .d-none.d-lg-flex:last-child {
    width: 50%;
    justify-content: flex-start;
    padding-left: 180px;
  }

  /* Special hover effects for desktop */
  .dropdown-menu li a:hover::before {
    content: '';
    background-image: url(../img/lotus.webp);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 25px;
    font-size: 14px;
  }

  .dropdown-menu li a:hover {
    padding-left: 40px;
    transition: all .3s
  }

  .dropdown-menu li a {
    transition: all .3s;
    position: relative;
  }
}

/* Mobile Styles */
@media (max-width: 992px) {
  .navbar {
    max-width: 100%;
    border-radius: 0;
    top: 0;
    backdrop-filter: none;
    background-color: #140d07;
    padding: 0rem 1rem !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand {
    margin-right: auto;
    padding: 0.5rem 0;
  }

  .navbar-brand img {
    max-height: 55px;
    transition: transform 0.2s ease;
  }

  .navbar-brand:active img {
    transform: scale(0.95);
  }

  .navbar-toggler {
    border: none;
    padding: 0.5rem;
    margin-left: auto;
    transition: transform 0.2s ease;
  }

  .navbar-toggler:active {
    transform: scale(0.9);
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  }

  .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: opacity 0.2s ease;
  }

  /* Mobile Offcanvas Menu */
  .offcanvas {
    background-color: #000000bd !important;
    max-width: 90%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
  }

  .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1rem 1.25rem;
  }

  .offcanvas-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .btn-close {
    filter: invert(1);
    opacity: 0.8;
    transition: opacity 0.2s ease;
    width: 1.2em;
    height: 1.2em;
  }

  .btn-close:hover {
    opacity: 1;
  }

  /* Mobile Menu Items */
  .glass-menu .nav-link {
    padding: 1rem 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    transition: all 0.25s ease;
  }

  .glass-menu .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  /* Improved Dropdown Indicators */
  .glass-menu .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .glass-menu .dropdown-toggle::after {
    content: '';
    background-image: url(../img/lotus.webp);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none !important;
}

  .glass-menu .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }


  /* Enhanced Dropdown Menu */
  .glass-menu .dropdown-menu {
    background: rgba(0, 0, 0, 0.15) !important;
    border: none;
    margin: 0 !important;
    padding: 0.25rem 0;
    border-radius: 0;
  }

  .glass-menu .dropdown-item {
    padding: 0.85rem 1.25rem 0.85rem 2.25rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.95rem;
    position: relative;
    transition: all 0.2s ease;
  }

  .glass-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .glass-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    padding-left: 2.5rem !important;
  }

  .glass-menu .dropdown-item:hover::before {
    background: white;
    transform: translateY(-50%) scale(1.2);
  }

  .glass-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0.25rem 0;
  }

  /* Appointment Button */
  .glass-menu .btn-appointment {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    margin: 0;
    padding: 0.9rem !important;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #140d07 !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display:none;
  }

  .glass-menu .btn-appointment:hover {
    background: white !important;
    /* transform: translateY(-2px); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  /* Active State Indicators */
  .glass-menu .nav-link.active {
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
  }

  /* Focus States for Accessibility */
  .glass-menu .nav-link:focus,
  .glass-menu .dropdown-item:focus {
    outline: 2px solid rgba(255, 255, 255, 0.3);
    outline-offset: -2px;
  }
}

/* Transition effects */
.navbar,
.navbar .dropdown-toggle,
.navbar-nav .nav-link,
.dropdown-menu,
.dropdown-item {
  transition: all 0.3s ease;
}

.custom-close {
  top: -10px;
  right: -8px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M2.146 2.854a.5.5 0 0 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  color: #000;
}


.custom-close:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
  transform: rotate(180deg) scale(1.05);
}


@media (max-width: 576px) {
  .modal-dialog {
    margin: 0.75rem;
  }
  .modal-content {
    border-radius: 12px;
  }
  .modal-body {
    padding: 1rem;
  }
  .modal-body .text-center {
  padding-top: 3rem; /* heading thoda neeche aa jayega */
}

}

#nec {
  font-family: 'sailors-condensed';
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top,
.go-top::before {
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.go-top {
  position: fixed;
  right: 15px;
  color: #fff;
  background-color: #140d07;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-top: 10px;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 5px;
  z-index: 999;
  cursor: pointer;
  text-align: center;
}

.go-top:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #140d07;
  border-radius: 20%;
  opacity: 0;
  z-index: -2;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: shadow-blink;
  -webkit-animation-name: shadow-blink;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes shadow-blink {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7)
  }
}

@keyframes shadow-blink {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7)
  }
}

.go-top::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4c024;
  -webkit-transition: .6s;
  transition: .6s;
  border-radius: 50%;
}

h1 {
  font-family: "Abril Fatface", serif;
  font-weight: lighter;
  color: #fff;
}

h4 {
  font-family: 'sailors-condensed';
}

.science {
  background-color: #140d07;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
}

.bannerw {
  position: relative;
  margin-top: -100px;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb {
  justify-content: center;
}

.img-gal {
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}

.img-gal img {
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}

.gfl {
  justify-content: space-between;
}

.img-gal:hover img {
  transform: scale(1.04);
}

h2 {
  font-family: 'sailors-condensed';
  color: #3F382E;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 20px;
  text-align: center;
}

h3 {
  font-family: 'sailors-condensed';
  font-size: 28px;
  text-transform: uppercase;
}

p {
  font-family: 'gilroy-regular';
  color: #444444;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 24px;
}

.result{
    margin-top:50px;
}
.accordion-button {
  background-color: #403930;
  font-family: 'gilroy-regular';
  color: #fff;
}

.accordion-body {
  background-color: #FBFBFB;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-item {
  z-index: 2;
  position: relative;
}

.accordion-button:not(.collapsed) {
  background-color: #403930;
  color: #fff;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;

}

.accordion-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer p,
ul li {
  color: #fff;
  font-family: 'gilroy-regular';
}

.phj img {
  width: 25px;
  height: 25px;
}

.copy {
  text-align: center;
  color: #fff;
}

.form {
  /* background-image: url(../img/form-img.jpg); */
  background: linear-gradient(0deg, rgba(255, 255, 244, 1) 0%, rgba(110, 54, 5, 0.418) 80%);
  background-color:#fff;
  padding: 40px;

}
.srv-img img{
    height:100%;
}
.footer ul {
    padding-left: 1rem;
}
.form-control,
.form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000a8;
  color: #282727;
  font-size: 16px;
  font-family: 'gilroy-regular';
}

.wholtd {
  margin-top: 60px;
}

.footrd {
  margin-right: 20px;
}

h5 {
  font-family: 'sailors-condensed';
}

.btn-primary {
  border: none;
  padding: 10px 40px;
  font-family: 'gilroy-regular';
  letter-spacing: 2px;
  font-size: 18px;
  border-radius: 0px;
}

.gft {
  font-size: 30px;
  color: #140d07;
  font-weight: 500;
}

.form-select {
  background-size: 17px 17px;
  color: #282727;
}

.reda {
  font-family: 'sailors-condensed';
  font-size: 16px;
  margin-top: 20px;
}

.reda img {
  margin-left: 5px;
  margin-top: -5px;
}

.social img {
  margin-right: 5px;
}

.footrd ul li {
  padding-bottom: 7px;
}

.footer {
  background-image: url(../img/footer.webp);
  background-repeat: no-repeat;
  /* background-color: #1a191d; */
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 120px 0px 80px;
  color: #ffffffdc;
}

.social {
  margin: 10px 0px;
}

.imhg {
  width: 20px;
  height: 20px;

}

.footer h3 {
  font-size: 24px;
}

.custo ul li {
  list-style: none;
  color: #000;
  padding-left: 25px;
  /* spacing for icon */
  padding-bottom: 10px;
  position: relative;
  /* added */
}

.custo ul {
  padding-left: 0px;
}

.custo ul li::before {
  content: '';
  background-image: url(../img/bullet.webp);
  background-size: contain;
  /* optional but recommended */
  background-repeat: no-repeat;
  position: absolute;
 height: 25px;
    width: 20px;
    left: -4px;
  top: 4px;
  /* optional adjustment */
}

.custo {
  position: relative;
  margin-top: 15px;
}

.footeil ul li::before {
  content: '';
  background-image: url(../img/arrow.png);
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0px;
  margin-bottom: 10px;
}

.footeil ul li {
  list-style: none;
  color: #fff;
  padding-bottom: 5px;
}

.footeil {
  position: relative;
}

.rishra {
  color: #fff;
}
.rishre {
  color: #1b0202;
}



a {
  text-decoration: none;
}

p {
  margin-bottom: 5px;
}


.mb {
  margin-bottom: 50px;
}

#stry {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

#stry h2 {
  text-align: center;
}

#stry p {
  text-align: center;
}

.abtpic {
  justify-content: center;
}

.story-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

#abuot {
  /*padding: 50px 0;*/
  background-color: #FFF;
  color: #333;
}

#abuot h2 {
  text-align: center;
}

#abuot p {
  text-align: center;
}

#abuot p strong {
  font-weight: 600;
  color: #222;
}

.abtpic {
  display: flex;
  justify-content: space-between;
}

#introducing {
  position: relative;
  padding: 50px 0 100px 0;
  background-color: #FFF;
  overflow-x: clip;
}

.pataa-left-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  /* pushes it outside container to the left */
  z-index: 0;
}

.pataa-left-bg img {
  width: 100%;
}

.introduce-title {
  text-align: center;
  font-size: 26px;
  /* font-weight: 600; */
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  text-transform: uppercase;
}

.introduce-subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.introduce-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

.image-wrapper {
  position: relative;
  width: fit-content;
  margin: auto;
  z-index: 2;
}

.introduce-img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}




#founder {
  position: relative;
  padding: 100px 0;
  background-color: #e3d7bac2;
  overflow-x: clip;
  /* important to allow pataa to go outside */
}

.pataa-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#founder div h2 {
  text-align: center;
}

.founder-subtitle {
  text-align: center;
}

.pataa-bg img {
  width: 100%;
}

.image-wrapper {
  position: relative;
  width: fit-content;
  margin: auto;
  z-index: 2;
}

.founder-img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}




#necessitee {
  color: #333;
  text-align: center;
}

.tab-but {
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 30px 0px #0000000A;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #403930;
  width: 100%;
  border-radius: 0;
  padding: 10px 20px;
}

.nav-link {
  color: #000;
}

.nav-pills {
  text-align: center;
  justify-content: center;
}
.form-sec{
  margin-top: 110px;
}
.tran{
 background: linear-gradient(335deg, rgba(255, 255, 244, 1) 0%, rgb(110 56 5 / 30%) 80%);
  padding: 50px 0px;
}
.grn-box {
  background-color: #e3d7bac2;
  padding: 40px 30px;
  border-radius: 10px;
  width: 80%;
  margin-top: 20px;
  position: relative;
  z-index: 2;
 /* height: 60%; */
 
}
.bgfd{
  width: 100%;  
}
.priv {
  color: #000;
  font-weight: 600;
  font-family: 'Gilroy-Bold';
  font-size: 20px;
}

.frd {
  margin-top: 60px;
  position: relative;
}

.one {
  background-color: #403930;
  color: #fff;
  padding: 5px 30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: 'Gilroy-Bold';
}

h6 {
  font-family: 'gilroy-regular';
  font-size: 24px;
}

.contac-bg {
  background-image: url(../img/contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px;
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
}

#contct {
  font-size: 44px;
  margin-top: 50px;
  text-align: center;
}

.wih {
  width: 33%;
  text-align: -webkit-center;
}

.tab-content {
  padding: 20px 0px;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.detail-img h2 {
  text-align: left;
  font-size: 30px;
}

.detail-img h3 {
  font-size: 26px;
}

.ijh {
  margin: 20px 0px;
}

.mission-vision-image {
  display: block;
  overflow: hidden;
}

.image-anime {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.abhg {
  margin-bottom: 30px;
}

.about {
  position: relative;
}

/*.about::before {*/
/*  content: '';*/
/*  background-image: url(../img/leave.webp);*/
/*  background-repeat: no-repeat;*/
/*  bottom: -28%;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*}*/

.refresh {
  position: relative;
  z-index: 2;
  /* ensure content is above background image */
}



#choose {
  background-color: #140d07;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

#choose>h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#choose>p {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #f1f1f1;
  line-height: 1.7;
}

.choose-boxone {
  width: 90%;
  background: linear-gradient(180deg,rgba(255, 255, 244, 1) 0%, rgba(173, 129, 90) 80%);
  padding: 55px 20px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.choose-boxone h2:first-of-type {
  color: #140d07;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  border: 1px dashed #140d07;
  border-radius: 50%;
  padding: 35px 40px;
  margin-bottom: 15px;
}

.choose-boxone p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}

.choose-boxone p:last-of-type {
  font-size: 15px;
  color: #000000;
}

.box-underline {
  width: 30%;
  height: 2px;
  background-color: #140d07;
  border-radius: 40%;
}


.choose-boxtwo {
  width: 90%;
  background: linear-gradient(0deg,rgba(255, 255, 244, 1) 0%, rgb(173, 129, 90) 80%);
  padding: 55px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}


.choose-boxtwo h2:first-of-type {
  color: #140d07;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  border: 1px dashed #140d07;
  border-radius: 50%;
  padding: 35px 40px;
  margin-bottom: 15px;
}

.choose-boxtwo p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}

.choose-boxtwo p:last-of-type {
  font-size: 15px;
  color: #000000;
}

.form-image {
  background-image: url('../img/banner-form.webp');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  width: 100%;
  z-index: 1;
}

.form-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12 11 11 / 15%);
  z-index: 1;
}

.form-image .bvx {
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg,rgba(255, 255, 244, 1) 0%, rgba(110, 54, 5, 0.418) 80%);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.detail-img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.c-f {
  /* padding-bottom: 28px; */
  height: 100%;
}

.second {
  background-color: #FEFAF4;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.green-pata {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.tab-pane {
  position: relative;
}

.side-green-patta {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
}

.abtpic img {
  margin-top: 30px;
}

.banner-imf {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-text img {
  width: 100px;
  height: 100px;
}

.erfed {
  font-size: 24px;
  padding: 10px 0px;
}

.arrow-wave {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-top: 40px;
  z-index: 999;
  font-size: 0;
  background-color: transparent;
  border-radius: 50px;
  padding: 23px 12px 5px 17px;
  height: 70px;
  width: 35px;
  border: 1px solid #fff;
  stroke-dashoffset: 120;
  stroke-dasharray: 120;
  animation: mouse-scroll-btn-roll-out 0.55s cubic-bezier(.5, .1, .07, 1);
}

.arrow-wave span::before {
  display: block;
  content: "";
  position: absolute;
  top: 20%;
  left: 39%;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;
  background-color: #fff;
}

/* 💡 Animate the dot */
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Base card styles */
.service-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

/* Image wrapper */
.card-img-wrap {
  position: relative;
}

.card-img-wrap img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Content block over image */
.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  transition: transform 0.4s ease, opacity 0.4s ease, bottom 0.4s ease;
  will-change: transform, opacity, bottom;
}

/* Heading inside card */
.card-header {
  color: #000;
  font-family: 'gilroy-regular', sans-serif !important;
  font-size: 18px;
}

/* Icon button (plus/minus) */
.icon-btn {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Rotate icon on active */
.service-card.active .icon-btn {
  transform: rotate(180deg);
}

/* Hidden content with smooth transition */
.overlay-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

/* Visible content on active card */
.service-card.active .overlay-content {
  max-height: 500px;
  /* Adjust to expected content height */
  opacity: 1;
  margin-top: 10px;
}


.view-btn {
  border: 1px solid #140d07;
  color: #140d07;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.view-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140d07;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}

.view-btn:hover::before {
  transform: translateX(0);
}

.view-btn:hover {
  color: white;
}


/* Show overlay when active */
.service-card.active .overlay-content {
  display: block;
  transition: all 0.3s ease;

}

.fa-arrow-right {
  margin: 5px 0px 0px 5px;

}

.sticky-footer-icons {
  display: none;
}

/* .shine-button {
  
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #140d07;
    background-color: transparent;
    color: #140d07;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    margin-top: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
   
} */
.contact-icons {
  position: fixed;
  top: 40%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.contact-icons .icon {
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: white;
  box-shadow: white 0px 0px 3px;
}

.contact-icons .whatsapp {
  background-color: #403930;
}

.contact-icons .phone {
  background-color: #403930;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .bannerw {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .navbar-brand img {
    max-height: 55px;
  }

  .banner {
    padding-top: 70px;
  }

  .banner-text img {
    width: 60px;
    height: 60px;
  }

  .form-image {
    padding: 50px 0;
  }

  .gft {
    font-size: 24px;
  }

  .testimonial {
    margin: 50px 0px;
  }

  .owl-dots {
    bottom: 2%;
  }

  .testi_img img {
    width: 20% !important;
  }

  /* .bvxz{
  margin-bottom: 25px;
} */
  .refresh::after {
    bottom: -3.7%;
    right: 0%;
    width: 300px;
  }

  .service-card {

    z-index: 2;
    position: relative;
  }

  .faq {
    z-index: 2;

  }

  .style::before {
    top: -5.5%;
    left: -22%;
  }

  .choose-boxone {
    width: 100%;
    padding: 25px 15px;
    border-radius: 50px;
    margin-bottom: 30px;
    height: 100%;
  }

  .choose-boxone h2:first-of-type {
    font-size: 24px;
    padding: 20px 25px;
  }

  .choose-boxtwo {
    width: 100%;
    padding: 25px 15px;
    border-radius: 50px;
    height: 100%;
  }

  .choose-boxtwo h2:first-of-type {
    font-size: 24px;
    padding: 20px 25px;
  }

  .faq::after {
    z-index: 1;
    bottom: -8.7%;
    right: 0%;
    width: 300px;
  }

  .accordion-item {
    z-index: 2;
    position: relative;
  }

  #choose {
    padding: 50px 0;
  }

  .footer {
    background-image: none;
    background-color: #1a191d;
    padding: 50px 0px;
  }

  .reda {

    margin: 10px 0px 20px 0px;
  }

  #abuot {
    padding: 0px 0;
  }

  #introducing {
    position: relative;
    padding: 0px 0 50px 0;
    z-index: 1;
  }

  .image-wrapper img {
    margin-bottom: 20px;
  }

  #founder {
    position: relative;
    padding: 50px 0;
  }

  .founder-subtitle {
    color: #140d07;
    font-weight: 600;
  }

  .science {
    padding: 10px 20px;
    font-size: 18px;
  }

  .bannerw {
    margin-top: -25px;
  }

  .frd {
    position: relative;
    margin-top: 20px;
    z-index: 10;
  }

  .grn-box {

    width: 100%;
  }

  .one {
    padding: 5px 18px;
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .sticky-footer-icons {
    display: block;
  }

  .sticky-footer-icons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
        background: linear-gradient(0deg, rgb(255, 255, 244) 0%, rgba(110, 54, 5, 0.42) 80%);
        background-color:#fff;
    padding: 0px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .footer-icons-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .footer-icons-wrap a {
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #403930;
  }

  .footer-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    border-radius: 8px;
  }

  .footer-btn img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .footer-btn:hover {
    background-color: #403930;
  }

  .footer-btn:hover img {
    filter: brightness(0) invert(1);
    /* Turns icon white */
  }


}

/* Hide on mobile */
@media (max-width: 767px) {
  .contact-icons {
    display: none;
  }

  .about::before {
    content: '';
    bottom: -43%;
  }

  .abhg {
    margin-top: 30px;
  }
}

.pop-text {
  color: #140d07;
}


.form button {
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'gilroy-regular';
  cursor: pointer;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}


@media screen and (max-width: 767px) {
  .form button {
    width: 100%;
  }
  .form-sec {
    margin-top: 50px;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-25%, -50%);
    text-align: center;
}
#nec{
 font-size:33px;  
}
.social{
    margin-bottom:30px;
}
.btn-appointment{
    display:none;
}
#contct {
    font-size: 29px;
}
.team-text{
    text-align:center;
}
.bt-vide {
    position: absolute;
    top: 61%;
    left: 61%;
    
}
.videoa .owl-dots{
    bottom: -9%;
    
}
.videoa button.owl-dot span {
   background-color:#000 !important;
}
}