
@import 'bootstrap.min.css';
@import 'normalize.css';
@font-face {
    font-family: 'HelveticaNeueLTGEO-75Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Linotype-HelveticaNeueLTGEO55Roman.ttf) format('woff');
  }
  
  body {
    background-color: #f4f4f4;
    font-family: 'HelveticaNeueLTGEO-75Bold';
  }

  .custom-navbar {
    background: #ffffff;
    border-radius: 20px;
    padding: 6px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
}

/* Logo */
.navbar-brand {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1px;
}

/* Menu */
.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    margin: 0 12px;
}

.navbar-nav .nav-link:hover {
    color: #555;
}

/* WhatsApp button */
.btn-whatsapp {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 8px 18px;
    background: #fff;
    font-weight: 500;
    margin-right: 15px;
}

.btn-whatsapp:hover {
    background: #f1f1f1;
}

/* Calculate button */
.btn-calc {
    background: #000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-calc:hover {
    background: #222;
    color: #fff;
}

@media (max-width: 991px) {
    .btn-group-right {
        margin-top: 15px;
    }
}

.hero{
  position:relative;
  padding:90px 0;
  /* background:#fff; */
  overflow:hidden;
}

/* MAP */
.hero-map{
  position:absolute;
  left:-120px;
  bottom:-80px;
  width:650px;
  opacity:0.85;
}

/* LEFT CONTENT */
.hero-content h6{
  color:rgb(3, 124, 112);
  ;
  font-weight:600;
}

.hero-content h1{
  font-size:64px;
  font-weight:800;
  line-height:1.05;
}

.hero-content p{
  max-width:420px;
  color:#555;
}

/* BUTTON */
.hero-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#000;
  color:#fff;
  padding:14px 26px;
  border-radius:30px;
  margin-top:30px;
  text-decoration:none;
}

.hero-btn:hover{
  background:#222;
  color:#fff;
}

/* FULL RIGHT SWIPER */
.hero-swiper-wrap{
  position:absolute;
  top:0;
  right:0;
  width:55%;
  height:100%;
}

.hero-swiper{
  width:100%;
  height:100%;
}

.hero-swiper .swiper-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* rounded left corners only */
.hero-swiper .swiper-slide{
  border-radius:40px 40px 40px 40px;
  overflow:hidden;
}

/* RESPONSIVE */
@media(max-width:992px){
  .hero-swiper-wrap{
      position:relative;
      width:100%;
      height:400px;
      margin-top:40px;
      border-radius:24px;
  }

  .hero-content h1{
      font-size:42px;
  }
}

.hero-map {
  position: absolute;
  left: 30%;
  bottom: 133px;
  width: 450px;
  opacity: 0.5;
  filter: brightness(0) saturate(100%) invert(39%) sepia(36%) saturate(876%) hue-rotate(125deg) brightness(94%) contrast(106%);
}

.hero-swiper-wrap {
  position: absolute;
  top: 0;
  right: -150px;
  width: 55%;
  height: 70%;
  margin-top: 100px;
}
.navbar-nav .nav-link {
  font-feature-settings: 'case' on;
}

.hero-content h1 {
  font-feature-settings: 'case' on;
}

.info-section{
  padding:80px 0;
}

/* CARD */
.info-card{
  background:#fff;
  border-radius:28px;
  padding:50px;
  height:100%;
}

/* LEFT CARD */
.brand-title{
  font-size:28px;
  font-weight:800;
  margin-bottom:20px;
}

.brand-sub{
  font-size:22px;
  font-weight:600;
  line-height:1.3;
}

.brand-desc{
  margin-top:24px;
  color:#555;
  line-height:1.6;
}

/* arrow decoration */
.arrow-bg{
  margin-top:30px;
  opacity:0.1;
}

/* RIGHT LIST */
.check-list{
  list-style:none;
  padding:0;
  margin:0;
}

.check-list li{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:18px;
  padding:14px 0;
}

.check{
  width:26px;
  height:26px;
  border-radius:50%;
  border:2px solid #037c70;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#037c70;
  font-weight:700;
}

/* RESPONSIVE */
@media(max-width:992px){
  .info-card{
      padding:30px;
  }
}

/* CARD FULL HEIGHT */
.pricing-card{
  padding:40px;
  border-radius:28px;
  background:#fff;
  height:100%;
  transition:0.3s ease;
}

