/* ========================================
   BRIDAL PAGE
======================================== */

.page-banner {
  padding: 72px 0 64px;
  background: #f3ece4;
  text-align: center;
}

.page-banner .container {
  max-width: 900px;
}

.page-banner h1 {
  margin: 12px 0 18px;
  color: #2f211c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.05;
}

.bridal-banner-text {
  max-width: 620px;
  margin: 0 auto;
  color: #746158;
  font-size: 16px;
  line-height: 1.75;
}

/* ========================================
   MAIN SERVICE LAYOUT
======================================== */

.bridal-services-section {
  padding:20px 0 90px;    
  overflow: hidden;
  background: #fbf7f2;
}

.bridal-main-image {
  min-height: 690px;
  overflow: hidden;
  border-radius: 22px;
}

.bridal-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center;
}

.bridal-services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bridal-section-title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}

.bridal-section-title h2 {
  flex-shrink: 0;
  margin: 0;
  color: #a66f4b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bridal-section-title span {
  width: 100%;
  height: 1px;
  background: #d4b8a2;
}


/* ========================================
   SERVICE CARDS
======================================== */

.bridal-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}


.bridal-service-card:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(70, 46, 35, 0.08);
}

.bridal-service-icon,
.bridal-package-icon {
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2e8de;
  color: #ae7751;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}

.bridal-service-card h3 {
  margin: 0 0 15px;
  color: #30211b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
}

.bridal-price-label {
  display: block;
  margin-bottom: 5px;
  color: #a66f4b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.bridal-service-card strong {
  color: #a46942;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}


/* ========================================
   PACKAGE
======================================== */


.bridal-package-badge {
  position: absolute;
  top: 17px;
  right: -39px;
  width: 150px;
  padding: 8px 0;
  background: #b77e56;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(42deg);
}

.bridal-package-label {
  display: block;
  margin-bottom: 6px;
  color: #a66f4b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.bridal-package-heading h3 {
  margin: 0;
  color: #93613f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}


.bridal-package-price span {
  display: block;
  color: #986746;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.bridal-package-price strong {
  color: #93613f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

/* ========================================
   BRIDAL SERVICES LAYOUT
======================================== */

.bridal-services-section {
  padding: 75px 0 90px;
  overflow: hidden;
  background: #fbf7f2;
}

.bridal-top-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: stretch;
  gap: clamp(38px, 5vw, 70px);
}


/* ========================================
   LEFT SERVICES
======================================== */

.bridal-services-content {
  display: flex;
  flex-direction: column;
}

.bridal-section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.bridal-section-title h2 {
  flex-shrink: 0;
  margin: 0;
  color: #9f6744;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bridal-section-title span {
  height: 1px;
  flex: 1;
  background: #d6b9a4;
}

.bridal-section-title i {
  color: #af7650;
  font-size: 17px;
  font-style: normal;
}

.bridal-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  flex: 1;
}

.bridal-service-card {
  display: flex;
  min-height: 245px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px 22px;
  border: 1px solid #ddc3b0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.bridal-service-card:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(59, 39, 30, 0.08);
}

.bridal-service-icon {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f1e6dc;
  color: #a96f48;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.bridal-service-card h3 {
  margin: 0 0 18px;
  color: #30211b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

.bridal-service-card h3::after {
  display: block;
  width: 24px;
  height: 1px;
  margin: 15px auto 0;
  background: #d9baa3;
  content: "";
}

.bridal-price-label {
  display: block;
  margin-bottom: 8px;
  color: #9d6744;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bridal-service-card strong {
  color: #a86c45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
}


/* ========================================
   RIGHT IMAGE
======================================== */

.bridal-main-image {
  min-height: 620px;
  overflow: hidden;
  border-radius: 18px;
  background: #e9ddd2;
}

.bridal-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
}


/* ========================================
   HORIZONTAL PACKAGE
======================================== */

.bridal-package-strip {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(250px, 1.1fr)
    minmax(420px, 2fr)
    minmax(125px, 0.55fr);
  align-items: center;
  gap: 26px;
  margin-top: 22px;
  padding: 26px 34px;
  overflow: hidden;
  border: 1px solid #dec6b4;
  border-radius: 14px;
  background:
    linear-gradient(
      90deg,
      #f8efe8 0%,
      #fffaf6 100%
    );
}

.bridal-package-badge {
  position: absolute;
  top: 17px;
  right: -42px;
  width: 150px;
  padding: 8px 0;
  background: #b77b52;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(42deg);
}

.bridal-package-intro {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 24px;
  border-right: 1px solid #dfcbbd;
}

.bridal-package-icon {
  display: flex;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0e4da;
  color: #a96f48;
  font-size: 24px;
}

.bridal-package-label {
  display: block;
  margin-bottom: 6px;
  color: #a06a47;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bridal-package-intro h3 {
  margin: 0;
  color: #9c6744;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.15;
}

.bridal-package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bridal-package-list li {
  position: relative;
  padding-left: 24px;
  color: #5e4e46;
  font-size: 14px;
  line-height: 1.45;
}

.bridal-package-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #a76d47;
  content: "✓";
  font-weight: 700;
}

.bridal-package-price {
  padding-right: 25px;
  text-align: center;
}

.bridal-package-price span {
  display: block;
  margin-bottom: 6px;
  color: #9d6744;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.bridal-package-price strong {
  color: #a66b44;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  font-weight: 400;
}


/* ========================================
   BUTTONS
======================================== */

.bridal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 300px));
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.bridal-actions .btn {
  min-height: 54px;
}

