:root {
  --brand-blue: #c5dfe7;
  --brand-pink: #e7b2b5;
  --brand-cream: #ecd8a3;
  --brand-gold: #d7b56c;
  --brand-text: #4d5566;
  --brand-heading: #e7b2b5;
  /*--brand-bg: #f6f3f3;*/
    /*--brand-bg: #f7f3ee;*/
  --brand-bg: #FDFAF6;  
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(76, 63, 63, 0.1);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
    font-family: Helvetica, Arial, sans-serif;
  color: var(--brand-text);
  /*background:*/
  /*  radial-gradient(*/
  /*    circle at top left,*/
  /*    rgba(197, 223, 231, 0.18),*/
  /*    transparent 20%*/
  /*  ),*/
  /*  radial-gradient(*/
  /*    circle at right center,*/
  /*    rgba(231, 178, 181, 0.22),*/
  /*    transparent 25%*/
  /*  ),*/
  /*  linear-gradient(180deg, #f8f6f7 0%, #f4f1f1 100%);*/
  background-color: var(--brand-bg);
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
h2{
    font-size: 42px;
    font-weight: 600;
}

.site-header {fo
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  /*background:   var(--brand-bg);*/
  padding-top: 10px;
  background:transparent;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.brand img {
  width: 180px;
  max-width: 42vw;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.main-nav a {
  color: var(--brand-heading);
  font-weight: 500;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 14px 26px;
  font-weight: 700;
  transition: 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, #e7b2b5 0%, #d89b95 100%);
  box-shadow: 0 8px 20px rgba(216, 155, 149, 0.25);
}
.btn-secondary {
  color: var(--brand-heading);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(77, 85, 102, 0.18);
  box-shadow: 0 6px 18px rgba(72, 72, 72, 0.08);
}
.btn-small {
  padding: 11px 22px;
  border-radius: 12px;
  font-size: 0.95rem;
}
.btn-nav {
  padding-inline: 24px;
}

.hero-shell,
.sanctuary-section,
.featured-section {
  position: relative;
  overflow: hidden;
}
.decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.96;
}
.decor-tl {
  left: -24px;
  top: 8px;
  width: 240px;
}
.decor-tr {
  right: -30px;
  top: 90px;
  width: 300px;
}
.decor-bl {
  left: -50px;
  top: 110px;
  width: 220px;
  opacity: 0.72;
}
.decor-br {
  right: -20px;
  bottom: 10px;
  width: 235px;
}
.flex{
    display:flex;
}
.hero-shell {
  padding: 26px 0 36px;
}
.hero-card {
  display: grid;
  grid-template-columns: 1.02fr 1.18fr;
  align-items: center;
  gap: 28px;
  /*background: rgba(255, 255, 255, 0.72);*/
   background: rgba( 248, 245, 240, 0.9);
 
  border: 0px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
  padding: 30px;
}


.hero-copy {
  padding: 12px 6px 12px 18px;
}
.hero-copy h1,
.section-heading h2,
.featured-body h3,
.service-box h3,
.site-footer h3,
.featured-body h4 {
  margin: 0;
 font-family: "altesse-std-24pt", sans-serif;
  color: var(--brand-heading);
}
h2,
h3,
h4 {
  margin: 0;
  font-family: "altesse-std-24pt", sans-serif;
  color: var(--brand-heading);
  font-weight: 600;
 
}
h2{
     font-size: 45px;
}
.hero-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  /*line-height: 0.95;*/
  /*letter-spacing: -0.02em;*/
  max-width: 520px;
  /*text-align: -webkit-center;*/
  font-weight: 600; 
  font-size: 50px;
      justify-self: center;

}
.full-h{
        min-height: -webkit-fill-available;
}
.mini-divider {
  width: 72%;
  height: 1px;
  margin: 22px 0 18px;
  background: linear-gradient(
    90deg,
    rgba(68, 73, 106, 0.25),
    rgba(68, 73, 106, 0.04)
  );
}
.hero-copy p {
  margin: 0;
  /*max-width: 420px;*/
  /*font-size: 1.42rem;*/
  line-height: 1.55;
      padding-top: 10px;
  color: var(--body-color);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
      justify-content: center;
}
.hero-visual{
        background: transparent;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 28px;
  
}

.sanctuary-section {
  padding: 34px 0 28px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.section-heading.slim {
  margin-bottom: 24px;
}
.heading-line {
  width: clamp(80px, 12vw, 180px);
  height: 1px;
  background: rgba(77, 85, 102, 0.18);
}
.section-heading h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
}
.section-subtitle {
  text-align: center;
  margin: 0 0 42px;
  font-size: 1.3rem;
  color: #686d80;
}
.story-gallery {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.92fr;
  align-items: center;
  gap: 18px;
}
.story-photo {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(80, 76, 76, 0.11);
}
.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-lg {
  transform: rotate(-2.4deg);
}
.photo-md {
  transform: translateY(-14px);
}
.photo-sm {
  transform: rotate(2deg);
}

.services-section {
  padding: 28px 0 34px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(77, 85, 102, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(76, 63, 63, 0.08);
  padding: 30px 24px 28px;
}
.service-icon {
  font-size: 2.4rem;
  color: #e0a4a6;
  margin-bottom: 12px;
}
.service-box h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.service-box p,
.featured-body p,
.site-footer p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  /*color: #666d82;*/
}
.center-action {
  text-align: center;
  margin-top: 18px;
}

.featured-section {
  padding: 12px 0 70px;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.featured-card {
  background: rgba(255, 255, 255, 0.84);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(76, 63, 63, 0.09);
      place-self: center;
}
.featured-card img {
  width: 100%;
  aspect-ratio: 1.55/1;
  object-fit: cover;
}
.featured-body {
  padding: 18px 18px 20px;
  text-align: center;
}
.featured-body h3 {
  font-size: 2.5rem;
  margin-bottom: 6px;
}
.featured-body p {
  margin-bottom: 16px;
}

.love-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #d9a0a7;
  margin-top: 26px;
  opacity: 0.85;
}
.love-line span {
  width: 110px;
  max-width: 10vw;
  height: 18px;
  border-bottom: 2px solid rgba(217, 160, 167, 0.55);
  border-radius: 0 0 100px 100px;
}

.site-footer {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.8)
  );
  border-top: 1px solid rgba(215, 181, 108, 0.12);
  padding: 34px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-footer h3 {
  font-size: 2.1rem;
  margin-bottom: 8px;
}
.center{
    text-align: -webkit-center;
        justify-items: center;
}
@media (max-width: 1100px) {
  .hero-card {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    order: 2;
    padding: 6px 2px 0;
    text-align: center;
  }
  .mini-divider {
    margin-inline: auto;
  }
  .hero-copy p {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    order: 1;
  }
  .story-gallery,
  .service-grid,
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .photo-md,
  .photo-lg,
  .photo-sm {
    transform: none;
  }
}

