
:root{
 --primary-blue: #1b3b86;
    --primary:#0B3F8A;
    --primary-green: #598a28;
    --accent-green: #67a12b;
    --secondary:#78C043;
    --text:#1f2d3d;
    --text-muted: #555555;
    --white:#fff;
    --dark:#1F2937;
    --dark-navy: #0f1c2d;
    --border:rgba(255,255,255,.12);
     --transition:.35s;
     --dark-blue-bg: #0b2540;
      --icon-green: #7eb23d;
      --heading-green: #7eb23d;
      --text-white: #ffffff;
      --border-line: rgba(255, 255, 255, 0.25);
      --white:#ffffff;
      --text-dark: #2c3e50;
      --bg-light: #f8f9fa;

}
    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      margin: 0;
      padding: 0;
    }
/* Lower the z-index of slider arrow controls */
.carousel-control-prev,
.carousel-control-next,
.slider-arrow,
.owl-prev,
.owl-next {
  z-index: 5 !important;
}

/* Ensure the Bootstrap Modal sits cleanly on top of everything when open */
.modal {
  z-index: 1055 !important;
}
.modal-backdrop {
  z-index: 1050 !important;
}
/*Start Auto PopUp Modal*/

   #customModal {
      
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: -110px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }

  .modal-content {
    background-color: #ffffff !important;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px !important;
    width: 550px !important;
    text-align: center;
    position: relative;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  .contForm {
    background-color: #e9ecef !important;
    padding: 16px 0px;
}
  #popUpSendBtn{
      background-color:var(--primary-blue);
  }
/*End Auto PopUp Modal*/

    /* Carousel Slide Background Setup */
    .hero-carousel-item {
      min-height: 100vh;
      background-size: cover;
      background-position: center center;
      position: relative;
      display: flex;
      align-items: center;
      padding: 60px 0;
    }

    /* Gradient overlay for contrast on left text */
    .hero-carousel-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0) 75%);
      z-index: 1;
    }

    .carousel-content {
      position: relative;
      z-index: 2;
      width: 100%;
    }

    /* Slide Background Images  */
    .slide-1 {
      background-image: url('https://www.globalwebnetsolutions.com/comfortmattresses/assets/img/slider/1.png');
    }
    .slide-2 {
      background-image: url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1920&q=80');
    }

    /* Typography Styling */
    .brand-subtitle {
      letter-spacing: 2px;
      font-size: 0.85rem;
      font-weight: 700;
      color: #5c6b80;
      text-transform: uppercase;
    }

    .main-heading {
      color: var(--primary-blue);
      font-weight: 800;
      font-size: 2.8rem;
      line-height: 1.15;
    }

    .since-wrapper {
      display: flex;
      align-items: center;
      margin: 15px 0 20px 0;
    }

    .since-line {
      height: 1px;
      background-color: var(--primary-blue);
      width: 50px;
    }

    .since-text {
      font-style: italic;
      font-family: Georgia, serif;
      color: var(--primary-blue);
      font-weight: 400;
      padding: 0 15px;
    }

    .description-text {
      color: var(--text-dark);
      font-size: 0.95rem;
      line-height: 1.6;
      max-width: 480px;
    }

    /* Feature Icons */
    .feature-icon-box {
      text-align: center;
    }

    .feature-icon-box i {
      font-size: 1.8rem;
      color: var(--primary-blue);
      margin-bottom: 8px;
      display: inline-block;
    }

    .feature-title {
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--primary-blue);
      line-height: 1.2;
    }

    /* Buttons */
    .btn-primary-custom {
      background-color: var(--primary-blue);
      color: #fff;
      border-radius: 30px;
      padding: 10px 24px;
      font-weight: 600;
      font-size: 0.9rem;
      border: 2px solid var(--primary-blue);
      transition: all 0.3s ease;
    }

    .btn-primary-custom:hover {
      background-color: #12285c;
      border-color: #12285c;
      color: #fff;
    }

    .btn-outline-custom {
      background-color: transparent;
      color: var(--primary-blue);
      border-radius: 30px;
      padding: 10px 24px;
      font-weight: 600;
      font-size: 0.9rem;
      border: 1.5px solid var(--primary-blue);
      transition: all 0.3s ease;
    }

    .btn-outline-custom:hover {
      background-color: var(--primary-blue);
      color: #fff;
    }

    /* Custom Left & Right Arrow Buttons */
    .carousel-control-prev,
    .carousel-control-next {
      width: 55px;
      height: 55px;
      background-color: rgba(255, 255, 255, 0.85);
      border: 1px solid var(--primary-blue);
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      margin: 0 25px;
      opacity: 1;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }

    .carousel-control-prev i,
    .carousel-control-next i {
      font-size: 1.4rem;
      color: var(--primary-blue);
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      background-color: var(--primary-blue);
      border-color: var(--primary-blue);
      opacity: 1;
    }

    .carousel-control-prev:hover i,
    .carousel-control-next:hover i {
      color: #fff;
    }

    .carousel-indicators [data-bs-target] {
      background-color: var(--primary-blue);
      height: 10px;
      width: 10px;
      border-radius: 50%;
      margin: 0 5px;
    }

    @media (max-width: 991px) {
      .hero-carousel-item::before {
        background: rgba(255, 255, 255, 0.92);
      }
      .main-heading {
        font-size: 2.2rem;
      }
      .carousel-control-prev,
      .carousel-control-next {
        margin: 0 10px;
        width: 45px;
        height: 45px;
      }
      
      
    }
    
    
    
    
    /*==============================
WHY CHOOSE COMFORT
==============================*/

.why-choose{
    background:#fff;
    padding:90px 0;
}

.section-subtitle{
    display:block;
    color:#4b69c6;
    font-size:13px;
    font-weight:700;
    letter-spacing:4px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.section-title{
    color:#18254d;
    font-size:42px;
    font-weight:700;
    margin-bottom:0;
}

.feature-card{

    background:#fff;

    border:1px solid #edf0f8;

    border-radius:18px;

    padding:40px 25px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.04);

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(34,69,170,.12);

}