.bridal-whatsapp-button {
  border: 1px solid #b77b52;
  background: transparent;
  color: #9b6543;
}

.bridal-whatsapp-button:hover {
  background: #b77b52;
  color: #ffffff;
}


/* ========================================
   NOTICE
======================================== */

.bridal-trial-notice {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 17px 24px;
  border: 1px solid #e3d0c2;
  border-radius: 12px;
  background: #f8efe8;
}

.bridal-trial-notice span {
  flex-shrink: 0;
  color: #a46b47;
  font-size: 21px;
}

.bridal-trial-notice p {
  margin: 0;
  color: #6b5950;
  font-size: 14px;
}

.bridal-trial-notice a {
  color: #9d6643;
  font-weight: 700;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1000px) {
  .bridal-top-layout {
    grid-template-columns: 1fr;
  }

  .bridal-main-image {
    order: -1;
    min-height: 560px;
  }

  .bridal-main-image img {
    min-height: 560px;
  }

  .bridal-package-strip {
    grid-template-columns: 1fr 1.5fr;
  }

  .bridal-package-price {
    grid-column: 1 / -1;
    padding-top: 20px;
    padding-right: 0;
    border-top: 1px solid #dfcbbd;
  }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 700px) {
  .bridal-services-section {
    padding: 55px 0 65px;
  }

  .bridal-service-grid {
    grid-template-columns: 1fr;
  }

  .bridal-service-card {
    min-height: 220px;
  }

  .bridal-main-image,
  .bridal-main-image img {
    min-height: 470px;
  }

  .bridal-package-strip {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px 21px;
  }

  .bridal-package-intro {
    padding-right: 25px;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #dfcbbd;
  }

  .bridal-package-list {
    grid-template-columns: 1fr;
  }

  .bridal-package-price {
    grid-column: auto;
    padding-top: 20px;
    border-top: 1px solid #dfcbbd;
  }

  .bridal-actions {
    grid-template-columns: 1fr;
  }

  .bridal-trial-notice {
    align-items: flex-start;
  }
}

.bridal-package-card li {
  position: relative;
  padding-left: 23px;
  color: #5e4d45;
  font-size: 14px;
  line-height: 1.5;
}

.bridal-package-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #a66f4b;
  content: "✓";
  font-weight: 700;
}


/* ========================================
   ACTIONS
======================================== */

.bridal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

.bridal-actions .btn {
  min-height: 54px;
}

.bridal-whatsapp-button {
  border: 1px solid #b77e56;
  background: transparent;
  color: #9b6847;
}

.bridal-whatsapp-button:hover {
  background: #b77e56;
  color: #ffffff;
}


/* ========================================
   NOTICE
======================================== */

.bridal-trial-notice {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 15px 22px;
  border: 1px solid #ead8c9;
  border-radius: 12px;
  background: #f8efe8;
}

.bridal-trial-notice span {
  flex-shrink: 0;
  color: #a66f4b;
  font-size: 22px;
}

.bridal-trial-notice p {
  margin: 0;
  color: #65544c;
  font-size: 14px;
}

