
 body{
     background-color: #fff;
 }
    /* ── Shared ───────────────────────── */

.bracrinm{
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
        position: relative;
    padding: 30rem 0 0;
    margin-bottom:13rem;
    z-index: 1;
}
/*.bracrinm::before{*/
/*        position: absolute;*/
/*    content: "";*/
/*    background-image: url(/images/services/weeding-events-decorated.webp);*/
/*    background-size: cover;*/
/*    background-position: bottom;*/
/*    background-repeat: no-repeat;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 60%;*/
/*    width: 100%;*/
/*}*/



.main-stioin{
      position:absolute;
      bottom:-190px;
    
    
        background: #ffff;
    
    padding: 40px;
}
    .section { padding: 120px 80px; }

    .label {
      
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #715c27;
    }

    .main-headingg {
      font-size: 32px;
      line-height: 1.3;
      color: #1c1c1a;
    }

    .heading-3 {
      
      font-weight: 500;
      font-size: 24px;
      line-height: 1.4;
    }

    .body-text {
      
      font-weight: 400;
      font-size: 16px;
      line-height: 1.625;
      color: #635e51;
    }

    /* ── About Section ────────────────── */
    .about-section {
      /*background: linear-gradient(90deg, #f6f3ef 0%, #f6f3ef 100%);*/
      padding:4rem 0;
    }



    .about-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      padding-top: 16px;
    }

    .stat-number {
      
      font-size: 36px;
      line-height: 1.1;
      color: #715c27;
    }

    .stat-label {
      
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: #635e51;
      margin-top: 8px;
    }

  

 
    /* ── Ceremonies Section ───────────── */
    .ceremonies-section {
      background: #ffffff;
     padding:5rem 0;
     position:relative;
    }

    .section-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      text-align: center;
      margin-bottom: 48px;
    }

    .ceremonies-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .ceremony-card {
      position: relative;
      height: 400px;
      overflow: hidden;
    }

    .ceremony-card.wide {
      grid-column: span 2;
    }

    .ceremony-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .ceremony-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: flex-end;
      padding: 32px;
    }

    .ceremony-overlay .heading-3 {
      color: #ffffff;
    }




    /* ── Services Section ─────────────── */
    .services-section {
      background: #fcf9f5;
      padding:5rem 0;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 48px;
    }

    .service-card {
      background: #ffffff;
      border: 1px solid rgba(175, 149, 91, 0.3);
      padding: 33px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .service-icon {
      /*width: 36px;*/
      /*height: 32px;*/
      object-fit: contain;
     
    }


   .services-section .service-icon {
        filter: invert(66%) sepia(8%) saturate(1998%) hue-rotate(3deg) brightness(91%) contrast(83%);
   }




    .service-card .heading-3 { 
        color: #1c1c1a;
        font-size:20px;
        }

    .services-extras {
      display: flex;
      gap: 48px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    .extra-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .dot-icon {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #715c27;
      flex-shrink: 0;
    }

    /* ── Styles Section ───────────────── */
    .styles-section {
      background: #e5e2de;
      padding:5rem 0;
    }

    .styles-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 48px;
    }

    .style-card {
          display: flex;
    flex-direction: row;
    align-items: center;
    /*gap: 15px;*/
    background:#fff;
    }
.hindyy{
    padding:24px;
}
    .style-image {
      border-radius: 4px;
      height:100%;
    }

    .style-image img {
         width: 225px;
    height: 100%;
   object-fit: cover;
    }
.title{
    font-size:35px;
}
    .style-label {
      
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: #1c1c1a;
    }

    .styles-extras {
      display: flex;
      gap: 32px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    .styles-extras .style-label { color: #000000; }

    /* ── Why Us Section ──────────────── */
    .whyus-section {
      background: #fcf9f5;
      padding: 120px 80px;
    }

    .whyus-grid {
      display: grid;
      grid-template-columns: 352px 1fr;
      gap: 32px;
      max-width: 1120px;
      margin: 0 auto;
    }

    .whyus-intro {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .whyus-intro .body-text { max-width: 352px; }

    .whyus-reasons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
    }



    .reason-item .heading-3 { 
        color: #715c27;
        font-size:20px;
        }

.wedding-palneer{
        display: flex;
    gap: 20px;
}
.wedding-palneer li a{
    position:relative;
}
.wedding-palneer li a::before{
       position: absolute;
    top: 3px;
    right: -17px;
    content: "";
    background-image: url(/images/svg/arrow-right-1.svg);
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
}
    .cta-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .cta-bg img {
          width: 100%;
    height: 100%;
    object-fit: cover;
     
    }
.cta-section{
    background-image:url(/images/services/bamboo-stage-innovative-decoration.webp);
    position:relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:7rem 0;
}
.cta-section::before{
    position:absolute;
    background:#000;
    opacity:0.5;
    height:100%;
    width:100%;
    content:'';
    top:0;
    left:0;
    
}
    .cta-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .cta-content {
         position: relative;
    z-index: 2;
    max-width: 896px;
    margin: 0 auto;
    gap: 24px;
    text-align: center;
    }

    .cta-heading {
      
      font-weight: 500;
      font-size: 42px;
      line-height: 1.2;
      color: #ffffff;
    }

    .cta-sub {
      
      font-size: 18px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.8);
      text-align:center !important;
    }

    .cta-buttons {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 16px;
    }

    .btn-primary {
      background: #6ab555;
      color: #3f2e00;
      font-weight: 600;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      border: none;
      padding: 24px 48px;
      cursor: pointer;
      display: inline-block;
      text-decoration: none;
      color:#fff;
       border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .btn-secondary {
      background: transparent;
      color: #ffffff;
      font-weight: 600;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 24px 49px;
      cursor: pointer;
      display: inline-block;
      text-decoration: none;
    }

    .btn-primary:hover {
        background: transparent; 
         border: 1px solid rgba(255, 255, 255, 0.3);
       
    }
    .btn-secondary:hover {background: #6ab555; }

    /* ── Utilities ───────────────────── */
    .text-center { text-align: center; }
    .mt-8  { margin-top: 8px; }
    .mt-16 { margin-top: 16px; }
    .mt-24 { margin-top: 24px; }
    .mt-32 { margin-top: 32px; }
    .mt-48 { margin-top: 48px; }

    .section-inner {
      max-width: 1120px;
      margin: 0 auto;
    }
    .ceremony-card.big-image{
        grid-column: span 3;
    }
    .para-conte{
        width:80%;
        margin:auto;
        text-align:center !important;
    }
    .wedding-palneer{
        padding:0;
    }
   
    .acttive{
        color:#6ab555 !important;
        font-weight:600;
    }