.feature-icon{

    width:75px;

    height:75px;

    margin:auto;

    border-radius:50%;

    background:#f4f7ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

    transition:.35s;

}

.feature-card:hover .feature-icon{

    background:#2956B5;

    color:#fff;

}

.feature-icon i{

    font-size:38px;

    color:#2956B5;

    transition:.35s;

}

.feature-card:hover i{

    color:#fff;

}

.feature-card h5{

    color:#1b2b55;

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.feature-card p{

    color:#666;

    font-size:15px;

    line-height:1.8;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.section-title{

font-size:34px;

}

.feature-card{

padding:30px 20px;

}

}

@media(max-width:767px){

.why-choose{

padding:70px 0;

}

.section-title{

font-size:28px;

}

.section-subtitle{

letter-spacing:3px;

font-size:12px;

}

.feature-card{

padding:30px 20px;

}

.feature-icon{

width:65px;

height:65px;

}

.feature-icon i{

font-size:32px;

}

.feature-card h5{

font-size:19px;

}

}



/*Start Collection Section */

/*=========================================
        OUR COLLECTION SECTION
=========================================*/

body {
            background-color: #edf4fc;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .collection-section {
            padding: 60px 0;
        }

        .subtitle {
            font-size: 0.85rem;
            letter-spacing: 2px;
            font-weight: 700;
            color: #4361ee;
            text-transform: uppercase;
        }

        .title {
            color: #0b1b4f;
            font-weight: 800;
            font-size: 2rem;
            margin-bottom: 40px;
        }

        /* Carousel Wrapper */
        .carousel-wrapper {
            position: relative;
            padding: 0 50px; /* Space for arrow buttons */
        }

        /* Scroll Container */
        .scroll-container {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-behavior: smooth;
            scrollbar-width: none; /* Firefox */
            padding: 10px 0;
        }

        .scroll-container::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

        .scroll-item {
            flex: 0 0 calc(25% - 15px); /* 4 items per row on desktop */
            min-width: 250px;
        }

        /* Card Styling */
        .mattress-card {
            border: none;
            border-radius: 16px;
            overflow: hidden;
            background-color: #ffffff;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .mattress-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
        }

        .mattress-card img {
            border-radius: 12px;
            padding: 10px;
            height: 200px;
            object-fit: cover;
            width: 100%;
        }

        .card-body {
            padding: 15px 20px 25px 20px;
        }

        .card-title {
            color: #111;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 8px;
        }

        .card-text {
            color: #6c757d;
            font-size: 0.88rem;
            line-height: 1.4;
            margin-bottom: 20px;
            min-height: 40px;
        }

        .know-more-btn {
            color: #2b56f5;
            font-size: 0.9rem;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .know-more-btn:hover {
            color: #0b1b4f;
        }

        /* Navigation Arrows */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 2px solid #b3ccff;
            background-color: #ffffff;
            color: #2b56f5;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.2s ease;
            user-select: none;
        }

        .nav-btn:hover {
            background-color: #2b56f5;
            color: #ffffff;
            border-color: #2b56f5;
        }

        .nav-btn-prev { left: 0; }
        .nav-btn-next { right: 0; }

        /* Responsive Breakpoints */
        @media (max-width: 992px) {
            .scroll-item { flex: 0 0 calc(33.333% - 14px); }
        }
        @media (max-width: 768px) {
            .scroll-item { flex: 0 0 calc(50% - 10px); }
        }
        @media (max-width: 576px) {
            .scroll-item { flex: 0 0 100%; }
            .carousel-wrapper { padding: 0 40px; }
        }


/*Start about-section*/
.about-section {
      padding: 60px 0;
      background-color: #ffffff;
    }
    
    .about-subtitle {
      color: #1e40af;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.85rem;
      text-transform: uppercase;
    }

    .about-title {
      color: #0b192c;
      font-weight: 800;
      font-size: 2.5rem;
      line-height: 1.2;
    }

    .about-text {
      color: #4b5563;
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .feature-list {
      list-style: none;
      padding-left: 0;
    }

    .feature-list li {
      margin-bottom: 12px;
      font-weight: 600;
      color: #374151;
      display: flex;
      align-items: center;
      font-size: 0.95rem;
    }

    .feature-list i {
      color: #1d4ed8;
      font-size: 1.3rem;
      margin-right: 12px;
    }

    .btn-custom-blue {
      background-color: #214cb8 !important;
      color: #fff !important;
      border-radius: 50px;
      padding: 10px 28px;
      font-weight: 600;
      font-size: 0.95rem;
      border: none;
      transition: all 0.3s ease;
    }

    .btn-custom-blue:hover {
      background-color: #1e40af;
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(33, 76, 184, 0.3);
    }

    .about-img {
      border-radius: 12px;
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-height: 420px;
    }

/*Start manufacturers Banner*/
.manufacturer-banner {
      background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);
      border-radius: 12px;
      padding: 24px 32px;
      color: #ffffff;
      box-shadow: 0 4px 15px rgba(29, 78, 216, 0.25);
    }

    .factory-icon-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .factory-icon-wrapper i {
      font-size: 3.5rem;
      color: #ffffff;
      line-height: 1;
    }

    .banner-title {
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: -0.2px;
      margin-bottom: 12px;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #ffffff;
      white-space: nowrap;
    }

    .feature-item i {
      font-size: 1.1rem;
      opacity: 0.9;
    }

    .btn-banner-order {
      background-color: #ffffff !important;
      color: #1e3a8a !important;
      border-radius: 50px;
      padding: 10px 24px;
      font-weight: 700;
      font-size: 0.9rem;
      border: none;
      transition: all 0.3s ease;
      white-space: nowrap;
      text-decoration: none;
    }

    .btn-banner-order:hover {
      background-color: #f8fafc;
      color: #1d4ed8;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transform: translateY(-1px);
    }



/* Start features-section*/
.features-section {
      background-color: #ffffff;
      padding: 40px 0;
      border-top: 1px solid #f1f5f9;
      border-bottom: 1px solid #f1f5f9;
    }

    .feature-box {
      display: flex;
      align-items: center;
      padding: 10px 15px;
      position: relative;
    }

    /* Vertical divider between columns on desktop */
    @media (min-width: 992px) {
      .feature-col:not(:last-child) .feature-box::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: #cbd5e1;
      }
    }

    .feature-icon {
      font-size: 2.5rem;
      color: #1e40af;
      margin-right: 18px;
      flex-shrink: 0;
      line-height: 1;
    }

    .feature-title {
      color: #0b192c;
      font-weight: 700;
      font-size: 1.05rem;
      margin-bottom: 4px;
    }

    .feature-desc {
      color: #64748b;
      font-size: 0.825rem;
      line-height: 1.4;
      margin-bottom: 0;
    }


