.elementor-14 .elementor-element.elementor-element-a3dff20{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-a2c594c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-a2ec4a6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-0bc8d4e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-fd081a0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-ceac127{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-fa6075b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-79e99fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-498c094{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2907bb7 */.kdn-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:760px;
  padding:105px 54px 90px;
  overflow:hidden;
  background-image:url("https://kliniknazri.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-23-2026-10_02_33-PM.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-hero,
.kdn-hero *{
  box-sizing:border-box;
}

.kdn-hero__inner{
  position:relative;
  z-index:2;
  max-width:1500px;
  margin:0 auto;
}

.kdn-hero__content{
  max-width:760px;
}

.kdn-hero h1{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(50px,5vw,82px);
  line-height:1.04;
  letter-spacing:-2.4px;
  color:#101010;
  font-weight:800;
}

.kdn-hero h1 span{
  color:#9b001c;
}

.kdn-hero p{
  max-width:670px;
  margin:28px 0 0;
  color:#171717;
  font-size:18px;
  line-height:1.75;
  font-weight:400;
}

.kdn-hero__actions{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin-top:42px;
}

.kdn-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-height:64px;
  padding:0 34px;
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2px;
  box-shadow:0 18px 36px rgba(0,0,0,.16);
  transition:.25s ease;
}

.kdn-btn svg{
  width:25px;
  height:25px;
  fill:currentColor;
}

.kdn-btn--primary{
  background:linear-gradient(135deg,#a0001f,#730014);
}

.kdn-btn--gold{
  background:linear-gradient(135deg,#dcb456,#bd821e);
}

.kdn-btn:hover{
  transform:translateY(-4px);
}

.kdn-features{
  margin-top:58px;
  width:100%;
  max-width:920px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-radius:18px;
  box-shadow:0 24px 60px rgba(0,0,0,.12);
  overflow:hidden;
}

.kdn-feature{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:24px 20px;
  border-right:1px solid rgba(0,0,0,.12);
}

.kdn-feature:last-child{
  border-right:none;
}

.kdn-feature span{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:50%;
  border:1.5px solid #9b001c;
  color:#9b001c;
  display:flex;
  align-items:center;
  justify-content:center;
}

.kdn-feature svg{
  width:24px;
  height:24px;
  fill:currentColor;
}

.kdn-feature div{
  min-width:0;
}

.kdn-feature small{
  display:block;
  color:#3b3b3b;
  font-size:14px;
  line-height:1.25;
}

.kdn-feature strong{
  display:block;
  color:#111;
  font-size:15px;
  line-height:1.25;
  font-weight:900;
  margin-top:4px;
  white-space:normal;
  word-break:normal;
}

@media(max-width:1050px){
  .kdn-hero{
    min-height:auto;
    padding:90px 24px 70px;
    background-position:center right;
  }

  .kdn-hero h1{
    font-size:50px;
    letter-spacing:-1.5px;
  }

  .kdn-hero p{
    font-size:16px;
  }

  .kdn-features{
    max-width:680px;
    grid-template-columns:repeat(2,1fr);
  }

  .kdn-feature:nth-child(2){
    border-right:none;
  }

  .kdn-feature{
    border-bottom:1px solid rgba(0,0,0,.12);
  }

  .kdn-feature:nth-child(3),
  .kdn-feature:nth-child(4){
    border-bottom:none;
  }
}

@media(max-width:600px){
  .kdn-hero{
    min-height:auto;
    padding:75px 16px 55px;
    background-image:
      linear-gradient(
        180deg,
        rgba(255,255,255,.90) 0%,
        rgba(255,255,255,.74) 48%,
        rgba(255,255,255,.90) 100%
      ),
      url("https://kliniknazri.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-23-2026-10_08_54-PM.png");
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
  }

  .kdn-hero__content{
    max-width:100%;
  }

  .kdn-hero h1{
    font-size:39px;
    line-height:1.08;
    letter-spacing:-1.2px;
  }

  .kdn-hero p{
    font-size:15px;
    line-height:1.7;
    margin-top:20px;
  }

  .kdn-hero__actions{
    margin-top:30px;
    gap:14px;
  }

  .kdn-btn{
    width:100%;
    min-height:58px;
    padding:0 20px;
    font-size:14px;
  }

  .kdn-btn svg{
    width:22px;
    height:22px;
  }

  .kdn-features{
    max-width:100%;
    grid-template-columns:1fr;
    margin-top:40px;
    border-radius:16px;
  }

  .kdn-feature{
    padding:18px 16px;
    border-right:none;
    border-bottom:1px solid rgba(0,0,0,.12);
  }

  .kdn-feature:nth-child(3),
  .kdn-feature:nth-child(4){
    border-bottom:1px solid rgba(0,0,0,.12);
  }

  .kdn-feature:last-child{
    border-bottom:none;
  }

  .kdn-feature span{
    width:42px;
    height:42px;
    flex:0 0 42px;
  }

  .kdn-feature svg{
    width:20px;
    height:20px;
  }

  .kdn-feature small{
    font-size:13px;
  }

  .kdn-feature strong{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-404e900 */.kdn-about{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:95px 54px;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 18%,rgba(201,164,90,.13),transparent 26%),
    linear-gradient(180deg,#fff 0%,#fffaf4 100%);
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-about,
.kdn-about *{
  box-sizing:border-box;
}

.kdn-about__wrap{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:70px;
  align-items:center;
}

.kdn-about__eyebrow{
  display:inline-flex;
  margin-bottom:18px;
  color:#b88724;
  font-size:13px;
  font-weight:900;
  letter-spacing:.6px;
  text-transform:uppercase;
}

.kdn-about h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(36px,4vw,58px);
  line-height:1.08;
  letter-spacing:-1.5px;
  color:#151515;
  font-weight:800;
}

.kdn-about h2 span{
  color:#8b0716;
}

.kdn-about p{
  max-width:620px;
  margin:22px 0 0;
  color:#3e3e3e;
  font-size:16px;
  line-height:1.85;
}

.kdn-about__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:34px;
  min-height:54px;
  padding:0 24px;
  border-radius:10px;
  background:linear-gradient(135deg,#970818,#660512);
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:0 18px 36px rgba(123,7,20,.18);
}

.kdn-about__btn svg{
  width:18px;
  height:18px;
  fill:currentColor;
}

.kdn-about__visual{
  position:relative;
  min-height:440px;
  display:grid;
  grid-template-columns:.8fr 1.2fr .72fr;
  gap:18px;
  align-items:end;
}

.kdn-about__photo,
.kdn-about__doctor{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:#eee;
  box-shadow:0 26px 60px rgba(0,0,0,.14);
}

.kdn-about__photo img,
.kdn-about__doctor img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.kdn-about__photo--small{
  height:280px;
  filter:grayscale(100%);
  margin-bottom:18px;
}

.kdn-about__photo--main{
  height:395px;
}

.kdn-about__doctor{
  height:315px;
  margin-bottom:20px;
}

.kdn-about__caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  padding:13px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  box-shadow:0 14px 35px rgba(0,0,0,.12);
}

.kdn-about__caption strong{
  display:block;
  color:#8b0716;
  font-size:13px;
  font-weight:900;
  margin-bottom:5px;
}

.kdn-about__caption span{
  display:block;
  color:#2d2d2d;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

@media(max-width:1050px){
  .kdn-about{
    padding:80px 24px;
  }

  .kdn-about__wrap{
    grid-template-columns:1fr;
    gap:45px;
  }

  .kdn-about__visual{
    grid-template-columns:1fr 1fr;
    min-height:auto;
  }

  .kdn-about__doctor{
    grid-column:1 / -1;
    height:300px;
    margin-bottom:0;
  }
}

@media(max-width:620px){
  .kdn-about{
    padding:65px 16px;
  }

  .kdn-about h2{
    font-size:34px;
  }

  .kdn-about p{
    font-size:15px;
  }

  .kdn-about__visual{
    grid-template-columns:1fr;
  }

  .kdn-about__photo--small,
  .kdn-about__photo--main,
  .kdn-about__doctor{
    height:280px;
    margin-bottom:0;
  }

  .kdn-about__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b70ba2 */.kdn-services{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:100px 54px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 15%,rgba(201,164,90,.14),transparent 28%),
    linear-gradient(180deg,#fffaf4 0%,#ffffff 52%,#f8f8f8 100%);
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-services,
.kdn-services *{
  box-sizing:border-box;
}

.kdn-services__wrap{
  max-width:1500px;
  margin:0 auto;
}

.kdn-services__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:46px;
}

.kdn-services__head span{
  display:block;
  color:#b88724;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:12px;
}

.kdn-services__head h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(38px,4vw,62px);
  line-height:1.05;
  letter-spacing:-1.6px;
  color:#111;
  font-weight:800;
}

.kdn-services__head h2 em{
  font-style:normal;
  color:#8b0716;
}

.kdn-services__head p{
  max-width:520px;
  margin:0;
  color:#444;
  font-size:16px;
  line-height:1.75;
}

.kdn-services__body{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:46px;
  align-items:stretch;
}

.kdn-services__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.kdn-service-card{
  min-height:215px;
  padding:26px 20px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(123,7,20,.08);
  box-shadow:0 18px 45px rgba(0,0,0,.07);
  transition:.28s ease;
}

.kdn-service-card:hover{
  transform:translateY(-7px);
  box-shadow:0 26px 60px rgba(123,7,20,.12);
  border-color:rgba(123,7,20,.22);
}

.kdn-service-card__icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b0716;
  background:linear-gradient(180deg,#fff 0%,#fff3f5 100%);
  border:1px solid rgba(139,7,22,.16);
  margin-bottom:18px;
}

.kdn-service-card__icon svg{
  width:30px;
  height:30px;
  fill:currentColor;
}

.kdn-service-card h3{
  margin:0;
  color:#111;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
}

.kdn-service-card p{
  margin:10px 0 0;
  color:#555;
  font-size:13px;
  line-height:1.6;
}

.kdn-services__image{
  position:relative;
  min-height:100%;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.14);
}

.kdn-services__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.22) 38%,rgba(255,255,255,0) 100%),
    linear-gradient(180deg,rgba(123,7,20,0) 55%,rgba(123,7,20,.25) 100%);
}

.kdn-services__image img{
  width:100%;
  height:100%;
  min-height:510px;
  object-fit:cover;
  display:block;
}

@media(max-width:1200px){
  .kdn-services__body{
    grid-template-columns:1fr;
  }

  .kdn-services__grid{
    grid-template-columns:repeat(4,1fr);
  }

  .kdn-services__image{
    min-height:380px;
  }

  .kdn-services__image img{
    min-height:380px;
  }
}

@media(max-width:900px){
  .kdn-services{
    padding:80px 24px;
  }

  .kdn-services__head{
    display:block;
  }

  .kdn-services__head p{
    margin-top:18px;
  }

  .kdn-services__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .kdn-services{
    padding:65px 16px;
  }

  .kdn-services__grid{
    grid-template-columns:1fr;
  }

  .kdn-service-card{
    min-height:auto;
  }

  .kdn-services__image img{
    min-height:300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-245e608 */.kdn-hours{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:30px 54px 95px;
  background:linear-gradient(180deg,#f8f8f8 0%,#ffffff 100%);
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-hours,
.kdn-hours *{
  box-sizing:border-box;
}

.kdn-hours__wrap{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 330px;
  gap:24px;
  align-items:stretch;
}

.kdn-hours__main{
  position:relative;
  overflow:hidden;
  min-height:235px;
  border-radius:20px;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.18),transparent 28%),
    linear-gradient(135deg,#8f0718 0%,#5c020d 100%);
  box-shadow:0 28px 70px rgba(123,7,20,.2);
  padding:42px 48px;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:45px;
  color:#fff;
}

.kdn-hours__main::before{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-160px;
  width:420px;
  height:420px;
  border-radius:50%;
  border:1px solid rgba(201,164,90,.28);
}

.kdn-hours__main::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(120deg,rgba(255,255,255,.08) 0 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.18;
  pointer-events:none;
}

.kdn-hours__left{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:28px;
}

.kdn-hours__icon{
  width:118px;
  height:118px;
  flex:0 0 118px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d8b052;
  border:2px solid rgba(216,176,82,.55);
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 0 30px rgba(216,176,82,.12);
}

.kdn-hours__icon svg{
  width:62px;
  height:62px;
  fill:currentColor;
}

.kdn-hours__left span{
  display:block;
  color:#d8b052;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:12px;
}

.kdn-hours__left h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(34px,3.2vw,50px);
  line-height:1.08;
  letter-spacing:-1px;
  font-weight:800;
  color:#fff;
}

.kdn-hours__table{
  position:relative;
  z-index:2;
}

.kdn-hours__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.17);
}

.kdn-hours__row:last-child{
  border-bottom:none;
}

.kdn-hours__row strong{
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.kdn-hours__row p{
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

.kdn-hours__notice{
  min-height:235px;
  padding:38px 34px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(123,7,20,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.kdn-hours__notice-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b0716;
  background:#fff5f6;
  border:1px solid rgba(139,7,22,.14);
  margin-bottom:20px;
}

.kdn-hours__notice-icon svg{
  width:30px;
  height:30px;
  fill:currentColor;
}

.kdn-hours__notice h3{
  margin:0;
  color:#111;
  font-family:'Playfair Display',Georgia,serif;
  font-size:28px;
  line-height:1.15;
  font-weight:800;
}

.kdn-hours__notice p{
  margin:14px 0 0;
  color:#555;
  font-size:15px;
  line-height:1.7;
}

@media(max-width:1100px){
  .kdn-hours{
    padding:25px 24px 80px;
  }

  .kdn-hours__wrap{
    grid-template-columns:1fr;
  }

  .kdn-hours__main{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media(max-width:620px){
  .kdn-hours{
    padding:15px 16px 65px;
  }

  .kdn-hours__main{
    padding:34px 24px;
  }

  .kdn-hours__left{
    align-items:flex-start;
    flex-direction:column;
  }

  .kdn-hours__icon{
    width:90px;
    height:90px;
    flex-basis:90px;
  }

  .kdn-hours__icon svg{
    width:48px;
    height:48px;
  }

  .kdn-hours__row{
    grid-template-columns:1fr;
    gap:6px;
  }

  .kdn-hours__notice{
    padding:32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee69da8 */.kdn-why{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 54px;
  background:#fff;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

.kdn-why *{
  box-sizing:border-box;
}

.kdn-why__wrap{
  max-width:1450px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.kdn-why__image{
  position:relative;
}

.kdn-why__image img{
  width:100%;
  height:700px;
  object-fit:cover;
  border-radius:28px;
  display:block;
  box-shadow:0 35px 80px rgba(0,0,0,.12);
}

.kdn-why__experience{
  position:absolute;
  right:-20px;
  bottom:40px;
  background:#8b0716;
  color:#fff;
  padding:30px;
  border-radius:22px;
  width:220px;
  box-shadow:0 25px 60px rgba(139,7,22,.35);
}

.kdn-why__experience strong{
  display:block;
  font-size:60px;
  line-height:1;
  font-weight:900;
}

.kdn-why__experience span{
  display:block;
  margin-top:10px;
  font-size:14px;
  line-height:1.6;
}

.kdn-why__tag{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:#fff4e6;
  color:#b88724;
  font-size:13px;
  font-weight:800;
  margin-bottom:22px;
}

.kdn-why h2{
  margin:0;
  font-family:'Playfair Display',serif;
  font-size:58px;
  line-height:1.05;
  font-weight:800;
  color:#111;
}

.kdn-why h2 span{
  display:block;
  color:#8b0716;
}

.kdn-why p{
  color:#555;
  font-size:16px;
  line-height:1.9;
}

.kdn-why__list{
  margin-top:40px;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.kdn-why__item{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.kdn-why__icon{
  width:55px;
  height:55px;
  flex:0 0 55px;
  border-radius:16px;
  background:linear-gradient(135deg,#8b0716,#630410);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
}

.kdn-why__item h4{
  margin:0 0 8px;
  color:#111;
  font-size:18px;
  font-weight:800;
}

.kdn-why__item p{
  margin:0;
  font-size:14px;
}

@media(max-width:991px){

  .kdn-why{
    padding:80px 24px;
  }

  .kdn-why__wrap{
    grid-template-columns:1fr;
  }

  .kdn-why__image img{
    height:500px;
  }

  .kdn-why h2{
    font-size:42px;
  }

}

@media(max-width:600px){

  .kdn-why{
    padding:65px 16px;
  }

  .kdn-why__image img{
    height:380px;
  }

  .kdn-why__experience{
    width:180px;
    right:10px;
    bottom:10px;
  }

  .kdn-why__experience strong{
    font-size:42px;
  }

  .kdn-why h2{
    font-size:34px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e7ddda */.kdn-facilities{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 54px;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 20%,rgba(139,7,22,.08),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fffaf4 100%);
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-facilities,
.kdn-facilities *{
  box-sizing:border-box;
}

.kdn-facilities__wrap{
  max-width:1500px;
  margin:0 auto;
}

.kdn-facilities__head{
  max-width:820px;
  margin-bottom:52px;
}

.kdn-facilities__head span{
  display:block;
  color:#b88724;
  font-size:13px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:14px;
}

.kdn-facilities__head h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(38px,4vw,62px);
  line-height:1.05;
  letter-spacing:-1.6px;
  color:#111;
  font-weight:800;
}

.kdn-facilities__head h2 em{
  font-style:normal;
  color:#8b0716;
}

.kdn-facilities__head p{
  max-width:660px;
  margin:22px 0 0;
  color:#555;
  font-size:16px;
  line-height:1.8;
}

.kdn-facilities__grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  grid-auto-rows:260px;
  gap:20px;
}

.kdn-facility{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#ddd;
  box-shadow:0 22px 55px rgba(0,0,0,.11);
}

.kdn-facility--large{
  grid-row:span 2;
}

.kdn-facility img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.45s ease;
}

.kdn-facility:hover img{
  transform:scale(1.06);
}

.kdn-facility::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(62,2,10,.82) 100%);
  z-index:1;
}

.kdn-facility__content{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  z-index:2;
  color:#fff;
}

.kdn-facility__content small{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(216,176,82,.92);
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  margin-bottom:12px;
}

.kdn-facility__content h3{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:30px;
  line-height:1.1;
  font-weight:800;
}

.kdn-facility--large .kdn-facility__content h3{
  font-size:42px;
}

.kdn-facility__content p{
  max-width:520px;
  margin:12px 0 0;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.7;
}

@media(max-width:1000px){
  .kdn-facilities{
    padding:85px 24px;
  }

  .kdn-facilities__grid{
    grid-template-columns:1fr 1fr;
  }

  .kdn-facility--large{
    grid-column:span 2;
    grid-row:span 1;
  }
}

@media(max-width:600px){
  .kdn-facilities{
    padding:65px 16px;
  }

  .kdn-facilities__grid{
    grid-template-columns:1fr;
    grid-auto-rows:270px;
  }

  .kdn-facility--large{
    grid-column:span 1;
  }

  .kdn-facility--large .kdn-facility__content h3,
  .kdn-facility__content h3{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54e4392 */.kdn-gallery{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:105px 54px;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 10%,rgba(201,164,90,.12),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fffaf4 100%);
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-gallery,
.kdn-gallery *{
  box-sizing:border-box;
}

.kdn-gallery__wrap{
  max-width:1500px;
  margin:0 auto;
}

.kdn-gallery__head{
  text-align:center;
  max-width:860px;
  margin:0 auto 52px;
}

.kdn-gallery__head span{
  display:block;
  color:#b88724;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:14px;
}

.kdn-gallery__head h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(38px,4vw,62px);
  line-height:1.05;
  color:#111;
  font-weight:800;
  letter-spacing:-1.4px;
}

.kdn-gallery__head h2 em{
  font-style:normal;
  color:#8b0716;
}

.kdn-gallery__grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
}

.kdn-gallery__item{
  position:relative;
  grid-column:span 2;
  height:330px;
  overflow:hidden;
  border-radius:24px;
  background:#eee;
  box-shadow:0 24px 60px rgba(0,0,0,.11);
}

.kdn-gallery__item--wide{
  grid-column:span 3;
  height:360px;
}

.kdn-gallery__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:.45s ease;
}

.kdn-gallery__item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.18));
  opacity:.8;
  pointer-events:none;
}

.kdn-gallery__item:hover img{
  transform:scale(1.06);
}

@media(max-width:980px){
  .kdn-gallery{
    padding:80px 24px;
  }

  .kdn-gallery__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .kdn-gallery__item,
  .kdn-gallery__item--wide{
    grid-column:span 1;
    height:300px;
  }

  .kdn-gallery__item:last-child{
    grid-column:span 2;
  }
}

@media(max-width:560px){
  .kdn-gallery{
    padding:65px 16px;
  }

  .kdn-gallery__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .kdn-gallery__item,
  .kdn-gallery__item--wide,
  .kdn-gallery__item:last-child{
    grid-column:span 1;
    height:260px;
  }

  .kdn-gallery__head h2{
    font-size:34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71e0231 */.kdn-testimonial{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:105px 54px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(201,164,90,.14),transparent 28%),
    linear-gradient(180deg,#fffaf4 0%,#ffffff 100%);
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-testimonial,
.kdn-testimonial *{
  box-sizing:border-box;
}

.kdn-testimonial__wrap{
  max-width:1400px;
  margin:0 auto;
}

.kdn-testimonial__head{
  text-align:center;
  max-width:780px;
  margin:0 auto 52px;
}

.kdn-testimonial__head span{
  display:block;
  color:#b88724;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:14px;
}

.kdn-testimonial__head h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(38px,4vw,62px);
  line-height:1.05;
  color:#111;
  font-weight:800;
}

.kdn-testimonial__head h2 em{
  font-style:normal;
  color:#8b0716;
}

.kdn-testimonial__head p{
  margin:20px auto 0;
  max-width:620px;
  color:#555;
  font-size:16px;
  line-height:1.8;
}

.kdn-testimonial__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.kdn-review{
  position:relative;
  min-height:260px;
  padding:34px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(123,7,20,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.08);
}

.kdn-review::after{
  content:"”";
  position:absolute;
  right:28px;
  top:10px;
  font-family:Georgia,serif;
  font-size:100px;
  line-height:1;
  color:rgba(139,7,22,.08);
}

.kdn-review__stars{
  color:#d8b052;
  font-size:19px;
  letter-spacing:3px;
  margin-bottom:22px;
}

.kdn-review p{
  position:relative;
  z-index:2;
  margin:0 0 34px;
  color:#444;
  font-size:15px;
  line-height:1.8;
}

.kdn-review strong{
  display:block;
  color:#111;
  font-size:16px;
  font-weight:900;
}

.kdn-review span{
  display:block;
  margin-top:4px;
  color:#8b0716;
  font-size:13px;
  font-weight:700;
}

@media(max-width:900px){
  .kdn-testimonial{
    padding:80px 24px;
  }

  .kdn-testimonial__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .kdn-testimonial{
    padding:65px 16px;
  }

  .kdn-review{
    padding:28px 24px;
  }

  .kdn-testimonial__head h2{
    font-size:34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ea5385 */.kdn-contact{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 54px;
  background:
    radial-gradient(circle at 85% 15%,rgba(139,7,22,.08),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#fffaf4 100%);
  overflow:hidden;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.kdn-contact,
.kdn-contact *{
  box-sizing:border-box;
}

.kdn-contact__wrap{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:48px;
  align-items:stretch;
}

.kdn-contact__left{
  padding:48px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(123,7,20,.08);
  box-shadow:0 28px 70px rgba(0,0,0,.08);
}

.kdn-contact__eyebrow{
  display:block;
  color:#b88724;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:14px;
}

.kdn-contact h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(38px,4vw,62px);
  line-height:1.05;
  letter-spacing:-1.5px;
  color:#111;
  font-weight:800;
}

.kdn-contact h2 em{
  font-style:normal;
  color:#8b0716;
}

.kdn-contact__left > p{
  max-width:620px;
  margin:22px 0 0;
  color:#555;
  font-size:16px;
  line-height:1.8;
}

.kdn-contact__info{
  margin-top:34px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.kdn-contact__item{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:20px;
  border-radius:18px;
  background:#fffaf4;
  border:1px solid rgba(201,164,90,.18);
}

.kdn-contact__icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b0716;
  background:#fff;
  border:1px solid rgba(139,7,22,.12);
}

.kdn-contact__icon svg{
  width:26px;
  height:26px;
  fill:currentColor;
}

.kdn-contact__item strong{
  display:block;
  color:#111;
  font-size:16px;
  font-weight:900;
  margin-bottom:6px;
}

.kdn-contact__item p{
  margin:0;
  color:#555;
  font-size:14px;
  line-height:1.65;
}

.kdn-contact__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

.kdn-contact__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:12px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  transition:.25s ease;
}

.kdn-contact__btn:hover{
  transform:translateY(-3px);
}

.kdn-contact__btn--main{
  background:linear-gradient(135deg,#970818,#660512);
  color:#fff;
  box-shadow:0 18px 36px rgba(123,7,20,.18);
}

.kdn-contact__btn--line{
  background:#fff;
  color:#8b0716;
  border:1px solid rgba(139,7,22,.24);
}

.kdn-contact__right{
  display:grid;
  grid-template-rows:1fr auto;
  gap:22px;
}

.kdn-contact__map{
  min-height:470px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(0,0,0,.1);
  border:8px solid #fff;
  background:#f2f2f2;
}

.kdn-contact__map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.kdn-contact__social{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg,#8f0718,#5c020d);
  color:#fff;
  box-shadow:0 24px 60px rgba(123,7,20,.2);
}

.kdn-contact__social h3{
  margin:0 0 18px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:30px;
  line-height:1.1;
  color:#fff;
}

.kdn-contact__social a{
  display:block;
  color:#fff;
  text-decoration:none;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.15);
  font-size:14px;
  line-height:1.5;
}

.kdn-contact__social a span{
  display:block;
  color:#d8b052;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:4px;
}

@media(max-width:980px){
  .kdn-contact{
    padding:80px 24px;
  }

  .kdn-contact__wrap{
    grid-template-columns:1fr;
  }

  .kdn-contact__map{
    min-height:400px;
  }
}

@media(max-width:560px){
  .kdn-contact{
    padding:65px 16px;
  }

  .kdn-contact__left{
    padding:30px 22px;
  }

  .kdn-contact h2{
    font-size:34px;
  }

  .kdn-contact__left > p{
    font-size:15px;
  }

  .kdn-contact__item{
    padding:18px;
  }

  .kdn-contact__actions{
    flex-direction:column;
  }

  .kdn-contact__btn{
    width:100%;
  }

  .kdn-contact__map{
    min-height:320px;
  }
}/* End custom CSS */