* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}

/* header */
/* Home page header */
.home-header{
background: transparent;
position: absolute;
width: 100%;
z-index: 999;
}

/* Inner pages header */
.inner-header{
background: #fff; /* jo color chahiye */
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 20px 0;
  background:white;
}

header .header-top {
  background-color: #000000;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #d0410e;
  color: #fff;
  border: 1px solid #d0410e;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 8%;
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

header .nav-link::after {
  content: '';
  background-color: #d0410e;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #d0410e;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #d0410e;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
  padding: 20px 0;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #d0400c;
    border-radius: 3px;
    transition: .5s;
    border: 1px solid #d0400c;
    position: relative;
    transition: .5s;
    z-index: 1;
}
header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #d0410e;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}

header .navbar-nav .dropdown-menu{border: 0; box-shadow: #0000004b 0 0 10px; padding: 10px;}
header .dropdown-item.active, header .dropdown-item:active, header .dropdown-item:hover{background-color: #d0410e;
    color: white;
}


/* slider */



/*#slider .owl-theme .owl-dots .owl-dot {*/
/*  display: none;*/
/*}*/
/* ── SLIDER SECTION ── */
#slider {
  position: relative;
  overflow: hidden;
}

#slider .owl-item img {
  width: 100%;
  height: 100vh;
}

/* ── OWL NAV ARROWS ── */
#slider .owl-nav {
  position: absolute;
  top: 59%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  margin: 0;
}
#slider .owl-nav button {
  pointer-events: all;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  color: #fff !important;
  font-size: 18px !important;
}
#slider .owl-nav button:hover {
  background: #d0410e !important;
  border-color: #d0410e !important;
  transform: scale(1.08);
}
#slider .owl-nav button span {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin-top: -2px;
}

/* ── OWL DOTS ── */
#slider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
}
#slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}
#slider .owl-dots .owl-dot.active span {
  background: #d0410e !important;
  width: 28px;
  border-radius: 4px;
}
#slider .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  #slider .owl-item img { height: 60vh; }
  #slider .owl-nav button { width: 40px; height: 40px; font-size: 14px !important; }
}
@media (max-width: 576px) {
  #slider .owl-item img { height: auto; }
  #slider .owl-nav { padding: 0 10px; }
  #slider .owl-nav button { width: 34px; height: 34px; }
}



/* hassle-free-sec */

#hassle-free-sec{    padding: 30px 20px;
    background: #faf8f5;
}
#hassle-free-sec .imgs{
    height:55px;
    width:55px;
}
#hassle-free-sec .imgs img{
    width:100%;
    height:100%;
    object-fit:contain;
}
#hassle-free-sec .content h4{color: #181818; font-size: 16px; margin-bottom: 3px;}
#hassle-free-sec .content h6{color: #999999; font-size: 14px;}








/* ─── ABOUT SECTION ─────────────────────────────────────── */
#about{ position: relative; padding: 60px 0; overflow: hidden; background: #fff;} 
#about::before{ content: ''; position: absolute; inset: 0; background: #fff; z-index: 0;} 
#about::after{ content: ''; position: absolute; right: -3px; top: 50%; transform: translateY(-50%); width: 520px; height: 520px; background-image: url(../images/about-bg.svg); background-repeat: no-repeat; background-size: contain; z-index: 0; animation: slowSpin 40s linear infinite; pointer-events: none;} 
@keyframes slowSpin{ to{ transform: translateY(-50%) rotate(360deg);}} 
#about .about-dots{ position: absolute; inset: 0; z-index: 0; background-image: radial-gradient(circle, rgba(200,151,42,.25) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 80%); pointer-events: none;} 
#about .about-rule{ position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, transparent 0%, #d0400c 30%, #e8b84b 50%, #d0400c 70%, transparent 100%); z-index: 1;} 
#about .container{ max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2;} 
#about .row{ display: flex; align-items: center; gap: 60px; flex-wrap: wrap;} 
#about .col-lg-6{ flex: 1 1 320px;} 
#about .content-kicker{ display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #d0400c; margin-bottom: 18px;}
#about .content-kicker::before,
#about .content-kicker::after{ content: ''; display: block; width: 28px; height: 1px; background: #d0400c;} 
#about .content h1{font-size: 30px; font-weight: 900; line-height: 1.15; color: #d0400c; margin-bottom: 24px; position: relative;} 
#about .content h1 span{ position: relative; display: inline;}
#about .content h1 span::after{ content: ''; position: absolute; left: 0; bottom: -4px; width: 100%; height: 3px; background: linear-gradient(90deg, #d0400c, #e8b84b); border-radius: 2px;} 
#about .content p{ font-size: 1rem; line-height: 1.8; color: #414141;    margin-bottom: 10px;} 
#about .content p strong{color:#d0410e;}
#about .about-stats{ display: flex; gap: 32px; margin: 32px 0 36px; flex-wrap: wrap;}
#about .stat{ display: flex; flex-direction: column;}
#about .stat-num{ font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: #d0400c; line-height: 1;}
#about .stat-label{ font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #414141; margin-top: 4px;} 
#about .about-divider{ width: 56px; height: 3px; background: linear-gradient(90deg, #d0400c, #e8b84b); border-radius: 2px; margin-bottom: 28px;} 
#about .btn{ display: inline-flex; align-items: center; gap: 10px; padding: 14px 34px; background: linear-gradient(135deg, #d0400c 0%, #e8b84b 100%); color: #fff; font-size: .85rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-radius: 3px; box-shadow: 0 8px 24px rgba(200,151,42,.35); transition: transform .25s ease, box-shadow .25s ease;}
#about .btn::after{ content: '→'; transition: transform .25s ease;}
#about .btn:hover{ transform: translateY(-3px); box-shadow: 0 14px 32px rgba(200,151,42,.45);}
#about .btn:hover::after{ transform: translateX(5px);} 
#about .imgs{ position: relative;} 
#about .imgs img{ width: 100%; max-width: 520px; display: block; border-radius: 6px 6px 60px 6px; object-fit: contain; aspect-ratio: 4/3; box-shadow: 0 24px 64px rgba(26,18,9,.22), 0 4px 16px rgba(26,18,9,.12); transition: transform .4s ease;}
#about .imgs:hover img{ transform: scale(1.02);} 
#about .imgs::before{ content: ''; position: absolute; top: -18px; right: -18px; bottom: 18px; left: 18px; border: 2px solid #d0400c; border-radius: 6px 6px 60px 6px; z-index: -1; opacity: .5;} 
#about .imgs-badge{ position: absolute; bottom: -20px; left: -16px; background: #d0400c; color: #fff; padding: 18px 24px; border-radius: 6px; box-shadow: 0 12px 32px rgba(26,18,9,.35); min-width: 148px;}
#about .imgs-badge strong{ display: block; font-family: 'Playfair Display', serif; font-size: 2rem; color: #fff; line-height: 1;}
#about .imgs-badge span{ font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 4px; display: block;} 
@keyframes fadeUp{ from{ opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);}}
#about .content { animation: fadeUp .7s ease both;}
#about .imgs { animation: fadeUp .7s .2s ease both;} 
@media (max-width: 768px){ 
  #about { padding: 70px 0 90px;} 
  #about ::after{ width: 320px; height: 320px; right: -60px; opacity: .6;} 
  #about .content{ padding-right: 0;} 
  #about .imgs img{ max-width: 100%; border-radius: 6px 6px 48px 6px;} 
  #about .imgs::before{ top: -12px; right: -12px; bottom: 12px; left: 12px;} 
  #about .imgs-badge{ bottom: -16px; left: 12px; padding: 14px 18px;} 
  #about .about-stats{ gap: 24px;} .stat-num{ font-size: 2rem;}} 
@media (max-width: 480px){ 
  #about .content h1{ font-size: 1.9rem;} 
  #about .about-stats{ flex-direction: column; gap: 16px;}
  }










#our-vision {
  position: relative;
  padding:30px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── DECORATIVE BLOBS ── */
#our-vision .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
#our-vision .blob-1 {
  width: 420px; height: 420px;
  /*background: #d0410e;*/
  top: -120px; left: -100px;
}
#our-vision .blob-2 {
  width: 320px; height: 320px;
  /*background: #f4a07a;*/
  bottom: -80px; right: -60px;
}

