/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.8.1783876630
Updated: 2026-07-12 17:17:10

*/

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* Navbar Styling */
.navbar {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}
.navbar-brand {
  font-weight: 700;
  color: #1e4620; /* Dark Green */
  font-size: 1.6rem;
}
.navbar-brand span {
  color: #0d6efd; /* Accent Blue */
}
.nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.nav-link:hover,
.nav-link.active {
  color: #1e4620;
}
.btn-contact {
  background-color: #092b58;
  color: #fff;
  border-radius: 25px;
  padding: 8px 24px;
  font-weight: 500;
}
.btn-contact:hover {
  background-color: #143016;
  color: #fff;
}
.navbar-nav a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
/* Hero Slider Section */
.hero-slider {
  position: relative;
  width: 100%;
}
.hero-slider .slick-slide {
  padding: 0;
}
.slide-item {
  position: relative;
  width: 100%;
  outline: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slide-water {
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
}
.slide-tea {
  background: linear-gradient(135deg, #f1f8e9 0%, #ffffff 100%);
}
.slide-lebna {
  background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%);
}

.product-img {
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background-color: rgba(30, 70, 32, 0.2) !important;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(30, 70, 32, 1) !important;
}
.slick-prev {
  left: 30px;
}
.slick-next {
  right: 30px;
}

.slick-dots {
  bottom: 30px;
  z-index: 15;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #1e4620 !important;
  opacity: 0.4;
}
.slick-dots li.slick-active button:before {
  color: #1e4620 !important;
  opacity: 1;
}
.custom-dropdown a {
  font-size: 15px;
  font-weight: 500;
  padding: 4px 21px;
  border-bottom: 1px solid #8080803b;
}
.custom-dropdown a:hover {
  border-left: 5px solid blue;
}
/* Desktop dropdown on hover */

.dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
}
.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}
.dropdown-item:hover {
  background-color: #f1f8e9;
  color: #1e4620;
}
/* Main Container Section */
.delivery-section {
  background-color: #0036a7; /* Rich blue background */
  color: #ffffff;
  min-height: 500px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section-wrapper {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Left Side: Visual Graphics */
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The subtle background circle behind the courier */
.bg-circle {
  position: absolute;
  width: 420px;
  height: 420px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 1;
}

/* Placeholder for the main courier image */
.courier-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  transform: translateY(10px);
}

/* "FREE" Badge */
.free-badge {
  position: absolute;
  top: 15%;
  right: 15%;
  background-color: #1cc0ff;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.view-more-btn {
  background-color: #0d3f8f !important;
  color: #fff;
}

/* Right Side: Content Area */
.content-container {
  z-index: 2;
}

.main-heading {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}

.heading-light {
  color: #1cc0ff; /* Electric blue accent */
}

.description {
  font-size: 15px;
  line-height: 1.6;
  color: #e0e8ff;
  margin-bottom: 30px;
  max-width: 500px;
}

.highlight-text {
  color: #1cc0ff;
  font-weight: 600;
}

/* Features Checklist */
.features-list {
  list-style: none;
  margin-bottom: 40px;
}
.features-list p {
  margin-bottom: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #ffffff;
}

/* Custom Checkmark Icon CSS */
.feature-item::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  color: #a3c84e; /* Lime green color */
  font-weight: bold;
  font-size: 16px;
}

.feature-item.highlight-feature {
  color: #1cc0ff;
}

/* Action Buttons styling */
.cta-group {
  display: flex;
  gap: 16px;
}

.btn {
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-blue {
  background-color: #1cc0ff;
  color: #ffffff;
}

.btn-blue:hover {
  background-color: #00a3e0;
  box-shadow: 0 4px 15px rgba(28, 192, 255, 0.4);
}

.btn-green {
  background-color: #a3c84e;
  color: #ffffff;
}

.btn-green:hover {
  background-color: #8fb340;
  box-shadow: 0 4px 15px rgba(163, 200, 78, 0.4);
}
.bg-blue {
  background-color: #d9e6f3;
}
/* Responsive adjustments */

/* ================= MOBILE SIDEBAR NAV ================= */

.all-water {
  padding: 80px 0;
}

.bottle_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.bottle_img {
  height: 430px;
  display: flex;
  align-items: flex-end; /* image bottom me chipki rahegi */
  justify-content: center;
}

.bottle_img img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
  transition: 0.4s;
}