@media (max-width: 840px) {
  .site-header {
    position: static;
  }
  .nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-nav {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-nav {
    width: 100%;
    max-width: 220px;
  }
  .hero-card {
    padding: 20px;
    border-radius: 22px;
  }
  .hero-visual img {
    min-height: 320px;
  }
  .section-subtitle {
    font-size: 1.05rem;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100% - 20px, 1180px);
    display:flex;
  }
  .hero-copy h1 {
    font-size: 2.2rem;
  }
  .hero-copy p {
    font-size: 1rem;
  }
  .section-heading {
    gap: 12px;
  }
  .section-heading h2 {
    font-size: 2rem;
  }
  .service-box h3,
  .featured-body h3,
  .site-footer h3 {
    font-size: 1.7rem;
  }
  .decor-tl {
    width: 150px;
  }
  .decor-br,
  .decor-bl {
    width: 150px;
  }
}
.hero-card {
   background-image: url("../img/bride1.jpg"); 
   background-size: cover;
}
.hero-card2 {
  display: grid;
  grid-template-columns: 1.02fr 1.18fr;
  align-items: center;
  gap: 28px;
  /*background: rgba(255, 255, 255, 0.72);*/
   background: rgba( 248, 245, 240, 0.72);
 
  /*border: 1px solid rgba(255, 255, 255, 0.6);*/
  /*box-shadow: var(--shadow);*/
  border-radius: var(--radius-xl);
  padding: 38px;
    background-image: url("../img/normal/about-hero4.jpg"); 
   background-size: cover;
}
.hero-shell {
  /*background-image: url("../img/n_u_7.png");*/
      background-size: cover;
    position: relative;
    /*z-index: 1;*/
      /*padding-top: 160px; */
          /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    /*box-shadow: var(--shadow);*/
    /*border-radius: var(--radius-xl);*/
    padding: 38px;

}
.decor-bl-about {
  width: 220px;
  opacity: 0.72;
}
.custom-box {
  position: relative; /* IMPORTANT */
  /* background: #f9f7f5; */
  padding: 40px;
  border-radius: 20px;
  overflow: hidden; /* optional */h
  text-align-last: center;
}
.custom-box p {
  text-align: center;
  /*width: 80%;*/
  place-self: anchor-center;
}
.corner-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 275px; /* adjust size */
  opacity: 0.9; /* soft look */
  pointer-events: none; /* prevents blocking clicks */
}
.decor-bl-small {
  left: 130px;
  top: 0px;
  width: 150px;
  opacity: 0.2;
}
.corner-img-small {
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 240px;
  opacity: 0.9; /* soft look */
  pointer-events: none; /* prevents blocking clicks */
}
.floral_tle_top {
  /*background-image: url("../img/floral_tl_top.png");*/
  background-color: rgba(253, 250, 246, 0.9); /* 60% white overlay */
  background-blend-mode: lighten;
  background-size: cover;
}
.floral_tle_bottom {
  background-image: url("../img/div_corner_1.png");
  background-color: rgba(255, 255, 255, 0.9); /* 60% white overlay */
  background-blend-mode: lighten;
  background-size: cover;
}
/*.n_u {*/
  /*background-image: url("../img/n_u_8.jpg");*/
  /*background-color: rgba(255, 255, 255, 0.7); */
   /*60% white overlay */
