@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif !important;
}

.features-section {
  background: #f9f6f1;
  padding: 90px 0px;
  position: relative;
}
.features-section .border-left {
  position: absolute;
  top: 0px;
  left: 0px;
}
.features-section .border-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.features-section {
  /* Section Title */
}
.features-section .section-title {
  font-size: 34px;
  font-weight: 600;
  color: #1a0b04;
}
.features-section {
  /* Card */
}
.features-section .feature-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  border: 3px solid #ccc4b1;
  transition: all 0.3s ease;
}
.features-section {
  /* Hover */
}
.features-section .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.features-section {
  /* Icon */
}
.features-section .feature-icon {
  font-size: 32px;
  color: #c59d5f;
}
.features-section .feature-icon img {
  width: 70px;
  height: 70px;
}
.features-section {
  /* Text */
}
.features-section .feature-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.features-section .feature-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.how-it-works {
  background: #f8f4ef;
  position: relative;
  padding: 50px 0px;
}
.how-it-works .border-left {
  position: absolute;
  top: 0px;
  left: 0px;
}
.how-it-works {
  /* Typography */
}
.how-it-works .section-title {
  font-weight: 700;
  font-size: 32px;
}
.how-it-works .section-subtitle {
  color: #666;
  font-size: 14px;
}
.how-it-works {
  /* Step Layout */
}
.how-it-works .steps-wrapper {
  gap: 20px;
}
.how-it-works {
  /* Horizontal Line */
}
.how-it-works .steps-wrapper::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #d8cfc7;
  z-index: 0;
}
.how-it-works {
  /* Step Item */
}
.how-it-works .step-item {
  position: relative;
  z-index: 1;
}
.how-it-works {
  /* Icon Circle */
}
.how-it-works .step-icon {
  width: 90px;
  height: 90px;
  border: 2px solid #cbbfb6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 38px;
  color: #5a2d2d;
  background: #fff;
}
.how-it-works {
  /* Step Number */
}
.how-it-works .step-number {
  width: 22px;
  height: 22px;
  background: #5a2d2d;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin: -20px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works {
  /* Text */
}
.how-it-works .step-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.how-it-works .step-desc {
  font-size: 16px;
  color: #666;
}

