.package-button {
      display: inline-block;
      padding: 12px 32px;
      background-color: #e4b1ab;
      color: #1a1a1a;
      text-decoration: none;
      font-size: 13px;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      border: 2px solid #e4b1ab;
      cursor: pointer;
      border-radius: 4px;
      width: 50%;
      text-align: center;
      
    }


    @media (min-width:1200px) and (max-width:1950px){
        .package-button {
      display: inline-block;
      padding: 12px 32px;
      background-color: #e4b1ab;
      color: #1a1a1a;
      text-decoration: none;
      font-size: 13px;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      border: 2px solid #e4b1ab;
      cursor: pointer;
      border-radius: 4px;
      width: 50%;
      text-align: center;
      margin-left: 70px !important;
    }
    }


    .iti{
        width: 100%;
    }

    .fgc{
        padding-bottom: 10px;
        font-size: 26px;
        font-weight: 600;
    }

    .gc{
        padding-bottom: 30px;
    }


 
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .popup-box {
    background: #fff;
    padding: 30px;
    width: 350px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    border: 3px solid #e4b1ab;
  }

  .popup-heading {
    margin-bottom: 20px;
    color: #e4b1ab;
    font-size: 22px;
    font-weight: 600;
  }

  .form-control {
    width: 100%;
    padding: 12px;
    border: 2px solid #e4b1ab;
    border-radius: 8px;
    margin-bottom: 15px;
    outline: none;
  }

  .form-control:focus {
    border-color: #e4b1ab;
  }

  .subscribe-btn {
    width: 100%;
    padding: 12px;
    background: #e4b1ab;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
  }

  .subscribe-btn:hover {
    opacity: 0.9;
  }

  .close-btn {
    background: #e4b1ab;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
  }

  .thank-you {
    color: #e4b1ab;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }




  header {
      background-color: #fdf9f8;
      padding: 40px 48px !important;
      position: sticky;
      top: 0;
      z-index: 1000;
      border-bottom: 1px solid rgba(228, 177, 171, 0.2);
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .header-container {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 48px;
    }

    .logo {
      cursor: pointer;
      position: absolute;
      left: 48% !important;
      transform: translateX(-50%);
      height: 50px;
      width: auto;
      max-width: 200px;
      object-fit: contain;
    }

    nav {
      display: flex;
      gap: 32px;
      align-items: center;
    }

    .nav-left {
      display: flex;
      gap: 32px;
      align-items: center;
    }

    .nav-right {
      display: flex;
      gap: 32px;
      align-items: center;
    }

    nav a {
      color: #2d2d2d;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1px;
      transition: color 0.3s ease;
      cursor: pointer;
      position: relative;
    }

    nav a:hover {
      color: #e4b1ab;
    }

    .dropdown {
      position: relative;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      min-width: 220px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
      padding: 16px 0;
      margin-top: 8px;
      border: 1px solid rgba(228, 177, 171, 0.2);
      z-index: 100;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .dropdown-content a {
      pointer-events: auto;
    }

    /* Bridge gap between dropdown trigger and content */
    .dropdown::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 12px;
      background: transparent;
    }

    .dropdown-content a {
      display: block;
      padding: 12px 24px;
      color: #2d2d2d;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 1px;
      transition: background-color 0.3s ease;
    }

    .dropdown-content a:hover {
      background-color: #fdf9f8;
      color: #e4b1ab;
    }

      @media (max-width: 900px) {
      header {
        padding: 16px 12px;
      }

      .logo {
        
        max-width: 200px !important;
              
    
    }
  .logo {
        position: static;
        transform: none;
        margin: 0 auto;
        /* height: 32px; */
        width: auto;
        max-width: 200px !important;
      }
}

@media (max-width: 968px) {
  .logo {
    position: static;
    transform: none;
    margin: 0 auto;
    height: 50px !important;
    width: auto;
    max-width: 140px;
  }
}

 .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
  }

  .footer-bottom p {
    margin: 0;
    color: white;
    font-size: 14px;
  }

  .policy-links {
    display: flex;
    gap: 15px;
  }

  .policy-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  .policy-links a:hover {
    text-decoration: underline;
  }

  @media (max-width: 600px) {
    .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }
  }

@media(max-width:900px){
  .dh{
    margin-left: 80px !important;
  }

  .bag{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

