*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



:root{
    --primary-color:  #d0089e;
    --secondary-color: #068fd3;
    --blue: #053069;
    --black: #000;
    ---white: #ffff;
}









/* Loader Overlay */
#logo-ring-loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #fff1f5, #f8cdda);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

#logo-ring-loader.hide {
  opacity: 0;
  visibility: hidden;
}

/* Content */
.logo-ring-content {
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #7a1c3d;
}

/* Ring + Logo */
.ring-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
}

/* Gold Ring */
.gold-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top: 5px solid var(--primary-color);
  border-right: 5px solid var(--primary-color);
  animation: spin 1.4s linear infinite;
}

/* Logo */
.loader-logo {
  width: 60px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.6s ease-in-out infinite;
}



/* sub-page-banner styling start */
.sub-page-banner {
  background: url(../image/banner/ro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0px;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: start;

}

.sub-banner {
  background-color: #00000047;
  color: var(--blue);
  text-align: center;
  padding: 10px 50px;
    margin-left: 20px; 
}

.sub-page-banner p {
  color: var(--blue);
  font-size: 40px;
  font-weight: 600;
}

.sub-page-banner a {
  text-decoration: none;
  color: var(--fieryred);
  font-size: 18px;
}



@media(max-width:768px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
  }
}

@media(max-width:520px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;

    background-position: center;

    padding: 5px 0px;
  }

  .sub-page-banner p {

    color: var(--blue);
    font-size: 18px;
    margin: 0px;
  }

  .sub-banner {
    background-color: #00000047;
    color: var(--blue);
    text-align: center;
    padding: 5px 10px;
  }

  .sub-page-banner a {
    text-decoration: none;
    color: var(--primary);
    font-size: 12px;
  }
}


 

/* Text */
.logo-ring-content h2 {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 600;
}

.logo-ring-content p {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Animations */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}







.heading h1 {
    text-transform: uppercase;
    padding: 5px;
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 10px;
    font-weight: 300;
    position: relative;
    margin-bottom: 10;
}


.heading h1::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 49%;
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
} 
.heading h2 {
    text-transform: uppercase;
    padding: 5px;
        background-color: var(--primary-color);
    /* background-color: #063068; */
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 10px;
    font-weight: 300;
    position: relative;
    margin-bottom: 10;
}


.heading h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 49%;
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
} 

 .topbar {
      background: #111;
      color: #fff;
      font-size: 14px;
    }

    .topbar i {
      /* color: var(--secondary-color); */
    }

    .top-social a {
      color: #fff;
      margin-left: 10px;
      font-size: 15px;
    }

    .top-social a:hover {
      color: #0dcaf0;
    }

    /* -------- NAVBAR -------- */
    .main-navbar {
      background: #fff;
      padding: 10px 0;
      border-bottom: 1px solid #ececec;
    }
     .navbar-brand{
      position: relative;
     }


     .navbar{
      height: 90px;
     }
    .navbar-brand .logo {
      position: absolute;
      background-color: #fff;
      height: 135px;
      border-bottom-right-radius: 20%;
      border-bottom-left-radius: 20%;
      border: 2px solid #d0089e;
      border-top-color: #fff !important;
      border-left-color: #fff !important;
      border-right-color: #fff !important;
      transition: 0.3s ease;
      top: -39px;
      right: -80px !important;
      transition: all ease-in-out 0.9s;
      z-index: 99;
    }

    .navbar-brand .logo:hover {
      transform: scale(1.05); 
      border-left-color: #d0089e !important;
      border-right-color: #d0089e !important;
    }

    .navbar-left .nav-link,
    .navbar-right .nav-link {
      font-weight: 500;
      color: #000 !important;
      margin: 0 25px;
    }

    .navbar-left .nav-link:hover,
    .navbar-right .nav-link:hover {
      color: #0d6efd !important;
    }

    /* Mobile Menu */
    .mobile-menu {
      background: #fff;
      padding: 20px;
    }

    .mobile-menu .nav-link {
      padding: 10px 0;
      font-size: 17px;
    }

    /* Hide mobile menu on desktop */
    @media (min-width: 992px) {
      #mobileMenu {
        display: none !important;
      }
    }


    @media (max-width:780px) {
       .navbar-brand .logo {
      position: absolute;
      background-color: #fff;
      height: 85px;
    
      transition: 0.3s ease;
      top: -39px;
      right: -80px !important;
      transition: all ease-in-out 0.9s;
      z-index: 99;
    }

    .topbar{
      display: none;
    }

    .slick-next {
    right: -9px !important;
}

.slick-prev
{
    left: -9px !important;
}

    }










    