/* Start how-it-works*/
.how-it-works-section {
      background-color: #f8fafc;
      padding: 60px 0;
    }

    .process-subtitle {
      color: #1e40af;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.8rem;
      text-transform: uppercase;
    }

    .process-title {
      color: #0b192c;
      font-weight: 800;
      font-size: 2.2rem;
    }

    .step-card {
      text-align: center;
      position: relative;
      padding: 0 10px;
    }

    /* Step Icon Circle Wrapper */
    .step-icon-wrapper {
      width: 84px;
      height: 84px;
      border-radius: 50%;
      border: 2px solid #214cb8;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px auto;
      background-color: #ffffff;
      color: #214cb8;
      font-size: 2.2rem;
      transition: all 0.3s ease;
    }

    .step-card:hover .step-icon-wrapper {
      background-color: #214cb8;
      color: #ffffff;
    }

    .step-title {
      color: #0b192c;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 8px;
    }

    .step-desc {
      color: #64748b;
      font-size: 0.85rem;
      line-height: 1.5;
      margin-bottom: 0;
    }

    /* Horizontal Connecting Arrow for Large Screens */
    @media (min-width: 992px) {
      .step-col:not(:last-child) .step-card::after {
        content: "\F138"; /* Bootstrap Icon: bi-arrow-right */
        font-family: "bootstrap-icons";
        position: absolute;
        top: 28px;
        right: -20%;
        font-size: 1.5rem;
        color: #94a3b8;
        z-index: 1;
      }
    }


/*Start testimonials*/
/* Testimonials Section Base Styling */
.testimonials-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.testimonials-subtitle {
  color: #1e40af;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.testimonials-title {
  color: #0b192c;
  font-weight: 800;
  font-size: 2.2rem;
}

.testimonial-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.star-rating {
  color: #1d4ed8;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.avatar-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-quote {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
}

.customer-name {
  color: #1e40af;
  font-weight: 700;
  font-size: 0.95rem;
}

/* --- OVERRIDE BOOTSTRAP CAROUSEL CONTROL DEFAULT STYLES --- */
#testimonialCarousel .nav-arrow-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 2px solid #214cb8 !important;
  background-color: #ffffff !important;
  color: #214cb8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  opacity: 1 !important; /* Overrides Bootstrap default 0.5 opacity */
  transition: all 0.3s ease !important;
  z-index: 10 !important;
  padding: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Hover State */
#testimonialCarousel .nav-arrow-btn:hover {
  background-color: #214cb8 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(33, 76, 184, 0.25) !important;
}

/* Explicit Arrow Positions */
#testimonialCarousel .carousel-control-prev.nav-arrow-btn {
  left: -22px !important;
}

#testimonialCarousel .carousel-control-next.nav-arrow-btn {
  right: -22px !important;
}

/*Start Counter*/
.stats-banner {
      background-color: #1e40af;
      border-radius: 8px;
      padding: 24px 32px;
      color: #ffffff;
    }

    .stat-item {
      display: flex;
      align-items: center;
      position: relative;
    }

    /* Vertical Dividers between counter items on Desktop */
    @media (min-width: 992px) {
      .stat-col:not(:last-child) .stat-item::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.3);
      }
    }

    .stat-icon {
      font-size: 2.4rem;
      color: #ffffff;
      margin-right: 16px;
      line-height: 1;
      flex-shrink: 0;
    }

    .stat-number-wrapper {
      display: flex;
      align-items: baseline;
      line-height: 1;
    }

    .stat-number {
      font-size: 2rem;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: -0.5px;
    }

    .stat-suffix {
      font-size: 2rem;
      font-weight: 800;
      color: #ffffff;
    }

    .stat-label {
      color: rgba(255, 255, 255, 0.85);
      font-size: 0.85rem;
      font-weight: 500;
      margin-top: 4px;
      margin-bottom: 0;
    }


