/* About us hero section start */
/* General Styles */
/* body, html {
    margin: 0;
    padding: 0;

  } */

  /* Aboutus header start */
.custom-header {
    background-color: #0A6D7C;
    color: white;
    padding: 10px 0;
    font-size: 14px;
}
.custom-header a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}
/* .custom-header a:hover {
    text-decoration: underline;
} */
.custom-header .social-icons a {
    font-size: 18px;
    margin: 0 5px;
}

.custom-header .social-icons a:hover {
  color: #003f54;



}
/* Aboutus header end */

/* Aboutus Navbar start */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white; /* Change as needed */
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;

  background-color: #fff;
  /* padding: 10px 0; */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #007b8f;

}
.navbar-brand {

    font-size: 24px;
    color: #007b8f;

}
.navbar-brand span {
    font-style: italic;
}
.navbar-brand svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.nav-link {
    font-size: 16px;
    color: #007b8f;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.nav-link:hover{
    color: #005f6b;
    text-decoration: underline;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);

}
.nav-link.active {
  color: #005f6b;
  text-decoration: underline;
  

}
.navbar-icons a {
    font-size: 20px;
    color: #007b8f;
    margin-left: 15px;
}
.navbar-icons a:hover {
    color: #005f6b;
}
/* Aboutus Navbar end */

  /* Hero Section Styles */
  .hero-sectionn {
    background-color: #0A6D7C; /* Adjust to match your color theme */
    background-image: url('../img/Rectangle81.png'); /* Add the actual background image */
    background-size: contain;
    background-position: relative;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-sectionn-contact {
    background-color: #0A6D7C; /* Adjust to match your color theme */
    background-image: url('../img/Rectangle82.png'); /* Add the actual background image */
    background-size: contain;
    background-position: relative;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-sectionn-contact .h1-contact {
    font-size: 130px;
    
    /* font-family: ovo; */
  }


  .hero-sectionn h1 {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }

  /* About Section Styles */
  .about-sectionn h2 {
    color: #005f73;
    font-weight: bold;
  }

  .about-sectionn p {
    color: #333;
  }

  .about-sectionn img {
    max-width: 100%;
    border-radius: 8px;
  }

  .about-sectionn h3 {
    color: #005f73;
    font-weight: bold;
  }
/* Aboutus hero section end */
/* we are scrubsolutely start */
.psc{
    font-size: 1rem;
    color: #000000;
    text-align: justify;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.header-text {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #0A6D7C;
}
.section {
    margin: 20px 0;
}
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0A6D7C;
    margin-bottom: 10px;
}
.mission-text, .established-text {
    font-size: 1rem;
    color: #000000;
    /* font-family: poppins; */
}
.image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
/* we are scrubsolutely End */

/* QUALITY IS OUR PRIORITY START */
.c1{
    /* background-color: #FAFAFA; */
    background-color: #FAFAFA;

}
.header-text {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #0A6D7C;
}
.section {
    margin: 20px 0;
}
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0A6D7C;
    margin-bottom: 10px;
}
.mission-text, .established-text {
    font-size: 1rem;
    color: #000000;
}
.image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.quality-section {
    text-align: center;
    margin: 40px 0;
}
.quality-title {
    font-size: 3rem;
    color: #0A6D7C;
    margin-bottom: 20px;
}
.quality-description {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 30px;
}
.quality-item {
    text-align: center;
    margin-bottom: 20px;
}
.quality-item h5{
    color: #0A6D7C;
}
.quality-icon img{
    /* font-size: 3rem;
    color: #0d6efd; */
    margin-bottom: 20px;
    width: 29%;
}
.quality-icon img:hover {
  transition: all 100ms ease;
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 50%; /* Makes the square a circle */
  border: 1px solid black;
}

/* .quality-icon img:hover{
  transition: all 100ms ease;
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
} */
.quality-text {
    font-size: 1rem;
    color: #000000;
}
/* QUALITY IS OUR PRIORITY END */

/* scrub shop start */
.scrub-shop-title {
    font-size: 2rem;
    font-weight: bold;
    color: #0A6D7C;
    margin-bottom: 0.5rem;
  }

  .scrub-shop-subtitle {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 2rem;
  }
  .scrub-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
/* scrub shop End */


.header {
    background-color: #0A6D7C;
    padding: 10px 0;
}
.header .social-icons i {
    font-size: 18px;
    color: #333;
    background-color: #ddd;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    transition: background-color 0.3s;
}
.header .social-icons i:hover {
    background-color: #003f54;
    color: #fff;
}
.header .lang-dropdown select {
    border: none;
    color: white;
    background-color: #333;
    background: transparent;
    font-size: 16px;
    padding: 5px;
}
.header .center-text {
    font-size: 16px;

    color: #FFFFFF;
    text-align: center;
    flex-grow: 1;
}

/* Navbar custom styles */

/* .navbar {
    background-color: #FFFFFF;
} */
.navbar .navbar-brand {
    height: 80px;


}
.navbar .nav-link {
    color: #0A6D7C;
    font-size: 20px;
    font-family: ovo;
}
.navbar .nav-link:hover {

    color: #243C4C;
}
.navbar .nav-item {
    margin-left: 15px;
}
.navbar .nav-item .active {
    color: #243C4C;
}
.navbar .navbar-icons i {
    color: #243C4C;
    font-size: 20px;
    margin-left: 20px;
}
.navbar .navbar-icons i:hover {
    color: #243C4C;
}

.navhapc{
        margin-right: 130px;
}

/* Hero Section Styling start */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.hero-text {

  max-width: 50%;
  margin-left: 50px;
}

.hero-heading {
  font-size: 3rem;
  font-family: ovo;
  line-height: 1.2;
  color: #005f74;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

}

.hero-heading-1 {
  margin-top: -35px;
  font-size: 120px;
  font-family: ovo;
  line-height: 1.2;
  color: #003f54;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-heading-2 {
  margin-top: -85px;
  font-size: 200px;
  font-family: ovo;
  line-height: 1.2;
  color: #003f54;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-subheading {
  margin-top: -49px;

  font-size: 2rem;
  color: #005f74;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

}

.order-btn {
  background-color: #003f54;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 1.1rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.order-btn:hover {
  background-color: #005f74;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-image {
  max-width: 45%;

}

.hero-image img {
  width: 103%;
  border-radius: 10px;
  
}
/* Media Queries for Responsive Design */

@media (max-width: 768px) {

  .hero-section {
    flex-direction: column; /* Stack text and image vertically */
    align-items: center;
    padding: 10px;
  }


  .hero-text {
    max-width: 160%;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;


}

  .hero-heading {
    font-size: 2rem;
  }

  .hero-heading-1 {
    font-size: 60px;
    margin-top: -10px;
  }

  .hero-heading-2 {
    font-size: 100px;
    margin-top: -30px;
  }

  .hero-subheading {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .order-btn {
    font-size: 1rem;
    padding: 8px 16px;
  }

  .hero-image {
    max-width: 100%;
}
  .hero-image {
    margin-top: 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* .hero-section {

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    background-color: #f8f9fa;
    padding: 0 50px;
}

.hero-text {
    max-width: 50%;
    margin-bottom: 200px;


}


.hero-text h1, .hero-text h2, .hero-text p {

    margin: 24px;
    padding: 0;
}

.hero-text h1 {
    line-height: 0px;
    font-size: 45px;
    font-family: ovo;
    color: #0A6D7C;

}

.hero-text h2 {
    margin-top: 0;
    margin-bottom: 0;

    font-size: 90px;
    font-family: ovo;
    color: #243C4C;

}

.hero-text h2:nth-of-type(2) {
    font-size: 160px;
    line-height: 74px;
}
.hero-text p {
    font-size: 40px;
    font-family: ovo;
    color: #0A6D7C;
}

.hero-text .btn-order {
    margin-top: 30px;
    margin-left: 28px;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #273C4B;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.hero-text .btn-order:hover {
    background-color: #0A6D7C;
}

.hero-image {
    margin-top: -225px;
    max-width: 50%;
    display: block;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .hero-text, .hero-image {
        max-width: 100%;
    }

    .hero-text h2 {
        font-size: 40px;
    }

    .hero-text p {
        font-size: 18px;

    }



}
@media (max-width: 1300px) {
    .hero-text h2 {
        font-size: 70px;
        line-height: 74px;
    }
    .hero-text h2:nth-of-type(2) {
        font-size: 140px;
        line-height: 74px;
    }
} */

/* hero section end */


/* .text-center p {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
} */
/* products section started */

.breadcrumb {

    background-color: transparent;
    margin-bottom: 1.5rem;
  }
  
  .product-cardd {
    box-shadow: 0 4px 6px rgba(0.1, 0.1, 0.1, 0.1);

    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .price-section {
    order: 3;
  }

  .product-cardd:hover{
    transition: all 100ms ease;
    transform: scale(1.05);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px solid #ddd;
  }

  /* .align-items-center img:hover{
    transition: all 100ms ease;
    transform: scale(1.05);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px solid #ddd;
  } */

  .product-cardd img {
    max-width: 150px;
    border-radius: 8px;

  }



  /* this css apply for add to cart button and price upgraded css */

  .price-section {
    text-align: center;
    /* font-family: Arial, sans-serif; */
    /* background-color: #f8f9fa; */
    padding: 15px;
    border-radius: 10px;
    width: 250px;
    margin: auto;
    line-height: 0px;
  }
  .price {
    font-size: 1.2rem;
    /* font-weight: bold; */
    color: #008080; /* teal color */
  }
  .price .original-price {
    text-decoration: line-through;
    font-size: 1.2rem;
    color: #273C4B;
    margin-left: 5px;


  }
  .btn-add-to-cart {
    background-color: #008080;
    color: #fff;
    border: none;
    font-weight: bold;
    width: 141px;
  }
  .btn-add-to-cart:hover {
    background-color: #0A6D7C;
    color: #fff;
    border-radius:10px ;
  }
  .wishlist-compare {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #6D6D6D;
  }
  .wishlist-compare i {
    margin-right: 5px;
  }
  .wishlist-compare a {
    text-decoration: none;
    color: #6D6D6D;
    margin-right: 15px;
  }
  .wishlist-compare a:hover {
    color: #0A6D7C;
  }
  @media (min-width: 768px) {
    .product-cardd {
      flex-direction: row;
      justify-content: space-between;
    }

    .price-section {
      order: initial;
    }

    .d-flex.flex-column {
      flex-direction: row !important;
    }
  }

  /* this css apply for add to cart button and price upgraded css */

  /* .price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #004b5c;
  }
  .old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.5rem;
  } */

  /* sidebar css start */



  .categories-section {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
  }
  .categories-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .category-item {
    margin: 8px 0;
  }
  .category-item input {
    margin-right: 8px;
  }
  .subcategory {
    font-size: 0.95rem;
    color: #555;
  }
  .subcategory-count {
    color: #777;
  }
  .divider {
    border-top: 1px solid #ddd;
    margin: 10px 0;
  }

  /* Filter By Price Start */
  .filter-section {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    max-width: 350px;
    margin: auto;
  }
  .filter-section h5 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .range-slider-container {
    position: relative;
  }
  .range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
  }
  .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #0A6D7C;
    border-radius: 50%;
    cursor: pointer;
  }
  .range-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #0A6D7C;
    border-radius: 50%;
    cursor: pointer;
  }
  .price-display {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
    margin-top: 10px;
    color: #999;
  }
  .btn-filter {
    background-color: #0A6D7C;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    width: 100%;
  }
  .btn-filter:hover {
    background-color: #085a63;
  }

  /* previous and next button start*/
  .btn-prev {
    background-color: #fff;
    border: 2px solid #0A6D7C;
    color: #0A6D7C;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px 20px;
  }
  .btn-prev:hover {
    background-color: #0A6D7C;
    color: #fff;
  }
  .btn-next {
    background-color: #0A6D7C;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
  }
  .btn-next:hover {
    background-color: #085a63;
  }
  /* previous and next button End*/
  /* free shipping start */
  .info-box {
    background-color: #0A6D7C;
    color: white;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #fff;
  }
  .info-box:last-child {
    border-right: none;
  }
  .info-icon {
    font-size: 2rem;
  }
  .info-text h6 {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
  }
  .info-text p {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.9;
  }
   /* free shipping end */
  /* .filter-sidebar {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
  }
  .filter-price {
    margin-top: 1.5rem;
  } */

/* products section End */
/* product section sortby START */

.controls-bar {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .controls-bar {
    gap: 1rem; /* Add spacing between items */
  }

  @media (max-width: 576px) {
    .controls-bar {
      flex-direction: column;
      align-items: stretch; /* Align items to fill the width on small screens */
    }

    .dropdownn, .view-icons {
      width: 100%; /* Make each item take up full width */
      justify-content: space-between; /* Space out label and input/select */
    }

    .view-icons {
      justify-content: center; /* Center icons for better alignment */
    }
  }

  .dropdownn{
    display: flex;
  }
  .dropdownn, .btn-group {
    margin-right: 10px;
  }
  .view-icons i {
    font-size: 1.2rem;
    margin-right: 10px;
    cursor: pointer;
  }
  .view-icons i:hover {
    color: #157347;
  }

/* product section sortby END */

.text-center p span {
    width: 100%; /* Forces each part to take a full line */
}
/* ---------------------------------------------------------------------------------------------- */
/* .collection-card {
  background-color: #e9eef3;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.collection-card .text {
  flex: 1;
  padding: 1rem;
}

.collection-card img {
  max-width: 100%; 
  height: auto;
  border-radius: 15px;
}

.collection-card h2 {
  color: #1a2a41;
  font-size: 1.3rem;
}

.collection-card .btn {
  font-size: 1rem;
  color: #1a2a41;
}

.collection-card .btn:hover {
  color: #157347;
} */

@media (min-width: 768px) {

  .collection-card img {
      max-width: 69%; /* Restore original size for medium screens */
  }

  .collection-card h2 {
      font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {


  .collection-card img {
      border-radius: 15px; /* Adjust border radius for vertical layout */
  }

  .collection-card h2 {
      font-size: 1.3rem;
  }

  .collection-card .btn {
      margin-top: 1rem; /* Add space between heading and button */
  }
}

.collection-card {
    background-color: #e9eef3;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.collection-card .text {
    flex: 1;
    padding: 0 2rem;
}

.collection-card img {
    max-width: 69%;
    height: auto;
    border-radius: 0 15px 15px 0;
}

.collection-card img.no-space {
    margin: 0; 
    border-radius: 15px 0 0 15px;
}

.collection-card h2 {
    color: #1a2a41;
    font-size: 1.5rem;
}

.collection-card .btn {
    font-size: 1rem;
    color: #1a2a41;
}

.collection-card .btn:hover {
  font-size: 1rem;
  color: #157347;
}
/* ---------------------------------------------------------------------------------------------- */
/* .collection-card .btn-link:hover {
    text-decoration: underline;
} */

/* .collection-card.d-flex.flex-row-reverse img {
    border-radius: 0 15px 15px 0;
}

.collection-card.d-flex.flex-row-reverse .text {
    padding: 0 0 0 2rem;
} */


/* second example of cards */
/* for images and card */

/* .collection-card {
    background-color: #e9eef3;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.collection-card .text {
    flex: 1;
    padding-right: 2rem;
}

.collection-card img {
    max-width: 50%;
    height: auto;
    border-radius: 0 15px 15px 0;
}

.collection-card h2 {
    color: #1a2a41;
    font-size: 1.5rem;
}

.collection-card .btn-link {
    font-size: 1rem;
    color: #007bff;
}

.collection-card .btn-link:hover {
    text-decoration: underline;
} */

/* first example of cards */
/* .scrub-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.scrub-card img {
    width: 100%;
    height: auto;
}
.scrub-card .card-body {
    text-align: center;
    background-color: #f8f9fa;
}
.scrub-card h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
}
.scrub-card a {
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}
.scrub-card a:hover {
    text-decoration: underline;
} */

/* Our collection start  */

.ocs{
    padding-bottom: 0%;
}
.section-title {
    font-family: poppins;
    font-size: 2rem;
    font-weight: bold;
    color: #0A6D7C;
    text-align: center;
    margin-bottom: 1rem;
}
.section-description {
    font-size: 1rem;
    color: #000000;
    text-align: justify;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.product-card {
    border-radius: 15px;
    overflow: hidden;
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1rem;
}

.product-card:hover{
  transition: all 100ms ease;
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 8px solid #ddd;
}


.product-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.product-card h6 {
    font-size: 1rem;
    color: #2c3e50;
    margin-top: 0.5rem;
}
.view-all-btn {
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}
.view-all-btn:hover {
    background-color: #0A6D7C;
    color: #ffffff;
}
/* Women's Corner End */

/* slider and  Testimonial start */
.col-md-6 .h1{
    color:  #243C4C;
}
.stats-section h3 {
    font-size: 1.5rem;
    margin: 0;
}
.stats-section p {
    margin: 0;
    color: #6c757d;
}

/* Slider and Testimonial Start */

.slider-section {
    background-color: #263547;
    color: #fff;
    /* padding: 4rem 2rem; */
    text-align: center;
    position: relative;
    overflow: hidden;
    /* max-width: 700px; */
    margin: auto;
    /* border-radius: 15px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid #fff;
}

.rating {
    color: #f5c518;
    font-size: 300%;
    margin: 1rem 0;
    margin-top: -1%;
}

p {
    font-style: italic;
    margin: 1rem 0;
    line-height: 1.5;
    margin-top: 0%;
}

.strong {
    color: #ffc107;
    font-weight: bold;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 50%;
}

.prev-btn {
    left: 15px;
}

.next-btn {
    right: 15px;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.dot-indicators {
    text-align: center;
    margin-top: 1rem;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #ffc107;
}


/* .slider-section {
    background-color: #f8f9fa;
    padding: 2rem;
    text-align: center;
}
.slider-section img {
    border-radius: 50%;
}
.slider-section .rating {
    color: #f5c518;
    font-size: 1.25rem;
}
.slider-section p {
    font-style: italic;
} */
/* Slider and Testimonial End */

/* Latest News and Blogs start */

.blogs-section {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
}
.blog-title {
    font-size: 1.25rem;
    font-weight: bold;
}
.blog-text {
    color: #6c757d;
    font-size: 0.95rem;
}
.blog-img {
    border-radius: 8px;
}
.blog-card {
    margin-top: 30px;
}
/* .blog-card :hover{
  transition: all 100ms ease;
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
} */

/* Latest News and Blogs End */

/* Subscribe Newslater and contact form start */
.new{

        background-color: #002a43;
        color: white;
        font-family: Arial, sans-serif;

}
.subscribe-section, .contact-section {
    padding: 80px 20px;
}
/* .subscribe-section input[type="email"] {
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    outline: none;
    width: 100%;
}
.subscribe-section button {
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #17a2b8;
    color: white;
    border: none;
    margin-left: 306px;
} */




.contact-section input, .contact-section textarea {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    color: white;
    width: 100%;
    margin-bottom: 15px;
}
.contact-section button {
    border-radius: 25px;
    padding: 10px 20px;
    background-color: white;
    color: #002a43;
    border: none;
}

.email-subscribe {
    max-width: 400px;
    margin: 20px auto;
  }
  .form-control {
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
  }
  .btn-subscribe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
/* STEEL BLUE PAGE CSS STARTED */
body {
    background-color: #f8f9fa;
    color: #333;
    /* font-family: "Plus Jakarta Sans",sans-serif; */

  }
  .breadcrumb {
    background-color: transparent;
    /* font-size: 0.875rem; */

  }
  .breadcrumb-item a {
    text-decoration: none;
    color: #0A6D7C;
  }
  /* .product-title {
    font-weight: bold;
    font-size: 1.75rem;
  } */
  .product-price {
    font-size: 2rem;
    font-weight: bold;
    color: #0A6D7C;
  }
  .product-details {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
  }
  .quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
  }
  .quantity-control button,
  .quantity-control input {
    border: none;
    background: transparent;
    padding: 10px;
    text-align: center;
    flex: 1;
  }
  .quantity-control input {
    max-width: 50px;
  }
  .btn-add-to-cartt {
    background-color: #0A6D7C;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .btn-add-to-cart:hover {
    background-color: #075960;
  }
  .social-iconss a {
    color: #0A6D7C;
    font-size: 1.25rem;
    margin-right: 10px;
  }

  .social-iconss a:hover {
    color: #003f54;
    border: 2.5px solid #0A6D7C;
    border-radius: 10px 100px / 120px;
  }
  .product-image img{
    height: 550px;
  }

  .product-thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
  }
    .rattingsb{
      color: #ffc107;
    }
    .product-title {
      font-size: 24px;
      font-weight: bold;
      color: #00486b;
      margin-bottom: 10px;
    }
    .section-titlee {
      font-size: 25px;
      color: #0A6D7C;

    }
    .availability {
      color: green;
      font-weight: bold;
    }
    .product-description {
      margin-top: 20px;
      line-height: 1.6;
    }
    /* .social-iconss a {
      margin-right: 10px;
      color: #0A6D7C;
      font-size: 20px;
      text-decoration: none;
    }
    .social-iconss a:hover {
      color: #00486b;
    } */

    /* .product-container {
  max-width: 800px;
  margin: 50px auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product-image {
  text-align: center;
  background-color: #f0f4f8;
  padding: 30px;
}
.product-image img {
  max-width: 100%;
  height: auto;
}
.product-details {
  padding: 20px;
}
.product-title {
  font-size: 24px;
  font-weight: bold;
  color: #00486b;
}
.rating {
  color: #ffc107;
  margin: 10px 0;
}
.availability {
  color: green;
  font-weight: bold;
}
.product-description {
  margin-top: 20px;
  line-height: 1.6;
}
.social-icons a {
  margin-right: 10px;
  color: #6c757d;
  font-size: 20px;
}
.social-icons a:hover {
  color: #00486b;
} */


.comment-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 2000px;
  margin: 20px auto;
}
.form-control {
  border-radius: 5px;
}
.btn-primary {
  background-color: teal;
  border-color: teal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  background-color: #075960;
}
.btn-primary .btn-icon {
  margin-right: 8px;
}
/* STEEL BLUE PAGE CSS ENDED */

/* CONTACT COLOUR SIZE */

.purchase-card {

  max-width: 350px;
  margin: 50px auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.price {
  font-size: 28px;
  font-weight: bold;
  color: #00585e;
  margin-bottom: 20px;
}
.quantity-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.quantity-container button {
  border: none;
  background-color: #e9ecef;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
.quantity-container input {
  width: 50px;
  text-align: center;
  border-radius: 37px;
  /* background-color: #e9ecef; */
  font-size: 16px;
}
.dropdown-container {
  margin-bottom: 20px;
}
.btn-add-to-carttt {
  /* background-color: #00585e; */
  border-radius: 25px;
  color: white;
  background-color: #0A6D7C;
  font-weight: bold;
  border: none;
  /* border-radius: 5px; */
  padding: 8px 20px;
  width: 69%;

  cursor: pointer;
  border-radius: 25px;
}
.btn-add-to-carttt:hover {
  background-color: #00414b;
}
.wishlist-compare {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: #6c757d;
  font-size: 14px;
}
.wishlist-compare a {
  text-decoration: none;
  color: inherit;
}
.wishlist-compare a:hover {
  color: #00585e;
}

/* DESCRIPTION SIZE CHART REVIEW */
.nav-tabs .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

.tab-content h5 {
  font-weight: bold;
  color: #0A6D7C;
  margin-top: 20px;
}

.tab-content ul {
  padding-left: 20px;
}

.tab-content ol {
  padding-left: 20px;
}

/* size chart start */

.table-title {
  font-weight: bold;
  /* text-align: center; */
  margin-bottom: 15px;
  color: #333;
}

.table th, .table td {
  vertical-align: middle;
}

.table-dark th {
  background-color: #343a40;
  color: #ffffff;
}

/* .color-options {
  display: flex;
  flex-wrap: wrap;

} */

.color-options {
  display: grid;
  grid-template-columns: repeat(2, auto); /* Two vertical columns */
  gap: 10px; /* Space between circles */
  justify-content: center;
}

/* .color-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px auto; 
} */

.color-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 5px auto;
}

.color-circle:hover {
  transform: scale(1.1);
  border-color: #000;
}

 .img-fluid-wm {
  max-height: 200px;
}

/* Review Css Start */

.testimonial {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.testimonial:last-child {
  border-bottom: none;
}
.testimonial img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2a9d8f;
}
.testimonial .role {
  font-size: 1rem;
  color: #6c757d;
}
.testimonial .date {
  font-size: 0.875rem;
  color: #adb5bd;
}
.testimonial .reply {
  font-size: 0.875rem;
  color: #2a9d8f;
  cursor: pointer;
}
/* .testimonial .reply:hover {
  text-decoration: underline;
} */

/* Review Css End */

/* size chart end */

/* Contact Us page css start */
.form-container {
  max-width: 600px;
  margin: 50px auto;
}
.btn-send {
  background-color: #006d77;
  color: white;
}
.btn-send:hover {
  background-color: #005f6b;
}
.form-control-contact{

  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color:  var(--bs-body-color); */
  /* border-color: #c71919; */
  /* background-color: white;
  border-color: #BFBFBF; */

  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;

}

/* map css start */
.map-container {
  max-width: 1000px;
  margin: 50px auto;
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.map-frame {
  width: 100%;
  height: 500px;
  border: none;
}
/* map css end */

/* opening hours start */
.opening-hours {
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.opening-hours h4 {
  color: #006d77;
  font-weight: bold;
  margin-bottom: 10px;
}
.opening-hours p {
  margin: 0;
  color: #333;
  font-size: 16px;
}

/* opening hours start */
/* contact info start */
.contact-info {

  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 1300px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  /* font-family: "Plus Jakarta Sans",sans-serif; */
}
.contact-info h6 {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 5px;
}
.contact-info p {
  color: #333;
  margin: 0;
}
.contact-info .divider {
  border-left: 1px solid #ccc;
  height: 100%;
}

/* contact info end */


/* Contact Us page css end */











/* CheckOut Us page css Start */



/* Product Details Tan Biege | Women css start */
.bg-light tr th{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.product-img {

  max-width: 155px;
  height: 200px;

}
.product-row {
  font-style:normal;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

  color: #273C4B;
  align-items: center;
  margin-right: 120px;
}
.product-row:hover{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  
}
.action-remove {
  color: #0A6D7C;
  cursor: pointer;
  font-size: 1.5rem;
}
.action-remove:hover {
  color: red;
  height: 12px;
  font-size: 1.7rem;
}

/* .action-remove {
  color: #0A6D7C;
  font-size: 1.5rem;
  cursor: pointer;
}
.action-remove:hover {
  color: #0A6D7C;
} */

.plogin{
  color: #0A6D7C;
}
.plogin:hover {
  color: #273C4B;
}

.fill_fields{
  border-radius: 4px;
  background-color: #F2F2F2;
}


/* .table th {

  font-weight: bold;
  border-bottom: none;
}
.table td, .table th {
  vertical-align: middle;
}
.product-img {
  width: 80px;
  height: auto;
  border-radius: 4px;
}
.action-remove {
  color: #0d6efd;
  font-size: 1.5rem;
  cursor: pointer;
}
.action-remove:hover {
  color: #dc3545;
}
.product-title {
  font-weight: bold;
}
.product-details p {
  margin: 0;
  font-size: 0.9rem;
  color: #6c757d;
}
.quantity-input {
  width: 60px;
  text-align: center;
} */
/* Product Details Tan Biege | Women css start */



.discount-section, .summary-section {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 3.3);
}
.discount-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.discount-subtitle {
  font-size: 0.9rem;
  color: #6c757d;
}
.coupon-input {
  border-radius: 25px 0 0 25px;
  border-right: none;
}
.apply-btn {
  border-radius: 0 25px 25px 0;
  background-color: #007b8f;
  color: #fff;
  border: none;
}
.apply-btn:hover {
  background-color: #005f6b;
}
.continue-btn {
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
}
.continue-btn:hover {
  background-color: #005f6b;
  color: #fff;
}
/* .summary-section {
  text-align: center;
} */


.summary-title {
  font-weight: bold;

}
.grand-total {
  font-weight: bold;
  font-size: 1.2rem;
}
.checkout-btn{
  border-radius: 25px;
  background-color: #007b8f;
  color: #fff;

  font-weight: bold;
  padding: 10px 20px;
  border: none;
}
.checkout-btn:hover {
  background-color: #007b8f;
  color: #000;

}

/* CheckOut Us page css End */




.breadcrumb {
  background: none;
  margin-bottom: 1rem;
  /* margin-top: 1rem; */
}
.billing-section {
  margin: 20px 0;
}
.billing-section h2 {
  border-bottom: 2px solid #0A6D7C;
  padding-bottom: 5px;
}
.order-summary {
  border: 2px solid #0A6D7C;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.order-summary h5 {
  margin-bottom: 15px;
}
.order-summary .total {
  font-weight: bold;
  font-size: 1.25rem;
}
.btn-primary  {
  background-color: #0A6D7C;
  border-color: #0A6D7C;

}
/* .order-summary .btn-primary:hover{
  background-color: #1a7482;
  border-color: #1c727f;
} */
.form-check-input{
  background-color: #0A6D7C;
}
.form-check-input:checked{
  background-color: #0A6D7C;
  color: #0A6D7C ;

}
/* ----------------------------------------------- */

/* .success-icon {
  font-size: 50px;
  color: teal;
} */
/* .success-message {
  margin-top: 20px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background-color: teal;
  border-color: teal;
  margin-top: 20px;
} */

.success-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0A6D7C;
  color: white;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}
.success-message {
  margin-top: 20px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background-color: #0A6D7C;
  border-color: #0A6D7C;
  margin-top: 20px;
  display: inline;
}

.success-message a:hover {
  background-color: #308693;
  border-color: #1a4e56;
  margin-top: 20px;
  display: inline;
}
.text-success{
  color:#0A6D7C ;
}


/* for search bar  */

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-icons{
  position: relative;
}

#search-bar {
  width: 0;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: width 0.3s ease;
  opacity: 0;
}

#search-bar.active {
  width: 200px; 
  opacity: 1;
}

#search-icon {
  cursor: pointer;
  margin-right: 10px;
  font-size: 20px;
}
/* ---------------------------------------------------------------------- */
/* this is footer work mastercard paypal */
@media (max-width: 767.98px) {
  .row .col-lg-6 {
      text-align: center; /* Center align content on mobile */
  }

  .row .col-lg-6 img {
      display: inline-block;
      margin: 5px; /* Add spacing between the images */
  }
}
/* this is footer work mastercard paypal */

/* this is Loader */


/* this is Loader */

/* spinner start */
.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Background while loading */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Keep it on top */
}

/* Keep your existing spinner styles */
.spinner {
  width: 57.6px;
  height: 57.6px;
  animation: spinner-y0fdc1 2s infinite ease;
  transform-style: preserve-3d;
}


.spinner {
  width: 57.6px;
  height: 57.6px;
  animation: spinner-y0fdc1 2s infinite ease;
  transform-style: preserve-3d;
}

.spinner > div {
  background-color: rgba(71,75,255,0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  border: 2.9px solid #0A6D7C;
}

.spinner div:nth-of-type(1) {
  transform: translateZ(-28.8px) rotateY(180deg);
}

.spinner div:nth-of-type(2) {
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

.spinner div:nth-of-type(3) {
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}

.spinner div:nth-of-type(4) {
  transform: rotateX(90deg) translateY(-50%);
  transform-origin: top center;
}

.spinner div:nth-of-type(5) {
  transform: rotateX(-90deg) translateY(50%);
  transform-origin: bottom center;
}

.spinner div:nth-of-type(6) {
  transform: translateZ(28.8px);
}

@keyframes spinner-y0fdc1 {
  0% {
     transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
  }

  50% {
     transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
  }

  100% {
     transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
  }
}
/* spinner end */