  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Poppins', sans-serif;
      scroll-behavior: smooth;
      background: #fefaf3;
      color: #3e2c1b;
    }
    h1, h2, h3, h4, h5 {
      font-weight: 700;
    }
    
    .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: #b45f2b;
      position: relative;
      display: inline-block;
      margin-bottom: 2rem;
    }
    .section-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 70px;
      height: 4px;
      background: #e6b17e;
      border-radius: 4px;
    }
    .text-gold {
      color: #b45f2b;
    }
    .bg-warm {
      background: #fcf6ed;
    }
    .bg-deep {
      background: #4a2e1b;
      color: #f5e6d3;
    }
    .btn-gold {
      background: #b45f2b;
      color: #fff;
      border-radius: 50px;
      padding: 12px 32px;
      font-weight: 600;
      letter-spacing: 0.5px;
      border: none;
      transition: 0.3s ease;
      box-shadow: 0 8px 16px rgba(180, 95, 43, 0.25);
    }
    .btn-gold:hover {
      background: #9a4d22;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 12px 24px rgba(180, 95, 43, 0.35);
    }
    .btn-outline-gold {
      border: 2px solid #b45f2b;
      color: #b45f2b;
      border-radius: 50px;
      padding: 10px 28px;
      font-weight: 600;
      transition: 0.3s ease;
    }
    .btn-outline-gold:hover {
      background: #b45f2b;
      color: #fff;
    }
    /* navbar */
  /* Navbar */
.custom-navbar{
    background: #4a2e1b;
    z-index: 999;
}

/* Logo */
.logo-img{
    width: 90px;
    height: auto;
    object-fit: contain;
}

@media(max-width:768px){
    .logo-img{
        width: 85px;
        height: 100%;
    }
}