/*  background-blend-mode: lighten;*/
/*  background-size: cover;*/
/*}*/
/*.n_u_card {*/
  /*background-image: url("../img/card_flower.png");*/
  /*background-color: rgba(253, 250, 246, 0.9); */
/*  background-blend-mode: lighten;*/
/*  background-size: cover;*/
/*}*/
.footer {
  background-image: url("../img/card.png");
  background-color: rgba(255, 255, 255, 0.7); /* 60% white overlay */
  background-blend-mode: lighten;
  background-size: cover;
}
.main-menu a {
  color: var(--brand-heading);
  font-weight: 500;
}
.main-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.main-menu li:nth-child(1)::before {
  background: #d7b56c;
}
.main-menu li:nth-child(2)::before {
  background: #e7b2b5;
}
.main-menu li:nth-child(3)::before {
  background: #c5dfe7;
}
.main-menu li:nth-child(4)::before {
  background: #ecd8a3;
}
.main-menu li:nth-child(5)::before {
    background: #c5dfe1;
}
.main-menu li:nth-child(6)::before {
    background: #d7b56c;
}

.main-menu li:nth-child(7)::before {
    background: #c5dfe7;
}

.main-menu li:nth-child(8)::before {
    background: #e7b2b5;
}
.main-menu {
  list-style: none;
}
.split-grid {
    display: flex;
    align-items: center;
    gap: 40px;
      background:rgba(253, 250, 246, 0.9);
}