/* about us section */
  /* ================== MODERN WORKPLACE ================== */
    .modern-workplace-section {
      margin-top: 50px;
      background: linear-gradient(135deg, #f9fbfd 0%, #eef5ff 100%);
      position: relative;
    }

    /* .section-heading {
      font-weight: 700;
      color: #003366;
      font-size: 2rem;
      position: relative;
    }

    .section-heading::after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      background: #007bff;
      margin: 12px auto 0;
      border-radius: 2px;
    } */

    .about-box {
      font-size: 1.05rem;
      color: #333;
      line-height: 1.8;
      background: #fff;
      position: relative;
      overflow: hidden;
    }
 .about-box .btn2{
  color: var(--light);
 }
 .about-box .btn2:hover{
  color: var(--light);
 }

    .about-box:hover::before {
      left: 0;
    }

    .btn-gradient {
      background: linear-gradient(90deg, #d0089e, #b665a2ce);
      border: none;
      color: #fff !important;
      border-radius: 50px;
      transition: 0.3s ease;
    }

    .btn-gradient:hover {
          background: linear-gradient(90deg,  #0490d2, #0490d2);
      transform: translateY(-2px);
    }

/* about us section */







.icon-slider .icon-box {
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.icon-slider .icon {
    font-size: 45px;
    color: #e91e63;
}

.icon-slider p {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
    font-size: 30px;
}















/* Heading */
.faq-heading {
    font-size: 34px;
    font-weight: 700;
}

.faq-subheading {
    color: #666;
    font-size: 16px;
}

/* FAQ Container */
.faq-box {
    max-width: 850px;
    margin: auto;
}

/* FAQ Item */
.faq-item {
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    background: #fff;
}

.faq-item.active {
    border-color: #ff5a7a;
    box-shadow: 0 4px 14px rgba(255, 90, 122, 0.2);
}

/* FAQ Title Button */
.faq-title {
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-title i {
    font-size: 18px;
    transition: transform .3s;
}

/* Content */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    background: #fafafa;
    padding: 0 20px;
}

.faq-content p {
    padding: 15px 0;
    margin: 0;
    color: #444;
}

/* Rotate icon when open */
.faq-item.active .faq-title i {
    transform: rotate(45deg);
    color: #ff3d6b;
}











/* Section Title */
.tc-heading {
    font-size: 36px;
    font-weight: 700;
}

.tc-subtext {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
}

/* List items */
.tc-list {
    list-style: none;
    padding: 0;
}

.tc-list li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #444;
}

.tc-list i {
    color: #ff3d6b;
    margin-right: 8px;
}

/* Grid */
.tc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* Card Item */
.tc-item {
    position: relative;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

/* Image */
.tc-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .4s ease;
}

.tc-item:hover .tc-img {
    transform: scale(1.08);
}

/* Glass Overlay */
.tc-glass {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(2px);
}

/* Label */
.tc-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tc-label i {
    font-size: 18px;
}



































.main-heading {
    font-size: 36px;
    font-weight: 700;
}

.watch-now {
    font-size: 16px;
    color: #ff3e7f;
    cursor: pointer;
    font-weight: 600;
}

.new-style {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
    text-align: center;
    border: 1px solid #c5a5a5;
}

.new-style:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.hiw-icon-wrap {
    background: #f7f7f7;
    width: 110px;
    height: 110px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiw-icon-wrap i {
    font-size: 35px;
}

.new-style h6 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 10px;
}

.new-style p {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
}


















/* Section basic styling */
.event-section {
  margin-top: 60px;
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

/* Title */
.event-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}

/* Responsive Grid */
.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* Card Styles */
.event-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  cursor: pointer;
}

.event-card img {
 
  transition: 0.3s ease;
}

.event-card h3 {
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0;
}

/* Hover Effects */
.event-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.event-card:hover img {
  transform: scale(1.05);
}

/* Mobile Adjustments */
@media (max-width: 480px) {
  .event-title {
    font-size: 26px;
  }
 
  .event-card h3 {
    font-size: 16px;
  }
}
 .event-title-main {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.event-subtext {
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

/* Card Styling */
.event-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

.event-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Top Icon */
.event-top-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 15px auto;
    position: relative;
    z-index: 5;
}

.event-top-icon img {
    width: 30px;
}

/* Main Card Image */
.event-img {
    width: 90px;
    margin-bottom: 15px;
}

/* Title */
.event-box h3 {
    font-size: 19px !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

/* Description */
.event-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

/* Button */
.event-btn {
    padding: 10px 22px;
    background: #063068;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.event-btn:hover {
    background: var(--primary-color);
}




  /* INFO CARDS */
    
/* ===== Info Cards ===== */
.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(43, 70, 150, 0.1);
  transition: all 0.35s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: #2b4696;
  box-shadow: 0 12px 35px rgba(43, 70, 150, 0.2);
}

.info-card .icon {
  width: 70px;
  height: 70px;
  /* background: #053069; */
  background: var(--primary-color)
  ;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(43, 70, 150, 0.25);
}

.info-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.info-card p {
  font-size: 15px;
  color: #727272;
  line-height: 1.8;
}

/* ===== Bottom Quote ===== */
.bottom-quote {
  background: #ffffff;
  padding: 25px 30px;
  border-left: 5px solid var(--primary-color);
  border-radius: 10px;
  display: inline-block;
  max-width: 700px;
  position: relative;
  box-shadow: 0 5px 20px rgba(43, 70, 150, 0.15);
}

.bottom-quote i {
  color: #2b4696;
  font-size: 22px;
  position: absolute;
  top: -12px;
  left: 15px;
}

.bottom-quote p {
  margin: 0;
  font-size: 17px;
  font-style: italic;
  color: #1a1a1a;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
  }

  .info-card .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.info-card {
  background: rgba(255,255,255,0.06);
  padding: 20px 22px;
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s ease;
  position: relative;
}

.info-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.12);
}

.icon-box {
  width: 50px;
  height: 120px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.icon-box i {
  font-size: 20px;
  color: #fff;
}

.info-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}


/* MAIN SECTION */
.contact-clean {
  padding: 60px 0;
  background: #f5f7fa;
  color: #333;
}

/* INFO CARDS */
.info-box-clean {
  background: #fff;
  padding: 22px 25px;
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #ececec;
  transition: 0.3s ease;
}

.info-box-clean:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 52px;
  height: 52px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.icon-circle i {
  font-size: 20px;
  color: #fff;
}

.info-box-clean h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.info-box-clean a,
.info-box-clean p {
  margin: 0;
  color: #444;
  font-size: 15px;
  text-decoration: none;
}

.vt-story-12col {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #f4f6ff, #e9ecf7);
  font-family: "Poppins", sans-serif;
}



































 .stats-section {
  background: radial-gradient(circle at center, #0391d0 0%, #062e69 100%);
  position: relative;
  overflow: hidden;
}

/* Animated radial light effect */
.stats-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(0, 217, 255, 0.15);
  filter: blur(120px);
  border-radius: 50%;
  top: -150px;
  left: -150px;
  animation: floatGlow 10s infinite alternate ease-in-out;
}

@keyframes floatGlow {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

.stat-card {
  background: rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 32px 20px;
  backdrop-filter: blur(6px);
  transition: all 0.35s ease;
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

/* Shine effect on hover */
.stat-card::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 4px;
  top: 0;
  left: -120%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.5s;
}

.stat-card:hover::after {
  left: 120%;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.stat-icon {
  font-size: 2.3rem;
  color: #00d9ff;
  margin-bottom: 14px;
}

.stat-card h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #ffffff;
}

.stat-card p {
  font-size: 1rem;
  opacity: 0.9;
}

    /* ================== RESPONSIVE ================== */
    @media (max-width: 767px) {
      .section-heading {
        font-size: 1.6rem;
      }

      .about-box {
        padding: 20px;
      }
    }






















     /* =============================blogs start=================================================== */
/* blog-section-start */
.blog-section{
    padding: 50px 0px;
}
.blog-card{
    /* border: 1px solid #000; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog-card .blog-banner img{
    width: 100%;
}
.blog-card .blog-content{
    padding: 12px 0px 30px 20px;
    background-color: rgb(247, 245, 245);
}
.blog-card .blog-content .date{
 font-size: 13px;
 color: rgb(100, 99, 99);
 margin-bottom: 20px;
}
.blog-card .blog-content h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-card .blog-content p{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* blog-section-end */



















.footer {
      background-color: #0a0a0a;
      color: #fff;
      padding: 0;
    }

    /* Contact Section */
    .footer-contact {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      background-color: #1a1a1a;
      padding: 40px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-box {
      display: flex;
      align-items: center;
      margin: 15px;
      color: #fff;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
    }

    .contact-box i {
      font-size: 32px;
      color: var(--primary-color);
      margin-right: 15px;
    }

    .contact-box h3 {
      margin: 0;
      font-size: 16px;
    }

    .contact-box a,
    .contact-box p {
      color: #ccc;
      font-size: 14px;
      text-decoration: none;
    }

    /* Footer Main Section */
    .footer-main {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 60px 20px;
      gap: 40px;
    }

    .footer-column {
      flex: 1;
      min-width: 200px;
    }

   

    .footer-column h3 {
      font-size: 18px;
      margin-bottom: 20px;
      position: relative;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #ccc;
      transition: 0.3s;
    }

    .footer-column ul li a:hover {
      color: var(--primary-color);
    }

    /* About Section */
    .footer-column.about img {
      width: 140px;
      margin-bottom: 15px;
    }

    .footer-column.about p {
      font-size: 14px;
      color: #ccc;
      margin-bottom: 20px;
    }

    .social-links a {
      display: inline-block;
      color: #fff;
      margin-right: 10px;
      background-color: #222;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      border-radius: 50%;
      transition: 0.3s;
    }

    .social-links a:hover {
      background-color: var(--primary-color);
      color: #0a0a0a;
    }

    /* Bottom Footer */
    .footer-bottom {
      background-color: #111;
   
      padding: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-bottom p {
      margin: 0;
      color: #aaa;
      font-size: 14px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .footer-main {
        flex-direction: column;
        text-align: center;
      }

      .footer-contact {
        flex-direction: column;
        text-align: center;
      }

      .contact-box {
        justify-content: center;
      }

      .social-links {
        justify-content: center;
      }
    }











      /* Section */
.ceremony-section {
  background: #f1f4fd;
  padding: 60px 0;
}
.ceremony-section .heading p{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 3px;
}
/* Container */
.ceremony-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Header */
.ceremony-header {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}

.ceremony-script {
 
  font-size: 28px;
  display: block;
  margin-bottom: 5px;
}

.ceremony-header h2 {
 
  font-size: 42px;
  font-weight: 600;
}

.ceremony-divider {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

/* Grid */
.ceremony-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Card */
.ceremony-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.4s ease;
}

.ceremony-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Card Script */
.card-script {
 
  color: var(--primary-color);
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

/* Card Title */
.ceremony-card h3 {
 
  font-size: 24px;
  color: #1f2d2b;
  margin-bottom: 10px;
}

/* Book Now */
.card-book {
  display: inline-block;
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: none;
}

/* Text */
.ceremony-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Call Now */
.card-call {
  font-size: 14px;
  color: #1f2d2b;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.card-call::after {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  display: block;
  margin: 6px auto 0;
  transition: width 0.3s ease;
}

.ceremony-card:hover .card-call::after {
  width: 60px;
}

/* Responsive */
@media (max-width: 991px) {
  .ceremony-grid {
    grid-template-columns: 1fr;
  }
}






 .blogs-detail {
      padding-top: 20px;
    }

    #recent-blog a {
      margin: 10px 0px;
      display: inline-block;
      color: var(--blue);
      font-size: 16px;
    }

    #recent-blog img {
      width: 200px;
    }

    /* Tablet Landscape */
    @media screen and (max-width:1200px) {
      #recent-blog a {
        margin: 8px 0px;
        font-size: 14px;
      }
      #recent-blog img {
        width: 120px;
      }
    }

    /* Tablet Portrait */
    @media screen and (max-width:992px) {
      #recent-blog img {
        width: 200px;
      }
    }

    /* Phone Landscape */
    @media screen and (max-width:767px) {
      .blogs-detail {
        padding-top: 10px;
      }
      #recent-blog {
        margin-top: 20px;
      }
    }





