@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;

    
}

p
{
font-family:"Poppins", sans-serif;
}

/* menu */


 /* Hover trigger */
    .hover-area {
      position: fixed;
      left: 0;
      top: 0;
      width: 20px;
      height: 100vh;
      z-index: 1030;
    }

    /* Sidebar */
    .sidebar {
      position: fixed;
      top: 0;
      left: -270px;
      width: 180px;
      height: 100vh;
      background: #0D1B2A;
      transition: all 0.4s ease;
      z-index: 1040;
      padding: 20px;
    }

    .hover-area:hover + .sidebar,
    .sidebar:hover {
      left: 0;
    }

    /* Logo */
    .logo {
      margin-bottom: 40px;
      color: #fff;
      font-weight: bold;
      line-height: 1.2;
    }

    /* Menu */
    .menu .nav-link {
      color: #aaa;
      border-radius: 30px;
      margin-bottom: 8px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .menu .nav-link:hover {
      background: #222;
      color: #fff;
    }

    .menu .nav-link.active {
      background: #fff;
      color: #000;
    }

    /* CTA */
    .cta {
      position: absolute;
      bottom: 30px;
      left: 20px;
      right: 20px;
      background: #ffffff;
      border-radius: 15px;
      padding: 20px;
      text-align: center;
      color: #ccc;
    }

    .cta .btn {
      background: #e63946;
      border-radius: 30px;
      color: #fff;
      border: none;
    }
/* end menu */

/* 3d button */
.btn-3d {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(145deg, #D4AF37, #0D1B2A);
    border-radius: 40px;
 
    /* 3D Effect */
    box-shadow:
        0 8px 0 #D4AF37,
        0 18px 30px rgba(0,0,0,0.25);

    transition: all 0.25s ease;
    position: relative;
}

/* Hover – button lift */
.btn-3d:hover {
    transform: translateY(-4px);
    box-shadow:
        0 12px 0 #0D1B2A,
        0 24px 40px rgba(0,0,0,0.3);
}

/* Active – button press */
.btn-3d:active {
    transform: translateY(6px);
    box-shadow:
        0 2px 0 #0D1B2A,
        0 8px 18px rgba(0,0,0,0.25);
}


#pegraghph
{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}



.wedding-img-bg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.wedding-img-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1520854221256-17451cc331bf");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(10px);      /* BG blur amount */
    transform: scale(1.1);  /* blur edges cut hone se bachata hai */

    z-index: 1;
}

/* Content ko upar rakhne ke liye */
.wedding-img-bg > * {
    position: relative;
    z-index: 2;
}



/* about us hero section niche*/

    .welcome-section {
      padding: 80px 0;
    }

    .align-items-start
    {
background: #fff;
    }

    /* .welcome-heading-small {
      letter-spacing: 3px;
      font-size: 14px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 20px;
    }

    .welcome-heading-main {
      letter-spacing: 4px;
      font-size: 22px;
      font-weight: 400;
      color: #000000;
      line-height: 1.6;
    }

    .welcome-text {
      font-size: 15px;
      line-height: 1.9;
      color: #ffffff;
      font-family: "Playfair Display", serif;
       font-optical-sizing: auto;
    } */

    /* Full section height */
/* .welcome-section {
  min-height: 100vh;
} */



/* Force vertical centering */

    
    /* end section  */


    /* Our Philosophy start*/

     body {
            font-family: 'Georgia', serif;
        }

        .philosophy-section {
            padding: 60px 0 70px;
            background: #fff;
        }

        .philosophy-title {
            letter-spacing: 4px;
            font-size: 26px;
            margin-bottom: 10px;
        }

        .philosophy-subtitle {
            font-size: 12px;
            letter-spacing: 3px;
            color: #777;
            margin-bottom: 30px;
             font-family: "Poppins", sans-serif;

        }

        .philosophy-text {
            font-size: 15px;
            line-height: 1.9;
            color: #555;
            max-width: 500px;
             font-family: "Poppins", sans-serif;

        }

        .btn-custom12 {
          margin-top: 30px;
            padding: 12px 35px;
            background-color: #0d1b2a;
            color: #fff;
            border-radius: 0;
            font-size: 12px;
            letter-spacing: 2px;
            border-radius: 20px;
        }

        

        .btn-custom12:hover {
            background-color: #696868;
            color: #fff;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        
  /* 2nd hay there dami start css */

.welcome-section {
  background-color: #ffffff;
}

/* LEFT TEXT */
.welcome-heading-small {
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}

.welcome-heading-main {
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  font-family: "Poppins", sans-serif;;
}

/* RIGHT TEXT */
.welcome-right {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #7a7a7a;

    background: linear-gradient(
    to bottom,
    #112250 40%,
    #0c1738 100% );

      padding-top:30px;
  padding-bottom:30px;
  border-radius: 20px;
  padding-left: 10px;
  padding-left: 15px;
}

.welcome-right p {
  margin-bottom: 26px;
}

.backgroundcolorhay-there
{
    font-family: "Poppins", sans-serif;
    background: linear-gradient(
    to bottom,
    #112250 40%,
    #0c1738 100% ) !important;

       padding-top:30px;
  padding-bottom:60px;
  padding-left: 10px;

}

.pehrapghnew-1>p
{
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

/* .welcome-left
{ */
  /* background: linear-gradient(
    to bottom,
    #112250 40%,
    #0c1738 100%
); */

  /* padding-top:200px;
  padding-bottom:200px;
  border-radius: 20px; */
/* } */

.welcome-heading-center1
{
   display: flexbox;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  text-align: center;
}

@media (max-width: 768px) {
  .welcome-left {
    background-color: transparent !important;
    color: inherit !important;
  }
}

@media (max-width: 768px) {
  .welcome-left {
    background-color: #ffffff !important;
  padding-top:0px;
  padding-bottom:0px;
  }

  .welcome-heading-center1
{
   display: unset;
  align-items: unset;      /* vertical center */
  justify-content: unset;  /* horizontal center */
  text-align: unset;
}

}




/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {

  .welcome-heading-main {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .welcome-heading-small {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .welcome-right {
    font-size: 14px;
  }

}




  /* 2nd hay there dami end css */


  /* pop up from start button */
 .popup-btn {
  padding: 12px 28px;
  background: linear-gradient(145deg, #D4AF37, #0D1B2A);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.btn-3d
{
  width: 250px !important;
  display: block;
  margin: 0 auto;
}

/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  background: #fff;
  width: 95%;
  max-width: 520px;
  padding: 25px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-box h2 {
  text-align: center;
  margin-bottom: 5px;
}

.popup-box .sub {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.popup-box input,
.popup-box select,
.popup-box textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ddd;
  font-size: 14px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #c50707;
  color: #fff;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}


  /* pop up from end button */


  /* services photo css start*/
 .bg-colorin-services
 {
  padding-top: 10px;
  padding-bottom: 10px ;
  border-radius: 30px;
 }
.icon img
{
border-radius: 30px;

}
/* services photo css end */

/* Popup box fixed inside screen */
.popup-box {
  background: #fff;
  width: 95%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}


/* 2nd button popup end */

/* wpo-section-title portfolio-white-title start*/

/* ONLY portfolio title area white */
.portfolio-white-title {
    background-color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

/* text colors adjust */
.portfolio-white-title span {
    color: #c9a227; /* golden look */
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.portfolio-white-title h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* decorative image center */
.portfolio-white-title .section-title-img {
    display: flex;
    justify-content: center;
}

/* responsive */
@media (max-width: 768px) {
    .portfolio-white-title h2 {
        font-size: 28px;
    }
}


/* wpo-section-title portfolio-white-title end*/

.sectionbody-toppadding
{
  padding-top: 30px;
}

/* backgroundcolor-changes */

.backgroundcolor-changes
{
  background-color: #D4AF37;
  padding-top: 80px;
 margin-top: -80px;
}
  
.newclass-one img
{
   display: block;
  margin: auto;
  width: 50%;
}

.text-big
{
      font-size: 40px !important;
}


.hero-text{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

#demodogs
{
  font-size: 40px;
}

#demodogs-2
{
  font-size: 20px;
}

/* Tablet and above */
@media (max-width: 768px) {

  #demodogs {
    font-size: 20px;
  }

  #demodogs-2 {
    font-size: 14px;
  }

    #demodogs-3 {
    font-size: 10px;
  }


}


#pehrapghnew-2
{
position: relative; 
margin-top: -35px;
}

/* hero section desgin start*/

.wedpic-box {
    background: rgba(0, 0, 0, 0.75); /* 👈 opacity kam */
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 700px;
    margin: auto;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.wedpic-box h5 {
    font-size: 30px;
    margin-bottom: 16px;
    color: #ffffff;
}

.wedpic-box p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 20px auto;
}

/* 3D Button */
.btn-3dn1 {
    display: inline-block;
    padding: 14px 40px;
    background: #ffc107;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 14px;

    box-shadow:
        0 6px 0 #d39e00,
        0 12px 20px rgba(0, 0, 0, 0.25);

    transition: all 0.2s ease;
}

.btn-3dn1:hover {
    transform: translateY(-2px);
}

.btn-3dn1:active {
    transform: translateY(4px);
    box-shadow:
        0 2px 0 #d39e00,
        0 6px 10px rgba(0, 0, 0, 0.2);
}

/* 📱 MOBILE VIEW FIX */
@media (max-width: 768px) {
    .wedpic-box {
        padding: 28px 18px;
        border-radius: 16px;
    }

    .wedpic-box h5 {
        font-size: 22px;
    }

    .wedpic-box p {
        font-size: 15px;
        line-height: 1.6;
    }

    .btn-3d {
        padding: 12px 28px;
        font-size: 15px;
    }
}

/* hero section desgin end*/

/* slider image badi kerne kai liye start */
/* Default Desktop Slider */
.carousel-item img {
    height: 100vh;        /* Full screen height */
    object-fit: cover;    /* Image crop properly */
}

/* Mobile View Slider */
@media (max-width: 768px) {

    .carousel-item img {
        height: 70vh;     /* Phone me badi image */
        object-fit: cover;
    }

    .carousel-caption {
        bottom: 20px;
    }

    .wedpic-box h5 {
        font-size: 20px;
    }

    .wedpic-box p {
        font-size: 14px;
    }
}

/* Stories That Move Like Cinema front image big start */
.wpo-video-img {
    position: relative;
    overflow: hidden;
}

.wpo-video-img img {
    width: 100%;
    height: 500px;      /* Desktop height */
    object-fit: cover;
}

/* 📱 Mobile View */
@media (max-width: 768px) {

    .wpo-video-img img {
        height: 60vh;   /* Phone me badi image */
        object-fit: cover;
    }

    .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


/* Photographs That Feel Like Memories start medle code */
#centercode-now {
    max-width: 1000px;
    margin: 30px auto;
}


/* chat whatsapp css strat */

.whatsapp-button {
    position: fixed;
    bottom: 60px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}

.whatsapp-button svg {
    width: 30px;
    height: 30px;
}


/* gallery images */

.gallery-box {
    width: 100%;
    aspect-ratio: 1 / 1; /* Perfect Square */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Important - Crop karega */
    transition: 0.4s ease;
}

.gallery-box:hover img {
    transform: scale(1.1);
}