.benefits {
  background: #f8f4ef;
  padding: 50px 0px;
  position: relative;
}
.benefits .border-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.benefits {
  /* Shared typography (reused from previous section if exists) */
}
.benefits .section-title {
  font-size: 32px;
  font-weight: 700;
}
.benefits .section-subtitle {
  font-size: 14px;
  color: #666;
}
.benefits {
  /* Card */
}
.benefits .benefit-card {
  background: #fff;
  border: 1px solid #e2d8cf;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  text-align: left;
}
.benefits {
  /* Card Title */
}
.benefits .card-title {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}
.benefits {
  /* Item */
}
.benefits .benefit-item {
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
.benefits .benefit-item:last-child {
  margin-bottom: 0;
}
.benefits {
  /* Icon */
}
.benefits .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f3ece5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #5a2d2d;
  flex-shrink: 0;
}
.benefits {
  /* Text */
}
.benefits .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.benefits .item-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.feature-pricing {
  background: #f9f6e7;
  padding: 80px 0;
  /* Card */
}
.feature-pricing .feature-card {
  background: #fff;
  padding: 35px 25px;
  height: 100%;
  border-radius: 50px 0px 50px 0px;
}
.feature-pricing {
  /* Image */
}
.feature-pricing .feature-img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}
.feature-pricing {
  /* Title */
}
.feature-pricing .feature-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.feature-pricing {
  /* Description */
}
.feature-pricing .feature-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto 20px;
}
.feature-pricing {
  /* Price */
}
.feature-pricing .feature-price {
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.feature-pricing {
  /* Arrow */
}
.feature-pricing .arrow {
  font-size: 18px;
}

/* Hero Section */
.capture-banner {
  position: relative;
  min-height: 850px;
  background-color: #000;
  overflow: hidden;
  /* Left Dark Overlay */
}
.capture-banner .capture-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 30, 60, 0.95) 0%, rgba(10, 30, 60, 0.85) 40%, rgba(10, 30, 60, 0) 70%);
}
.capture-banner {
  /* Content above overlay */
}
.capture-banner .capture-content {
  position: relative;
  z-index: 2;
}
.capture-banner {
  /* Title */
}
.capture-banner .capture-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
.capture-banner {
  /* Subtitle */
}
.capture-banner .capture-subtitle {
  font-size: 30px;
  margin-top: 15px;
  opacity: 0.9;
}
.capture-banner {
  /* Buttons */
}
.capture-banner .btn-hero {
  background: linear-gradient(180deg, #9b0404, #9b0404);
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  border: none;
}
.capture-banner .btn-hero:hover {
  background: linear-gradient(180deg, #1c92e6, #0066d6);
  color: #fff;
}
.capture-banner {
  /* Check Icon */
}
.capture-banner .check {
  padding: 2px 6px;
  font-size: 16px;
}
.capture-banner {
  /* QR Floating Card */
}
.capture-banner .qr-card {
  position: absolute;
  right: 8%;
  bottom: 40px;
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.capture-banner .qr-card img {
  width: 200px;
  height: auto;
}

/* Section */
.steps3 {
  background: #f8f4ef;
  /* Shared Title */
}
.steps3 .section-title {
  font-size: 32px;
  font-weight: 700;
}
.steps3 {
  /* Card */
}
.steps3 .step-card {
  background: #fff;
  border: 1px solid #e2d8cf;
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
}
.steps3 {
  /* Icon */
}
.steps3 .step-icon {
  width: 90px;
  height: auto;
  margin-bottom: 15px;
}
.steps3 {
  /* Title */
}
.steps3 .step-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.steps3 {
  /* Subtext */
}
.steps3 .step-sub {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Section */
.icon-features {
  padding: 50px 0px 80px;
  background: #fdf3ea;
  /* Shared Title */
}
.icon-features .section-title {
  font-size: 32px;
  font-weight: 700;
}
.icon-features {
  /* Feature Item */
}
.icon-features .feature-item {
  text-align: center;
}
.icon-features {
  /* Icon */
}
.icon-features .feature-icon {
  font-size: 50px;
  color: #2b0d3a;
  margin-bottom: 10px;
}
.icon-features {
  /* Text */
}
.icon-features .feature-text {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.footer-section {
  background: linear-gradient(135deg, #210f01, #49060f);
  color: #fff;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
}
.footer-section .brand-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-section .footer-desc {
  padding-top: 20px;
  font-size: 18px;
  max-width: 300px;
}
.footer-section .footer-links li {
  margin-bottom: 8px;
}
.footer-section .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.9;
}
.footer-section .footer-links a:hover {
  opacity: 1;
}
.footer-section .footer-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-section .contact-list li {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.footer-section .contact-list li i {
  position: absolute;
  top: 5px;
  left: 0px;
}
.footer-section .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #7a0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}
.footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  opacity: 0.8;
}

p.invtlink {
  text-align: center;
  color: #241204;
  font-family: "Ramabhadra", sans-serif;
  font-size: 26px;
}

.trusted-section .trusted-box {
  padding: 20px 15px;
  background-color: #fcede6;
  border-radius: 10px;
}
.trusted-section .trusted-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
.trusted-section .trusted-title span {
  font-weight: 800;
}
@media (max-width: 768px) {
  .trusted-section .trusted-title {
    font-size: 24px;
  }
}

.wedding-story-slider {
  background: #1c0b03;
  overflow: hidden;
}
.wedding-story-slider .story-content {
  padding: 150px 70px 80px 150px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.wedding-story-slider .slide-count {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}
.wedding-story-slider .top-text {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Ramabhadra", sans-serif;
}
.wedding-story-slider .story-content h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #c99752;
  margin-bottom: 30px;
}
.wedding-story-slider .divider {
  width: 220px;
  height: 2px;
  background: #b8864b;
  margin-bottom: 35px;
  position: relative;
}
.wedding-story-slider .divider::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #1c0b03;
  padding: 0 15px;
  color: #c99752;
  font-size: 18px;
}
.wedding-story-slider .description {
  font-size: 24px;
  line-height: 1.7;
  color: #f1f1f1;
  max-width: 720px;
}
.wedding-story-slider .story-image {
  height: 100vh;
}
.wedding-story-slider .story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding-story-slider .swiper-button-next,
.wedding-story-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  backdrop-filter: blur(10px);
}
.wedding-story-slider .swiper-button-next::after,
.wedding-story-slider .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .wedding-story-slider .story-content h2 {
    font-size: 58px;
  }
  .wedding-story-slider .description {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .wedding-story-slider .story-content {
    padding: 60px 25px;
  }
  .wedding-story-slider .slide-count {
    font-size: 42px;
  }
  .wedding-story-slider .top-text {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .wedding-story-slider .story-content h2 {
    font-size: 42px;
  }
  .wedding-story-slider .description {
    font-size: 20px;
  }
  .wedding-story-slider .story-image {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .wedding-story-slider .story-content h2 {
    font-size: 34px;
  }
  .wedding-story-slider .description {
    font-size: 18px;
    line-height: 1.6;
  }
  .wedding-story-slider .swiper-button-next,
  .wedding-story-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

.invitationSwiper {
  padding: 10px 5px 60px;
}
.invitationSwiper .gallery-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.invitationSwiper .gallery-image img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.4s ease;
}
.invitationSwiper .gallery-card:hover .gallery-image img {
  transform: scale(1.05);
}
.invitationSwiper .card-badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #ffffff;
  color: #111;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.invitationSwiper .swiper-button-next,
.invitationSwiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #000;
}
.invitationSwiper .swiper-button-next:after,
.invitationSwiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}
.invitationSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.invitationSwiper .swiper-pagination-bullet-active {
  background: #000;
}

.breadcrumbsection h4 {
  font-size: 40px;
  color: #ffb451;
  font-weight: 700;
}
.breadcrumbsection p {
  color: #fff;
}/*# sourceMappingURL=newstyles.css.map */