/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}
html { scroll-behavior: smooth; }
#product { scroll-margin-top: 80px; }

.myVerticalSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background:transparent; /* ✅ does not override your background-image */
}


   /* Important: Swiper must have height */
    .swiper {
      width: 100%;
      height: 100vh;  /* full mobile screen */
    }

    .swiper-slide-2 {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /* third slider */


.info-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background:transparent;
  padding: 10px;
  width:220px;
  height:120px;
  

}
.swiper-slide-1
{
  background: transparent;
}
.info-card h3 {
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #000000;
}

.info-card p {
  font-size: 8px;
  margin: 0;
  color:#000000;
line-height:normal;
}

.icon {
  width: 37px!important;
  height: 30px!important;
}
/* end */
/* Header */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background: #184A7C;
  height: 60px;
  z-index: 20;
}

.site-header .logo {
  background: #184A7C;
  padding: 15px 10px 15px 15px;
  border-radius: 35px;
  position: relative;
  top: 45px;
  z-index: 20;
}

.site-header .logo img {
  height: 70px;
  display: block;
}

/* Navbar Desktop */
.navbar {
  display: flex;
  align-items: center;
}
.navbar-1 {
  display: flex;
  align-items: center;
 
}

/* Nav Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}
.nav-link-1 {
  list-style: none;
  display: flex!important;
  gap: 10px;
  justify-content: flex-end!important;  /* ðŸ‘ˆ pushes content to right */
  margin-left:140px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px; /* space between hamburger, search, contact */
}
.nav-links li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
}

.nav-links li a:hover {
  color: #007aff;
}

