/* Modern homepage layer */
:root {
  --forest: #123b2a;
  --forest-dark: #09271c;
  --leaf: #4f8a5b;
  --lime: #cadd9a;
  --cream: #f7f4eb;
  --paper: #fffdf8;
  --ink: #173128;
  --muted: #68766f;
  --line: rgba(18, 59, 42, .13);
  --shadow: 0 22px 55px rgba(19, 49, 39, .12);
}

html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: "Open Sans", sans-serif; overflow-x: hidden; }
a { transition: color .25s ease, background .25s ease, transform .25s ease; }
.container { max-width: 1180px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  height: auto;
  padding: 18px 0;
  background: linear-gradient(to bottom, rgba(5, 24, 17, .72), transparent);
  box-shadow: none;
}
#templatemo_logo { margin: 0; }
#templatemo_logo h1 { margin: 0; }
#templatemo_logo h1 a {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.7px;
  line-height: 54px;
  text-indent: 0;
  background: none;
  text-shadow: none;
}
.main-menu { margin-top: 0; }
.main-menu ul { position: static; display: flex; align-items: center; justify-content: flex-end; gap: 8px; width: auto; margin: 0; background: transparent; }
.main-menu ul li { width: auto; margin: 0; line-height: normal; }
.main-menu ul li a { color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; letter-spacing: .08em; padding: 18px 14px; }
.main-menu ul li a:hover { color: #fff; }
.toggle-menu { color: #fff; margin-top: 8px; }

.site-slider { position: relative; background: var(--forest-dark); }
.site-slider:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5,28,18,.72) 0%, rgba(5,28,18,.18) 62%, rgba(5,28,18,.3) 100%); z-index: 2; }
.bx-wrapper .bx-viewport, .site-slider, .site-slider .bxslider li { min-height: 720px; }
.site-slider .bxslider li > img { width: 100%; height: 720px; object-fit: cover; }
.slider-caption { z-index: 4; top: 50%; right: auto; bottom: auto; display: block; max-width: 620px; padding: 34px 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(7, 35, 24, .76); text-align: left; transform: translateY(-43%); box-shadow: 0 24px 70px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.slider-caption h2 { display: block; margin: 10px 0 16px; color: #fff; font-size: clamp(40px, 5vw, 62px); line-height: 1.04; font-weight: 800; letter-spacing: -2px; text-transform: none; text-shadow: 0 4px 22px rgba(0,0,0,.25); }
.slider-caption p { max-width: 580px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.65; }
.hero-kicker, .section-kicker { display: inline-block; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-button, .primary-button { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 15px 24px; border-radius: 999px; background: var(--lime); color: var(--forest-dark); font-size: 14px; font-weight: 800; }
.hero-button:hover, .primary-button:hover { color: var(--forest-dark); text-decoration: none; background: #dbe9b6; transform: translateY(-2px); }
.bx-thumbnail-wrapper, .bx-controls-direction { display: none; }

.content-section { padding: 100px 0; }
#services { background: var(--paper); }
#services > .container > .row { display: flex; flex-wrap: wrap; }
.service-item { height: calc(100% - 30px); margin: 0 0 30px; padding: 30px 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: left; box-shadow: 0 8px 30px rgba(19,49,39,.05); }
.service-item:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon { width: 72px; height: 72px; margin: 0 0 24px; background-size: 44px; background-position: center; border-radius: 50%; background-color: #edf3e6; }
.service-item h3 { margin-bottom: 12px; color: var(--forest); font-size: 20px; font-weight: 800; }
.service-item p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.discover-intro { padding-top: 70px; }
.discover-intro > h2, .shivaaz-heading h2 { margin: 10px 0 24px; color: var(--forest); font-size: clamp(38px, 5vw, 60px); line-height: 1.05; font-weight: 800; letter-spacing: -1.6px; }
.discover-intro > p { max-width: 880px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.discover-details { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.discover-details > div { padding: 28px; border-radius: 16px; background: var(--cream); }
.discover-details h3 { margin-top: 0; color: var(--forest); font-weight: 800; }
.discover-details p { color: var(--muted); line-height: 1.7; }
.discover-details a { color: var(--forest); font-weight: 800; }

.shivaaz-feature { max-width: none; margin: 0; padding: 105px 0; border: 0; text-align: left; }
.shivaaz-heading { max-width: 800px; margin: 0 auto 38px; text-align: center; }
.shivaaz { width: 100%; max-height: 620px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.shivaaz-copy { max-width: 820px; margin: 36px auto 0; }
.shivaaz-copy p { max-width: none; margin: 0 0 18px; padding: 0; color: var(--muted); font-size: 17px; line-height: 1.85; text-align: left; }
.shivaaz-copy .primary-button { color: var(--forest-dark); }

#product-promotion { background: var(--forest); }
#product-promotion .section-title { color: #fff; }
.section-title { margin: 0 0 55px; color: var(--forest); font-size: clamp(38px, 5vw, 58px); line-height: 1.08; font-weight: 800; letter-spacing: -1.4px; }
.section-title:before, .section-title:after { display: none; }
.item-small, .item-large { overflow: hidden; margin: 0; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(3,20,13,.22); }
.item-small img { width: 100%; height: 220px; object-fit: cover; }
.item-small h4 { margin: 0; padding: 18px; color: var(--forest); font-size: 16px; font-weight: 800; }
.item-large img { width: 100%; height: 360px; object-fit: cover; }
.item-large-content { padding: 28px 32px; }
.item-header h2 { color: var(--forest); font-weight: 800; }
.item-header span { color: #b38120; }
.item-large-content p { color: var(--muted); line-height: 1.7; }

#products { background: var(--cream); }
.product-item { overflow: hidden; margin-bottom: 30px; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(19,49,39,.08); }
.product-item .item-thumb { overflow: hidden; }
.product-item img { width: 100%; height: 235px; object-fit: cover; transition: transform .45s ease; }
.product-item:hover img { transform: scale(1.05); }
.product-item h3 { margin: 0; padding: 18px 20px 20px; color: var(--forest); font-size: 17px; font-weight: 800; }

#contact { background: var(--paper); }
.bigger-text { color: var(--muted); font-size: 17px; line-height: 1.7; }
#map1 { overflow: hidden; height: 500px; border-radius: 18px; box-shadow: var(--shadow); }
.contact-form-card { padding: 30px 20px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.contact-form { margin: 0; }
.contact-form fieldset { min-width: 0; margin: 0 0 20px; border: 0; }
.contact-form .form-field label { display: block; margin-bottom: 8px; color: var(--forest); font-size: 13px; font-weight: 800; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { width: 100%; margin: 0; padding: 14px 15px; border: 1px solid #d9e0dc; border-radius: 10px; background: #fafbf8; color: var(--ink); font-size: 15px; box-shadow: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus { border-color: var(--leaf); outline: none; background: #fff; box-shadow: 0 0 0 3px rgba(79,138,91,.13); }
.contact-form .field-error { display: block; margin-top: 7px; color: #b13a32; font-size: 12px; font-weight: 700; }
.contact-form .form-submit { display: flex; align-items: center; gap: 18px; margin-bottom: 0; }
.contact-form .button { flex: 0 0 auto; width: auto; margin: 0; padding: 14px 23px; border: 0; border-radius: 999px; background: var(--forest); color: #fff; font-size: 14px; font-weight: 800; text-transform: none; }
.contact-form .button:hover { background: var(--leaf); }
.form-note { color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-note i { margin-right: 4px; color: var(--leaf); }

.site-footer { padding: 34px 0; background: var(--forest-dark); }
.bmenu { color: rgba(255,255,255,.7) !important; }

@media (max-width: 991px) {
  .site-header { padding: 10px 15px; background: rgba(5, 30, 20, .94); }
  .site-header .container { padding: 0 15px; }
  .site-header .row { margin: 0; }
  .site-header .col-xs-6 { padding: 0; }
  .toggle-menu { display: flex; align-items: center; justify-content: center; float: right; width: 44px; height: 44px; margin: 5px 0 0; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; font-size: 20px; text-decoration: none; }
  .responsive { position: relative; }
  .responsive .main-menu { position: absolute; z-index: 1001; top: 8px; left: 0; right: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: var(--forest-dark); box-shadow: 0 18px 45px rgba(0,0,0,.3); }
  .responsive .main-menu ul { display: block; width: 100%; padding: 6px; }
  .responsive .main-menu ul li { display: block; width: 100%; border: 0; }
  .responsive .main-menu ul li a { padding: 13px 15px; border-radius: 8px; color: #fff; font-size: 14px; line-height: 1.3; }
  .responsive .main-menu ul li a:hover { background: rgba(255,255,255,.09); }
  .bx-wrapper .bx-viewport, .site-slider, .site-slider .bxslider li { min-height: 620px; }
  .site-slider .bxslider li > img { height: 620px; }
  .slider-caption { display: block; left: 30px; right: 30px; max-width: 580px; }
  .item-small { margin-bottom: 24px; }
}

@media (max-width: 767px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .site-header { min-height: 70px; height: 70px; padding: 8px 14px; }
  .site-header .container { padding: 0; }
  #templatemo_logo { display: flex; align-items: center; height: 54px; background: none !important; }
  #templatemo_logo h1 { height: auto; line-height: 1; }
  #templatemo_logo h1 a { display: flex; align-items: center; height: 54px; margin: 0; opacity: 1; color: #fff; font-size: 23px; line-height: 1; text-transform: none; }
  #templatemo_logo h1 a:before { content: "D"; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-right: 10px; border-radius: 11px; background: var(--lime); color: var(--forest-dark); font-size: 21px; font-weight: 900; }
  .toggle-menu { width: 44px; height: 44px; margin-top: 5px; }
  .responsive .main-menu { top: 5px; left: 0; right: 0; }
  .bx-wrapper .bx-viewport, .site-slider, .site-slider .bxslider li { min-height: 500px; height: 500px !important; }
  .site-slider .bxslider li > img { height: 500px !important; object-position: center center; }
  .site-slider:after { background: rgba(5,28,18,.5); }
  .slider-caption { top: auto; bottom: 26px; left: 20px; right: 20px; max-width: none; padding: 21px 20px; border-radius: 14px; background: rgba(7, 35, 24, .86); transform: none; backdrop-filter: none; }
  .slider-caption h2 { margin: 7px 0 10px; font-size: 32px; line-height: 1.05; letter-spacing: -.9px; }
  .slider-caption p { display: none; }
  .hero-kicker { font-size: 10px; line-height: 1.5; }
  .hero-button { margin-top: 10px; padding: 11px 17px; font-size: 12px; }
  .content-section { padding: 70px 0; }
  .service-item { height: auto; }
  .discover-intro { padding-top: 45px; }
  .discover-details { grid-template-columns: 1fr; }
  .shivaaz-feature { padding: 70px 0; }
  .shivaaz { border-radius: 15px; }
  .shivaaz-copy { margin-top: 25px; }
  .shivaaz-copy p { font-size: 15px; line-height: 1.75; }
  .item-large img { height: 260px; }
  .item-large-content { padding: 22px; }
  .item-header .pull-left, .item-header .pull-right { float: none !important; display: block; }
  #map1 { height: 340px; margin-bottom: 30px; }
  .contact-form-card { padding: 24px 10px 22px; }
  .contact-form .form-submit { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-form .button { width: 100%; }
  .site-footer, .site-footer .text-right { text-align: center; }
}

@media (max-width: 380px) {
  #templatemo_logo h1 a { font-size: 20px; }
  .slider-caption { left: 14px; right: 14px; bottom: 20px; padding: 18px; }
  .slider-caption h2 { font-size: 28px; }
}