/*start  blog-section*/
.blog-section {
      background-color: #ffffff;
      padding: 60px 0;
    }

    .blog-subtitle {
      color: #1e40af;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.8rem;
      text-transform: uppercase;
    }

    .blog-title {
      color: #0b192c;
      font-weight: 800;
      font-size: 2.2rem;
    }

    /* Top Right "View All Articles" Button */
    .btn-outline-custom {
      border: 1.5px solid #214cb8;
      color: #214cb8;
      border-radius: 50px;
      padding: 8px 22px;
      font-weight: 600;
      font-size: 0.88rem;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .btn-outline-custom:hover {
      background-color: #214cb8;
      color: #ffffff;
    }

    /* Blog Card Design */
    .blog-card {
      border: none;
      background: transparent;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .blog-img-wrapper {
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 16px;
      aspect-ratio: 16 / 9;
    }

    .blog-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .blog-card:hover .blog-img {
      transform: scale(1.05);
    }

    .blog-card-title {
      color: #0b192c;
      font-weight: 700;
      font-size: 1.05rem;
      line-height: 1.35;
      margin-bottom: 12px;
      transition: color 0.3s ease;
    }

    .blog-card:hover .blog-card-title {
      color: #1e40af;
    }

    .read-more-link {
      color: #214cb8;
      font-weight: 700;
      font-size: 0.9rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      margin-top: auto;
    }

    .read-more-link i {
      transition: transform 0.3s ease;
    }

    .read-more-link:hover i {
      transform: translateX(4px);
    }
    
    
 
  /* CTA Banner Main Container */
    .cta-banner {
      background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);
      border-radius: 0;
      padding: 36px 40px;
      color: #ffffff;
      box-shadow: 0 4px 20px rgba(29, 78, 216, 0.2);
    }

    .cta-title {
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: -0.3px;
      line-height: 1.2;
    }

    .cta-desc {
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.95rem;
      font-weight: 500;
      margin-bottom: 0;
    }

    /* Solid White Primary Button */
    .btn-cta-primary {
      background-color: #ffffff !important;
      color: #1e3a8a !important;
      border-radius: 50px;
      padding: 10px 28px;
      font-weight: 700;
      font-size: 0.9rem;
      border: 1.5px solid #ffffff;
      transition: all 0.3s ease;
      white-space: nowrap;
      text-decoration: none;
    }

    .btn-cta-primary:hover {
      background-color: #f8fafc;
      color: #1d4ed8;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transform: translateY(-1px);
    }

    /* Transparent Outline Secondary Button */
    .btn-cta-outline {
      background-color: transparent;
      color: #ffffff !important;
      border-radius: 50px;
      padding: 10px 28px;
      font-weight: 700;
      font-size: 0.9rem;
      border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
      transition: all 0.3s ease;
      white-space: nowrap;
      text-decoration: none;
    }

    .btn-cta-outline:hover {
      background-color: rgba(255, 255, 255, 0.15);
      color: #ffffff;
      border-color: #ffffff;
      transform: translateY(-1px);
    }


/*Start breadcrumb*/

/* Full-Width Section Wrapper using Breadcrumb.jpg */
    .collections-hero-banner {
      font-family: 'Plus Jakarta Sans', sans-serif;
      position: relative;
      
      padding: 60px 0 80px 0;
      color: #ffffff;
      min-height: 420px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    /* Custom Breadcrumbs */
    .custom-breadcrumb .breadcrumb-item,
    .custom-breadcrumb .breadcrumb-item a {
      color: #94a3b8;
      font-size: 0.85rem;
      text-decoration: none;
      font-weight: 500;
    }

    .custom-breadcrumb .breadcrumb-item.active {
      color: #f59e0b;
      font-weight: 600;
    }

    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #64748b;
      content: "›";
      font-size: 1rem;
      line-height: 1;
    }

    /* Heading Typography */
    .banner-main-title {
      font-family: 'Playfair Display', serif;
      font-size: 3.25rem;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: -0.5px;
      line-height: 1.15;
    }

    /* Gold Subtitle */
    .banner-subtitle {
      color: #d97706; /* Elegant Amber/Gold Accent */
      font-size: 1.35rem;
      font-weight: 600;
      letter-spacing: -0.2px;
    }

    /* Description Paragraph */
    .banner-description {
      color: #cbd5e1;
      font-size: 0.95rem;
      line-height: 1.6;
      max-width: 480px;
    }

    /* Foreground Mattress Showcase Image using Breadcrumb.jpg */
    .mattress-showcase-img {
      border-radius: 12px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
      object-fit: cover;
      max-height: 380px;
      width: 100%;
    }
    
    
    
    
    
    
    
    /* story-chairman-section */
    
    
    
    .story-chairman-section {
      background-color: #ffffff;
      padding: 30px 0;
    }

    .section-subtitle {
      color: #1e40af;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.8rem;
      text-transform: uppercase;
    }

    .section-title {
      color: #0b192c !important;
      font-weight: 800;
      font-size: 2.2rem;
      line-height: 1.2;
    }

    .body-text {
      color: #475569;
      font-size: 0.925rem;
      line-height: 1.6;
    }

    /* Download Brochure Button */
    .btn-brochure {
      /*background-color: #154084 !important;*/
      background: linear-gradient(135deg, #1d4ed8 0%, #154084 100%);
      color: #ffffff !important;
      border-radius: 8px;
      padding: 10px 24px;
      font-weight: 600;
      font-size: 0.9rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
      border: none;
    }

    .btn-brochure:hover {
      background-color: #1e40af;
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
    }

    /* Center Leader Image */
    .chairman-img {
      border-radius: 16px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 380px;
    }

    /* Quote Marks Styling */
    .quote-icon {
      color: #dbeafe;
      font-size: 2.5rem;
      line-height: 1;
      font-family: Georgia, serif;
    }

    /* Signature & Role */
    .signature-img {
      max-width: 120px;
      height: auto;
      margin-bottom: 4px;
    }

    .author-name {
      color: #0b192c;
      font-weight: 800;
      font-size: 0.95rem;
    }

    .author-title {
      color: #64748b;
      font-size: 0.825rem;
    }
    
 



    /* Profile  why-choose */
    .why-choose-section {
      background-color: #ffffff;
      padding: 20px 0;
    }

    /* Outer Rounded Box Frame */
    .why-choose-card {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 35px 20px 25px 20px;
      background-color: #ffffff;
      position: relative;
    }




/* profile Why Choose */
    .why-choose-title-wrapper {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ffffff;
      padding: 0 20px;
    }

    .why-choose-title {
      color: #1e40af;
      font-size: 0.85rem;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 0;
      white-space: nowrap;
    }

    /* Item Box Flex Alignment */
    .feature-box {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 10px;
      position: relative;
    }

    /* Vertical Dividers between items on Desktop */
    @media (min-width: 992px) {
      .feature-col:not(:last-child) .feature-box::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #e2e8f0;
      }
    }

    /* Icon Container Fixed Dimensions */
    .feature-icon-wrapper {
      width: 50px;
      height: 50px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .feature-icon-wrapper i {
      font-size: 2.5rem;
      color: #1e40af;
      line-height: 1;
    }

    /* Heading Text Alignment */
    .feature-title {
      color: #0b192c;
      font-weight: 700;
      font-size: 0.95rem;
      line-height: 1.3;
      margin-bottom: 8px;
      min-height: 2.6rem; /* Keeps titles uniform height across rows */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Description Text */
    .feature-desc {
      color: #64748b;
      font-size: 0.8rem;
      line-height: 1.45;
      margin-bottom: 0;
    }
    
    
    
    
    
   /*Start profile manufacturing-section*/ 
   .manufacturing-section {
      background-color: #ffffff;
      padding: 20px 0;
    }

    .pro-mfg-section-subtitle {
      color: #154084 !important;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.8rem;
      text-transform: uppercase;
    }

    .pro-mfg-section-title {
      color: #154084 !important;
      font-weight: 800;
      font-size: 2.2rem;
      line-height: 1.25;
    }

    .section-desc {
      color: #475569;
      font-size: 0.925rem;
      line-height: 1.6;
    }

    .factory-img {
      border-radius: 16px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 420px;
    }

    /* Feature Item Layout */
    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    /* Circle Outline Wrapper for Icons */
    .icon-circle {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1.5px solid #2563eb;
      color: #2563eb;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
      margin-top: 2px;
    }

    /* Green variant for Eco-Friendly item */
    .icon-circle.eco-green {
      border-color: #16a34a;
      color: #16a34a;
    }

    .feature-name {
      color: #0b192c;
      font-weight: 700;
      font-size: 0.95rem;
      margin-bottom: 2px;
      line-height: 1.3;
    }

    .feature-text {
      color: #64748b;
      font-size: 0.825rem;
      margin-bottom: 0;
      line-height: 1.4;
    }
    
    
/*Start profile certifications-section*/    
    
    
  .certifications-section {
      background-color: #ffffff;
      padding: 50px 0;
    }

    /* Outer Rounded Frame */
    .cert-card {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 35px 20px 25px 20px;
      background-color: #ffffff;
      position: relative;
    }

    /* Floating Title Label on Top Border */
    .cert-title-wrapper {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ffffff;
      padding: 0 20px;
    }

    .cert-title {
      color: #1e40af;
      font-size: 0.825rem;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 0;
      white-space: nowrap;
    }

    /* Individual Item Container */
    .cert-box {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 10px;
      position: relative;
    }

    /* Vertical Dividers between items on Desktop */
    @media (min-width: 992px) {
      .cert-col:not(:last-child) .cert-box::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #e2e8f0;
      }
    }

    /* Fixed Logo/Icon Wrapper Height for Strict Baseline Alignment */
    .cert-icon-wrapper {
      height: 60px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .cert-icon-wrapper img {
      max-height: 55px;
      max-width: 100%;
      object-fit: contain;
    }

    .cert-icon-wrapper i {
      font-size: 3rem;
      color: #1e40af;
      line-height: 1;
    }

    .cert-name {
      color: #0b192c;
      font-weight: 700;
      font-size: 0.85rem;
      line-height: 1.35;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .cert-bold-title {
      font-weight: 800;
      font-size: 1.25rem;
      color: #0b192c;
      line-height: 1;
      margin-bottom: 2px;
    }  
    
    
    
/*Start Profile Business Journey*/
/* --- OUR JOURNEY TIMELINE STYLING --- */
.journey-section {
  background-color: #ffffff;
  padding: 20px 0;
}

.journey-subtitle {
  color: #1e40af;
  font-weight: 800;
  letter-spacing: 2.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.timeline-wrapper {
  position: relative;
}

/* Base Timeline Horizontal Line (Large Screens) */
@media (min-width: 992px) {
  /* Connecting Process Line (Centered through 64px Circle = 32px Top) */
  .timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 58px;
    left: 20px;
    right: 25px;
    height: 2px;
    background-color: #93c5fd; /* Soft Blue Line */
    z-index: 1;
  }

  /* Start Point: Hollow Rounded Circle on the far left */
  .timeline-wrapper::after {
    content: '';
    position: absolute;
    top: 53px; /* Centered relative to 2px line height */
    left: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #2563eb;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 2;
  }

  /* End Point: Right Arrow Pointer */
  .timeline-arrow-end {
    position: absolute;
    top: 60px;
    right: 18px;
    transform: translateY(-50%);
    color: #2563eb;
    font-size: 0.95rem;
    line-height: 1;
    z-index: 2;
  }
}

.timeline-item {
  text-align: center;
  position: relative;
  z-index: 3;
}

/* Circle Icon Styling */
.timeline-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #2563eb;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-icon-circle {
  background-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.timeline-year {
  color: #0b192c;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.timeline-desc {
  color: #64748b;
  font-size: 0.825rem;
  line-height: 1.45;
  margin-bottom: 0;
}

/* Custom 6-Column Utility Grid Class for Large Views */
@media (min-width: 992px) {
  .col-lg-2-custom {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}
    
    /*Start profile industries Cater*/
    
 .industries-section {
      background-color: #ffffff;
      padding: 50px 0;
    }

    /* Outer Rounded Frame */
    .industries-card-frame {
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      padding: 35px 20px 25px 20px;
      background-color: #ffffff;
      position: relative;
    }

    /* Floating Title Badge Over Top Border */
    .industries-title-wrapper {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ffffff;
      padding: 0 20px;
    }

    .industries-title {
      color: #1e40af;
      font-size: 0.85rem;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 0;
      white-space: nowrap;
    }

    /* Individual Industry Item Box */
    .industry-box {
      background-color: #f8fafc;
      border-radius: 12px;
      padding: 20px 10px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      border: 1px solid transparent;
    }

    .industry-box:hover {
      background-color: #ffffff;
      border-color: #cbd5e1;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transform: translateY(-2px);
    }

    .industry-icon-wrapper {
      font-size: 2.2rem;
      color: #214cb8;
      margin-bottom: 10px;
      line-height: 1;
    }

    .industry-name {
      color: #0b192c;
      font-weight: 700;
      font-size: 0.85rem;
      line-height: 1.3;
      margin-bottom: 0;
    }

    /* Custom 8-Column Utility for Large Views */
    @media (min-width: 1200px) {
      .col-xl-custom-8 {
        flex: 0 0 auto;
        width: 12.5%; /* 100% / 8 columns */
      }
    }   
    
    
 /* Profile Last Banner Divider */
    .legacy-cta-banner {
      background: linear-gradient(135deg, #0f3ba2 0%, #0d2f80 100%);
      border-radius: 12px;
      padding: 28px 36px;
      color: #ffffff;
      box-shadow: 0 4px 16px rgba(15, 59, 162, 0.2);
    }

    /* Bed Outline Icon */
    .legacy-banner-icon {
      font-size: 3.8rem;
      color: #ffffff;
      line-height: 1;
      flex-shrink: 0;
    }

    /* Main Title Styling */
    .legacy-banner-title {
      font-size: 1.65rem;
      font-weight: 800;
      letter-spacing: -0.2px;
      line-height: 1.25;
      color: #ffffff;
      margin-bottom: 6px;
    }

    /* Subtitle Text */
    .legacy-banner-desc {
      color: rgba(255, 255, 255, 0.85);
      font-size: 0.875rem;
      font-weight: 500;
      margin-bottom: 0;
    }

    /* Explore Button */
    .btn-legacy-explore {
      background-color: #ffffff !important;
      color: #0f3ba2;
      border-radius: 50px;
      padding: 10px 24px;
      font-weight: 700;
      font-size: 0.9rem;
      border: none;
      transition: all 0.3s ease;
      white-space: nowrap;
      text-decoration: none;
    }

    .btn-legacy-explore:hover {
      background-color: #f8fafc;
      color: #1d4ed8;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transform: translateY(-1px);
    }   
    
    
    
    
    /*Start Product List*/
    
    /* Section Container */
    .features-strip-section {
      background-color: #ffffff;
      padding: 30px 0;
      border-top: 1px solid #f1f5f9;
      border-bottom: 1px solid #f1f5f9;
    }

    /* Individual Feature Box */
    .strip-feature-box {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 15px;
      position: relative;
    }

    /* Subtle Vertical Divider between columns on Desktop */
    @media (min-width: 992px) {
      .strip-feature-col:not(:last-child) .strip-feature-box::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: #cbd5e1;
      }
    }

    /* Circular Outline Icon Container */
    .strip-icon-circle {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #eff6ff; /* Soft Light Blue Background */
      border: 1px solid #bfdbfe;
      color: #1e40af; /* Primary Dark Blue Icon Color */
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      margin-right: 14px;
      flex-shrink: 0;
    }

    /* Text Column */
    .strip-feature-title {
      color: #0b192c;
      font-weight: 700;
      font-size: 0.925rem;
      line-height: 1.3;
      margin-bottom: 0;
    }

    /* Custom 5-Column Utility Grid for Desktop Screen Widths */
    @media (min-width: 992px) {
      .col-lg-5-custom {
        flex: 0 0 auto;
        width: 20%;
      }
    }
    
/*Start Product List roduct Cat Tab Pils*/


.categories-section {
      background-color: #ffffff;
      padding: 60px 0;
    }

    .section-subtitle {
      color: #b45309; /* Gold / Bronze Accent */
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 0.8rem;
      text-transform: uppercase;
    }

    .section-title {
      color: #0b192c;
      font-weight: 800;
      font-size: 2.25rem;
    }

    /* Decorative Line Below Title */
    .title-line {
      width: 40px;
      height: 3px;
      background-color: #f59e0b;
      margin: 8px auto 0 auto;
      border-radius: 2px;
    }

    /* --- BOOTSTRAP TAB PILLS STYLING --- */
    .category-pills .nav-link {
      color: #475569;
      background-color: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      padding: 8px 18px;
      font-weight: 600;
      font-size: 0.875rem;
      transition: all 0.25s ease;
      white-space: nowrap;
    }

    .category-pills .nav-link:hover {
      color: #0b192c;
      border-color: #cbd5e1;
      background-color: #f8fafc;
    }

    .category-pills .nav-link.active {
      background-color: #0b192c; /* Active Dark Blue Pill */
      color: #ffffff;
      border-color: #0b192c;
      box-shadow: 0 4px 10px rgba(11, 25, 44, 0.15);
    }

    /* --- PRODUCT CARD STYLING --- */
    .product-card {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      overflow: hidden;
      background-color: #ffffff;
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
    }

    .product-card:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      transform: translateY(-3px);
    }

    .product-img-wrapper {
      position: relative;
      overflow: hidden;
      aspect-ratio: 4 / 3;
    }

    .product-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Top Badges (BEST SELLER / NEW) */
    .badge-custom {
      position: absolute;
      top: 12px;
      left: 12px;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 5px 10px;
      border-radius: 4px;
      text-transform: uppercase;
      z-index: 2;
    }

    .badge-bestseller {
      background-color: #1e3a8a;
      color: #ffffff;
    }

    .badge-new {
      background-color: #16a34a;
      color: #ffffff;
    }

    .product-body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .product-title {
      color: #0b192c;
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .product-desc {
      color: #64748b;
      font-size: 0.85rem;
      line-height: 1.45;
      margin-bottom: 16px;
      min-height: 2.5rem;
    }

    /* Spec Badges Row */
    .spec-row {
      display: flex;
      align-items: center;
      gap: 16px;
      color: #1e40af;
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 16px;
      margin-top: auto;
    }

    .spec-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .spec-item i {
      font-size: 0.95rem;
    }

    /* Know More Link */
    .know-more-link {
      color: #1e40af;
      font-weight: 700;
      font-size: 0.875rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      transition: gap 0.2s ease;
    }

    .know-more-link:hover {
      color: #0b192c;
    }

    .know-more-link i {
      transition: transform 0.2s ease;
    }

    .know-more-link:hover i {
      transform: translateX(4px);
    }    


/*Start Product Details Page*/





/* Base / Mobile Styles (< 768px) */
  .product-image-box {
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .product-content-box {
    height: auto; /* Natural height on mobile prevents overlapping */
    min-height: auto;
  }

  /* Hide scrollbar across all devices */
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Desktop Styles (≥ 768px) */
  @media (min-width: 768px) {
    .product-content-box {
      height: 0 !important;
      min-height: 0 !important;
    }
    
    .product-scroll-area {
      overflow-y: auto !important;
      min-height: 0 !important;
    }
  }
.get-lprice{
    border:1px solid #000C58;
    background:#000C58;
    border-radius:5px;
    color:#fff;
}

.get-lprice:hover{
    background:#F19C05;
    color:#fff;
}
.pdf-download>a img{
    width:25px;
}
.call-back{
    width:90px;
    height:75px;
    background: #F19C05;
    text-shadow: 1px 1px #000;
    right: 0px;
    top: 0;
   
    position:absolute;
    cursor: pointer;
    z-index:999999;
    
}
.call-back-txt{
    background: #F19C05;
    border:none;
    padding: 10px 6px;
    color: #fff;
    text-align:center;
    font-size:18px;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}
.call-back-txt strong{
    font-size:19px;
}

.call-back::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 22px;
    top: 0;
    left: -9px;
    background-color: #000;
    transform: skew(-39deg);
    z-index:-100;
}

/*Start Popup Modal CSS*/
.prodModal{
    width:100%;
}
.prodModalbody{
    margin-top:-22px;
    padding-top:0px;
    padding-bottom:0px;
}
.prodModalbody > .row{
    margin-top:0px;
    margin-bottom:0px;
}
.mdl-hdg-content{
    margin-top:-55px;
    margin-left:-40px;
    font-size:11pt;
}
.autoPopoUpRslt{
    border:none;
}
.mdlTxtVal{
    border:0px solid #0b2239;
    
}
.modal-left-content{
    margin-top:8px;
}

.modal-left-content p{
    font-size:11px;
    text-align:justify;
}

.mdlRightBox{
    margin-top:5%;
    font-size:20px;
}

.mdlRightBox >p> strong{
    color:#F19C05;
}
.mdlRightBoxFrm> p{
    font-size:12px;
    margin-top:-10px;
    padding-top:-50px;
    padding-left:0px;
    margin-left:-10px;
    color:#ff9900;
}
.main-input-box{
    padding:5px auto;
    margin-bottom:15px;
    border:1px solid #F19C05;
}
.main-input-box i{
    font-size:18px;
}
.main-input-box > select, .main-input-box > label{
    padding-top:4px;
    padding-bottom:4px;
    margin:4px;
    background:lightgrey;
    border:0px;
    font-size:13px;
}

.frm-inpt{
   border:0px; 
   font-size:13px;
}

#prod-mdl-btn{
    margin-top:0px;
    cursor:pointer;
}

.mdl-sbmt-btn{
    
    background:#0b2239;
    padding:8px 48px;
    color:#fff;
}

.mdl-sbmt-btn:hover{
    background:#F19C05;
    color:#fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btnForOpenMdl{
    cursor:pointer;
}

.modalimgtab{
    max-width: 100%;
    max-height: 100%;
}

.prodMdlImgBox * {
    vertical-align: middle;
}





/*Contact Page CSS*/

/*=========================================
CONTACT SECTION
=========================================*/

.contact-section{

    position:relative;

    background:#ffffff;

    overflow:hidden;
   margin-top:150px;
    padding:150px 0;

}

/* Background Effect */

.contact-section::before{

    content:"";

    position:absolute;

    left:-180px;

    top:-180px;

    width:450px;

    height:450px;

    border-radius:50%;

    background:radial-gradient(rgba(120,192,67,.12), transparent 70%);

    pointer-events:none;

}

.contact-section::after{

    content:"";

    position:absolute;

    right:-180px;

    bottom:-180px;

    width:450px;

    height:450px;

    border-radius:50%;

    background:radial-gradient(rgba(18,60,133,.08), transparent 70%);

    pointer-events:none;

}

/*=========================================
SECTION HEADING
=========================================*/

.section-heading{

    margin-bottom:35px;

}

.section-heading .sub-title{

    display:inline-block;

    color:#78C043;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.section-heading h2{

    font-size:42px;

    font-weight:800;

    line-height:1.15;

    color:#123C85;

    margin-bottom:22px;

}

.section-heading h2 span{

    display:block;

    color:#78C043;

}

.section-heading p{

    font-size:17px;

    color:#666;

    line-height:1.9;

    max-width:500px;

}

/*=========================================
CONTACT INFO
=========================================*/

.contact-info{

    display:flex;

    align-items:flex-start;

    gap:22px;

    padding:22px 0;

    border-bottom:1px solid #ececec;

}

.contact-icon{

    width:48px;

    min-width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef5ff;

    transition:.35s;

}

.contact-icon i{

    font-size:24px;

    color:#123C85;

    transition:.35s;

}

.contact-info:hover .contact-icon{

    background:#123C85;

}

.contact-info:hover .contact-icon i{

    color:#fff;

    transform:scale(1.1);

}

.contact-text{

    flex:1;

}

.contact-text h4{

    font-size:18px;

    color:#123C85;

    font-weight:700;

    margin-bottom:12px;

}

.contact-text address{

    margin:0;

    color:#555;

    line-height:1.9;

    font-style:normal;

    font-size:16px;

}

.contact-text a{

    display:block;

    color:#555;

    text-decoration:none;

    line-height:1.9;

    font-size:16px;

    transition:.3s;

}

.contact-text a:hover{

    color:#78C043;

}

/*=========================================
BOTTOM CTA
=========================================*/

.contact-cta{

    margin-top:35px;

    background:#123C85;

    color:#fff;

    border-radius:10px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:10px;

    padding:8px;

    overflow:hidden;

    position:relative;

}

.contact-cta::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:6px;

    height:100%;

    background:#78C043;

}

.cta-icon{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.cta-icon i{

    font-size:24px;

    color:#78C043;

}

.cta-content{

    flex:1;

}

.cta-content h5{

    font-size:15px;

    font-weight:700;

    margin-bottom:6px;

}

.cta-content p{

    margin:0;

    color:#d8e4ff;

    font-size:10px;

}

.cta-number{

    border-left:1px solid rgba(255,255,255,.25);

    padding-left:10px;

}

.cta-number a{

    display:block;

    text-decoration:none;

    color:#78C043;

    font-size:16px;

    font-weight:800;

    margin-bottom:6px;

}

.cta-number small{

    color:#ffffff;

    font-size:13px;


}

/*=========================================
CONTACT FORM CARD
=========================================*/

.contact-form-card{

    position:relative;

    background:#fff;

    border-radius:18px;

    padding:45px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    border:1px solid #eef2f7;

    overflow:hidden;

}

.contact-form-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#123C85,#78C043);

}

/*=========================================
FORM TITLE
=========================================*/

.contact-form-card h3{

    font-size:36px;

    font-weight:700;

    color:#123C85;

    margin-bottom:10px;

}

.title-border{

    display:block;

    width:60px;

    height:4px;

    background:#78C043;

    border-radius:50px;

    margin-bottom:35px;

}

/*=========================================
FORM GROUP
=========================================*/

.form-group{

    margin-bottom:22px;

}

/*=========================================
INPUTS
=========================================*/

.contact-form-card .form-control,
.form-select{

    height:60px;

    border:1px solid #dbe5f1;

    border-radius:10px;

    padding:15px 22px;

    font-size:16px;

    color:#444;

    background:#fff;

    transition:.35s;

    box-shadow:none;

}

.form-control::placeholder{

    color:#8a8a8a;

}

.form-control:hover,
.form-select:hover{

    border-color:#78C043;

}

.form-control:focus,
.form-select:focus{

    border-color:#123C85;

    box-shadow:0 0 0 4px rgba(18,60,133,.08);

    outline:none;

}

/*=========================================
TEXTAREA
=========================================*/

textarea.form-control{

    min-height:170px;

    resize:none;

    padding-top:18px;

}

/*=========================================
SELECT
=========================================*/

.form-select{

    cursor:pointer;

    background-position:right 18px center;

}

/*=========================================
RECAPTCHA
=========================================*/

.g-recaptcha{

    transform-origin:left top;

}

/*=========================================
SEND BUTTON
=========================================*/

.btn-send{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    min-width:250px;

    height:60px;

    border:none;

    border-radius:10px;

    background:#78C043;

    color:#fff;

    font-size:17px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.4px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(120,192,67,.30);

}

.btn-send i{

    font-size:18px;

    transition:.35s;

}

.btn-send:hover{

    background:#123C85;

    transform:translateY(-3px);

    box-shadow:0 18px 40px rgba(18,60,133,.28);

}

.btn-send:hover i{

    transform:translateX(6px);

}

/*=========================================
INVALID INPUT
=========================================*/

.form-control.is-invalid,
.form-select.is-invalid{

    border-color:#dc3545;

}

.form-control.is-valid,
.form-select.is-valid{

    border-color:#198754;

}

/*=========================================
LABEL (OPTIONAL)
=========================================*/

.form-label{

    font-size:15px;

    color:#123C85;

    font-weight:600;

    margin-bottom:8px;

}

/*=========================================
FORM ANIMATION
=========================================*/

.contact-form-card{

    animation:fadeUp .8s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*=========================================
TRUST SECTION
=========================================*/

.trust-section{

    padding:10px 0;

    background:#fff;

}

.trust-wrapper{

    background:#f9fbff;

    border-radius:14px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    overflow:hidden;

}

.trust-box{

    display:flex;

    align-items:center;

    gap:10px;

    padding:5px;

    border-right:1px solid #e8edf5;

    height:100%;

    transition:.35s;
    background-color:#ebf6f9;

}

.trust-box:hover{

    background:#fff;

}

.trust-icon{

    width:72px;

    min-width:72px;

    height:72px;

    border-radius:50%;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.trust-icon i{

    font-size:30px;

    color:#123C85;

    transition:.35s;

}

.trust-box:hover .trust-icon{

    background:#78C043;

}

.trust-box:hover .trust-icon i{

    color:#fff;

}

.trust-content h4{

    font-size:14px;

    color:#123C85;

    margin-bottom:8px;

    font-weight:700;

}

.trust-content p{

    margin:0 0 6px;

    color:#555;

    line-height:1.6;

    font-size:15px;

}

.trust-content span{

    display:block;

    color:#555;

    font-size:15px;

}

.trust-content span strong{

    color:#78C043;

}

.trust-content a{

    display:block;

    color:#78C043;

    text-decoration:none;

    font-size:26px;

    font-weight:700;

    margin-top:8px;

}

/*End Contact Page Section*/





















/* Footer Main Container Styling */
    .site-footer {
      background-color: #07152b; /* Deep Dark Blue Background 
    /*background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);*/
      color: #94a3b8;
      padding-top: 60px;
      font-size: 0.9rem;
    }

    /* Logo & Description Column */
    .footer-logo-title {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: 2px;
      margin-bottom: 0;
    }

    .footer-logo-sub {
      color: #94a3b8;
      font-size: 0.75rem;
      letter-spacing: 3px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .footer-desc {
      color: #cbd5e1;
      font-size: 0.88rem;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    /* Social Icons Circle Buttons */
    .social-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      margin-right: 8px;
      transition: all 0.3s ease;
      font-size: 0.9rem;
    }

    .social-btn:hover {
      background-color: #2563eb;
      color: #ffffff;
      transform: translateY(-2px);
    }

    /* Section Column Titles */
    .footer-heading {
      color: #ffffff;
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    /* Link Lists */
    .footer-links {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

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

    .footer-links a {
      color: #cbd5e1;
      text-decoration: none;
      font-size: 0.88rem;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #ffffff;
      padding-left: 4px;
    }

    /* Contact Info List */
    .contact-info-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .contact-info-list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 14px;
      color: #cbd5e1;
      font-size: 0.88rem;
    }

    .contact-info-list i {
      color: #ffffff;
      font-size: 1.1rem;
      margin-right: 12px;
      margin-top: 2px;
      flex-shrink: 0;
    }

    .contact-info-list a {
      color: #cbd5e1;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .contact-info-list a:hover {
      color: #ffffff;
    }

    /* Bottom Copyright Bar */
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      margin-top: 50px;
      padding: 20px 0;
      font-size: 0.85rem;
      color: #94a3b8;
    }

    .heart-icon {
      color: #ef4444;
    }