/* ── IMAGE SIDE ── */
#our-vision .vision-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
#our-vision .vision-main-img {
  width: 100%;
  max-width: 460px;
  border-radius: 24px 80px 24px 80px;
  display: block;
  object-fit:contain;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 2;
  /*box-shadow: 20px 24px 60px rgba(208, 65, 14, 0.18);*/
}
#our-vision .img-border-ring {
  position: absolute;
  top: -18px;
  left: -18px;
  width: calc(100% - 40px);
  max-width: 460px;
  aspect-ratio: 4/3;
  border-radius: 24px 80px 24px 80px;
  border: 2px dashed #d0410e;
  opacity: 0.45;
  z-index: 1;
}
#our-vision .floating-badge {
  position: absolute;
  bottom: 32px;
  right: -12px;
  background: #d0410e;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 40px;
  z-index: 3;
  box-shadow: 0 8px 24px rgba(208, 65, 14, 0.35);
}

/* ── SECTION LABEL ── */
#our-vision .section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
      margin-bottom: 10px;
}
#our-vision .section-label .label-line {
  display: inline-block;
  width: 36px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#our-vision .section-label .label-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#our-vision .section-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  color: #1a1210;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#our-vision .section-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── VM CARDS ── */
#our-vision .vm-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 32px 28px 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(208, 65, 14, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
#our-vision .vm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(208, 65, 14, 0.14);
}
#our-vision .vm-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #d0410e, #f4855a);
  border-radius: 4px 0 0 4px;
}

/* ── ICON ── */
#our-vision .vm-card .vm-card-icon {
  flex-shrink: 0;
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #fff3ee, #ffe0d4);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(208, 65, 14, 0.15);
}
#our-vision .vm-card .vm-card-icon img {
  width: 30px; height: 30px;
  object-fit: contain;
}

/* ── CARD BODY ── */
#our-vision .vm-card .vm-card-body {
  flex: 1;
}
#our-vision .vm-card .vm-card-body .vm-tag {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1210;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
#our-vision .vm-card .vm-card-body .vm-text {
  font-size: 14.5px;
  font-weight: 300;
  color: #6b5f5a;
  line-height: 1.75;
  text-align: justify;
}


.owl-theme .owl-nav.disabled+.owl-dots {margin:0 !important;}


/*counter */
/* ── STATS SECTION ── */
.stats-section {
      padding: 30px 0;
    background: #faf8f5;
  position: relative;
  overflow: hidden;
}

/* ── BACKGROUND TEXTURE ── */
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(208, 65, 14, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

/* ── GRID ── */
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

/* ── CARD ── */
.stats-section .stats-box {
  text-align: center;
  padding: 40px 24px 36px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.stats-section .stats-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d0410e, #f4855a);
  border-radius: 0 0 20px 20px;
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.stats-section .stats-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.13);
}
.stats-section .stats-box:hover::before {
  transform: scaleX(1);
}

/* ── ICON ── */
.stats-section .stats-box .stats-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #fff3ee, #ffe0d4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 22px;
  border: 1px solid rgba(208, 65, 14, 0.12);
  transition: transform 0.3s ease;
}
.stats-section .stats-box:hover .stats-icon {
  transform: scale(1.1) rotate(-4deg);
}

/* ── NUMBER ── */
.stats-section .stats-box h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  color: #d0410e;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: -1px;
}
.stats-section .stats-box h2 .stats-suffix {
  font-size: 0.55em;
  font-weight: 400;
  color: #d0410e;
  opacity: 0.75;
}


/* ── LABEL ── */
.stats-section .stats-box p {
  font-size: 13px;
  font-weight: 400;
  color: #6b5f5a;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0;
}


/* ── STATS ICON ── */
.stats-section .stats-box .stats-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fff3ee, #ffe0d4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(208, 65, 14, 0.15);
  transition: transform 0.3s ease, background 0.3s ease;
}
.stats-section .stats-box .stats-icon i {
  font-size: 24px;
  color: #d0410e;
  transition: transform 0.3s ease;
}
.stats-section .stats-box:hover .stats-icon {
  background: #d0410e;
  transform: scale(1.1) rotate(-4deg);
}
.stats-section .stats-box:hover .stats-icon i {
  color: #fff;
}


/* product */

#product {
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}

/* ── HEADER LABEL ── */
#product .product-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#product .product-header .product-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#product .product-header .product-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#product .product-heading {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 52px;
  line-height: 1.15;
}
#product .product-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── ROW GAP ── */
#product .row {
  row-gap: 28px;
}

/* ── CARD LINK ── */
#product .product-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

/* ── CARD ── */
#product .product-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
#product .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.15);
}

/* ── IMAGE WRAP ── */
#product .product-card .product-card-img-wrap {
  position: relative;
  overflow: hidden;
  background:#fff;
  border-bottom: 2px solid rgba(208, 65, 14, 0.1);
}
#product .product-card .product-card-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 24px;
  transition: transform 0.45s ease;
}
#product .product-card:hover .product-card-img-wrap img {
  transform: scale(1.06);
}