.bridal-trial-notice a {
  color: #9d6744;
  font-weight: 700;
}


/* ========================================
   EVENT LOOKS
======================================== */

.bridal-event-looks {
  padding: 100px 0;
  background: #eee5db;
}

.bridal-section-head {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}

.bridal-section-head h2 {
  margin: 12px 0 18px;
  color: #30211b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 400;
  line-height: 1.05;
}

.bridal-section-head p {
  margin: 0;
  color: #78665d;
  line-height: 1.75;
}

.bridal-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bridal-event-card {
  min-height: 280px;
  padding: 32px 28px;
  border: 1px solid #d9cbbf;
  background: #fffdfa;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bridal-event-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 35px rgba(62, 41, 31, 0.08);
}

.bridal-event-card > span {
  display: block;
  margin-bottom: 10px;
  color: #ad7854;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.bridal-event-card h3 {
  margin: 0 0 15px;
  color: #30211b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.bridal-event-card p {
  margin: 0 0 20px;
  color: #746159;
  font-size: 14px;
  line-height: 1.7;
}

.bridal-event-card strong {
  color: #986444;
  font-size: 13px;
}


/* ========================================
   CTA
======================================== */

.bridal-cta {
  padding: 85px 0;
  background: #b98460;
  color: #ffffff;
}

.bridal-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.bridal-cta-inner > div:first-child {
  max-width: 690px;
}

.bridal-light-eyebrow {
  color: #f6dfd0;
}

.bridal-cta h2 {
  margin: 12px 0 18px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
}

.bridal-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.bridal-cta-actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 14px;
  min-width: 220px;
}

.bridal-light-button {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #35241e;
}

.bridal-light-button:hover {
  background: transparent;
  color: #ffffff;
}

.bridal-outline-light-button {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #ffffff;
}

.bridal-outline-light-button:hover {
  background: #ffffff;
  color: #35241e;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1000px) {
  .bridal-services-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 35px;
  }

  .bridal-main-image,
  .bridal-main-image img {
    min-height: 620px;
  }

  .bridal-service-grid {
    grid-template-columns: 1fr;
  }

  .bridal-service-card {
    min-height: auto;
  }

  .bridal-package-heading {
    flex-direction: column;
  }

  .bridal-package-price {
    text-align: left;
  }

  .bridal-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bridal-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }

  .bridal-cta-actions {
    flex-direction: row;
  }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 700px) {

  .bridal-hero h1 {
    font-size: 54px;
    letter-spacing: -1px;
  }

  .bridal-services-section {
    padding: 25px 0 65px;
  }

  .bridal-services-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bridal-main-image,
  .bridal-main-image img {
    min-height: 490px;
  }

  .bridal-main-image {
    border-radius: 14px;
  }

  .bridal-section-title {
    margin-bottom: 22px;
  }

  .bridal-section-title h2 {
    font-size: 14px;
  }

  .bridal-service-grid {
    grid-template-columns: 1fr;
  }

  .bridal-service-card {
    grid-template-columns: 62px 1fr;
    min-height: auto;
    padding: 22px;
  }

  .bridal-service-icon {
    width: 62px;
    height: 62px;
  }

  .bridal-service-card h3 {
    font-size: 22px;
  }

  .bridal-package-card {
    grid-template-columns: 1fr;
    padding: 25px 22px;
  }

  .bridal-package-heading {
    padding-right: 20px;
  }

  .bridal-package-card ul {
    grid-template-columns: 1fr;
  }

  .bridal-actions {
    grid-template-columns: 1fr;
  }

  .bridal-trial-notice {
    align-items: flex-start;
  }

  .bridal-event-looks {
    padding: 75px 0;
    overflow: hidden;
  }

  .bridal-section-head {
    margin-bottom: 38px;
    padding: 0 18px;
  }

  .bridal-section-head h2 {
    font-size: 42px;
  }

  .bridal-event-grid {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 0 20px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bridal-event-grid::-webkit-scrollbar {
    display: none;
  }

  .bridal-event-card {
    flex: 0 0 82%;
    min-width: 280px;
    scroll-snap-align: center;
  }

  .bridal-cta {
    padding: 65px 0;
  }

  .bridal-cta-inner {
    gap: 35px;
  }

  .bridal-cta h2 {
    font-size: 42px;
  }

  .bridal-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .bridal-cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .page-banner {
    padding: 55px 20px 48px;
  }

  .page-banner h1 {
    font-size: 48px;
  }

  .bridal-banner-text {
    font-size: 15px;
  }

  .bridal-services-section {
    padding: 55px 0 65px;
  }
}

/* ========================================
   BRIDAL TRIAL
======================================== */

.bridal-trial-section {
  padding: 105px 0 95px;
  overflow: hidden;
  background: #f4ece5;
}

.bridal-trial-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.bridal-trial-heading h2 {
  margin: 12px 0;
  color: #30211b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.5px;
}

.bridal-trial-heading p {
  max-width: 640px;
  margin: 18px auto 0;
  color: #68564e;
  font-size: 16px;
  line-height: 1.75;
}

.bridal-trial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: clamp(45px, 6vw, 80px);
}