.bottle_card:hover img {
  transform: scale(1.05);
}

.bottle_content {
  margin-top: 30px;
}

.bottle_content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0d3f8f;
  margin-bottom: 15px;
}

.bottle_content p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto 0;
}

.btn-water {
  display: inline-block;
  background: #0d3f8f;
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-water:hover {
  background: #072b62;
  color: #fff;
}
.section-header {
  max-width: 700px;
  margin: 0 auto 0px;
}

.section-subtitle {
  display: inline-block;
  color: #0d6efd;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #27398e;
  margin-bottom: 18px;
  line-height: 1.2;
}

.section-description {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.about-section {
  padding: 100px 0;
  background: #fff;
}

.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
  border-radius: 25px;
}

.logo-mark {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 70px;
  font-weight: 700;
  color: #d72626;
  z-index: 2;
  font-family: serif;
}

.about-badge {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.about-badge span {
  position: absolute;
  font-size: 14px;
  color: #234;
  letter-spacing: 2px;
  transform: rotate(-25deg);
}

.section-subtitle {
  display: inline-block;
  color: #1a65bf;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-title {
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  color: #0d2b3e;
  margin-bottom: 30px;
}

.about-text {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 45px;
}

.feature-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}

.feature-item:last-child {
  border-bottom: none;
}

.number {
  width: 45px;
  color: #109d45;
  font-size: 28px;
  font-weight: 700;
}

.feature-item span:last-child {
  font-size: 22px;
  color: #123;
  font-weight: 500;
}

.client-box {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s ease;
}

.client-box img {
  max-width: 170px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.35s ease;
}

.client-box:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}
.client-wrapper {
  background: #fafafa;
  border-radius: 30px;
  padding: 70px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.client-title {
  font-size: 48px;
  font-weight: 700;
  color: #68a637;
  line-height: 1.2;
  margin-bottom: 25px;
}

.client-text {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 420px;
}

.client-btn {
  display: inline-block;
  padding: 15px 35px;
  background: #1a65bf;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.client-btn:hover {
  background: #68a637;
  color: #fff;
}

.client-card {
  height: 220px;
  background: #fff;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.client-card:hover {
  transform: translateY(-8px);
}

.client-card img {
  max-width: 150px;
  max-height: 90px;
  object-fit: contain;
}
.global-section {
  padding: 90px 0;
}

.global-title {
  font-size: 58px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 25px;
}

.global-title span {
  display: block;
  color: #0d2f82;
}

.global-title strong {
  display: block;
  color: #ff6b00;
  font-weight: 700;
}

.global-text {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.feature-list li {
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 16px 22px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

.feature-list i {
  color: #1cc95d;
  margin-right: 12px;
}

.theme-btn {
  display: inline-block;
  margin-top: 15px;
  background: #ff6b00;
  color: #fff;
  padding: 16px 35px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.theme-btn:hover {
  background: #0d2f82;
  color: #fff;
}

.card-img {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.card-img img {
  width: 100%;
  display: block;
}

.green-card {
  height: 100%;
  background: #22c55e;
  color: #fff;
  border-radius: 25px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.green-card h5 {
  font-size: 28px;
  margin-bottom: 15px;
}

.green-card p {
  margin: 0;
  font-size: 17px;
}

.blue-card {
  background: #0d2f82;
  color: #fff;
  border-radius: 25px;
  padding: 35px;
  height: 100%;
}

.blue-card h5 {
  font-size: 28px;
  margin-bottom: 18px;
}

.blue-card p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.blue-card h3 {
  margin-bottom: 20px;
}

.blue-card a {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #0d2f82;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
}

.features-section {
  /* background: #eef3f7; */
  padding: 80px 0;
  position: relative;
}

.top-bg {
  width: 90%;
  height: 160px;
  margin: auto;
  background: #27398e;
  border-radius: 25px 25px 0 0;
  font-size: 64px;
  font-weight: 600;
  color: rgb(241, 241, 241);
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.img_box {
  width: 90%;
  margin: auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px;
  border-radius: 0 0 20px 20px;
  position: relative;
  margin-top: -30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.feature-box {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
  align-items: flex-start;
}

.icon {
  width: 70px;
  height: 70px;
  background: #c0cfe7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.icon img {
  width: 34px;
}

.feature-box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #111;
}

.feature-box p {
  color: #666;
  line-height: 1.8;
  font-size: 17px;
}

.center-image {
  width: 36%;
  text-align: center;
}

.center-image img {
  animation: float 3s ease-in-out infinite;
}
/* Custom styling to match and enhance your design */
.highlights-section {
  background-color: #001454; /* Deep teal background */
  color: #ffffff;
}

.highlight-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 12px;
}

/* Subtle hover effect for modern interactivity */
.highlight-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  color: #004d54;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  font-size: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.highlight-number {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
  letter-spacing: -0.5px;
}

.highlight-label {
  font-size: 0.9rem;
  opacity: 0.85;
  font-weight: 500;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Banner Container mimicking the image layout */
.delivery-banner {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: url(./assets/img/form-bg.png) no-repeat center center;
  border-radius: 20px;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 91px 0px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Subtle background graphic to substitute the truck/house setting */
.delivery-banner::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(14, 114, 237, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 1;
  border-radius: 50%;
}

/* Main Content Grid */
.banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
  z-index: 2;
  gap: 30px;
}

/* Left Side: Card & Form */
.order-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.order-card h2 {
  color: #032d60;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 15px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

input[type="text"],
input[type="tel"],
select {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  font-size: 0.95rem;
  color: #334155;
  outline: none;
  transition: all 0.3s ease;
  background-color: #fcfdfe;
}

input::placeholder {
  color: #94a3b8;
}

input:focus,
select:focus {
  border-color: #0e72ed;
  box-shadow: 0 0 0 3px rgba(14, 114, 237, 0.15);
}

/* The Custom Aaharsathi Blue Button */
.submit-btn {
  width: 100%;
  background-color: #0e72ed; /* Core Aaharsathi Blue */
  color: white;
  border: none;
  padding: 15px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.1s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.submit-btn:hover {
  background-color: #0c5ec4;
}

.submit-btn:active {
  transform: scale(0.99);
}

/* Right Side: Product Presentation */
.product-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bottle-img {
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(14, 114, 237, 0.2));
  /* margin-top: -33px; */
  width: 100%;
}

.brand-badge {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0c5ec4;
  background: rgba(14, 114, 237, 0.1);
  padding: 6px 18px;
  border-radius: 20px;
}
.reviews-section {
  background-color: #fff; /* Deep teal background */
  padding: 60px 20px;
  text-align: center;
}

/* Main Widget Layout Box */
.reviews-widget {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff; /* Transparent inner card wrapper */
  border-radius: 4px;
  display: flex;
  padding: 30px;
  gap: 24px;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 0 #ccc;
}

/* Left Side: Aggregate Score */
.score-summary {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
}

.excellent-text {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.summary-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.based-on-text {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Right Side: Slick Slider Container Wrapper */
.slider-container {
  flex: 1;
  width: calc(100% - 244px); /* Fallback for flex layout sizing */
  min-width: 0; /* Important fix for Slick inside flexbox containers */
  position: relative;
  padding: 0 10px;
}

/* Custom Wrapper around slides to create uniform padding gap */
.slide-item {
  padding: 0 10px; /* Generates spacing between individual cards */
}

/* Individual Review Card */
.review-card {
  background-color: #ededed;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  display: flex !important; /* Force flex alignment internally within Slick */
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 180px;
  width: 100%;
}

/* Card Header Info */
.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  position: relative;
  width: 100%;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.avatar.avatar-d {
  background-color: #b82d62;
}
.avatar.avatar-r {
  background-color: #111111;
  border: 1px solid #d4af37;
  color: #d4af37;
}

.user-meta h4 {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2px;
}

.user-meta span {
  font-size: 12px;
  color: #707070;
}

.google-icon-top {
  position: absolute;
  right: 0;
  top: 0;
}

/* Stars & Badges inside card */
.card-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.card-stars {
  display: flex;
  gap: 2px;
}

/* Review Text Content */
.review-text {
  font-size: 15px;
  color: #111111;
  line-height: 1.4;
  font-weight: 500;
}

/* Overriding custom slick arrows navigation classes */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border: none;
  z-index: 10;
}

.nav-btn-left {
  left: 234px; /* Placed exactly outside the left of the slick wrapper area */
}

.nav-btn-right {
  right: 12px;
  background-color: #444444;
}

.star-icon {
  fill: #ffb400;
  width: 18px;
  height: 18px;
}
.star-icon.disabled {
  fill: #cccccc;
}
.blog-card-img {
  width: 100%;
  height: 240px; /* साइड वाली इमेजिस की हाइट */
  border-radius: 24px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

/* बीच वाले बड़े (Featured) कार्ड की इमेज स्टाइल */
.featured-card .blog-card-img {
  height: 310px; /* बीच वाली इमेज को बड़ा और लंबा करने के लिए */
}

/* मेटा टेक्स्ट (Experts | Date) के लिए */
.blog-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #707070;
  margin-top: 18px;
  margin-bottom: 12px;
}

/* लाल रंग की छोटी डैश लाइन के लिए */
.blog-meta::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #1a2e6b; /* Red color */
  margin-right: 10px;
}

/* मुख्य हेडिंग टाइटल्स */
.blog-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #112934; /* गहरा नेवी/ब्लैक शेड */
  padding-left: 26px; /* लाइन के साथ अलाइन रखने के लिए */
}
/* Responsive Styling */

.custom-footer {
  background-color: #1a2e6b; /* गहरा नीला बैकग्राउंड रंग */
  color: #ffffff;
  padding-bottom: 60px;
  position: relative;
}

/* शीर्ष पर लहरदार (Wave) डिज़ाइन */
.footer-wave {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

/* इनपुट सब्सक्रिप्शन बार */
.newsletter-form {
  position: relative;
  max-width: 380px;
  width: 100%;
}

.newsletter-input {
  width: 100%;
  padding: 12px 60px 12px 24px;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  color: #666;
}

.newsletter-input:focus {
  outline: none;
}

.newsletter-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1d68e1; /* आइकॉन बटन का नीला रंग */
  color: #ffffff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.newsletter-btn:hover {
  background-color: #154fb3;
}

/* फूटर लिंक्स और कंटेंट */
.footer-logo-text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* संपर्क विवरण की लेबलिंग स्टाइलिंग */
.contact-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-label {
  font-size: 12px;
  color: #b0c2f2;
  margin-bottom: 15px;
}

/* लिस्ट स्टाइलिंग */
.footer-links-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 6px;
}

.footer-links-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.footer-links-list a:hover {
  opacity: 0.8;
}

/* सोशल मीडिया आइकॉन */
.social-icons-box {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-icon-circle {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  color: #1a2e6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.social-icon-circle:hover {
  transform: scale(1.1);
  color: #1a2e6b;
}

/* क्षैतिज विभाजक रेखा (Horizontal Line) */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
  margin-bottom: 40px;
}
.footer-copyright-text,
.footer-manufactured-text {
  font-size: 0.875rem; /* 14px */
  color: #ffffff; /* A subtle muted gray, adjust according to your theme */
}

.footer-manufactured-text strong {
  color: #a7a7a7; /* Highlights the manufacturer slightly */
}

   /* Hero Banner */

.single-banner{
    background:
    linear-gradient(rgba(24,54,107,.88), rgba(24,54,107,.88)),
    url('./assets/img/banner-bg.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    min-height:300px;
    display:flex;
    align-items:center;
    color:#fff;
}

.single-banner .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.single-banner h1{
    font-size:60px;
    font-weight:700;
    margin-bottom:15px;
    text-shadow:0 3px 8px rgba(0,0,0,.3);
}

.breadcrumb{
    font-size:18px;
    font-weight:500;
}

.breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb span{
    margin:0 6px;
}



/* Floating Animation for the Premium Look */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
}

/* rewards styling */
.reward-heading{
    font-size:50px;
    font-weight:800;
    line-height:1.35;
    color:#18366b;
    text-align:center;
    margin:25px auto 35px;
    letter-spacing:-0.8px;
    max-width:850px;
}
/* ===========================
   Rewards Form
=========================== */

.rewards-form{
    max-width:700px;
    margin:0 auto;
    padding:45px;
    background:#fff;
    border-radius:20px;
    border-top:6px solid #18366b;
    box-shadow:0 15px 40px rgba(24,54,107,.12);
    transition:.35s ease;
}

/* ===========================
   Labels
=========================== */

.rewards-form label{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#18366b;
    margin-bottom:8px;
    letter-spacing:.3px;
}

/* ===========================
   Inputs
=========================== */

.rewards-form input,
.rewards-form textarea{
    width:100%;
    padding:12px 18px;
    border:1px solid #d8e1ec;
    border-radius:12px;
    margin-top:6px;
    font-size:15px;
    background:#fafcff;
    transition:.3s;
}

/* Placeholder */

.rewards-form input::placeholder,
.rewards-form textarea::placeholder{
    color:#9aa5b1;
}

/* Focus */

.rewards-form input:focus,
.rewards-form textarea:focus{
    border-color:#18366b;
    background:#fff;
    box-shadow:0 0 0 4px rgba(24,54,107,.12);
    outline:none;
}

/* Textarea */

.rewards-form textarea{
    /* min-height:170px; */
    height: 100px;
    resize:vertical;
}

/* ===========================
   Submit Button
=========================== */

.rewards-form input[type="submit"]{
    width:100%;
    background:linear-gradient(135deg,#18366b,#274c8f);
    color:#fff;
    border:none;
    padding:16px;
    border-radius:12px;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
    letter-spacing:.5px;
}

.rewards-form input[type="submit"]:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#0f2852,#18366b);
    box-shadow:0 10px 25px rgba(24,54,107,.30);
}

.rewards-form input[type="submit"]:active{
    transform:scale(.98);
}



.rewards-popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:99999;
}

.rewards-popup-content{
    /* width:90%; */
    max-width:600px;
    /* background:#a0a1ab94  ; */
    margin:50px auto;
    padding:25px;
    /* border-radius:10px; */
    position:relative;
    max-height:90vh;
    overflow:auto;
}

.close-popup{
    position:absolute;
    top:10px;
    right:15px;
    font-size:28px;
    cursor:pointer;
}


/* ==========================
   POPUP ONLY
========================== */

#rewardsPopup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    z-index:99999;
    align-items:center;
    justify-content:center;
    padding:20px;
}

#rewardsPopup .rewards-popup-content{
    width:100%;
    max-width:560px;
    background:#fff;
    border-radius:18px;
    position:relative;
    padding:20px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

#rewardsPopup .close-popup{
    position:absolute;
    top:12px;
    right:18px;
    font-size:32px;
    color:#18366b;
    cursor:pointer;
    z-index:10;
}

#rewardsPopup .rewards-form{
    max-width:100%;
    margin:0;
    padding:10px;
    border:none;
    border-radius:0;
    box-shadow:none;
}

#rewardsPopup .rewards-form p{
    margin-bottom:10px;
}

