
body{ margin: 0; font-family: "Poppins", sans-serif;}
.banner-section {
    height: 100vh;
    justify-content: center;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;

    &::after{ display: block; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; z-index: 10;}
  }
  

  .banner-content{ position: relative; z-index: 100;}


  h2{ font-size: 2.5rem;}
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .height-100-banner {
    height: 100%;
  }
  
  .banner-content {
    text-align: center;
    color: #fff;
  }
  
  .banner-content h3 {
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 2px;
  }
  
  .banner-content h1 {
    font-size:3.5rem;
    margin: 0.5rem 0 0;
    letter-spacing: 3px;
  }
  .intro-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/bg_main.jpg');
    background-repeat: repeat;
    background-size: auto;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .section {
    width: 100%;
  }
  
  .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .text-center {
    text-align: center;
  }
  
  .section-title {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
  }
  
  .section-title span {
    display: block;
    font-size: 1.5rem;
    color: #666;
    margin-top: 0.5rem;
  }
  
  p {
    max-width: 800px;
    margin: 1rem auto;
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
  }
  
  .row {
    width: 100%;
  }
  
  .col-12 {
    width: 100%;
  }

  



  .wedding-section {
    background-color: #fff2f2;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .section {
    width: 100%;
  }
  
  .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .text-center {
    text-align: center;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  .d-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .half-width {
    width: 48%;
    box-sizing: border-box;
  }
  
  .p-2 {
    padding: 1rem;
  }
  
  .relative {
    position: relative;
  }
  
  .box-radius {
    
    overflow: hidden;
    
  }
  
  .wedding-package h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5%;
  }
  
  .wedding-package img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }
  


  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .slidewr_block {
    text-align: center;
    position: relative;

    h3{ position: absolute; left: 0; bottom: 0; padding: 3%; color: #fff;}
  }

  .slidewr_block img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .slidewr_block h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 25px;
    margin-top: 10px;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.18), 0 1px 0 #fff;
  }


  .pt_100{ padding-top: 100px;}
  .pb_100{ padding-bottom: 100px}

  .banner-content img{ width: 25%; height: auto;}

  .w-100{ width: 100%;}

  .conact_sec p{ width: 100%; }

  .scroll_down{ position: absolute; bottom: 20px; z-index: 110;  color: #fff; display: flex; flex-wrap: wrap; justify-content: center;}

  .scroll_down img{ width: 25px;}

  .scroll_down span{ width: 100%; display: block; text-align: center;}

  .watsap{ position: fixed; right:  45px; bottom: 45px;}

  .whatsapp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 50%;
    background: #25d366;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
  }
  .whatsapp-float:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    background: #1ebe57;
  }
  .whatsapp-float img {
    width: 32px;
    height: 32px;
  }
  @media (max-width: 600px) {
    .whatsapp-float {
      width: 48px;
      height: 48px;
      bottom: 16px;
      right: 16px;
    }
    .whatsapp-float img {
      width: 28px;
      height: 28px;
    }
  }

  .slidewr_blockimg{ display: block;}