/* ── OVERLAY ── */
#product .product-card .product-card-img-wrap .product-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(208, 65, 14, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#product .product-card:hover .product-card-img-wrap .product-card-overlay {
  opacity: 1;
}
#product .product-card .product-card-img-wrap .product-card-overlay .product-view-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 10px 24px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 12px;
}

/* ── CARD BODY ── */
#product .product-card .product-card-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#product .product-card .product-card-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1210;
  margin: 0 0 12px;
  transition: color 0.3s ease;
}
#product .product-card:hover .product-card-body h4 {
  color: #d0410e;
}
#product .product-card .product-card-body .product-card-line {
  width: 36px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
  transition: width 0.35s ease;
}
#product .product-card:hover .product-card-body .product-card-line {
  width: 70px;
}

/* counter */

/* ── COUNTER SECTION ── */
#counter {
  padding: 60px 0;
  background: #d0410e;
  position: relative;
  overflow: hidden;
}

/* ── BACKGROUND TEXTURE ── */
#counter::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
/* ── LABEL ROW ── */
#counter .counter-label-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
#counter .counter-label-row .counter-line {
  display: inline-block;
  width: 40px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
#counter .counter-label-row .counter-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

/* ── HEADING ── */
#counter .counter-heading {
  font-size:30px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-bottom: 52px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
#counter .counter-heading em {
  font-style: italic;
  font-weight: 600;
}

/* ── CARD ── */
#counter .counter-card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 36px 24px 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}
#counter .counter-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ── ICON WRAP ── */
#counter .counter-card .counter-icon-wrap {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.35s ease, transform 0.35s ease;
}
#counter .counter-card:hover .counter-icon-wrap {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.08);
}
#counter .counter-card .counter-icon-wrap img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(100);
}

/* ── DIVIDER LINE ── */
#counter .counter-card .counter-card-line {
  width: 30px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin: 0 auto 14px;
  transition: width 0.35s ease;
}
#counter .counter-card:hover .counter-card-line {
  width: 56px;
}

/* ── TITLE ── */
#counter .counter-card h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  #counter { padding: 60px 0; }
  #counter .counter-card { padding: 28px 16px 24px; }
  #counter .counter-card .counter-icon-wrap { width: 64px; height: 64px; }
  #counter .counter-card .counter-icon-wrap img { width: 30px; height: 30px; }
}
/* gallery */

/* ── GALLERY SECTION ── */
#gallery {
  padding:60px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── HEADER LABEL ── */
#gallery .gal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#gallery .gal-header .gal-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#gallery .gal-header .gal-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#gallery .gal-heading {
  font-size:30px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 52px;
  line-height: 1.15;
}
#gallery .gal-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── OWL STAGE ── */
#gallery .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 10px 4px 20px;
}
#gallery .owl-item {
  padding: 0 10px;
}

/* ── IMAGE WRAPPER ── */
#gallery .gal-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
#gallery .gal-img-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.15);
}
#gallery .gal-img-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  padding: 16px;
  display: block;
  transition: transform 0.45s ease;
}
#gallery .gal-img-wrapper:hover img {
  transform: scale(1.05);
}

/* ── OVERLAY ── */
#gallery .gal-img-wrapper .gal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(208, 65, 14, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#gallery .gal-img-wrapper:hover .gal-overlay {
  opacity: 1;
}
#gallery .gal-img-wrapper .gal-overlay .gal-overlay-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
#gallery .gal-img-wrapper:hover .gal-overlay .gal-overlay-icon {
  transform: scale(1.1);
}
#gallery .gal-img-wrapper .gal-overlay .gal-overlay-icon i {
  color: #fff;
  font-size: 18px;
}

/* ── OWL NAV ── */
#gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(208, 65, 14, 0.18) !important;
  border: 1.5px solid rgba(208, 65, 14, 0.2) !important;
  color: #d0410e !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}
#gallery .owl-nav button:hover {
  background: #d0410e !important;
  color: #fff !important;
}
#gallery .owl-nav .owl-prev { left: -20px; }
#gallery .owl-nav .owl-next { right: -20px; }

/* ── OWL DOTS ── */
#gallery .owl-dots {
  margin-top: 28px;
  text-align: center;
}
#gallery .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(208, 65, 14, 0.25) !important;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
}
#gallery .owl-dots .owl-dot.active span {
  background: #d0410e !important;
  width: 24px;
  border-radius: 4px;
}

/* ── LIGHTBOX OVERLAY ── */
#overlay {
  background: rgba(15, 10, 8, 0.92);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  user-select: none;
  backdrop-filter: blur(6px);
}

/* ── OVERLAY IMAGE ── */
#overlay img {
  max-width: 75vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: block;
  margin: auto;
      margin-top: 60px;
}

/* ── PREV / NEXT BUTTONS ── */
#prevButton,
#nextButton {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100000;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
#prevButton {
  left: 28px;
}
#nextButton {
  right: 28px;
}
#prevButton:hover,
#nextButton:hover {
  background: #d0410e;
  border-color: #d0410e;
  transform: translateY(-50%) scale(1.08);
}
#prevButton i,
#nextButton i {
  color: #fff;
  font-size: 16px;
}

/* ── EXIT BUTTON ── */
#exitButton {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100000;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
#exitButton:hover {
  background: #d0410e;
  border-color: #d0410e;
  transform: scale(1.08);
}
#exitButton i {
  color: #fff;
  font-size: 15px;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  #overlay img {
    max-width: 92vw;
    max-height: 75vh;
    border-radius: 10px;
  }
  #prevButton { left: 10px; width: 40px; height: 40px; }
  #nextButton { right: 10px; width: 40px; height: 40px; }
  #exitButton { top: 12px; right: 12px; width: 38px; height: 38px; }
}


/* blog */
/* ── BLOG SECTION ── */
#blog {
  padding: 90px 0;
  background: #faf8f5;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}

/* ── HEADER LABEL ── */
#blog .blog-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#blog .blog-header .blog-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#blog .blog-header .blog-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#blog .blog-heading {
 font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 52px;
  line-height: 1.15;
}
#blog .blog-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── OWL STAGE ── */
#blog .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 10px 4px 20px;
}
#blog .owl-item {
  padding: 0 10px;
}

/* ── CARD ── */
#blog .blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
#blog .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.13);
}

/* ── IMAGE WRAP ── */
#blog .blog-card .blog-img-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 2px solid rgba(208, 65, 14, 0.08);
}
#blog .blog-card .blog-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
#blog .blog-card:hover .blog-img-wrap img {
  transform: scale(1.06);
}