.navbar-brand{
    color: #fff !important;
    font-size: 1.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.brand-highlight{
    color: #FFD700;
}

/* Menu */
.navbar-nav .nav-link{
    color: #fff !important;
    font-weight: 500;
    padding: 10px 18px !important;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover{
    color: #FFD700 !important;
}

/* White Hamburger */
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile */
@media (max-width: 991px){

    .navbar-brand{
        font-size: 1.3rem;
    }


    .navbar-collapse{
        background: #8B0000;
        margin-top: 10px;
        border-radius: 10px;
        padding: 15px;
    }

    .navbar-nav .nav-link{
        padding: 12px 0 !important;
    }
}
    /* carousel */
    .carousel-item {
      min-height: 85vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .carousel-item::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(30, 18, 8, 0.5);
      backdrop-filter: brightness(0.6);
    }
    .carousel-caption {
      bottom: 30%;
      text-align: left;
      z-index: 2;
      max-width: 700px;
    }
    .carousel-caption h1 {
      font-size: 3.8rem;
      font-weight: 800;
      text-shadow: 2px 2px 20px rgba(0,0,0,0.6);
      letter-spacing: -0.5px;
    }
    .carousel-caption p {
      font-size: 1.25rem;
      font-weight: 300;
      text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
      margin: 20px 0 30px;
    }
    /* product cards */
    .product-card {
      background: #fff;
      border-radius: 24px;
      padding: 2rem 1.5rem;
      box-shadow: 0 8px 30px rgba(0,0,0,0.05);
      transition: 0.4s ease;
      height: 100%;
      border: 1px solid #f0e0d0;
    }
    .product-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 40px rgba(180, 95, 43, 0.12);
      border-color: #e6b17e;
    }
    .product-img {
      width: 100%;
      height: 270px;
      object-fit: cover;
      border-radius: 16px;
      margin-bottom: 1rem;
    }
    .product-icon {
      font-size: 2.5rem;
      color: #b45f2b;
      margin-bottom: 0.5rem;
    }
    .product-card h4 {
      font-weight: 700;
      color: #3e2c1b;
    }
    .feature-list {
      list-style: none;
      padding-left: 0;
      margin-top: 1rem;
    }
    .feature-list li {
      font-size: 0.95rem;
      padding: 6px 0;
      border-bottom: 1px dashed #f0e0d0;
    }
    .feature-list li:last-child {
      border: none;
    }
    .feature-list i {
      color: #b45f2b;
      margin-right: 12px;
      width: 18px;
    }
    /* why choose */
    .why-card {
      background: #fff;
      border-radius: 20px;
      padding: 2rem 1.5rem;
      text-align: center;
      transition: 0.3s;
      height: 100%;
      box-shadow: 0 5px 20px rgba(0,0,0,0.03);
      border: 1px solid #f3e6d8;
    }
    .why-card:hover {
      background: #fcf3e9;
      border-color: #dba77a;
    }
    .why-card i {
      font-size: 2.8rem;
      color: #b45f2b;
      margin-bottom: 1.2rem;
    }
    .occasion-badge {
      background: #f5e6d3;
      color: #4a2e1b;
      padding: 10px 22px;
      border-radius: 60px;
      font-weight: 500;
      margin: 5px;
      display: inline-block;
      border: 1px solid #e6c9b0;
    }
    .footer {
      background: #2d1c0f;
      color: #dccbbc;
    }
    .footer a {
      color: #e6b17e;
      text-decoration: none;
    }
    .footer a:hover {
      color: #fff;
    }
    .about-img {
      border-radius: 24px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1);
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    @media (max-width: 768px) {
      .carousel-caption h1 {
        font-size: 2.4rem;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
      .section-title {
        font-size: 2rem;
      }
      .about-img {
        height: 250px;
      }
          .carousel-caption {
      bottom:10%;
      text-align: left;
      z-index: 2;
      max-width: 700px;
    }
    }
    .footer-section{
    background:#4b0d0d;
    color:#fff;
    padding:70px 0 20px;
}

.footer-logo{
    max-width:150px;
}

.footer-text{
    color:#ddd;
    line-height:1.8;
}

.footer-section h5{
    color:#f7d26a;
    margin-bottom:20px;
    font-weight:700;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#f7d26a;
    padding-left:5px;
}

.footer-section p{
    color:#ddd;
    line-height:1.8;
}

.footer-section hr{
    border-color:rgba(255,255,255,.15);
    margin:35px 0 20px;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
}

.footer-bottom a{
    color:#f7d26a;
    text-decoration:none;
    font-weight:600;
}

.footer-bottom a:hover{
    color:#fff;
}

@media(max-width:768px){

    .footer-section{
        text-align:center;
    }

    .footer-bottom{
        flex-direction:column;
    }

    .footer-logo{
        margin:auto auto 20px;
        display:block;
    }
    .footer-links{
        text-align: start;
        padding-left: 15px;
    }
}
.order-btn{
    display:block;
    width:100%;
    background:#25D366;
    color:#fff;
    text-align:center;
    padding:12px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.order-btn:hover{
    background:#1da851;
    color:#fff;
    transform:translateY(-2px);
}

  

    /* ABOUT HERO */
    .about-hero {
      background: linear-gradient(135deg, #2c1e0e 0%, #4d3518 100%);
      padding: 70px 0 60px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .about-hero::after {
      content: "✦ 1991 ✦";
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 1.6rem;
      font-weight: 700;
      color: rgba(199, 154, 62, 0.2);
      letter-spacing: 6px;
      transform: rotate(6deg);
      pointer-events: none;
    }
    .about-hero h1 {
      font-weight: 800;
      font-size: 3.2rem;
      letter-spacing: 1px;
    }
    .about-hero .gold-badge {
      background: var(--gold);
      color: #1e1e1e;
      padding: 6px 22px;
      border-radius: 40px;
      font-weight: 600;
      display: inline-block;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
    .about-hero .since-text {
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--gold-light);
      margin-top: 6px;
    }
    .about-hero .lead {
      font-weight: 300;
      max-width: 700px;
      margin: 16px auto 0;
      color: #e6dccb;
    }

    /* ABOUT CONTENT */
    .about-card {
      background: #fff;
      border-radius: 28px;
      padding: 40px 35px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.04);
      transition: 0.3s;
      height: 100%;
      border: 1px solid #f0eadb;
    }
    .about-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    }
    .about-card i {
      color: var(--gold);
      font-size: 2.2rem;
      margin-bottom: 18px;
      background: #f9f2e0;
      padding: 14px;
      border-radius: 18px;
      display: inline-block;
    }
    .about-card h4 {
      font-weight: 700;
      margin-bottom: 12px;
      color: #1e1e1e;
    }
    .about-card p {
      color: #4a4a4a;
      line-height: 1.7;
    }
    .year-badge {
      background: var(--gold);
      color: #1e1e1e;
      font-weight: 800;
      padding: 8px 28px;
      border-radius: 60px;
      font-size: 1.1rem;
      display: inline-block;
      letter-spacing: 1px;
    }

    /* JOURNEY TIMELINE */
    .journey-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      padding: 18px 0;
      border-bottom: 1px dashed #dcd3c0;
    }
    .journey-item:last-child {
      border-bottom: 0;
    }
    .journey-year {
      font-weight: 800;
      font-size: 1.6rem;
      color: var(--gold);
      min-width: 90px;
    }
    .journey-text {
      font-weight: 400;
      color: #2e2e2e;
    }

    /* VALUES */
    .value-pill {
      background: #fff;
      border-radius: 60px;
      padding: 10px 28px;
      display: inline-block;
      margin: 6px 6px 6px 0;
      border: 1px solid #e8dcc8;
      font-weight: 500;
      color: #1e1e1e;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }
    .value-pill i {
      color: var(--gold);
      margin-right: 8px;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .about-hero h1 {
        font-size: 2.4rem;
      }
      .section-title {
        font-size: 1.8rem;
      }
    }



.breadcrumb-section {
    width: 100%;
    padding: 80px 20px;
    background: brown;

    text-align: center;
}



.breadcrumb-section h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
}

.breadcrumb li {
    color: #fff;
    font-size: 18px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb li a:hover {
    color: #ffd700;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #fff;
}

/* Large Tablets */
@media (max-width: 992px) {
    .breadcrumb-section {
        padding: 80px 20px;
    }

    .breadcrumb-section h1 {
        font-size: 40px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 60px 15px;
    }

    .breadcrumb-section h1 {
        font-size: 32px;
    }

    .breadcrumb li {
        font-size: 16px;
    }
}

/* Mobile Devices */
@media (max-width: 576px) {
    .breadcrumb-section {
        padding: 50px 10px;
    }

    .breadcrumb-section h1 {
        font-size: 26px;
    }

    .breadcrumb li {
        font-size: 14px;
    }

    .breadcrumb {
        gap: 5px;
    }

    .breadcrumb li:not(:last-child)::after {
        margin-left: 5px;
    }
}

/* COMMON */
.section-title{
    font-size:42px;
    font-weight:700;
    color:#8b0000;
}

/* LOCATION */
.location-section{
    padding:100px 0;
    background:#fff8f0;
}

.location-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    height:100%;
}

.location-box h4{
    color:#8b0000;
    margin-bottom:25px;
    font-weight:700;
}

.location-box p{
    margin-bottom:20px;
    color:#555;
    line-height:1.8;
}

.location-box i{
    color:#8b0000;
    margin-right:10px;
}

.location-btn{
    background:#8b0000;
    color:#fff;
    padding:12px 30px;
    border-radius:8px;
}

.location-btn:hover{
    background:#a40000;
    color:#fff;
}

.map-container{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.map-container iframe{
    width:100%;
    height:450px;
    border:0;
}


/* RESPONSIVE */
@media(max-width:991px){

    .section-title{
        font-size:34px;
    }

    .location-section,
   
    .map-container iframe{
        height:350px;
    }
}

@media(max-width:576px){

    .section-title{
        font-size:28px;
    }

    .location-box{
        padding:25px;
    }

  
    .map-container iframe{
        height:280px;
    }

  
}
.custom-dropdown{
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    background: #5a2d0c;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.custom-dropdown .dropdown-item{
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    transition: all .3s ease;
}

.custom-dropdown .dropdown-item:hover{
    background: #ffd700;
    color: #5a2d0c;
    padding-left: 28px;
}

.dropdown-toggle::after{
    margin-left: 8px;
    vertical-align: middle;
}

@media (max-width: 991px){

    .custom-dropdown{
        background: transparent;
        box-shadow: none;
        padding: 0;
        text-align: center;
    }

    .custom-dropdown .dropdown-item{
        color: white;
        padding: 10px 0;
    }

    .custom-dropdown .dropdown-item:hover{
        background: rgba(255,255,255,0.1);
        color: #ffd700;
        padding-left: 0;
    }
}
@media (min-width: 992px){
    .navbar .dropdown:hover .dropdown-menu{
        display: block;
        margin-top: 0;
    }
}
.gallery-section {
    background: #fffaf3;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8B4513;
}

.section-subtitle {
    color: #666;
    max-width: 600px;
    margin: auto;
}

.gallery-item {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.4s ease;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .gallery-item img {
        height: 180px;
    }

    .section-title {
        font-size: 2rem;
    }
}