 body {
   font-family: 'Poppins', Helvetica, sans-serif;
   background: white;
   overflow-x: hidden;
   
 }

 /* ===== Top Bar ===== */
/* Top blue strip */
.top-bar {
  background-color: #ffffff;
  font-size: 13px;
}

/* Main navbar styling */
.main-nav {
  background-color: #800080b5;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.nav-link {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 15px;
  margin: 0 10px;
}

.nav-link:hover {
  color: #d8e3ff !important;
}

.btn-light {
  background-color: #fff;
  color: #1546de;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}


 /* hero-section */
 .hero-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-bottom: 66px;
}

/* hero-section */
.left-section{
  position: relative;
  margin-top: 90px;
  z-index: 5;
}

.flowers-decoration,
.flowers-decoration1 {
  position: absolute;
  z-index: 1;   /* behind */
}
.search-input,
.btn-search {
  position: relative;
  z-index: 10;   
}

.hero-heading{
  font-size: 56px;
  font-weight: 800;
  padding-bottom: 15px;
  color: #800080b5;
}
.hero-title{
  font-size:28px;
  padding-bottom: 15px;

}
.hero-paragraph{
  font-size: 18px;
  padding-top: 15px;
}
.search-input{
   width: 100%;
   border: 1px solid gray;
   border-radius: 12px;
}
.btn-search {
  background-color: #800080b5;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.btn-search:hover {
  background-color: #0d34ad;
}

.search-input {
  border-radius: 50px;
  padding-left: 20px;
  height: 45px;
}

/* Optional flower decorations */
.flowers-decoration {
  top: -75px;
  left: -30px;
  width: 15%;
  opacity: 0.9;
}

.flowers-decoration1 {
  bottom: -30px;

  width: 80px;
  opacity: 0.9;
}

.hero-image {
  max-width: 100%;
  height: auto;
}


 /* inovation-servicespage */
.our-innovation{
  padding-bottom: 40px;
}
 .section-title {
   font-weight: 600;
   font-size: 32px;
   color: black;
   text-align: center;
   margin-bottom: 20px;
   
 }
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 500px; 
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: scale(1.02);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(85%);
  transition: filter 0.4s ease;

}

/* Overlay text for the big card */
.overlay-content {
  position: absolute;
  bottom: 20px;
 left:14%;
}