/* ── IMAGE OVERLAY ── */
#blog .blog-card .blog-img-wrap .blog-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(208, 65, 14, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#blog .blog-card:hover .blog-img-wrap .blog-img-overlay {
  opacity: 1;
}
#blog .blog-card .blog-img-wrap .blog-img-overlay .blog-overlay-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
#blog .blog-card:hover .blog-img-wrap .blog-img-overlay .blog-overlay-btn {
  transform: scale(1.1);
}
#blog .blog-card .blog-img-wrap .blog-img-overlay .blog-overlay-btn i {
  color: #fff;
  font-size: 16px;
}

/* ── BODY ── */
#blog .blog-card .blog-body {
  padding: 24px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ── META / DATE ── */
#blog .blog-card .blog-body .blog-meta {
  margin-bottom: 12px;
}
#blog .blog-card .blog-body .blog-meta .blog-date {
  font-size: 12px;
  font-weight: 400;
  color: #9a8c87;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
#blog .blog-card .blog-body .blog-meta .blog-date i {
  color: #d0410e;
  font-size: 12px;
}

/* ── TITLE ── */
#blog .blog-card .blog-body .blog-title {
  margin-bottom: 12px;
}
#blog .blog-card .blog-body .blog-title a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a1210;
  text-decoration: none;
  line-height: 1.35;
  display: block;
  transition: color 0.3s ease;
}
#blog .blog-card .blog-body .blog-title a:hover {
  color: #d0410e;
}

/* ── EXCERPT ── */
#blog .blog-card .blog-body .blog-excerpt {
  font-size: 14px;
  font-weight: 300;
  color: #6b5f5a;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 20px;
}

/* ── READ MORE ── */
#blog .blog-card .blog-body .blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #d0410e;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(208, 65, 14, 0.3);
  padding-bottom: 3px;
  align-self: flex-start;
  transition: gap 0.3s ease, border-color 0.3s ease;
  margin-top:10px;
}
#blog .blog-card .blog-body .blog-read-more:hover {
  gap: 14px;
  border-color: #d0410e;
}
#blog .blog-card .blog-body .blog-read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
#blog .blog-card .blog-body .blog-read-more:hover i {
  transform: translateX(4px);
}

/* ── OWL NAV ── */
#blog .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(208, 65, 14, 0.18) !important;
  border: 1.5px solid rgba(208, 65, 14, 0.2) !important;
  color: #d0410e !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}
#blog .owl-nav button:hover {
  background: #d0410e !important;
  color: #fff !important;
}
#blog .owl-nav .owl-prev { left: -20px; }
#blog .owl-nav .owl-next { right: -20px; }

/* ── OWL DOTS ── */
#blog .owl-dots {
  margin-top: 28px;
  text-align: center;
}
#blog .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(208, 65, 14, 0.25) !important;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
}
#blog .owl-dots .owl-dot.active span {
  background: #d0410e !important;
  width: 24px;
  border-radius: 4px;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {

}


/* testimonals */

/* ── TESTIMONIALS SECTION ── */
#testimonals {
  padding:60px 0;
  background: #fff;
  overflow: hidden;
}

/* ── HEADER LABEL ── */
#testimonals .test-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#testimonals .test-header .test-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#testimonals .test-header .test-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#testimonals .test-heading {
  font-size:30px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 52px;
  line-height: 1.15;
}
#testimonals .test-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── OWL STAGE ── */
#testimonals .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 10px 4px 20px;
}
#testimonals .owl-item {
  padding: 0 10px;
}

/* ── CARD ── */
#testimonals .test-card {
  background:#f5f3f0;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}
#testimonals .test-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d0410e, #f4855a);
  border-radius: 0 0 20px 20px;
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
#testimonals .test-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.13);
}
#testimonals .test-card:hover::before {
  transform: scaleX(1);
}

/* ── QUOTE ICON ── */
#testimonals .test-card .test-quote {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #fff3ee, #ffe0d4);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(208, 65, 14, 0.12);
}
#testimonals .test-card .test-quote i {
  color: #d0410e;
  font-size: 18px;
}

/* ── MESSAGE ── */
#testimonals .test-card .test-message {
  font-size: 14.5px;
  font-weight: 300;
  color: #6b5f5a;
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 24px;
}


/* ── AUTHOR ── */
#testimonals .test-card .test-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 30px;
}

/* ── AVATAR ── */
#testimonals .test-card .test-author .test-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(208, 65, 14, 0.2);
  box-shadow: 0 4px 12px rgba(208, 65, 14, 0.15);
}
#testimonals .test-card .test-author .test-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── AUTHOR INFO ── */
#testimonals .test-card .test-author .test-author-info h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1210;
  margin: 0 0 4px;
}
#testimonals .test-card .test-author .test-author-info .test-stars i {
  color: #d0410e;
  font-size: 11px;
  margin-right: 1px;
}

/* ── OWL NAV ── */
#testimonals .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(208, 65, 14, 0.18) !important;
  border: 1.5px solid rgba(208, 65, 14, 0.2) !important;
  color: #d0410e !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}
#testimonals .owl-nav button:hover {
  background: #d0410e !important;
  color: #fff !important;
}
#testimonals .owl-nav .owl-prev { left: -20px; }
#testimonals .owl-nav .owl-next { right: -20px; }

/* ── OWL DOTS ── */
#testimonals .owl-dots {
  margin-top: 28px;
  text-align: center;
}
#testimonals .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(208, 65, 14, 0.25) !important;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
}
#testimonals .owl-dots .owl-dot.active span {
  background: #d0410e !important;
  width: 24px;
  border-radius: 4px;
}




/* footer */

/* footer */
footer .footertop {
  background-color: #ffa2808a;
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;color: #cf3f0b;font-weight: bold;}

footer .footertop h4{    font-size: 18px;
    color: #cf410d;}


footer .footertop .about img {
  width: 111px;
}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #d0410e;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #d0410e;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #d0410e;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #ffa2808a;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #d0410e;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #d0410e;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #d0410e;
  padding: 0px 10px 8px;
  border-radius: 100px;
}

/* heading */

#heading {
  background-image: url(../images/banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#heading .heading-bg {
  background-color: #00000048;
  padding: 100px 0;
}

#heading h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

#heading p,
#heading a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: .5s;
}

#heading a:hover {
  color: #000;
}




/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .btn-theme {
  border-radius: 0px;
  background: #d0410e;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #d0410e;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}

/* about */

#about-banner {
  padding-top:150px;
  padding-bottom:50px;
  background-color:#d0410e;
}

#about-banner h1 {
font-size: 33px;
  color: #fff;
  text-align: center;
}

#about-banner p,
#about-banner p a {
  color: #fff;
  text-align: center;
}

#vision.vision-a {
  padding: 0px 0px 30px !important;
}