.bridal-trial-image {
  min-height: 690px;
  overflow: hidden;
  border-radius: 22px;
}

.bridal-trial-image img {
  display: block;
  width: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center;
  padding-top: 55px;
}

.bridal-trial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bridal-trial-content .bridal-section-title {
  margin-bottom: 12px;
}

.bridal-trial-content .bridal-section-title h3 {
  flex-shrink: 0;
  margin: 0;
  color: #a66f4b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.bridal-trial-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bridal-trial-benefit {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 17px;
  min-height: 145px;
  padding: 23px 20px;
  border-bottom: 1px solid #ddcbbd;
}

.bridal-trial-benefit:nth-child(odd) {
  border-right: 1px solid #ddcbbd;
}

.bridal-trial-icon {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eadfd5;
  color: #ae7651;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.bridal-trial-benefit h4 {
  margin: 0 0 8px;
  color: #33241e;
  font-size: 17px;
}

.bridal-trial-benefit p {
  margin: 0;
  color: #6c5a52;
  font-size: 14px;
  line-height: 1.65;
}


/* TRIAL PRICE CARD */

.bridal-trial-price-main h3 {
  margin: 5px 0 14px;
  color: #34241e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.bridal-trial-price-main strong {
  display: block;
  margin-top: 3px;
  color: #a66b45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  font-weight: 400;
}

.bridal-trial-price-card li:last-child {
  margin-bottom: 0;
}

.bridal-trial-price-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #aa704b;
  content: "✓";
  font-weight: 700;
}

/* ========================================
   HORIZONTAL TRIAL SERVICE
======================================== */

.bridal-trial-service-strip {
  display: grid;
  grid-template-columns:
    minmax(285px, 1.35fr)
    repeat(4, minmax(135px, 1fr));
  align-items: stretch;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #dfc9b8;
  border-radius: 15px;
  background:
    linear-gradient(
      90deg,
      #f8efe7 0%,
      #fffaf6 100%
    );
}

.bridal-trial-service-main {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  padding: 28px 30px;
  border-right: 1px solid #dfcbbd;
}

.bridal-trial-service-icon,
.bridal-trial-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0e4da;
  color: #a96f48;
}

.bridal-trial-service-icon {
  width: 70px;
  height: 70px;
  font-size: 25px;
}

.bridal-trial-service-label {
  display: block;
  margin-bottom: 7px;
  color: #a06a47;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bridal-trial-service-main h3 {
  margin: 0 0 12px;
  color: #37251e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.bridal-trial-service-main .bridal-price-label {
  display: block;
  margin-bottom: 4px;
  color: #9c6744;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.bridal-trial-service-main strong {
  color: #a76b44;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
}

.bridal-trial-service-feature {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px 18px;
  border-right: 1px solid #dfcbbd;
  text-align: center;
}

.bridal-trial-service-feature:last-child {
  border-right: 0;
}

.bridal-trial-feature-icon {
  width: 62px;
  height: 62px;
  font-size: 23px;
}