.service-card .service-title {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Rounded corners */
.rounded-4 {
  border-radius: 20px !important;
}

.view-btn {
    position: absolute;
    top: 50%;
    border-radius: 56px;
    font-size: 32px;
    background-color: #800080b5;
    border: none;
    color: white;
}
 /* spaclist-card*/
 .specialist-card {
   display: flex;
   border: 1px solid #d9d9d9;
   border-radius: 12px;
   overflow: hidden;
 width: auto; /* Keep max size on desktop */
  margin: 0 auto;
 }
.our-specialist{
  padding-bottom: 40px;
}
 .specialist-card img {
   width: 100%;
   /* height: 100%; */
   border-radius: 9px 0 0 9px;
   object-fit: cover;
 }

 .section-paragraph {
   font-weight: 400;
   font-size: 18px;
   color: black;
   max-width: 902px;
   margin: 0 auto;
 }

 /* specialist */
 .section-paragraph {
   font-weight: 400;
   font-size: 18px;
   color: black;
   max-width: 902px;
   margin: 0 auto;
 }

 /* Cards */
 .specialist-info {
    padding: 10px 6px 10px  9px;
}
.specialist-name{
  font-size: 19px;
}
.specialist-role{
  font-size:15px;
}
.specialist-description{
  font-size: 13px;
  padding-top: 12px;
}

.star-class{
  font-size: 13px;
  padding-top:10px;
}


 /* member-page */
  .section-title { 
  font-weight: 700;
  color: #800080b5;
}

.member-card {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.img-div {
width: 300px; height: 300px;   
  overflow: hidden;  
  margin: 0 auto;    
  font-size:12px;
   border-radius: 12px;
}


.img-div img {
  width: 100%;
  object-fit: contain;   
  display: block;
 
}
 .ember-card img {
  width: 100%;
  
  object-fit: cover;
  border-radius: 10px;
} 

.member-card h6 {
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 600;
}
.member-gallery{
  padding-bottom:40px;
} 
 /* end */
 

/* form */
.container.py-5 {
  max-width: 1200px;
}

/* Overall section layout */
.row.align-items-center {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* ===== FORM STYLING ===== */
.form-control {
  background-color: #fff;
  border: none;
  padding: 12px;
  text-align: start;

}

/* Label style */
.form-label {
   font-size: 18px;
  color: #333;
}

/* Input fields */
.form-control input,
.form-control textarea {
  border-radius: 8px;
 
  background-color: #D9D9D9;
  transition: 0.3s;
}
.form-class{
  padding: 14px;
}
.form-control input:focus,
.form-control textarea:focus {
  outline: none;
}
.form-input{
  padding-top: 18px;
}

/* ===== IMAGE STYLING ===== */
.text-center img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect on image */
.text-center img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
  .btn-submit {
   width: 166px;
   height: 38px;
   background: #800080b5;
   color: white;
   font-weight: 600;
   font-size: 16px;
   border-radius: 20px;
   border: none;
   transition: background 0.3s;
   margin-top: 14px;
 }

 .btn-submit:hover {
   background: #1a3ba0;
 }

 .copyright {
   font-weight: 400;
   font-size: 18px;
   color: white;
   text-align: center;
   padding: 47px 0 0 0;
 }


/* footer */
 .footer-section {
   /*background: linear-gradient(93deg, rgba(22, 49, 198, 1) 0%, rgba(53, 40, 195, 0.87) 48%, rgba(0, 182, 255, 1) 81%);*/
   background:#800080b5;
   padding: 60px 0 24px;
 }

 .footer-column h3 {
   font-weight: 600;
   font-size: 20px;
   color: white;
   margin-bottom: 4px;
 }

 .footer-icon{
  color: white;
  font-size: 20px;
  padding-top: 10px;
  display: flex;
  gap: 14px;
 }
 .footer-column a,
 .footer-column p {
   font-weight: 400;
   font-size: 18px;
   color: white;
   text-decoration: none;
   display: block;
   margin-bottom: 4px;
   padding-top: 5px;
 }

 .footer-column a:hover {
   text-decoration: underline;
 }
.logo-name{
  color: white;
  font-size: 20px;
  padding-left: 6px;
}
.footer-logosection{
  display: flex;
  align-items: center;
}

    /* Responsive: Tablet & Mobile */ 

@media (max-width: 768px) {
  .flowers-decoration,
  .flowers-decoration1 {
    display: none !important;
  }
}
    @media (max-width: 992px) {
      .hero-heading { font-size: 44px; }
      .hero-title { font-size: 24px; }
      .hero-img{margin-top:35px;}
      .service-card { height: 400px; }
      .specialist-card { max-width: 100%; flex-direction: column; }
      .specialist-card img { width: 100%; border-radius: 12px 12px 0 0; }
      .nav-link { margin: 0 5px; font-size: 14px; }
      .row.align-items-center {flex-direction: column;text-align: center;}
      .form-control { width: 100%;}
      .text-center img {width: 90%;margin-top: 20px;}
        .service-card {   height: 400px; }
.vertical-title {  font-size: 0.9rem;}
  
    }

    @media (max-width: 768px) {
      .hero-heading { font-size: 36px; }
      .hero-title { font-size: 20px; }
      .left-section{padding-bottom: 30px;}

      .service-card { height: 320px; }
      .section-title { font-size: 21px; }
      .form-class { margin-top: 30px; }
      .footer-column { margin-bottom: 25px; }
      .form-input{padding-top: 10px;}
    }

    @media (max-width: 576px) {
      .hero-heading { font-size: 30px; }
      .specialist-card img { height:314px; }
      .btn-submit { width: 140px; font-size: 14px; }
      .service-card { height: 280px; }
    }




/* Mobile: 375px to 820px */
@media (min-width: 375px) and (max-width: 820px) {
  .left-section {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 30px;
  }

 .flowers-decoration,
  .flowers-decoration1 {
    display: none !important;
  }
 
  .specialist-card {
    flex-direction: column;
    max-width: 100%;
  }

  .form-input {
    padding: 0px;
  }

  .footer p {
    font-size: 15px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-title {
    font-size: 20px;
    padding: 0;
  }


  .member-card .img-div {
    width: 200px;
    height: 200px;
  }
  
    .member-card .img-div {
        width: 100%;
        height: 342px;
    }
    .section-paragraph{
      font-size: 12px;
    }
}

@media (min-width: 344px) and (max-width:412px) {

  .left-section{margin-top: 34px;}
 .flowers-decoration,
  .flowers-decoration1 {
    display: none !important;
  }
  .hero-title{padding: 0;}
  .hero-img{margin-top:14px;}
  
}
@media(min-width:912px) and (max-width:540px) and (max-width:850px){
  .flowers-decoration,
  .flowers-decoration1 {
    display: none !important;
  }
  .left-section{padding-bottom: 30px;}
 
    .member-card .img-div {
        width: 100%;
        height: 517px;
    }
}