/* product-page */


/* ── PRODUCT PAGE SECTION ── */
#product-page {
  padding: 60px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── TOP DESCRIPTION ── */
#product-page .product-page-desc {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 300;
  color: #6b5f5a;
  line-height: 1.8;
  text-align: justify;
}

/* ── HEADER LABEL ── */
#product-page .product-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#product-page .product-page-header .product-page-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#product-page .product-page-header .product-page-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#product-page .product-page-heading {
  font-size:32px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 30px !important;
  line-height: 1.15;
}
#product-page .product-page-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── ROW GAP ── */
#product-page .row {
  row-gap: 28px;
}

/* ── CARD LINK ── */
#product-page .product-page-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

/* ── CARD ── */
#product-page .product-page-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
#product-page .product-page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.15);
}

/* ── IMAGE WRAP ── */
#product-page .product-page-card .product-page-img-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 2px solid rgba(208, 65, 14, 0.1);
}
#product-page .product-page-card .product-page-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 24px;
  transition: transform 0.45s ease;
}
#product-page .product-page-card:hover .product-page-img-wrap img {
  transform: scale(1.06);
}

/* ── OVERLAY ── */
#product-page .product-page-card .product-page-img-wrap .product-page-overlay {
  position: absolute;
  inset: 0;
  background: rgba(208, 65, 14, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#product-page .product-page-card:hover .product-page-img-wrap .product-page-overlay {
  opacity: 1;
}
#product-page .product-page-card .product-page-img-wrap .product-page-overlay .product-page-view-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 24px;
  border-radius: 40px;
  text-transform: uppercase;
}

/* ── CARD BODY ── */
#product-page .product-page-card .product-page-card-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#product-page .product-page-card .product-page-card-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1210;
  margin: 0 0 12px;
  transition: color 0.3s ease;
}
#product-page .product-page-card:hover .product-page-card-body h4 {
  color: #d0410e;
}
#product-page .product-page-card .product-page-card-body .product-page-card-line {
  width: 36px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
  transition: width 0.35s ease;
}
#product-page .product-page-card:hover .product-page-card-body .product-page-card-line {
  width: 70px;
}

/* ── BOTTOM DESCRIPTION ── */
#product-page .product-page-bottom {
  margin-top: 48px;
  font-size: 15px;
  font-weight: 300;
  color: #6b5f5a;
  line-height: 1.8;
  text-align: justify;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {

}


/* contact */
/* ── CONTACT SECTION ── */
#contact {
  padding:60px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── HEADER LABEL ── */
#contact .contact-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#contact .contact-header .contact-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#contact .contact-header .contact-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#contact .contact-heading {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 52px;
  line-height: 1.15;
}
#contact .contact-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── FORM WRAP ── */
#contact .contact-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
}

/* ── FORM TOP ── */
#contact .contact-form-wrap .contact-form-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1210;
  margin-bottom: 6px;
}
#contact .contact-form-wrap .contact-form-sub {
  font-size: 14px;
  font-weight: 300;
  color: #6b5f5a;
  margin-bottom: 28px;
}

/* ── FIELD ── */
#contact .contact-form-wrap .contact-field {
  position: relative;
}
#contact .contact-form-wrap .contact-field i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #d0410e;
  font-size: 13px;
  z-index: 1;
}
#contact .contact-form-wrap .contact-field.contact-textarea i {
  top: 16px;
  transform: none;
}
#contact .contact-form-wrap .contact-field .form-control {
  padding-left: 38px;
  height: 48px;
  border: 1px solid rgba(208, 65, 14, 0.15);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 300;
  color: #1a1210;
  background: #faf8f5;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact .contact-form-wrap .contact-field .form-control:focus {
  border-color: #d0410e;
  box-shadow: 0 0 0 3px rgba(208, 65, 14, 0.08);
  background: #fff;
}
#contact .contact-form-wrap .contact-field textarea.form-control {
  height: 120px;
  padding-top: 14px;
  resize: none;
}

/* ── SUBMIT BUTTON ── */
#contact .contact-form-wrap .contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 36px;
  background: transparent;
  color: #d0410e;
  border: 1.5px solid #d0410e;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
}
#contact .contact-form-wrap .contact-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #d0410e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
}
#contact .contact-form-wrap .contact-btn:hover {
  color: #fff;
}
#contact .contact-form-wrap .contact-btn:hover::before {
  transform: scaleX(1);
}

/* ── INFO WRAP ── */
#contact .contact-info-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
}
#contact .contact-info-wrap .contact-info-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #1a1210;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(208, 65, 14, 0.1);
}

/* ── INFO ITEM ── */
#contact .contact-info-wrap .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}
#contact .contact-info-wrap .contact-info-item:last-child {
  margin-bottom: 0;
}

/* ── INFO ICON ── */
#contact .contact-info-wrap .contact-info-item .contact-info-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #fff3ee, #ffe0d4);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(208, 65, 14, 0.15);
}
#contact .contact-info-wrap .contact-info-item .contact-info-icon i {
  color: #d0410e;
  font-size: 16px;
}

/* ── INFO BODY ── */
#contact .contact-info-wrap .contact-info-item .contact-info-body h5 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d0410e;
  margin-bottom: 6px;
}
#contact .contact-info-wrap .contact-info-item .contact-info-body p,
#contact .contact-info-wrap .contact-info-item .contact-info-body a {
  font-size: 14.5px;
  font-weight: 300;
  color: #4a3f3a;
  text-decoration: none;
  line-height: 1.7;
  display: block;
  transition: color 0.3s ease;
}
#contact .contact-info-wrap .contact-info-item .contact-info-body a:hover {
  color: #d0410e;
}

/* ── MAP ── */
#contact .contact-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}
#contact .contact-map iframe {
  display: block;
  width: 100%;
}

/* blog-det */

/* ── BLOG DETAIL SECTION ── */
#blog-detail {
  padding: 80px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── MAIN IMAGE ── */
#blog-detail .bd-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px rgba(208, 65, 14, 0.12);
  border: 1px solid rgba(208, 65, 14, 0.08);
}
#blog-detail .bd-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
#blog-detail .bd-img-wrap:hover img {
  transform: scale(1.03);
}

/* ── CONTENT ── */
#blog-detail .bd-content .bd-title {
  margin-bottom: 20px;
}
#blog-detail .bd-content .bd-title a {
  font-size: 22px;
  font-weight: 600;
  color: #1a1210;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  transition: color 0.3s ease;
}
#blog-detail .bd-content .bd-title a:hover {
  color: #d0410e;
}