#rewardsPopup .rewards-form label{
    font-size:14px;
    margin-bottom:4px;
}

#rewardsPopup .rewards-form input,
#rewardsPopup .rewards-form textarea{
    padding:10px 14px;
    font-size:14px;
    margin-top:4px;
    margin-bottom:0;
}

#rewardsPopup .rewards-form textarea{
    min-height:80px;
    resize:none;
}

#rewardsPopup .rewards-form input[type="submit"]{
    padding:12px;
    font-size:15px;
    margin-top:10px;
}

.product-slider .product-item{
    padding:10px;
    text-align:center;
}
/* 
.product-slider .product-item img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:8px;
} */

.product-slider .product-item h3{
    margin-top:10px;
    font-size:18px;
    color:#333;
}

.slick-prev:before,
.slick-next:before{
    color:#000;
    font-size:30px;
}
@media (max-width: 991px) {
.img_box{width: 100%; padding: 50px 15px;}
  .dropdown-menu {
    display: none !important;
  }

  .dropdown-menu.show {
    display: block !important;
  }
  .top-bg {
          height: 101px;
        font-size: 22px;

  }
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .section-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .image-container {
    order: 2;
  }
  .content-container {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features-list {
    display: inline-block;
    text-align: left;
  }
  .main-heading {
    font-size: 38px;
    margin-top: 30px;
  }
  .feature-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .icon {
    margin-bottom: 10px;
  }

  .center-image {
    width: 100%;
  }

  .global-title ,.green-card h5{
    font-size: 24px;
  }

  .card-img,
  .green-card,
  .blue-card {
    margin-bottom: 20px;
  }

  .main-title {
    font-size: 36px;
  }

  .client-wrapper {
    padding: 35px 25px;
  }

  .client-title {
    font-size: 32px;
  }

  .client-card {
    height: 170px;
  }

  .client-btn {
    margin-bottom: 40px;
  }

  .section-header h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .section-subtitle{
    font-size: 13px;
  }

  .client-box {
    height: 100px;
  }

  .client-box img {
    max-width: 120px;
    max-height: 70px;
  }
  .about-section {
    padding: 60px 12px;
  }

  .about-title {
    font-size: 24px;
  }

  .about-text {
    font-size: 16px;
  }

  .feature-item span:last-child {
    font-size: 18px;
  }

  .logo-mark {
    font-size: 50px;
  }
  .delivery-banner {
    padding: 30px 20px;
  }
  .banner-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .order-card {
    max-width: 100%;padding: 12px;
  }
  .product-display {
    order: -1; /* Puts bottle on top on mobile view */
  }
  .bottle-img {
    display: none;
  }
  .reviews-widget {
    flex-direction: column;
    padding: 20px 4px;
  }
  .delivery-section{    padding: 60px 12px;}
  .score-summary {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 0;
    padding-bottom: 20px;
    flex: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-container {
    width: 100%;
    padding: 0;
  }
  .nav-btn {
    display: none !important; /* Hide custom arrow handles on small responsive layout breakpoints */
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }

  /* Sidebar itself */
  #navbarNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 368px;
    max-width: 80%;
    background: #fff;
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 30px;
    display: block !important; /* override bootstrap collapse display:none */
  }
  #navbarNav.show {
    transform: translateX(0);
  }

  .sidebar-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.6rem;
    background: none;
    border: none;
    color: #1e4620;
  }
  .navbar-nav {
    flex-direction: column;
  }
  .nav-item {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  .nav-link {
    padding: 12px 5px;
    margin: 0;
  }
  .btn-contact {
    display: inline-block;
    margin-top: 15px;
  }

  /* Mobile dropdown = accordion style (click based) */
  .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: none;
    padding-left: 15px;
  }
  .dropdown-menu.show {
    display: block;
  }
  .nav-item.dropdown.open > .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  .nav-item.dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .container {
    flex-direction: column;
  }

  .feature-column {
    width: 100%;
  }

  .center-image {
    width: 80%;
    margin: 40px 0;
  }

  .feature-box h3 {
    font-size: 18px;
  }
  .feature-box p {
        font-size: 15px;
  }
  .bottle_img {
    height: 320px;
  }

  .bottle_content h3 {
    font-size: 26px;
  }
  .section-title {
    font-size: 24px;
  }
.reviews-section {    padding: 60px 0px;}
  .section-description {
    font-size: 15px;
  }
  .flogo {
    width: 150px;
  }
  .navbar > .container {
    justify-content: space-between;
    flex-direction: row;
  }

  .icon-circle {
  width: 55px;
  height: 55px;
  margin: 0 auto 1.25rem;
  font-size: 2rem;
}

.highlight-number {
  font-weight: 700;
  font-size: 25px;
}
.bg-circle{
  width: 270px;
    height: 270px;
}
.feature-item{
  font-size: 13px;
}
.order-card h2{
  font-size: 24px;
}
.footer-logo{
  width: 200px;
}

/* rewards */
 .reward-heading{
        font-size:26px;
        line-height:1.35;
        margin:15px 10px 20px;
    }

#rewardsPopup{
        padding:12px;
    }

    #rewardsPopup .rewards-popup-content{
        max-width:100%;
        padding:15px;
    }

    #rewardsPopup .rewards-form{
        padding:0;
    }

    #rewardsPopup .rewards-form input,
    #rewardsPopup .rewards-form textarea{
        padding:9px 12px;
    }

    #rewardsPopup .close-popup{
        font-size:28px;
        top:8px;
        right:12px;
    }

}