/* Contact Button */
.contact-btn a {
  background: linear-gradient(90deg, #7869D0 0%, #D35C96 100%);
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
}

.contact-btn a:hover {
  opacity: 0.85;
}

/* Search Icon */
.search-icon {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.search-icon:hover {
  color: #007aff;
}

/* Hamburger Menu (hidden desktop) */
.hamburger {
  display: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

/* Banner */
.banner {
  position: relative;
  width: 100%;
  height: 80vh;
}

.banner-slide {
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
}

.banner-content h2 {
  font-size: 32px;
  font-weight: bold;
}

/* Swiper Wrapper */
.swiper,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: white;
  opacity: 0.8;
}

/* Play/Pause Button */
.swiper-toggle-play {
  position: absolute;
  top: 120px;
  right: 15px;
  z-index: 10;

  background: #fff;
  color: #000;
  border: none;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.swiper-toggle-play:hover {
  background: #000;
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;   /* Change arrow color */
}

/* Section Styling */
.combine-bg
{
  background-image: url("assets/images/sec-2-bg.png");
  /* Image path */
  background-size: cover;
  /* cover = fill the whole section */
  background-position: center;
  /* center the image */
  background-repeat: no-repeat;
    padding: 40px 40px 30px 40px;
}
.humara-dawa {

  /* no repeat */


  display: flex;
  /* justify-content: center; */
}

/* .humara-wrapper {
  position: relative;
  display: inline-block;
} */

/* Family Image */
.dawa-img img {
  width: 70%;
  
  /* max-width:60%; */
  /* adjust as per your design */
  border-radius: 8px;
  display: block;
    position: relative;
  display: inline-block;
}

/* Overlapping Blue Card */
.dawa-card {
  position: absolute;
 
 
  left:550px;
  top:950px;

  background: #184A7B;
  color: #fff;
  padding: 30px 70px 70px 50px;
  width:47%;
 
  border-radius: 0 0 50px 0;

  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

/* Text Styling */
.dawa-card img {

  width:486px;
height:188px;

}

html {
  scroll-behavior: smooth;
}


.dawa-card p {
  margin-top: 20px;
  font-size:24px;
  line-height:1.2;
  letter-spacing: 0%;
  text-align: justify;
  font-weight: 400;
}
.sec-3
{
  margin-top:400px;
}
.sahi-range
{
display: flex;
margin-top:-40px;

}
.sahi-range img
{
  margin: auto;
  width:395px;
  height:73px;
}

.sec-4
{
  background-image: url("assets/images/sec-4-bg.png");
  /* Image path */
  background-size: cover;
  /* cover = fill the whole section */
  background-position: center;
  /* center the image */
  background-repeat: no-repeat;
    padding: 40px 30px 0px 30px;
    height:750px;
}
.sec-5
{
  padding:30px 20px;
}
.sabke-dil
{
display: flex;

}
.sabke-dil img
{
  margin: auto;
  width:864px;
  height:73px;

}
.card-sec-5 img
{
width:280px; 
height:280px; 
}
.email-dot span 
{
  padding-left:20px;
}
/* Footer */
.site-footer {
  background: #2b1d47;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

/* âœ… Responsive Fixes */

@media (max-width: 768px) {
  .mob-non
{
  display:none!important;

}
.sec-5-para
{
font-size: 12px!important;
}
.sec-5-h3
{
font-size: 14px!important;
line-height: normal!important;

}
.fot-font p
{
font-size: 12px!important;
}
.link-font h3,h4,ul  
{
  font-size: 10px!important;
}
.sabke-dil img {
    margin: auto;
    width: 259px;
    height: 22px;
}
  .dawa-img img {
  width: 65%;
  
  /* max-width:60%; */
  /* adjust as per your design */
  border-radius: 8px;
  display: block;
    position: relative;
  display: inline-block;
}
.card-sec-5 img {
    width: 190px;
    height: 190px;
}
.combine-bg {
 
    padding:20px 0px;
}
/* Overlapping Blue Card */
.dawa-card {
  position: absolute;
 left:168px;
  top:258px;
  background: #184A7B;
  color: #fff;
  padding: 20px;
  width:57%;
  border-radius: 50px 0 0px 0px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

/* Text Styling */
.dawa-card img {

  width:152px;
height:59px;

}
.sec-4
{

    padding: 30px 20px 0px 20px;
    height:220px;
}
.dawa-card p {
  margin-top: 20px;
  font-size:13px;
  line-height:1.2;
  letter-spacing: 0%;
  text-align: justify;
  font-weight: 400;
}
    .site-header {
    padding: 15px 20px;
    height: auto;
  }
  .swiper-slide
  {
  
  height:100%!important;
  }
.range-class
{
  margin-top:-73px;
}
  /* Hamburger visible */
  .hamburger {
    display: block;
        font-size: 20px;
  }
  .sec-3
{
  margin-top:280px;
}
.nav-links li a {
   
    font-size: 12px;
}

/* Mobile menu (hidden by default) */
.nav-links {
  position: absolute;
  top: 70px;
  right: 0;
  background: #184A7C;
  flex-direction: column;
  gap: 8px;
  width: 200px;
  padding: 0 20px;   /* start collapsed */
  border-radius: 0 0 10px 10px;

  /* Animation setup */
  max-height: 0;       /* collapsed */
  overflow: hidden;    /* hide items */
  opacity: 0;
  transition: all 0.4s ease;

  z-index: 9999; /* stays above banner */
}

/* When active â†’ expand menu */
.nav-links.active {
  padding: 20px;
  max-height: 400px;  /* enough to fit all links */
  opacity: 1;
  width:41%;
  right:0;
}
.sahi-range img {
    margin: auto;
    width: 119px;
    height: 22px;
    margin-top: -72px;
}

  /* .nav-links.active {
    display: flex;
  } */

  .nav-links li {
    text-align: right;
  }
.contact-btn a {
 
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
}

  /* Make logo smaller */
  .site-header {
  position: relative;  /* important */
  z-index: 1000; 
  height:40px;      /* higher than banner */
}
.site-header .logo {

  padding: 10px 5px 10px 10px;
  border-radius: 20px;
  position: relative;
  top: 20px;
  z-index: 20;
}

.site-header .logo img {
  height: 35px;
}er
 
  .banner {
    height: 60vh;
  }
  .banner-slide {
        background-position: top; 
          background-size: contain;
    height: 60vh;
  }
  .banner-content h2 {
    font-size: 22px;
    padding: 10px;
  }
  .swiper-toggle-play {
    top: 80px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .search-icon {
 
  background-color:transparent;
  color:#ffffff;
}
 .nav-link-1 {
 align-items: center;
 
  } 
}

@media (max-width: 480px) {
   .nav-links {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
    .nav-link-1 {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .nav-links li {
    text-align: center;
  }
  .nav-link-1 li {
   
    text-align:right;
  
  }
  .banner {
    height: 50vh;
  }
  .banner-slide {
    height: 50vh;
  }
  .banner-content h2 {
    font-size: 18px;
  }
  .swiper-toggle-play {
    top: 60px;
    right: 8px;
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
 

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px!important;
  }
}
@media (max-width: 405px) {
  .dawa-card {
  position: absolute;
 left:157px;
  }
}
@media (max-width: 380px) {
  .dawa-card {
  position: absolute;
 left:140px;
  }
 .nav-link-1 {
 align-items: center;
  margin-left:70px;
  } 
  .sahi-range img {
    margin: auto;
    width: 119px;
    height: 22px;
    margin-top: -35px;
} 
.range-class {
        margin-top: -32px;
    }
    .sec-3 {
        margin-top: 290px;
    }

}
@media (max-width: 380px) {
  .dawa-card {
  position: absolute;
 left:130px;
  }
}