/* ── BLOG BODY (CMS) ── */
#blog-detail .bd-content .bd-body {
  font-size: 15.5px;
  font-weight: 300;
  color: #4a3f3a;
  line-height: 1.85;
  text-align: justify;
}
#blog-detail .bd-content .bd-body p {
  margin-bottom: 18px;
  font-size: 15.5px;
  color: #4a3f3a;
  line-height: 1.85;
}
#blog-detail .bd-content .bd-body p strong {
  color: #1a1210;
  font-weight: 600;
}
#blog-detail .bd-content .bd-body h2,
#blog-detail .bd-content .bd-body h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1a1210;
  margin: 28px 0 12px;
  line-height: 1.2;
}
#blog-detail .bd-content .bd-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #d0410e;
  margin-bottom: 10px;
}
#blog-detail .bd-content .bd-body ul,
#blog-detail .bd-content .bd-body ol {
  padding-left: 22px;
  margin: 12px 0 18px;
}
#blog-detail .bd-content .bd-body ul li,
#blog-detail .bd-content .bd-body ol li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #4a3f3a;
}
#blog-detail .bd-content .bd-body img {
  width: 100%;
  border-radius: 12px;
  margin: 16px 0;
}

/* ── SIDEBAR ── */
#blog-detail .bd-sidebar {
  position: sticky;
  top:20px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

/* ── SIDEBAR HEADER ── */
#blog-detail .bd-sidebar .bd-sidebar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(208, 65, 14, 0.1);
}
#blog-detail .bd-sidebar .bd-sidebar-header .bd-sidebar-line {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #d0410e, #f4855a);
  border-radius: 4px;
  flex-shrink: 0;
}
#blog-detail .bd-sidebar .bd-sidebar-header h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a1210;
  margin: 0;
}

/* ── RECENT LIST ── */
#blog-detail .bd-sidebar .bd-recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── RECENT ITEM ── */
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(208, 65, 14, 0.07);
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ── RECENT IMAGE ── */
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-img {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(208, 65, 14, 0.1);
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-img:hover img {
  transform: scale(1.08);
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-img .bd-recent-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(208, 65, 14, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-img:hover .bd-recent-img-overlay {
  opacity: 1;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-img .bd-recent-img-overlay i {
  color: #fff;
  font-size: 13px;
}

/* ── RECENT INFO ── */
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-info {
  flex: 1;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-info .bd-recent-date {
  font-size: 11px;
  color: #9a8c87;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-info .bd-recent-date i {
  color: #d0410e;
  font-size: 11px;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-info .bd-recent-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1210;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  transition: color 0.3s ease;
}
#blog-detail .bd-sidebar .bd-recent-list .bd-recent-item .bd-recent-info .bd-recent-title:hover {
  color: #d0410e;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  #blog-detail { padding: 60px 0; }
  #blog-detail .bd-sidebar { position: relative; top: 0; }
  #blog-detail .bd-img-wrap img { height: 280px; }
}
@media (max-width: 576px) {
  #blog-detail .bd-img-wrap img { height: 220px; }
  #blog-detail .bd-sidebar { padding: 22px 16px; }
}
/* product-det */

/* ── SECTION ── */
#product-det {
  padding: 80px 0 40px;
  background: #faf8f5;
}
#product-det.desc-sec {
  padding: 40px 0 80px;
}

/* ── IMAGE WRAP ── */ 
#product-det .row {
  align-items: flex-start !important;
}

#product-det .sticky-col {
  position: sticky !important;
top: 120px !important;
  align-self: flex-start !important;
  height: fit-content !important;
}

#product-det .img-wrap {
  position: relative;
  top: unset;
  width: 100%;
}
/*#product-det .img-wrap {*/
/*  position: relative;*/
/*  top: unset;*/
/*  width: 100%;*/
/*  display: inline-block;*/
/*}*/
#product-det .img-wrap img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  background: #fff;
  padding: 28px;
  border-radius: 20px 60px 20px 60px;
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 16px 20px 50px rgba(208, 65, 14, 0.14);
  border: 1px solid rgba(208, 65, 14, 0.08);
}
#product-det .img-wrap .img-ring {
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 20px 60px 20px 60px;
  border: 2px dashed rgba(208, 65, 14, 0.3);
  z-index: 1;
  pointer-events: none;
}
#product-det .img-wrap .img-badge {
  position: absolute;
  bottom: 24px;
  right: -10px;
  background: #d0410e;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 40px;
  z-index: 3;
  box-shadow: 0 6px 20px rgba(208, 65, 14, 0.35);
}

/* ── LABEL ROW ── */
#product-det .det-content .det-label-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
#product-det .det-content .det-label-row .det-line {
  display: inline-block;
  width: 36px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#product-det .det-content .det-label-row .det-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── SHORT DESC ── */
#product-det .det-content .short-desc {
  font-size: 15.5px;
  font-weight: 300;
  color: #4a3f3a;
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 32px;
}
#product-det .det-content .short-desc h2,
#product-det .det-content .short-desc h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  color: #1a1210;
  line-height: 1.2;
  margin: 0 0 16px;
}
#product-det .det-content .short-desc h4 {
  font-size: 18px;
  font-weight: 600;
  color: #d0410e;
  margin-bottom: 12px;
}
#product-det .det-content .short-desc p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #4a3f3a;
  margin-bottom: 14px;
}
#product-det .det-content .short-desc ul,
#product-det .det-content .short-desc ol {
  padding-left: 22px;
  margin: 10px 0 16px;
}
#product-det .det-content .short-desc ul li,
#product-det .det-content .short-desc ol li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #4a3f3a;
}

/* ── BUTTON ── */
#product-det .det-content .enq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  background: transparent;
  color: #d0410e;
  border: 1.5px solid #d0410e;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
}
#product-det .det-content .enq-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #d0410e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
}
#product-det .det-content .enq-btn:hover {
  color: #fff;
}
#product-det .det-content .enq-btn:hover::before {
  transform: scaleX(1);
}

/* ── DIVIDER ── */
.det-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  background: #faf8f5;
}
.det-divider .det-dline {
  width: 120px;
  height: 1px;
  background: rgba(208, 65, 14, 0.25);
}
.det-divider .det-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0410e;
  opacity: 0.5;
}

/* ── FULL DESC CARD ── */
#product-det .content{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
#product-det .content p {
  font-size: 15.5px;
  font-weight: 300;
  color: #4a3f3a;
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 18px;
}
#product-det .content  p strong {
      color: #d0410e;
  font-weight: 600;
}
#product-det .content h2,
#product-det .content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  color: #1a1210;
  margin: 32px 0 12px;
  line-height: 1.2;
}
#product-det .contentc h4 {
  font-size: 19px;
  font-weight: 600;
  color: #d0410e;
  margin-bottom: 10px;
}
#product-det .content ul,
#product-det .content ol {
  padding-left: 24px;
  margin: 12px 0 18px;
  line-height: 1.8;
}
#product-det .content ul li,
#product-det .content ol li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #4a3f3a;
}