.pricing-card:hover{
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

/* LIST */
.pricing-list{
  list-style:none;
  padding:0;
  margin:0;
}

/* ITEM */
.pricing-item{
  padding:26px 0;
  border-bottom:1px solid #eee;
}

.pricing-item:last-child{
  border-bottom:none;
}

/* HEAD */
.pricing-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* TEXT */
.delivery-type{
  font-size:19px;
  font-weight:600;
  color:#111;
}

.price-badge{
  background:#037c70;
  color:#fff;
  padding:7px 16px;
  border-radius:20px;
  font-size:16px;
  font-weight:600;
}

.pricing-note{
  margin-top:8px;
  font-size:14px;
  color:#777;
}


.schedule-title{
  font-weight:700;
  color:#0b7d6e;
}

.schedule-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* ROW */
.schedule-item{
  background:#f2f2f261;
  border-radius:50px;
  padding:16px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

/* LEFT */
.schedule-left{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:160px;
}

.icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#0b7d6e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}

/* STATUS */
.schedule-status{
  display:flex;
  align-items:center;
  gap:8px;
  color:#0b7d6e;
  font-weight:600;
}

.dot{
  width:10px;
  height:10px;
  background:#0b7d6e;
  border-radius:50%;
}

/* DATE */
.schedule-date{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:500;
}

/* RESPONSIVE */
@media(max-width:992px){
  .schedule-item{
      flex-direction:column;
      align-items:flex-start;
      border-radius:24px;
  }
}
.calculator-card{

    overflow:hidden;
}

/* LEFT SIDE */
.calc-left{
    background:#037c70;
    color:#000;
    padding:40px;
    min-height:100%;
    position:relative;
}

.calc-left h3{
    font-weight:700;
    color:#fff;
}

/* illustration placeholder */
.calc-illustration{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    opacity:0.6;
}

/* RIGHT FORM */
.calc-right{
    padding:40px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 20px 20px 20px 60px;
}

.form-label{
    font-weight:600;
    margin-bottom:6px;
}

.form-control,
.form-select{
    background:#eee;
    border:none;
    border-radius:10px;
    height:48px;
    padding:10px 14px;
}

.form-control:focus,
.form-select:focus{
    box-shadow:none;
    background:#e5e5e5;
}

/* BUTTON */
.btn-calc{
    background:#000;
    color:#fff;
    border-radius:30px;
    padding:12px 26px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:none;
}

.btn-calc:hover{
    background:#222;
    color:#fff;
}

/* SERVICES */
.services{
    margin-top:60px;
}

.service-item{
    text-align:center;
}

.service-item h5{
    font-weight:700;
    margin-top:12px;
}

.service-item p{
    color:#555;
    font-size:14px;
}

.service-btn{
    margin-top:12px;
    border-radius:20px;
    padding:6px 20px;
    border:1px solid #ccc;
    background:#fff;
}
.calc-right {
  margin-left: 100px;
}
.calc-left {
  border-radius: 20px 20px 60px 20px;
}

/* RESPONSIVE */
@media(max-width:991px){
    .calc-left{
        min-height:auto;
    }
}

.home-news {
  padding: 90px 0;
  /* background: #f7f8fc; */
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
}

.section-header p {
  color: #666;
}

.news-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 320px;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.news-card:hover img {
  transform: scale(1.08);
}

.news-overlay {
  position: absolute;
  inset: 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.75));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.news-category {
  font-size: 13px;
  background: #ff7a00;
  padding: 4px 12px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 8px;
}

.news-date {
  font-size: 13px;
  opacity: .8;
  margin-bottom: 10px;
}

.news-overlay h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.news-overlay p {
  font-size: 14px;
  opacity: .9;
}

.site-footer {
  background: #f6f6f6;
  padding: 80px 0 30px;
}

.footer-box {
  background: #ffffff;
  border-radius: 28px;
  padding: 50px 60px;
}

.footer-logo {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-sub {
  color: #777;
  margin-bottom: 20px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 18px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.btn-whatsapp {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.btn-whatsapp:hover {
  background: #f0f0f0;
}

.btn-calc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 500;
}

.btn-calc:hover {
  background: #222;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  color: #555;
}

.footer-bottom a {
  color: #000;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-box {
    padding: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.go-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #0b7d6e;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.go-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.breadcrumb-custom {
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumb-custom a {
  text-decoration: none;
  color: #888;
}

.breadcrumb-custom span {
  color: #037c70;
  margin: 0 6px;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}

.about-image {
  border-radius: 18px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .page-title {
      font-size: 30px;
  }
}
a {
  color: #212529;
}

.contact-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}

.contact-item i {
  font-size: 20px;
  color: #037c70;
  margin-top: 4px;
}

.contact-item h6 {
  margin: 0;
  font-weight: 600;
}

.contact-item p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.form-control {
  height: 50px;
  border-radius: 10px;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.btn-submit {
  background: #037c70;
  color: #fff;
  border-radius: 10px;
  height: 50px;
  font-weight: 600;
  border: none;
}

.btn-submit:hover {
  background: #e69a18;
}

.map-box {
  border-radius: 18px;
  overflow: hidden;
  margin-top: 60px;
}

iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 768px) {
  .page-title {
      font-size: 30px;
  }
}

.login-card {
  background: #fff;
  border-radius: 20px;
  padding: 45px 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.login-header {
  text-align: center;
  margin-bottom: 35px;
}

.login-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.login-subtitle {
  color: #777;
  font-size: 15px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-control {
  height: 52px;
  border-radius: 12px;
  padding-left: 45px;
  border: 1px solid #ddd;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.login-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.login-footer a,
.register-link a {
  text-decoration: none;
  color: #037c70;
  font-weight: 500;
}

.btn-login {
  height: 52px;
  border-radius: 12px;
  background: #037c70;
  color: #fff;
  font-weight: 600;
  border: none;
}

.btn-login:hover {
  background: #e69a18;
}

.register-link {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: #666;
}