.bridal-trial-service-feature p {
  margin: 0;
  color: #54443d;
  font-size: 14px;
  line-height: 1.5;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1000px) {
  .bridal-trial-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bridal-trial-service-main {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid #dfcbbd;
  }

  .bridal-trial-service-feature {
    border-bottom: 1px solid #dfcbbd;
  }

  .bridal-trial-service-feature:nth-child(3),
  .bridal-trial-service-feature:nth-child(5) {
    border-right: 0;
  }

  .bridal-trial-service-feature:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 700px) {
  .bridal-trial-service-strip {
    grid-template-columns: 1fr;
  }

  .bridal-trial-service-main {
    grid-column: auto;
    grid-template-columns: 60px 1fr;
    padding: 24px 21px;
  }

  .bridal-trial-service-icon {
    width: 60px;
    height: 60px;
  }

  .bridal-trial-service-main h3 {
    font-size: 25px;
  }

  .bridal-trial-service-feature {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 18px 21px;
    border-right: 0;
    border-bottom: 1px solid #dfcbbd;
    text-align: left;
  }

  .bridal-trial-service-feature:last-child {
    border-bottom: 0;
  }

  .bridal-trial-feature-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }

  .bridal-trial-service-feature p br {
    display: none;
  }
}

.bridal-trial-service-strip {
  display: grid;
  grid-template-columns:
    minmax(280px, 1.45fr)
    repeat(4, minmax(130px, 1fr));
  width: 100%;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #dfc9b8;
  border-radius: 15px;
  background: linear-gradient(90deg, #f8efe7, #fffaf6);
}

.bridal-trial-service-main {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 25px 28px;
  border-right: 1px solid #dfcbbd;
}

.bridal-trial-service-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0e4da;
  color: #a96f48;
  font-size: 23px;
}

.bridal-trial-service-label {
  display: block;
  margin-bottom: 6px;
  color: #a06a47;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.bridal-trial-service-main h3 {
  margin: 0 0 11px;
  color: #37251e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.bridal-trial-service-main .bridal-price-label {
  margin-bottom: 3px;
}

.bridal-trial-service-main strong {
  color: #a76b44;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 400;
}

.bridal-trial-service-feature {
  display: flex;
  min-width: 0;
  min-height: 175px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  padding: 20px 12px;
  border-right: 1px solid #dfcbbd;
  text-align: center;
}

.bridal-trial-service-feature:last-child {
  border-right: 0;
}

.bridal-trial-feature-icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0e4da;
  color: #a96f48;
  font-size: 20px;
}

.bridal-trial-service-feature p {
  margin: 0;
  color: #54443d;
  font-size: 13px;
  line-height: 1.45;
}


/* TRIAL BUTTONS */

.bridal-trial-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

.bridal-trial-actions .btn {
  min-height: 54px;
}


/* TRIAL NOTE */

.bridal-trial-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding: 17px 24px;
  border: 1px solid #e1cfc1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.48);
}

.bridal-trial-note span {
  flex-shrink: 0;
  color: #a66f4b;
  font-size: 22px;
}

.bridal-trial-note p {
  margin: 0;
  color: #65534b;
  font-size: 14px;
}


/* ========================================
   BRIDAL TRIAL TABLET
======================================== */

@media (max-width: 850px) {

  .bridal-trial-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bridal-trial-service-main {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid #dfcbbd;
  }

  .bridal-trial-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 35px;
  }

  .bridal-trial-image,
  .bridal-trial-image img {
    min-height: 620px;
  }

  .bridal-trial-benefits {
    grid-template-columns: 1fr;
  }

  .bridal-trial-benefit:nth-child(odd) {
    border-right: 0;
  }

  .bridal-trial-price-card {
    grid-template-columns: 65px 1fr;
  }

  .bridal-trial-price-card ul {
    grid-column: 1 / -1;
    padding: 20px 0 0;
    border-top: 1px solid #dfcbbd;
    border-left: 0;
  }
}


/* ========================================
   BRIDAL TRIAL MOBILE
======================================== */