/* ── TABLE ── */
#product-det .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
#product-det .content table th {
  background: #d0410e;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
  border: none;
}
#product-det .content table td {
  padding: 11px 16px;
  font-size: 14px;
  color: #4a3f3a;
  border: 1px solid rgba(208, 65, 14, 0.1);
  background: #fff;
}
#product-det .content table tr:nth-child(even) td {
  background: #fff7f4;
}


/* similar-product */


/* ── SIMILAR PRODUCT SECTION ── */
#similar-product {
  padding: 20px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── HEADER LABEL ── */
#similar-product .sp-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}
#similar-product .sp-header .sp-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#similar-product .sp-header .sp-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── HEADING ── */
#similar-product .sp-heading {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #1a1210;
  margin-bottom: 52px;
  line-height: 1.15;
}
#similar-product .sp-heading em {
  font-style: italic;
  font-weight: 600;
  color: #d0410e;
}

/* ── OWL STAGE PADDING ── */
#similar-product .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 10px 4px 20px;
}
#similar-product .owl-item {
  padding: 0 10px;
}

/* ── CARD LINK ── */
#similar-product .sp-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

/* ── CARD ── */
#similar-product .sp-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(208, 65, 14, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
#similar-product .sp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(208, 65, 14, 0.15);
}

/* ── IMAGE WRAP ── */
#similar-product .sp-card .sp-img-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 2px solid rgba(208, 65, 14, 0.1);
}
#similar-product .sp-card .sp-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.45s ease;
}
#similar-product .sp-card:hover .sp-img-wrap img {
  transform: scale(1.06);
}

/* ── OVERLAY ── */
#similar-product .sp-card .sp-img-wrap .sp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(208, 65, 14, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#similar-product .sp-card:hover .sp-img-wrap .sp-overlay {
  opacity: 1;
}
#similar-product .sp-card .sp-img-wrap .sp-overlay .sp-view-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 24px;
  border-radius: 40px;
  text-transform: uppercase;
}

/* ── CARD BODY ── */
#similar-product .sp-card .sp-card-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#similar-product .sp-card .sp-card-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a1210;
  margin: 0 0 10px;
  transition: color 0.3s ease;
}
#similar-product .sp-card:hover .sp-card-body h4 {
  color: #d0410e;
}
#similar-product .sp-card .sp-card-body .sp-card-line {
  width: 36px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
  transition: width 0.35s ease;
}
#similar-product .sp-card:hover .sp-card-body .sp-card-line {
  width: 64px;
}

/* ── OWL NAV ── */
#similar-product .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(208, 65, 14, 0.18) !important;
  border: 1.5px solid rgba(208, 65, 14, 0.2) !important;
  color: #d0410e !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}
#similar-product .owl-nav button:hover {
  background: #d0410e !important;
  color: #fff !important;
}
#similar-product .owl-nav .owl-prev { left: -20px; }
#similar-product .owl-nav .owl-next { right: -20px; }

/* ── OWL DOTS ── */
#similar-product .owl-dots {
  margin-top: 28px;
  text-align: center;
}
#similar-product .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(208, 65, 14, 0.25) !important;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
}
#similar-product .owl-dots .owl-dot.active span {
  background: #d0410e !important;
  width: 24px;
  border-radius: 4px;
}


#why-choose-text{margin-top:20px;}
#why-choose-text .text-section{padding:0px 0;}
#why-choose-text .text-section P{
    margin: 10px 0px;
    text-align: justify;
}

#why-choose-text ul{margin-left:30px;}

/* faq accordian */

#queation {position: relative; padding: 50px  0px;}
#queation .row{row-gap: 30px;}
#queation .accordion-item{border-radius: 2px;  margin: 14px; box-shadow: none;}
#queation .accordion-button{ padding: 15px; font-size: 13px; border-radius: 5px; background: #d0410e; color: #fff;}
#queation .accordion-button::after{color: #fff !important;}
#queation .accordion-body{background-color: #ffe472; border-radius: 5px;}

/* end faq accordian */
/* ── SECTION ── */
#our-vision-1 {
  padding: 60px 0;
  background: #faf8f5;
  overflow: hidden;
}

/* ── IMAGE WRAP ── */
#our-vision-1 .ov1-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px 40px;
}
#our-vision-1 .ov1-img-wrap img {
  width: 100%;
  display: block;
  border-radius: 60px 20px 60px 20px;
  object-fit: contain;
    aspect-ratio: 4 / 3;
  position: relative;
  z-index: 2;
  box-shadow: 16px 20px 50px rgba(208, 65, 14, 0.15);
  border: 1px solid rgba(208, 65, 14, 0.08);
}
#our-vision-1 .ov1-img-wrap .ov1-img-ring {
  position: absolute;
  top: 6px;
  left: 26px;
  width: calc(100% - 40px);
  height: calc(100% - 10px);
  border-radius: 60px 20px 60px 20px;
  border: 2px dashed rgba(208, 65, 14, 0.3);
  z-index: 1;
  pointer-events: none;
}
#our-vision-1 .ov1-img-wrap .ov1-img-badge {
  position: absolute;
  bottom: 40px;
  right: -10px;
  background: #d0410e;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 40px;
  z-index: 3;
  box-shadow: 0 6px 20px rgba(208, 65, 14, 0.35);
}

/* ── CONTENT ── */
#our-vision-1 .ov1-content {
  padding: 20px 60px 20px 50px;
}

/* ── LABEL ROW ── */
#our-vision-1 .ov1-content .ov1-label-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
#our-vision-1 .ov1-content .ov1-label-row .ov1-line {
  display: inline-block;
  width: 36px;
  height: 2px;
  background: #d0410e;
  border-radius: 2px;
}
#our-vision-1 .ov1-content .ov1-label-row .ov1-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d0410e;
}

/* ── BODY CONTENT (dynamic CMS content) ── */
#our-vision-1 .ov1-content .ov1-body {
  font-size: 15.5px;
  font-weight: 300;
  color: #4a3f3a;
  line-height: 1.85;
  text-align: justify;
}
#our-vision-1 .ov1-content .ov1-body h2,
#our-vision-1 .ov1-content .ov1-body h3 {
  font-size: 28px;
  font-weight: 600;
  color:#ce400b;
  line-height: 1.2;
  margin: 10px;
}
#our-vision-1 .ov1-content .ov1-body h2 em,
#our-vision-1 .ov1-content .ov1-body h3 em {
  font-style: italic;
  color: #d0410e;
}
#our-vision-1 .ov1-content .ov1-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #d0410e;
  margin-bottom: 10px;
}
#our-vision-1 .ov1-content .ov1-body p {
  margin-bottom: 5px;
}
#our-vision-1 .ov1-content .ov1-body p strong {
  color: #ce400b;
  font-weight: 600;
}
#our-vision-1 .ov1-content .ov1-body ul,
#our-vision-1 .ov1-content .ov1-body ol {
  padding-left: 22px;
  margin: 10px 0 18px;
}
#our-vision-1 .ov1-content .ov1-body ul li,
#our-vision-1 .ov1-content .ov1-body ol li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #4a3f3a;
}