/* Enquiry Section */
.enquiry-section { background-color: #f8f9fa; }
.enquiry-img { max-width: 400px; transition: transform 0.3s ease; }
.enquiry-img:hover { transform: scale(1.05); }
.enquiry-content h2 { color: var(--primary-color); font-size: 2rem; }
.enquiry-content p { font-size: 1rem; line-height: 1.6; }
.enquiry-buttons .btn { padding: 10px 12px; border-radius: 8px; background-color: var(--primary-color); color: var(---white); font-weight: 600; transition: all 0.3s; }
.enquiry-buttons .btn-primary:hover { background-color: var(--black); transform: translateY(-2px); }
.enquiry-buttons .btn-outline-primary:hover { background-color: var(--black); color: #fff; }

/* Modal Form */
.modal-content.form-box-sec { border-radius: 12px; overflow: hidden; box-shadow: 0 0 25px rgba(0,0,0,0.2); }
.modal-body .blue-box {  color: var(--primary-color); font-weight: 600; padding: 15px 0; font-size: 1.2rem; text-align: center; }
.modal-body .form-control { border-radius: 8px; padding: 0.8rem; }
.modal-body .btn { border-radius: 8px; font-weight: 600; }
.cpatcha-div p { background-color: #e9ecef; padding: 10px; font-weight: bold; letter-spacing: 2px; border-radius: 6px; }

/* Related Products Carousel */
.related-products-carousel .product-card { border-radius: 12px; overflow: hidden; transition: transform 0.3s ease; }
.related-products-carousel .product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.related-products-carousel .card-img-top { height: 180px; object-fit: contain; margin-bottom: 15px; }


 .modal-body .refresh a{
  background-color: var(--primary-color) !important;
  color: var(--light) !important;
}

.modal-body .btn-primary{
  background-color: var(--primary-color);
  color: var(--light);
}





/* =========================== Why Choose Us STYLING  =========================== */
.info-card a, .info-card p {
  margin: 0;
  color: var(--primary-color);
  font-size: 15px;
  text-decoration: none;
}


/* MAIN SECTION */
.contact-modern {
  padding: 60px 0;
  background: linear-gradient(135deg, #101010, #1f1f1f);
  color: #fff;
}

/* INFO CARDS */
.info-card {
  background: rgba(255,255,255,0.06);
  padding: 20px 22px;
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s ease;
  position: relative;
}

.info-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.12);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.icon-box i {
  font-size: 20px;
  color: #fff;
}

.info-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}


/* MAIN SECTION */
.contact-clean {
  padding: 60px 0;
  background: #f5f7fa;
  color: #333;
}

/* INFO CARDS */
.info-box-clean {
  background: #fff;
  padding: 22px 25px;
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #ececec;
  transition: 0.3s ease;
}

.info-box-clean:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 52px;
  height: 52px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.icon-circle i {
  font-size: 20px;
  color: #fff;
}

.info-box-clean h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.info-box-clean a,
.info-box-clean p {
  margin: 0;
  color: #444;
  font-size: 15px;
  text-decoration: none;
}

/* FORM BOX */
.form-clean {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.07);
  border: 1px solid #e3e3e3;
}

.form-clean h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

/* FLOATING INPUTS */
.form-clean .form-control {
  background: #f1f3f6;
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
}

.form-clean .form-control:focus {
  background: #eef1f4;
  border-bottom: 2px solid var(--primary-color);
  color: #222;
  box-shadow: none;
}

.form-clean label {
  color: #666 !important;
}

/* CAPTCHA */
.captcha-clean {
  background: #e9ecf1;
  border-radius: 10px;
  padding: 12px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.captcha-clean span {
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

/* REFRESH BUTTON */
.refresh-clean {
  background: var(--primary-color) !important; 
  color: var(--light) !important;
  border-radius: 10px;
  height: 56px;
  transition: 0.3s ease;
}

.refresh-clean:hover {
  background: var(--primary-color);
  color: #fff;
}

/* SUBMIT BUTTON */
.submit-clean {
  background: var(--primary-color) !important;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.3s ease;
}

.submit-clean:hover {
  background: var(--secondary-color);
}

/* MOBILE */
@media (max-width: 768px) {
  .info-box-clean {
    text-align: left;
  }
}


/* =========================== Why Choose Us STYLING  =========================== */
.info-card a, .info-card p {
  margin: 0;
  color: var(--primary-color);
  font-size: 15px;
  text-decoration: none;
}


/* MAIN SECTION */
.contact-modern {
  padding: 60px 0;
  background: linear-gradient(135deg, #101010, #1f1f1f);
  color: #fff;
}

/* INFO CARDS */
.info-card {
  background: rgba(255,255,255,0.06);
  padding: 20px 22px;
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s ease;
  position: relative;
}

.info-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.12);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.icon-box i {
  font-size: 20px;
  color: #fff;
}

.info-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}


/* MAIN SECTION */
.contact-clean {
  padding: 60px 0;
  background: #f5f7fa;
  color: #333;
}

/* INFO CARDS */
.info-box-clean {
  background: #fff;
  padding: 22px 25px;
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #ececec;
  transition: 0.3s ease;
}

.info-box-clean:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 52px;
  height: 52px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.icon-circle i {
  font-size: 20px;
  color: #fff;
}

.info-box-clean h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.info-box-clean a,
.info-box-clean p {
  margin: 0;
  color: #444;
  font-size: 15px;
  text-decoration: none;
}

/* FORM BOX */
.form-clean {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.07);
  border: 1px solid #e3e3e3;
}

.form-clean h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

/* FLOATING INPUTS */
.form-clean .form-control {
  background: #f1f3f6;
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
}

.form-clean .form-control:focus {
  background: #eef1f4;
  border-bottom: 2px solid var(--primary-color);
  color: #222;
  box-shadow: none;
}

.form-clean label {
  color: #666 !important;
}

/* CAPTCHA */
.captcha-clean {
  background: #e9ecf1;
  border-radius: 10px;
  padding: 12px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.captcha-clean span {
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

/* REFRESH BUTTON */
.refresh-clean {
  background: var(--primary-color) !important; 
  color: var(--light) !important;
  border-radius: 10px;
  height: 56px;
  transition: 0.3s ease;
}


.captchasep1 {
  display: flex;
}
.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}
.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/card-image/captcha-bg.jpg);
  font-weight: bolder !important;
}
.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .contact-form {
    margin: 0px;
  }
  .address-card {
    position: static;
  }
  .captchasep1 {
    display: block;
  }
}
.captchasep1 .captcha-codes-sec button i {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

.refresh-clean:hover {
  background: var(--primary-color);
  color: #fff;
}

/* SUBMIT BUTTON */
.submit-clean {
  background: var(--primary-color) !important;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.3s ease;
}

.submit-clean:hover {
  background: var(--secondary-color);
}

/* MOBILE */
@media (max-width: 768px) {
  .info-box-clean {
    text-align: left;
  }
}


/* gallery section start here */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.gallery a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.fa-eye:hover {
  color: var(--primary-color);
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 1.2rem;
  transition: opacity 0.4s ease;
}

.gallery a:hover img {
  transform: scale(1.1);
}

.gallery a:hover .overlay {
  opacity: 1;
}

/* gallery section end here */


/* certificate section start here */
.gallery-cards a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.fa-eye:hover {
  color: var(--primary-color);
}

.gallery-cards img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-cards .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 1.2rem;
  transition: opacity 0.4s ease;
}

.gallery-cards a:hover img {
  transform: scale(1.1);
}

.gallery-cards a:hover .overlay {
  opacity: 1;
}
/* certificate section end here */