@media (max-width: 700px) {

  .bridal-trial-service-strip {
    grid-template-columns: 1fr;
  }

  .bridal-trial-service-main {
    grid-column: auto;
  }

  .bridal-trial-service-feature {
    min-height: auto;
    justify-content: flex-start;
    flex-direction: row;
    padding: 17px 20px;
    border-right: 0;
    border-bottom: 1px solid #dfcbbd;
    text-align: left;
  }

  .bridal-trial-service-feature:last-child {
    border-bottom: 0;
  }


  .bridal-trial-section {
    padding: 72px 0 65px;
  }

  .bridal-trial-heading {
    margin-bottom: 40px;
    padding: 0 18px;
  }

  .bridal-trial-heading h2 {
    font-size: 50px;
  }

  .bridal-trial-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .bridal-trial-image,
  .bridal-trial-image img {
    min-height: 500px;
  }

  .bridal-trial-image {
    border-radius: 14px;
  }

  .bridal-trial-benefits {
    grid-template-columns: 1fr;
  }

  .bridal-trial-benefit {
    grid-template-columns: 56px 1fr;
    min-height: auto;
    padding: 20px 4px;
    border-right: 0;
  }

  .bridal-trial-icon {
    width: 56px;
    height: 56px;
  }

  .bridal-trial-price-card {
    grid-template-columns: 1fr;
    padding: 24px 21px;
  }

  .bridal-trial-price-card ul {
    grid-column: auto;
    padding: 20px 0 0;
    border-top: 1px solid #dfcbbd;
    border-left: 0;
  }

  .bridal-trial-actions {
    grid-template-columns: 1fr;
  }

  .bridal-trial-note {
    align-items: flex-start;
  }
}

.bridal-trial-info{
    background:#fff;
    border:1px solid #e5d4c8;
    border-radius:18px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.bridal-trial-info h3{
    font-family:Georgia,serif;
    font-size:34px;
    color:#2f211c;
}

.trial-price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid #eee2d8;
}

.trial-price-row:last-of-type{
    border-bottom:none;
}

.trial-price-row span{
    font-size:17px;
    color:#444;
}

.trial-price-row strong{
    color:#b57b56;
    font-size:22px;
}

.trial-divider{
    height:1px;
    background:#e7d9cf;
}

.trial-note{
    line-height:1.8;
    color:#666; 
}

.trial-list{
    list-style:none;
    padding:0;
    margin:0;
}

.trial-list li{
    padding:5px 0;
    color:#555;
}

.trial-small{
    color:#777;
    line-height:1.8;
    font-size:15px;
}

/* ========================================
   DESTINATION WEDDINGS
======================================== */

.destination-section {
  padding: 105px 0 95px;
  overflow: hidden;
  background: #fbf7f2;
}

.destination-heading {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.destination-heading h2 {
  margin: 12px 0;
  color: #30211b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.5px;
}

.destination-heading p {
  max-width: 650px;
  margin: 18px auto 0;
  color: #68564e;
  font-size: 16px;
  line-height: 1.75;
}

.destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(45px, 6vw, 80px);
}


/* SLIDER */

.destination-slider {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.destination-track {
  position: relative;
  min-height: 610px;
}

.destination-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.destination-slide.active {
  opacity: 1;
  visibility: visible;
}

.destination-slide img {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
}

.destination-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #a66f4b;
  font-size: 28px;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 8px 24px rgba(38, 25, 20, 0.12);
}

.destination-prev {
  left: 18px;
}

.destination-next {
  right: 18px;
}

.destination-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.destination-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.destination-dot.active {
  background: #b77e56;
}


/* CONTENT */

.destination-content .bridal-section-title {
  margin-bottom: 20px;
}

.destination-content .bridal-section-title h3 {
  flex-shrink: 0;
  margin: 0;
  color: #a66f4b;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.destination-intro {
  margin: 0 0 28px;
  color: #65544c;
  font-size: 17px;
  line-height: 1.75;
}

.destination-pricing-card {
  padding: 28px;
  border: 1px solid #dfcbbb;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.58);
}

.destination-pricing-card > h3 {
  margin: 0 0 26px;
  color: #9d6744;
  font-size: 13px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}

.destination-factors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.destination-factor {
  padding: 0 14px;
  border-right: 1px solid #e0cec0;
  text-align: center;
}

.destination-factor:last-child {
  border-right: 0;
}

.destination-factor > span {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #f0e6dc;
  color: #af7650;
  font-size: 23px;
}

.destination-factor h4 {
  margin: 0 0 8px;
  color: #8f5d3d;
  font-size: 12px;
  text-transform: uppercase;
}

.destination-factor p {
  margin: 0;
  color: #66554d;
  font-size: 12px;
  line-height: 1.55;
}

.destination-custom-note {
  position: relative;
  margin: 24px 0 0;
  padding-left: 28px;
  color: #65544c;
  font-size: 15px;
  line-height: 1.75;
}

.destination-custom-note::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #b77e56;
  content: "✦";
}


/* CONTACT PANEL */

