*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
    .navbar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 12px 24px;
      border-bottom: 1px solid #eee;
    }
    .nav-icons {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.more-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 90px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.more-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.more-dropdown li {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
}

.more-dropdown li:hover {
  background-color: #f8f8f8;
}

.new-tag {
  background-color: #017a87;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: auto;
}

    .navbar-left {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .logo {
     width: 150px;
    }

    .location {
      font-weight: bold;
    }

    .location span {
      color: red;
      font-size: 13px;
      font-weight: normal;
    }

    .search-bar {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      margin: 10px 0;
    }

    .search-input {
      width: 100%;
      max-width: 500px;
      padding: 10px 14px;
      border: 1px solid #ccc;
      border-radius: 10px;
      font-size: 14px;
    }

    .navbar-right {
      display: flex;
      align-items: center;
      gap: 20px;
      font-size: 14px;
      flex-wrap: wrap;
    }

    .nav-icons {
      text-align: center;
    }

    .nav-icons i {
      display: block;
      font-size: 18px;
      margin-bottom: 4px;
    }

    .category-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 10px 0;
      background: #fff;
      border-top: 1px solid #eee;
    }

    .dropdown {
      position: relative;
    }

    .dropdown > a {
      text-decoration: none;
      color: #000;
      padding: 5px;
      font-weight: 500;
      cursor: pointer;
    }

    .dropdown > a::after {
      content: " ▾";
      font-size: 12px;
    }

    .dropdown-menu {
      display: none;
      position: absolute;
      background-color: white;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      padding: 10px;
      z-index: 1;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .dropdown-menu a {
      display: block;
      padding: 5px 10px;
      text-decoration: none;
      color: #000;
      white-space: nowrap;
    }

    .dropdown-menu a:hover {
      background-color: #f5f5f5;
    }

    @media (max-width: 768px) {
      .navbar {
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar-right {
        justify-content: space-around;
        width: 100%;
        margin-top: 10px;
      }

      .search-bar {
        width: 100%;
      }

      .category-bar {
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px;
      }
    }
.cat-cont{
    width: 100%;
   
}
.cat-box{
width: 10%;
height: 100px;
border-radius: 50%;
}
.cat-box img{
    width: 100%;
    border-radius:50% ;
}
.shop-main h3{
    text-align: center;
}
.shop-cont{
    width: 90%;
    margin:60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-box{
    width: 31%;
    margin: auto;
    margin-bottom: 30px;
}
.shop-box img{
    width: 100%;
}
.shop-box h4{
    padding:15px ;
    text-align: center;
}
.gift-cont{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    background: #7a130e47;
    padding: 40px;
}
.gift-box{
    width: 50%;
   
}
.small-box{
    width: 80%;
    background: #fff;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
   
}

.small-cont{
    width: 80%;
    margin:40px auto;
    display: flex;
    justify-content: space-between;
}
.small-sm{
    width: 46%;
    border-radius: 10px;
}
.small-sm img{
    width: 100%;
     border-radius: 10px;
}
.fix-btn a{
        text-decoration: none;
    border: 1px solid #c3c1c1;
    padding: 8px 19px;
    margin-top: 12px;
    display: inline-block;
    color: #707070;
    border-radius: 10px;
}
.main-oc{
  margin: 80px 0px;
   text-align: center;
}
.main-oc h3{
    text-align: center;
    font-size: 30px;
    margin: 20px auto;
}
.main-oc p{
    text-align: center;
}
.cont-oc{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin:40px auto;
    
}
.oc-box{
    width: 48%;
}
.oc-box img{
    width: 100%;
}
.budg-cont{
    width: 90%;
    margin: auto;
}
.budg-cont h3{
       margin-bottom: 30px;
    text-align: justify;
    font-size: 30px;
}
.budg-cont img{
    width: 100%;
}
.best-cont{
    width: 90%;
    margin: auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.best-box{
    width: 23%;
    border: 1px solid #eeee;
}

    .section-title {
      text-align: center;
      margin-bottom: 40px;
      margin-top: 80px;
    }

    .section-title h2 {
      font-size: 24px;
      margin: 0;
    }

    .section-title p {
      color: #666;
      margin: 5px 0 0;
    }

    .products {
        width: 90%;
        margin: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }
      .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
      .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
           .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
   .breadcrumb {
      padding: 20px 24px;
      font-size: 16px;
      color: #6B6B6B;
    }

    .breadcrumb span {
      color: #000;
      font-weight: 500;
    }

    .page-title {
      font-size: 36px;
      font-weight: 700;
      padding: 0 24px 20px;
      color: #1c1c1e;
    }

    .container {
        width: 90%;
     
      background: white;
      border-radius: 20px;
      margin: 20px;
      padding: 40px;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
         margin: 0px auto;
    }

    .left-section {
      flex: 1;
      min-width: 300px;
      padding-right: 40px;
    }

    .left-section h2 {
      font-size: 40px;
      font-weight: 800;
      color: #2e1f4d;
      margin-bottom: 20px;
    }

    .left-section p {
      font-size: 18px;
      line-height: 1.6;
      color: #444;
    }

    .features {
      display: flex;
      gap: 40px;
      margin-top: 30px;
      flex-wrap: wrap;
    }

    .feature {
      text-align: center;
      flex: 1;
      min-width: 100px;
    }

    .feature img {
      width: 60px;
      height: auto;
      background: #f3f8f3;
      border-radius: 30px;
      padding: 10px;
    }

    .feature p {
      margin-top: 10px;
      font-weight: 600;
    }

    .form-section {
      flex: 1;
      min-width: 320px;
    }

    .form-section h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #1c1c1e;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px;
      background-color: #f3f1ee;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 16px;
    }

    .form-group label {
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 4px;
      display: inline-block;
    }

    .captcha {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .captcha-box {
      padding: 12px 18px;
      font-size: 20px;
      background: #fff;
      border: 1px solid #ccc;
      font-family: monospace;
      border-radius: 5px;
    }

    .reload {
      font-size: 20px;
      cursor: pointer;
      user-select: none;
    }

    .submit-btn {
      background-color: #004a5d;
      color: white;
      padding: 14px 24px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }
        .container {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }

    .left, .right {
      flex: 1 1 45%;
    }
    h3{
       width: 85%;
       margin:20px auto;
    }
    .left h2 {
      margin-bottom: 10px;
      text-align: left;
    }

    .features {
      display: flex;
      gap: 20px;
      margin-top: 20px;
    }

    .feature-box {
      background: #f5f8f9;
      border-radius: 10px;
      text-align: center;
      padding: 15px;
      flex: 1;
    }

    .feature-box img {
      width: 40px;
      height: 40px;
    }

    .feature-box p {
      font-size: 13px;
      margin-top: 10px;
      font-weight: bold;
    }

    form {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    input, textarea {
      padding: 10px;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 14px;
    }

    input[type="text"], input[type="email"] {
      flex: 1 1 48%;
    }

    textarea {
      resize: vertical;
      height: 80px;
    }

    .captcha {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .captcha input:first-child {
      width: 80px;
      text-align: center;
      font-weight: bold;
      background: #eee;
    }

    button {
      background: #b21006;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
      margin-top: 10px;
    }

    /* Accordion styles */
    .accordion {
      margin-top: 30px;
      width: 85%;
      margin: 80px auto;
    }

    .accordion-item {
      background: #00334d;
      color: #fff;
      margin-bottom: 5px;
      border-radius: 5px;
    }

    .accordion-header {
      padding: 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-header:hover {
      background: #b21006;
    }

    .accordion-body {
      display: none;
      background: #fff;
      color: #333;
      padding: 15px;
      border-top: 1px solid #ccc;
    }

    .accordion-header span {
      font-weight: bold;
    }

    @media(max-width: 768px) {
      .left, .right {
        flex: 1 1 100%;
      }

      input[type="text"], input[type="email"] {
        flex: 1 1 100%;
      }
    }
         .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
 .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
    .reviews-container {
      max-width: 1000px;
      margin: 80px auto;
    }
    .header-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .rating-summary {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .rating-summary .block {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .rating-summary .block i, .rating-summary .block img {
      font-size: 24px;
    }
    .rating-summary .block .text {
      font-size: 14px;
      color: #666;
    }
    .rating-summary .block .bold {
      font-size: 18px;
      font-weight: bold;
      color: #000;
    }
    .filter {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    select {
      padding: 5px 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .review-box {
      background: #fff;
      padding: 20px;
      margin-top: 30px;
      border-radius: 12px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }
    .review-box h3 {
      margin-bottom: 5px;
      font-size: 18px;
    }
    .review-box p {
      margin: 5px 0 10px;
    }
    .review-footer {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 10px;
    }
    .star-box {
      background: #b2d3a8;
      padding: 5px 10px;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
    .review-footer span {
      font-size: 14px;
      color: #555;
    }
   .breadcrumb {
      padding: 20px 24px;
      font-size: 16px;
      color: #6B6B6B;
    }

    .breadcrumb span {
      color: #000;
      font-weight: 500;
    }

    .page-title {
      font-size: 36px;
      font-weight: 700;
      padding: 0 24px 20px;
      color: #1c1c1e;
    }

    .container {
        width: 90%;
     
      background: white;
      border-radius: 20px;
      margin: 20px;
      padding: 40px;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
         margin: 0px auto;
    }

    .left-section {
      flex: 1;
      min-width: 300px;
      padding-right: 40px;
    }

    .left-section h2 {
      font-size: 40px;
      font-weight: 800;
      color: #2e1f4d;
      margin-bottom: 20px;
    }

    .left-section p {
      font-size: 18px;
      line-height: 1.6;
      color: #444;
    }

    .features {
      display: flex;
      gap: 40px;
      margin-top: 30px;
      flex-wrap: wrap;
    }

    .feature {
      text-align: center;
      flex: 1;
      min-width: 100px;
    }

    .feature img {
      width: 60px;
      height: auto;
      background: #f3f8f3;
      border-radius: 30px;
      padding: 10px;
    }

    .feature p {
      margin-top: 10px;
      font-weight: 600;
    }

    .form-section {
      flex: 1;
      min-width: 320px;
    }

    .form-section h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #1c1c1e;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px;
      background-color: #f3f1ee;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 16px;
    }

    .form-group label {
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 4px;
      display: inline-block;
    }

    .captcha {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .captcha-box {
      padding: 12px 18px;
      font-size: 20px;
      background: #fff;
      border: 1px solid #ccc;
      font-family: monospace;
      border-radius: 5px;
    }

    .reload {
      font-size: 20px;
      cursor: pointer;
      user-select: none;
    }

    .submit-btn {
      background-color: #004a5d;
      color: white;
      padding: 14px 24px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }

    @media (max-width: 900px) {
      .container {
        flex-direction: column;
      }

      .left-section,
      .form-section {
        padding-right: 0;
      }
    }
        .section {
          display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    gap: 40px;
    padding: 20px;
    }

    .benefits, .faqs {
      flex: 1;
      min-width: 300px;
    }

    .benefits h2, .faqs h2 {
      font-size: 36px;
      color: #0c3c59;
      margin-bottom: 30px;
    }

    .benefit-item {
      margin-bottom: 30px;
    }

    .benefit-item h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #111;
    }

    .benefit-item p {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    .faqs .faq-intro h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #333;
    }

    .faqs .faq-intro p {
      font-size: 16px;
      line-height: 1.6;
      color: #444;
      margin-bottom: 30px;
    }

    .faq-list .faq-item {
      font-size: 18px;
      font-weight: 500;
      color: #444;
      margin-bottom: 15px;
      cursor: pointer;
      position: relative;
      padding-left: 28px;
      transition: all 0.3s ease;
    }

    .faq-item::before {
      content: "+";
      position: absolute;
      left: 0;
      color: #444;
      font-weight: bold;
      font-size: 20px;
    }

    .faq-item.active::before {
      content: "-";
    }

    .faq-content {
      display: none;
      padding: 10px 0 20px 28px;
      font-size: 16px;
      color: #555;
    }

    .faq-content.show {
      display: block;
    }

    @media (max-width: 800px) {
      .section {
        flex-direction: column;
      }
    }

    @media (max-width: 900px) {
      .container {
        flex-direction: column;
      }

      .left-section,
      .form-section {
        padding-right: 0;
      }
    }
        .section {
          display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    gap: 40px;
    padding: 20px;
    }

    .benefits, .faqs {
      flex: 1;
      min-width: 300px;
    }

    .benefits h2, .faqs h2 {
      font-size: 36px;
      color: #0c3c59;
      margin-bottom: 30px;
    }

    .benefit-item {
      margin-bottom: 30px;
    }

    .benefit-item h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #111;
    }

    .benefit-item p {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    .faqs .faq-intro h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #333;
    }

    .faqs .faq-intro p {
      font-size: 16px;
      line-height: 1.6;
      color: #444;
      margin-bottom: 30px;
    }

    .faq-list .faq-item {
      font-size: 18px;
      font-weight: 500;
      color: #444;
      margin-bottom: 15px;
      cursor: pointer;
      position: relative;
      padding-left: 28px;
      transition: all 0.3s ease;
    }

    .faq-item::before {
      content: "+";
      position: absolute;
      left: 0;
      color: #444;
      font-weight: bold;
      font-size: 20px;
    }

    .faq-item.active::before {
      content: "-";
    }

    .faq-content {
      display: none;
      padding: 10px 0 20px 28px;
      font-size: 16px;
      color: #555;
    }

    .faq-content.show {
      display: block;
    }

    @media (max-width: 800px) {
      .section {
        flex-direction: column;
      }
    }
       h2 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 30px;
      font-weight: 700;
      color: #000;
    }

    .coupon-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .coupon-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      padding: 25px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .coupon-card img {
      width: 40px;
      margin-bottom: 15px;
    }

    .coupon-title {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .coupon-desc {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 20px;
    }

    .coupon-input {
      position: relative;
      margin-bottom: 15px;
    }

    .coupon-input input {
      width: 100%;
      padding: 10px 45px 10px 15px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .copy-btn {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      font-size: 1.2rem;
      color: #004c5b;
    }

    .redeem-btn {
      background-color: #004c5b;
      color: white;
      border: none;
      border-radius: 8px;
      padding: 12px;
      font-size: 1rem;
      cursor: pointer;
      transition: 0.3s;
    }

    .redeem-btn:hover {
      background-color: #003945;
    }

    .validity {
      font-size: 0.9rem;
      color: #777;
      margin-top: 15px;
    }

    .tnc-link {
      color: #004c5b;
      font-size: 0.9rem;
      text-decoration: underline;
      margin-left: 5px;
    }

    .coupon-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
     .text-section {
      max-width: 1200px;
      margin:80px auto;
      color: #333;
      font-size: 1.05rem;
    }

    .text-section p {
      margin-bottom: 25px;
    }

 h2 {
      color: #222;
    }

    .faq-container {
      max-width: 900px;
      margin: 90px auto;
    }

    .faq-item {
      background: #fff;
      border: 1px solid #ddd;
      border-left: 4px solid #007bff;
      margin-bottom: 10px;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
      transition: background 0.3s;
    }

    .faq-item.active {
      background: #fff7d1;
      border-left-color: #ffc107;
    }

    .faq-question {
      padding: 15px 20px;
      font-weight: bold;
      color: #007bff;
    }

    .faq-answer {
      display: none;
      padding: 15px 20px;
      border-top: 1px solid #eee;
      background: #fcfcfc;
      color: #333;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .faq-question::before {
      content: "› ";
      color: #007bff;
      font-weight: bold;
    }

    .faq-item.active .faq-question::before {
      content: "▼ ";
      color: #ffc107;
    }

    @media(max-width: 600px) {
      .faq-question, .faq-answer {
        font-size: 15px;
      }
    }
         .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }

/****************************************/

    /* Style for submenu container */
.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default */
.dropdown-submenu-menu {
  display: none;
  position: absolute;
  left: 100%;  /* shows submenu to the right */
  top: 0;
  background: #fff;
  min-width: 180px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 1000;
}

/* Show submenu when parent hovered */
.dropdown-submenu:hover > .dropdown-submenu-menu {
  display: block;
}

/* Style submenu links */
.dropdown-submenu-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-submenu-menu a:hover {
  background-color: #f1f1f1;
  color: #b90000;
}

/* Add pointer cursor for submenu toggle */
.submenu-toggle {
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.submenu-toggle:hover {
  background-color: #f9f9f9;
  color: #b90000;
}
    .container {
      max-width: 1200px;
      margin: 20px auto;
      display: flex;
      gap: 20px;
      padding: 20px;
    }
    .left-section, .right-section {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
    .left-section { flex: 2; }
    .right-section { flex: 1; height: fit-content; }
    .section { margin-bottom: 25px; }
    h3 {
      font-size: 18px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
    }
    .product-box {
      display: flex;
      gap: 15px;
      align-items: center;
    }
    .product-box img {
      width: 80px;
      border-radius: 8px;
    }
    .addon-box {
      display: flex;
      gap: 10px;
      overflow-x: auto;
    }
    .addon-item {
      flex: 0 0 auto;
      text-align: center;
    }
    .addon-item img {
      width: 60px;
      height: 60px;
    }
    input, select, textarea {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .row > div {
      flex: 1;
      min-width: 120px;
    }
    .radio-group {
      margin-top: 10px;
    }
    .radio-group label {
      margin-right: 15px;
    }
    .btn {
      background-color: #6c922e;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
    }
    .summary {
      font-size: 14px;
      line-height: 1.5;
    }
    .total {
      font-weight: bold;
      font-size: 18px;
    }
    .proceed-btn {
      width: 100%;
      background-color: #333;
    }
    .message-option {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 10px;
    }
    .message-option input {
      width: auto;
    }
    .alert {
      color: red;
      font-size: 13px;
      display: none;
    }
  .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
   .contact-container {
      max-width: 800px;
      margin: 90px auto;
      background: #f9f9f9;
      border-radius: 8px;
      padding: 30px 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    h2 {
      margin-top: 0;
      color: #111;
    }

    .subtext {
      color: #777;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .chat-box {
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .chat-box span {
      font-size: 14px;
    }

    .chat-box-icon {
      background: #004d5f;
      color: #fff;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 20px;
    }

    .info-box {
      background: #fff;
      display: flex;
      align-items: center;
      padding: 15px 20px;
      border: 1px solid #eee;
      border-radius: 6px;
      margin-bottom: 10px;
    }

    .info-box i {
      font-size: 18px;
      margin-right: 12px;
      color: #111;
    }

    .info-box b {
      font-weight: 600;
    }

    .info-box span {
      color: #444;
      font-size: 15px;
    }

    .support-timings {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .support-box {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 6px;
      flex: 1;
      min-width: 200px;
      padding: 15px;
      text-align: center;
    }

    .support-box p {
      margin: 0;
      font-size: 14px;
      color: #333;
    }

    .support-box b {
      display: block;
      margin-top: 6px;
      font-size: 15px;
    }

    @media(max-width: 600px) {
      .chat-box {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }

      .support-timings {
        flex-direction: column;
      }
    }
    


/****************************************/

    /* Style for submenu container */
.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default */
.dropdown-submenu-menu {
  display: none;
  position: absolute;
  left: 100%;  /* shows submenu to the right */
  top: 0;
  background: #fff;
  min-width: 180px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 1000;
}

/* Show submenu when parent hovered */
.dropdown-submenu:hover > .dropdown-submenu-menu {
  display: block;
}

/* Style submenu links */
.dropdown-submenu-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-submenu-menu a:hover {
  background-color: #f1f1f1;
  color: #b90000;
}

/* Add pointer cursor for submenu toggle */
.submenu-toggle {
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.submenu-toggle:hover {
  background-color: #f9f9f9;
  color: #b90000;
}
.cart-container {
  display: flex;
  max-width: 1100px;
  margin: auto;
  gap: 20px;
}

.cart-items, .cart-summary {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.cart-items {
  flex: 2;
  border: 1px solid #d6e9f8;
}

.cart-summary {
  flex: 1;
  border: 1px solid #d6e9f8;
  text-align: center;
}

.cart-summary .savings-badge {
  background: #e5f8e5;
  color: #2e7d32;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}

.badge {
  float: right;
  background: #e3f3ff;
  color: #007bff;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.cart-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  gap: 15px;
  align-items: center;
}

.cart-item img {
  width: 80px;
  border-radius: 6px;
}

.item-details {
  flex: 1;
}

.item-details h4 {
  margin: 0 0 5px;
}

.item-details p {
  margin: 2px 0;
  font-size: 14px;
  color: #555;
}

.controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.controls button {
  padding: 4px 10px;
  font-size: 16px;
  background: #004e6b;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.controls span {
  width: 20px;
  text-align: center;
}

.remove-btn {
  cursor: pointer;
  color: #888;
  font-size: 18px;
}

.place-order {
  background: #004e6b;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}
 .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }



/****************************************/

    /* Style for submenu container */
.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default */
.dropdown-submenu-menu {
  display: none;
  position: absolute;
  left: 100%;  /* shows submenu to the right */
  top: 0;
  background: #fff;
  min-width: 180px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 1000;
}

/* Show submenu when parent hovered */
.dropdown-submenu:hover > .dropdown-submenu-menu {
  display: block;
}

/* Style submenu links */
.dropdown-submenu-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-submenu-menu a:hover {
  background-color: #f1f1f1;
  color: #b90000;
}

/* Add pointer cursor for submenu toggle */
.submenu-toggle {
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.submenu-toggle:hover {
  background-color: #f9f9f9;
  color: #b90000;
}
    .container {
      max-width: 1200px;
      margin: 20px auto;
      display: flex;
      gap: 20px;
      padding: 20px;
    }
    .left-section, .right-section {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
    .left-section { flex: 2; }
    .right-section { flex: 1; height: fit-content; }
    .section { margin-bottom: 25px; }
    h3 {
      font-size: 18px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
    }
    .product-box {
      display: flex;
      gap: 15px;
      align-items: center;
    }
    .product-box img {
      width: 80px;
      border-radius: 8px;
    }
    .addon-box {
      display: flex;
      gap: 10px;
      overflow-x: auto;
    }
    .addon-item {
      flex: 0 0 auto;
      text-align: center;
    }
    .addon-item img {
      width: 60px;
      height: 60px;
    }
    input, select, textarea {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .row > div {
      flex: 1;
      min-width: 120px;
    }
    .radio-group {
      margin-top: 10px;
    }
    .radio-group label {
      margin-right: 15px;
    }
    .btn {
      background-color: #6c922e;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
    }
    .summary {
      font-size: 14px;
      line-height: 1.5;
    }
    .total {
      font-weight: bold;
      font-size: 18px;
    }
    .proceed-btn {
      width: 100%;
      background-color: #333;
    }
    .message-option {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 10px;
    }
    .message-option input {
      width: auto;
    }
    .alert {
      color: red;
      font-size: 13px;
      display: none;
    }



    .card {
      background: #fff;
      border-radius: 12px;
      width: 23%; /* Four cards per row */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      position: relative;
    }

    .card img {
      width: 100%;
      height: auto;
    }

    .card-content {
      padding: 16px;
    }

    .delivery-badge {
      background: #d6e9fa;
      color: #0056b3;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 8px;
      font-weight: 600;
    }

    .product-title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 8px;
    }

    .price {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .old-price {
      text-decoration: line-through;
      color: #999;
      font-size: 14px;
      margin-left: 6px;
    }

    .discount {
      color: #ff9800;
      font-size: 14px;
      margin-left: 6px;
    }

    .rating {
      background: #e6f4ea;
      color: #2e7d32;
      font-weight: bold;
      font-size: 14px;
      padding: 4px 8px;
      border-radius: 6px;
      display: inline-block;
      margin-bottom: 6px;
    }
        .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
      h2, h3 {
      text-align: center;
      margin: 20px 0;
    }

    .stats-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin: 40px 0;
    }

    .stat-box {
      background: #f3f8fb;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      width: 220px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .stat-box i {
      font-size: 30px;
      margin-bottom: 10px;
      display: block;
    }

    .timeline {
      position: relative;
      margin: 50px auto;
      padding: 20px;
      max-width: 900px;
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 4px;
      background:#bb2c23;
      transform: translateX(-50%);
    }

    .timeline-event {
      position: relative;
      width: 50%;
      padding: 20px 40px;
      box-sizing: border-box;
    }

    .timeline-event.left {
      left: 0;
      text-align: right;
    }

    .timeline-event.right {
      left: 50%;
    }

    .timeline-event::before {
      content: attr(data-year);
      position: absolute;
      top: 20px;
      width: 50px;
      height: 30px;
      background: #bb2c23;
      color: white;
      border-radius: 15px;
      text-align: center;
      line-height: 30px;
      font-weight: bold;
    }

    .timeline-event.left::before {
      right: -25px;
    }

    .timeline-event.right::before {
      left: -25px;
    }

    .timeline-content {
      background: #f3f8fb;
      padding: 15px 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {
      .timeline::before {
        left: 8px;
      }
      .timeline-event {
        width: 100%;
        padding-left: 30px;
        padding-right: 10px;
      }
      .timeline-event.left, .timeline-event.right {
        left: 0;
        text-align: left;
      }
      .timeline-event.left::before, .timeline-event.right::before {
        left: -8px;
      }
    }

           .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
      .headerone {
      background-color: #ffe6e6;
      padding: 20px;
      text-align: center;
    }
    .headerone h1 {
      margin: 0;
      font-size: 2em;
      color: #d63384;
    }
    .blog-container {
      max-width: 900px;
      margin: 30px auto;
      padding: 0 20px;
    }
    .blog-post {
      background: #fff;
      padding: 20px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .blog-post img {
      max-width: 100%;
      border-radius: 10px;
    }
    .blog-post h2 {
      margin-top: 15px;
      font-size: 24px;
      color: #333;
    }
    .blog-post p {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
    }
    .read-more {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 15px;
      background: #d63384;
      color: white;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.3s;
    }
    .read-more:hover {
      background: #c2185b;
    }
       .clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

    .reviews {
      color: #007bff;
      font-size: 14px;
      margin-left: 6px;
    }

    .delivery-info {
      font-size: 12px;
      color: #999;
      font-weight: 600;
    }

    .heart {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      color: #ccc;
    }

    @media screen and (max-width: 1000px) {
      .card {
        width: 48%;
      }
    }

    @media screen and (max-width: 600px) {
      .card {
        width: 100%;
      }
    }
    
.title {
  font-size: 28px;
  margin-bottom: 10px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 20px;
  width: 90%;
}

.card {
  background: white;
  border-radius: 10px;
  padding: 15px;
  width: 260px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}

.card h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}

.card p {
  font-size: 14px;
  color: #666;
}

.price-rating {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.stars {
  color: gold;
}

.book-btn {
  background: purple;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.navs {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.navs.left {
  left: 0;
}

.navs.right {
  right: 0;
}
.for-cont{
  width: 90%;
 
  margin:80px auto;
}
.banner-cont{
  width: 90%;
  background: #c27f7f;
  margin: auto;
  display: flex;
}
.banner-box{
  width:50%;
  padding: 10px;
  background: #eee;
}
.banner-box img{
  width: 100%;
}
.main-occ{
  margin: 80px 0px;
   text-align: center;
}
.main-occ h3{
    text-align: center;
    font-size: 30px;
    margin: 0px auto;
}
.main-occ p{
    text-align: center;
}
.cont-occ{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin:40px auto;
    
}
.occ-box{
    width: 23%;
}
.occ-box img{
    width: 100%;
}
.main-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin:80px  auto;
  width: 90%;
  background: #eee;
  padding: 40px;
}

.section {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  width: 48%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.section-img {
  width: 50%;
  object-fit: cover;
}

.section-content {
  padding: 20px;
  flex: 1;
}

.section-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.section-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-content li {
  margin: 6px 0;
  color: #555;
}
.sliderr-container {
  width:90% ;
  margin:80px auto;
  position: relative;

  padding: 80px ;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.testimonial {
  display: none;
  padding: 30px;
  box-sizing: border-box;
}

.testimonial.active {
  display: block;
  animation: fade 0.8s ease-in-out;
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.client {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.client img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
}

.client h4 {
  margin: 0;
  font-size: 16px;
}

.client span {
  font-size: 14px;
  color: #777;
}

.controls {
  text-align: center;
  margin-top: 15px;
}
.cat-box h5{
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.controls button {
  background-color: #333;
  color: white;
  border: none;
  font-size: 18px;
  padding: 5px 14px;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.controls button:hover {
  background-color: #555;
}

.footer {
  background: #f3f8fa;
  padding: 40px 60px;
  border-radius: 30px 30px 0 0;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default */
.dropdown-submenu-menu {
  display: none;
  position: absolute;
  left: 100%;  /* shows submenu to the right */
  top: 0;
  background: #fff;
  min-width: 180px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 1000;
}

/* Show submenu when parent hovered */
.dropdown-submenu:hover > .dropdown-submenu-menu {
  display: block;
}

/* Style submenu links */
.dropdown-submenu-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-submenu-menu a:hover {
  background-color: #f1f1f1;
  color: #b90000;
}

/* Add pointer cursor for submenu toggle */
.submenu-toggle {
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.submenu-toggle:hover {
  background-color: #f9f9f9;
  color: #b90000;
}
.caro {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  width: 400%; /* 4 slides */
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  max-width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background: #333;
}



.footer-links {
  display: flex;
  gap: 60px;
  flex: 2;
}

.footer-links .column p {
  margin: 8px 0;
  color: #222;
  cursor: pointer;
}

.footer-right {
  flex: 1.2;
  min-width: 300px;
  text-align: center;
}

.footer-right p {
  font-weight: 500;
  margin-bottom: 15px;
}

.qr-apps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.qr-code {
  width: 90px;
  height: auto;
}

.app-buttons img {
  width: 130px;
  margin-bottom: 10px;
}

.social-title {
  margin: 20px 0 10px;
  font-weight: bold;
}

.social-icons i {
  font-size: 22px;
  margin: 0 10px;
  color: #111;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}

.social-icons i:hover {
  background: #222;
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand img {
  height: 40px;
}

.payments img {
  height: 30px;
  margin: 0 6px;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }

  .qr-apps {
    flex-direction: column;
  }
}
@media(max-width:768px){
  .gift-cont{
    display: block;
  }
  .gift-box{
    width: 100%;
  }
  .gift-box img{
    width: 100%;
  }
  .small-box{
    width: 100%;
  }
  .cont-oc{
    width: 85%;
  }
  .card{
    width: 335px;
  }
  .banner-cont{
    display: block;
    width: 100%;
  }
  .banner-box{
    width: 100%;
  }
  .shop-box{
    width: 40%;
  }

  .cat-box{
    width: 31%;
  }
  .logo{
    width: 130px;
  }
  .sliderr-container{
    padding: 10px;
  }
  .section{
    width: 100%;
  }
  .cont-occ{
    flex-wrap: wrap;
  }
  .occ-box{
    width: 48%;
  }
  .card{
    width: 100% !important;
  }
  .navbar-left {
    gap: 40px;
  }
  .cat-box{
    height: 100%;
  }
}
@media(max-width:330px){
   .navbar-left {
    gap: 10px;
  }
  .logo{
    width:100px;
  }
}
.open-popup-btn {

  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  background: white;
  border-radius: 20px;
  padding: 25px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
  text-align: left;
}

.popup h2 {
  margin: 0;
  color: #0f3c4c;
}

.popup p {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.popup p a {
  color: #2264e5;
  text-decoration: underline;
}

label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  margin-top: 15px;
}

.input-box {
  position: relative;
  margin-bottom: 10px;
}

.input-box input,
.input-box select {
  width: 100%;
  padding: 12px 14px 12px 38px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.input-box .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
}

.date-options {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.date-options button {
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: white;
  cursor: pointer;
}

.find-btn {
  width: 100%;
  padding: 14px;
  background-color: #0f3c4c;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 12px;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
}

    h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .filters {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-bottom: 30px;
    }

    .filters button {
      padding: 8px 16px;
      border: 1px solid #ccc;
      border-radius: 20px;
      background: white;
      cursor: pointer;
      color: black;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 20px;
    }

    .cards {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s;
    }

    .cards:hover {
      transform: translateY(-5px);
    }

    .cards img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .cards-body {
      padding: 15px;
    }

    .cards-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .price {
      color: green;
      margin-bottom: 5px;
    }

    .delivery {
      font-size: 13px;
      color: #777;
      margin-bottom: 5px;
    }

    .reviews {
      font-size: 13px;
      color: #555;
    }

    .badge {
      position: absolute;
      background: #00b894;
      color: white;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 0 0 8px 0;
    }

    .card-container {
      position: relative;
    }
    .for-space{
      margin: 80px 0px ;
    }
    
.el-open-btn {

  cursor: pointer;
}

/* Popup Overlay */
.el-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

/* Popup Box */
.el-popup-box {
  display: flex;
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  overflow: hidden;
  position: relative;
}

.el-left {
  flex: 1;
  display: none;
}

.el-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.el-right {
  flex: 1;
  padding: 30px 20px;
  text-align: left;
  position: relative;
}

.el-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.el-input-wrap {
  position: relative;
  margin: 20px 0;
}

.el-input-wrap input {
  width: 100%;
  padding: 12px 14px 12px 40px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.el-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
}

.el-continue-btn {
  width: 100%;
  background: #ccc;
  border: none;
  padding: 12px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 15px;
}

.el-or {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.el-google-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  background: white;
  font-weight: 500;
  cursor: pointer;
}

.el-google-btn img {
  width: 20px;
}

.el-terms {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

.el-terms a {
  color: #333;
  text-decoration: underline;
}

.el-testimonial {
  margin-top: 30px;
}

.el-review-box {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}

.el-review-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.el-review-box p {
  margin: 0;
  font-size: 14px;
}
.about-text{
  width: 85%;
  margin: auto;
}
.about-text h2{
  text-align: left;
}
/* Responsive */
@media screen and (min-width: 768px) {
  .el-left {
    display: block;
  }

  .el-right {
    flex: 1;
    padding: 40px 30px;
  }
}
 .for-mobile{
    display: none;
  }
@media(max-width:768px){
  .for-mobile{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header{
    display: none;
  }
  .caro{
   margin-top: 270px;
  }}
      .cat-cont {
      display: flex;
      ;
      padding: 10px;
      gap: 10px;
      margin-top: 20px;
     
    }
    .cat-box {
      flex: 0 0 auto;
      text-align: center;
      width: 127px;
    }
    .cat-box img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
    }
    .cat-box h5 {
      font-size: 16px;
      margin-top: 6px;
    }
    @media (max-width: 768px) {
      .cat-cont {
      display: flex;
      overflow-x: auto !important;
      padding: 10px;
      gap: 15px;
      position: absolute;
      top: 100px;
      margin-top: 0px;
     
    }
    .cat-box {
      flex: 0 0 auto;
      text-align: center;
      width: 70px;
    }
    .cat-box img {
      width: 69px;
      height: 69px;
      object-fit: cover;
      border-radius: 50%;
    }
    .cat-box h5 {
      font-size: 11px;
      margin-top: 6px;
    }
    }
        .slider {
      max-width: 1200px;
      margin: 30px auto;
      position: relative;
      overflow: hidden;
      border-radius: 25px;
    }

    .slides {
      display: flex;
      transition: transform 0.6s ease-in-out;
      width: 200%; /* adjust according to number of slides */
    }

    .slide {
      min-width: 100%;
      transition: 0.5s;
    }

    .slide img {
      width: 100%;
      display: block;
      border-radius: 25px;
    }

    .dots {
      text-align: center;
      margin-top: 15px;
    }

    .dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
      cursor: pointer;
    }

    .dot.active {
      background-color: #b90000;
    }
 @media (max-width: 768px) {
      .slider {
    display: flex
;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    width: 85%;
}
.slide{
  height: 160px;
}
.slide img{
  height: 100%;
}
.shop-main h3{
    font-weight: 600;
    font-size: 20px;
    font-family: sans-serif;
}
.shop-main{
  margin-top: -40px;
}
    .shop-box {
        width: 29%;
        margin-bottom: 10px;
       
    }
    .shop-cont{
      margin: 25px auto;
    }
    .shop-box img{
      border-radius: 8px;
    }
.shop-box h4{
  padding: 10px 0px;
  font-size: 15px;
}

    }

       .gift-finder-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 30px auto;
      padding: 30px 20px;
      background: #faf2f2;
      border-radius: 30px;
    }

    .finder-left {
      flex: 1 1 500px;
      background: white;
      padding: 30px 25px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .finder-left h2 {
      font-size: 30px;
      color: #545b00;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
    }

    .finder-left h2::before {
      content: "🔍";
      font-size: 36px;
      margin-right: 10px;
    }

    .finder-left h4 {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 20px;
    }

    .tab-options {
      display: flex;
      gap: 30px;
      justify-content: center;
      margin-bottom: 20px;
    }

    .tab-img {
      text-align: center;
      cursor: pointer;
      transition: 0.3s;
      opacity: 0.5;
    }

    .tab-img.active {
      opacity: 1;
    }

    .tab-img img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 10px;
    }

    .tab-img p {
      margin-top: 8px;
      font-size: 15px;
      color: #333;
      font-weight: 500;
    }

    .tab-content {
      display: none;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 15px;
      padding-top: 15px;
      border-top: 2px solid #c3cc91;
    }

    .tab-content.active {
      display: flex;
    }

    .tag-btn {
      background: #f7f7f7;
      border: 1px solid #ddd;
      padding: 8px 14px;
      border-radius: 20px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.2s;
    }

    .tag-btn:hover {
      background: #e9e9e9;
    }

    .finder-right {
      flex: 1 1 400px;
      text-align: center;
      margin-top: 30px;
    }

    .finder-right img {
      max-width: 350px;
      width: 100%;
      border-radius: 20px;
    }

    @media screen and (max-width: 768px) {
      .gift-finder-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 20px;
      }

      .finder-left, .finder-right {
        width: 100%;
        flex: 1 1 100%;
      }

      .tab-options {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
      }

      .tab-img img {
        width: 100px;
        height: 100px;
      }

      .tag-btn {
        flex: 1 1 auto;
      }
    }
    .column a{
      text-decoration: none;
    }
    a{
      text-decoration: none;
      color: #000;
    }
    .book-btn a{
      color: #fff;
    }   
      .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
    .section2{
          background-color: white;
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    margin: auto;
    }
    .section summary{
      display: block;
      width: 90%;
    }

 .container {
      max-width: 1200px;
      margin: 20px auto;
      padding: 20px;
      background: #fff;
      border-radius: 8px;
    }
    .product-main {
      display: flex;
      gap: 30px;
    }
    .product-gallery {
      flex: 2;
    }
    .main-img {
      width: 100%;
      border-radius: 6px;
    }
    .thumbs {
      display: flex;
      /*flex-direction: column;*/
      gap: 10px;
      margin-top: 10px;
    }
    .thumbs img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 4px;
      cursor: pointer;
      border: 2px solid transparent;
    }
    .thumbs img.active {
      border-color: #b31309;
    }
    .product-info {
      flex: 2;
    }
    .product-info h1 {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .rating, .price, .tags {
      margin-bottom: 10px;
    }
    .tags img {
      width: 60px;
      margin-right: 10px;
    }
    .weight-options button, .add-btns button {
      padding: 8px 12px;
      margin-right: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background: #fff;
      cursor: pointer;
      color: #b31309;
    }
    .weight-options button.active {
      background: #b31309;
      color: #fff;
    }
    .dropdown, .note-input {
      margin-top: 20px;
    }
    .dropdown select, .note-input textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .offers, .product-details {
      margin-top: 30px;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      background: #f9f9f9;
      
    }
    .offers h3, .product-details h3 {
      margin-bottom: 15px;
    }
    .product-details ul {
      padding-left: 20px;
      margin-bottom: 10px;
    }
    .add-btns {
      margin-top: 20px;
    }
    .add-btns button.primary {
      background: #b31309;
      color: white;
      border: none;
    }
   .breadcrumb {
      padding: 20px 24px;
      font-size: 16px;
      color: #6B6B6B;
    }

    .breadcrumb span {
      color: #000;
      font-weight: 500;
    }
    .privacy-container {
      max-width: 90%;
      margin: 60px auto;
    }

    h2 {
      text-align: center;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 30px;
    }

    h3 {
      font-size: 16px;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 10px;
    }

    p {
      margin-bottom: 15px;
    }

    ul {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    li {
      margin-bottom: 10px;
    }

    strong {
      font-weight: bold;
    }
         .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    .logo {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #b90000;
    }
    .logo img {
      height: 30px;
      margin-right: 5px;
    }
    .icons i {
      margin-left: 15px;
      font-size: 18px;
      color: #b90000;
      cursor: pointer;
    }
    .menu-toggle {
      font-size: 22px;
      cursor: pointer;
    }
    .location-bar {
      background: #ffd6dc;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }
    .location-bar span { margin-left: 6px; }
    .accordion {
      display: none;
      background: #fff;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 999;
    }
    .accordion.active {
      display: block;
    }
    .accordion-item {
      border-bottom: 1px solid #eee;
    }
    .accordion-title {
      padding: 15px;
      background: #f9f9f9;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .accordion-content {
      display: none;
      padding: 10px 15px;
    }
    .accordion-content a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }
    .accordion-item.active .accordion-content {
      display: block;
    }
    .menu-header {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-header span {
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .menu-header i {
      margin-right: 8px;
    }
    .shop-main h3 {
    text-align: center;
    font-size: 30px;
    margin: auto;}

    .main-oc{
      text-align: center;
    font-size: 30px!important;
    margin: 20px auto;
    }
    .for-bann{
      width: 100%;
    }
    .for-bann img{
      width: 100%;
    }
    
      .slider-section {
      margin: 40px auto;
      max-width: 1200px;
      overflow: hidden;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      padding: 10px 0;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .card {
      min-width: 280px;
      max-width: 280px;
      margin: 10px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      border-radius: 10px;
      flex-shrink: 0;
    }

    .card img {
      width: 100%;
      border-radius: 10px 10px 0 0;
    }

    .card-content {
      padding: 15px;
    }

    .card h3 {
      font-size: 18px;
      margin: 10px 0;
    }

    .card p {
      color: #555;
    }

    .card .price {
      font-weight: bold;
      margin: 10px 0;
    }

    .book-btn {
      background-color: purple;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      border-radius: 0 0 10px 10px;
      cursor: pointer;
      font-weight: bold;
    }

    .book-btn:hover {
      background-color: #5e0b84;
    }

    @media (max-width: 768px) {
      .card {
        min-width: 90%;
      }
    }
    