.split-grid > div {
    flex: 1;
}
.sec2{
        /*background-image: url(../img/div_corner_1.png);*/
    background-size: cover;
    position: relative;
}
.sec3{
        /*background-image: url(../img/div_corner_1.png);*/
    background-size: cover;
    position: relative;
}
.cards-grid-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.menu-item-has-children.active .sub-menu {
    display: block;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li.open > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
    /*background-color:#fff;*/
}
b, strong {
    font-weight: 600;
}
.contact-hero {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(231, 178, 181, 0.22), transparent 32%),
        linear-gradient(90deg, #fffaf7 0%, #fffaf7 46%, #f8eee9 100%);
    overflow: hidden;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 60px;
}

.contact-hero-copy {
    position: relative;
    z-index: 2;
    padding: 55px 45px;
    background: rgba(255, 250, 247, 0.72);
    border: 1px solid rgba(215, 181, 108, 0.18);
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(83, 55, 48, 0.08);
    backdrop-filter: blur(8px);
}

.contact-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7b56c;
    font-weight: 700;
}

.contact-hero-copy h1 {
    font-family: "altesse-std-24pt", sans-serif;
    /*font-size: clamp(48px, 6vw, 86px);*/
    line-height: 1;
    color: #e7b2b5;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 260px;
    margin: 20px 0 30px;
    color: #d7b56c;
}

.contact-divider span {
    display: block;
    height: 1px;
    flex: 1;
    background: rgba(215, 181, 108, 0.65);
}

.contact-divider i {
    font-style: normal;
    font-size: 16px;
}

.contact-hero-copy > p {
    max-width: 520px;
    color: #6f625f;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 35px;
}

.contact-info-list {
    display: grid;
    gap: 20px;
    margin-bottom: 35px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-icon {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(215, 181, 108, 0.7);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #b99243;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.72);
}

.contact-info-item h4 {
    margin: 0 0 3px;
    color: #e7b2b5;
    font-size: 20px;
    font-weight: 600;
}

.contact-info-item a,
.contact-info-item p {
    margin: 0;
    color: #5f5552;
    font-size: 16px;
    text-decoration: none;
}

.contact-note p {
    margin: 0 0 8px;
    color: #5f5552;
    font-size: 18px;
}

.contact-note span {
    font-family: "altesse-std-24pt", sans-serif;
    color: #d7b56c;
    font-size: 32px;
    line-height: 1.2;
}

.contact-hero-visual {
    position: relative;
    min-height: 620px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(83, 55, 48, 0.16);
}

.contact-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 250, 247, 0.75), transparent 45%);
    z-index: 1;
}

.contact-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .contact-hero {
        padding: 80px 0;
    }

    .contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .contact-hero-copy {
        padding: 40px 25px;
    }

    .contact-hero-visual,
    .contact-hero-visual img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .contact-hero-copy h1 {
        font-size: 48px;
    }

    .contact-note span {
        font-size: 26px;
    }

    .contact-hero-visual,
    .contact-hero-visual img {
        min-height: 320px;
    }
}
.contact-hero-2{
    background-image: url(../img/normal/contact.jpg);
    background-size: cover;
    position: relative;
    
}
.focus_grid{
        align-items: center;
    display: flex;
    flex-direction: column;
}
.grid-content-card h4{
    font-size:35px;
}
.center-card{
    width: auto;
    place-self: center;
    max-width:800px;
    margin: 10px;
}
.culture .grid-content-card{
    max-width:600px;
}
.culture_p p{
        position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #433f3b;
}
.cards-grid1{
        padding: 20px;
}
.steps-head{
        opacity: 1;
    margin: 5px;
}

.small-head{
        color: #4d5566;
        font-size:14px;
}

.two-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: stretch;
}

.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card .body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card .body .btn {
    margin-top: auto;
}
.service-card .body .btn {
    margin-top: auto;
}
.home-about{
    background-image: url(../img/normal/arch.png);
    background-size: cover;
    position: relative;
        background-repeat: round;

}
.forcus-approach{
        background-image: url(../img/normal/arch7.png);
    background-size: cover;
    position: relative;
        background-repeat: round;
    
}
@media (max-width: 768px) {
    .two-up {
        grid-template-columns: 1fr;
    }
}