/*======================================
 Director Section
======================================*/

#director{
    padding:60px 0;
    background:#faf8f5;
    position:relative;
    overflow:hidden;
}

#director::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(208,65,14,.05);
    border-radius:50%;
    top:-180px;
    right:-150px;
}

#director::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(208,65,14,.05);
    border-radius:50%;
    bottom:-150px;
    left:-120px;
}

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

#director .director-image{
    position:relative;
}

#director .director-image img{
    width:100%;
    border-radius:25px 90px 25px 90px;
    border:8px solid #fff;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
    position:relative;
    z-index:2;
}

#director .director-image::before{
    content:'';
    position:absolute;
    top:-15px;
    left:-15px;
    right:15px;
    bottom:15px;
    border:2px dashed #d0410e;
    border-radius:25px 90px 25px 90px;
    opacity:.35;
}

/*================ EXPERIENCE BOX ================*/

#director .experience-box{

    position:absolute;
    bottom:25px;
    left:-25px;
    background:#d0410e;
    color:#fff;
    padding:18px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 18px 40px rgba(208,65,14,.35);
    z-index:3;

}

#director .experience-box h3{

    margin:0;
    font-size:38px;
    font-weight:700;
    color:#fff;

}

#director .experience-box span{

    display:block;
    margin-top:4px;
    font-size:13px;
    letter-spacing:1px;

}

/*================ CONTENT ================*/

#director .director-content{

    position:relative;
    z-index:2;

}

#director .director-heading{

    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;

}

#director .director-heading .line{

    width:40px;
    height:2px;
    background:#d0410e;

}

#director .director-heading h6{

    margin:0;
    color:#d0410e;
    font-size:12px;
    letter-spacing:3px;
    font-weight:600;

}

#director h2{

    font-size:42px;
    color:#1a1210;
    font-weight:300;
    line-height:1.2;
    margin-bottom:25px;

}

#director h2 em{

    color:#d0410e;
    font-style:italic;
    font-weight:700;

}

#director p{

    font-size:15px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
    text-align:justify;

}

#director p strong{

    color:#d0410e;

}

/*================ FOOTER ================*/

#director .director-footer{

    margin-top:35px;
    padding-top:25px;
    border-top:1px solid rgba(208,65,14,.18);

    display:flex;
    justify-content:space-between;
    align-items:center;

}

#director .director-name h4{

    margin:0;
    font-size:24px;
    color:#1a1210;
    font-weight:700;

}

#director .director-name span{

    color:#d0410e;
    font-size:14px;
    font-weight:500;

}

#director .director-footer img{

    width:170px;

}

/*================ RESPONSIVE ================*/

@media(max-width:991px){

#director{

padding:60px 0;

}

#director h2{

font-size:32px;

}

#director .director-content{

margin-top:40px;

}

#director .experience-box{

left:15px;
bottom:15px;

}

#director .director-footer{

flex-direction:column;
align-items:flex-start;
gap:20px;

}

#director .director-footer img{

width:140px;

}

}

/*==============================
 Founder Message
==============================*/

#founder-message{
    padding:60px 0;
    background:#fff;
    position:relative;
}


/*==================
Heading
===================*/

#founder-message .founder-heading{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

#founder-message .founder-heading .line{
    width:42px;
    height:2px;
    background:#d0410e;
}

#founder-message .founder-heading h6{
    margin:0;
    font-size:12px;
    color:#d0410e;
    letter-spacing:3px;
    font-weight:600;
}

#founder-message h2{
    font-size:42px;
    font-weight:300;
    line-height:1.2;
    color:#1a1210;
    margin-bottom:30px;
}

#founder-message h2 em{
    color:#d0410e;
    font-style:italic;
    font-weight:700;
}

/*==================
Quote
===================*/

#founder-message .quote-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff3ee;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

#founder-message .quote-icon i{
    font-size:28px;
    color:#d0410e;
}

/*==================
Content
===================*/

#founder-message p{
    font-size:15px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
    text-align:justify;
}

#founder-message p strong{
    color:#d0410e;
}

/*==================
Founder Info
===================*/

#founder-message .founder-info{

    margin-top:35px;
    padding-top:25px;
    border-top:1px solid rgba(208,65,14,.15);

    display:flex;
    justify-content:space-between;
    align-items:center;

}

#founder-message .founder-info h4{

    margin:0;
    font-size:26px;
    color:#1a1210;
    font-weight:700;

}

#founder-message .founder-info span{

    color:#d0410e;
    font-size:15px;
    font-weight:500;

}

#founder-message .founder-info img{

    width:170px;

}

/*==================
Image
===================*/

#founder-message .founder-image{
    position:sticky;
    top:100px;
}

#founder-message .founder-image img{

    width:100%;
    border-radius:30px 100px 30px 100px;
    border:8px solid #fff;
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

#founder-message .founder-image::before{

    content:'';
    position:absolute;
    top:-18px;
    left:-18px;
    right:18px;
    bottom:18px;
    border:2px dashed #d0410e;
    border-radius:30px 100px 30px 100px;
    opacity:.35;

}

/*==================
Badge
===================*/

#founder-message .founder-badge{

    position:absolute;
    right:-20px;
    bottom:30px;

    background:#d0410e;
    color:#fff;

    width:120px;
    height:120px;

    border-radius:50%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    box-shadow:0 20px 45px rgba(208,65,14,.35);

}

#founder-message .founder-badge h3{

    font-size:16px;
    margin:0;
    color:#fff;

}

#founder-message .founder-badge span{

    font-size:28px;
    font-weight:700;

}

/*==================
Responsive
===================*/

@media(max-width:991px){

#founder-message{

padding:60px 0;

}

#founder-message h2{

font-size:32px;

}

#founder-message .founder-image{

margin-top:20px;

}

#founder-message .founder-info{

flex-direction:column;
align-items:flex-start;
gap:20px;

}

#founder-message .founder-badge{

right:10px;
bottom:10px;
width:90px;
height:90px;

}

#founder-message .founder-badge span{

font-size:22px;

}

}