.destination-contact-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid #e3d2c5;
  border-radius: 16px;
  background: #f8efe8;
}

.destination-contact-intro,
.destination-contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 145px;
  padding: 28px 30px;
}

.destination-contact-intro {
  border-right: 1px solid #dfcfc2;
}

.destination-contact-intro > span,
.destination-contact-item > span {
  display: flex;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #efe2d7;
  color: #a86f49;
  font-size: 25px;
}

.destination-contact-intro h3 {
  margin: 0 0 8px;
  color: #34241e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.destination-contact-intro p {
  margin: 0;
  color: #68564e;
  font-size: 14px;
  line-height: 1.65;
}

.destination-contact-item {
  border-right: 1px solid #dfcfc2;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.destination-contact-item:last-child {
  border-right: 0;
}

.destination-contact-item:hover {
  background: #fffaf6;
}

.destination-contact-item strong {
  display: block;
  margin-bottom: 7px;
  color: #945f3d;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.destination-contact-item small {
  display: block;
  color: #6c5a52;
  font-size: 13px;
  line-height: 1.55;
}


/* ========================================
   DESTINATION TABLET
======================================== */

@media (max-width: 1000px) {
  .destination-layout {
    grid-template-columns: 1fr;
  }

  .destination-track,
  .destination-slide img {
    min-height: 560px;
    height: 560px;
  }

  .destination-contact-panel {
    grid-template-columns: 1fr 1fr;
  }

  .destination-contact-intro {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid #dfcfc2;
  }

  .destination-factors {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0;
  }

  .destination-factor:nth-child(3) {
    border-right: 0;
  }

  .destination-factor:nth-child(4),
  .destination-factor:nth-child(5) {
    border-top: 1px solid #e0cec0;
    padding-top: 24px;
  }
}


/* ========================================
   DESTINATION MOBILE
======================================== */

@media (max-width: 700px) {
  .destination-section {
    padding: 72px 0 65px;
  }

  .destination-heading {
    margin-bottom: 40px;
    padding: 0 18px;
  }

  .destination-heading h2 {
    font-size: 48px;
  }

  .destination-layout {
    gap: 38px;
  }

  .destination-slider {
    border-radius: 14px;
  }

  .destination-track,
  .destination-slide img {
    min-height: 480px;
    height: 480px;
  }

  .destination-arrow {
    width: 42px;
    height: 42px;
  }

  .destination-pricing-card {
    padding: 24px 18px;
  }

  .destination-factors {
    grid-template-columns: 1fr;
  }

  .destination-factor,
  .destination-factor:nth-child(3),
  .destination-factor:nth-child(4),
  .destination-factor:nth-child(5) {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    padding: 18px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #e0cec0;
    text-align: left;
  }

  .destination-factor:last-child {
    border-bottom: 0;
  }

  .destination-factor > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .destination-contact-panel {
    grid-template-columns: 1fr;
  }

  .destination-contact-intro,
  .destination-contact-item {
    min-height: auto;
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid #dfcfc2;
  }

  .destination-contact-item:last-child {
    border-bottom: 0;
  }
}

/* ========================================
   BRIDAL PAGE HERO
======================================== */

.service-page-hero {
  position: relative;
  display: flex;
  min-height: 485px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.bridal-page-hero {
  min-height: 620px;

  background-image:
    url("../assets/images/services/bridal-hero.jpeg");

  background-repeat: no-repeat;
  background-size: cover;

  /* Move the visible crop upward */
  background-position: center 18%;
}

@media (min-width: 1100px) {
  .bridal-page-hero {
    min-height: 650px;
    background-position: center 16%;
  }
}

.service-page-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(35, 23, 18, 0.48),
      rgba(35, 23, 18, 0.28)
    );
}

.service-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.service-page-hero .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #f1d6c5;
}

.service-page-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 400;
  line-height: 1;
}

.service-page-hero p {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .service-page-hero {
    min-height: 420px;
    padding: 110px 0 70px;
  }

  .bridal-page-hero {
    background-position: 62% center;
  }

  .service-page-hero h1 {
    font-size: 50px;
  }

  .service-page-hero p {
    padding: 0 20px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .bridal-page-hero {
    min-height: 520px;
    background-position: center 20%;
  }

  .bridal-page-hero .service-page-hero-content {
    padding: 110px 20px 60px;
  }
}

