/* ================= BASE ================= */
body {
 font-family: 'Urbanist', sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Marcellus', serif;
}

a {color: rgb(33 37 41 / 75%);}

/* ================= HERO ================= */
.hero {
  height: 85vh;
  background: linear-gradient(rgb(115 115 115 / 38%), rgb(19 19 19 / 54%)),
              url(images/hero.jpg) center / cover;
  border-radius: 15px;
  width: 95%;
  margin: auto;
}
.hero-headings {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 0px !important;
}

/* ================= BUTTONS ================= */
.btn-main {
  background-color: #c65a2e;
  color: white;
  border: none;
  border-radius: 15px;
}

.btn-main:hover {
  background-color: #a94722;
  color: #f6ecec;
}

.btn-outline-main {
  border: 2px solid #c65a2e;
  color: #c65a2e;
}

.btn-outline-main:hover {
  background-color: #c65a2e;
  color: white;
}

/* ================= SERVICES ================= */
.services {
  background: #fbf2ef;
  padding: 80px 0;
  border-radius: 15px;
    width: 95%;
    margin: auto;
}

.section-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #c65a2e;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #3e1c0e;
}
.servs-icon-set {
    width: 50px;
    height: auto;
}

.service-box {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 20px;
  transition: 0.3s;
}

.service-box img {
  border-radius: 15px;
  margin-top: 15px;
  width: 100%;
}

.service-box:hover {
  transform: translateY(-5px);
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-header h6 {
  margin: 0;
  font-weight: 600;
  width: 95%;
}

.service-header p {
  font-size: 18px;
  color: #3e1c0e;
  margin: 5px 0 0;
}

a i {color: #fff;}

.arrow {
position: absolute;
    top: 15px;
    right: 15px;
    width: 5%;
    height: auto;
    background: #c65a2e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 2;
}
span.badge-custom {
    background-color: #c65a2e;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
}
/* ================= WORK SECTION ================= */
.work-section {
  width: 92%;
  margin: auto;
  padding: 50px;
}

.work-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.work-item .icon {
  width: 55px;
  height: 55px;
  background: #4a1f10;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  flex-shrink: 0;
}

.work-item h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.work-item p {
  font-size: 14px;
  color: #6b5b52;
  margin: 0;
}

/* ================= WHY SECTION ================= */
.why-wrapper {
  background: #fbf2ef;
  padding: 50px;
  border-radius: 25px;
  position: relative;
}
.why-section {
    background-color: #fbf2ef;
    width: 95%;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 40px !important;
}
.img-box {
  position: absolute;
}

.img-box img {
  border-radius: 20px;
}

.img-1 {
  top: 0;
  left: 20px;
  z-index: 2;
}

.img-2 {
  top: 60px;
  left: 180px;
  z-index: 1;
}

.vertical-text {
  position: absolute;
  top: 120px;
  left: 140px;
  background: #c65a2e;
  color: white;
  padding: 10px;
  font-size: 12px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-radius: 10px;
}

/* ================= CTA ================= */
.cta {
  background: #5a2a18;
}

.cta-box {
  background: #fbf2ef;
  padding: 25px 30px;
  border-radius: 20px;
  margin-top: 30px;
  width: 90%;
}

body > section:nth-child(3) > div > div > div:nth-child(2) > div > div > i {
    color: #c35631;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 43px;
}

.cta-icon {
  width: 45px;
  height: 45px;
  background: #f2ebe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c65a2e;
}

.cta-text {
  font-size: 18px;
  font-weight: 500;
  color: #3e1c0e;
}

.cta-box .btn {
  padding: 10px 25px;
  border-radius: 30px;
}

/* ================= FOOTER ================= */
.footer {
  background: #4a1f10;
}

/* ================= EXTRA ================= */
.contact-box {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: #c65a2e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

img.logo-header {
  width: 140px;
}

.head-why-us {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500 !important;
}
.bottom-form-heading {
    color: #3e1c0e;
    font-size: 36px;
    margin-bottom: 20px;
}

/* MAIN FOOTER */
.footer-section {
  background: #3e1c0e;
  color: white;
  padding: 60px 120px;
  border-radius: 15px;
  width: 95%;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}

/* HEADING */
.footer-heading {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 20px;
}

/* LINE */
.footer-line {
  border-color: rgba(255,255,255,0.2);
}

/* LOGO */
.footer-logo span {
  font-weight: 500;
  font-size: 18px;
}

/* TEXT */
.footer-text {
  font-size: 14px;
  color: #ddd;
}

/* LINKS */
.footer-links a {
  color: #ddd;
  margin-right: 15px;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: white;
}

/* SUBTITLE */
.footer-subtitle {
  font-weight: 600;
}

/* SOCIAL */
.social-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOTTOM */
.footer-bottom p {
  font-size: 13px;
  color: #ccc;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
  margin: 0 5px;
}
.form-section-home {
    background: #fbf2ef;
    padding: 50px 50px 0;
    border-radius: 15px;
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
}
img.iamge-help-us {
    width: 90%;
}
.form-image {
    display: block;
    margin: auto;
}
.form-setions {
    padding: 0 40px 100px;
}
input {
    border-radius: 18px !important;
}
select {
    border-radius: 18px !important;
}
.about-page {
    padding: 80px !important;
}
.about-page-image {
    height: 470px;
    margin: auto;
    display: block;
}
.inner-pages-title-bar {
    background: #3e1c0e;
    padding: 80px 120px;
    border-radius: 15px;
    width: 95%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}


.custom-breadcrumb {
  background: transparent;
  margin-top: 10px;
}

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

.custom-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff80;
}
.titlte-bar-head {
    text-transform: uppercase;
}
.teo-line-call {
    display: inline-grid;
}

.contact-section {
  background: none;
  padding: 80px !important;
}

.contact-heading {
  font-family: 'Marcellus', serif;
  font-size: 38px;
  color: #4a1f10;
}

.contact-text {
  color: #838383;
  font-size: 14px;
  line-height: 1.6;
font-weight: 600;
}

.contact-card {
  background: #fbf2ef;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: left;
  height: 100%;
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card .icon {
  width: 45px;
  height: 45px;
  background: #4a1f10;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-form-map {
    padding-bottom: 80px !important;
}
.contact-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 700;
}

.form-box {
  background: #fbf2ef;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}

.form-heading {
  font-family: 'Marcellus', serif;
  font-size: 34px;
  color: #4a1f10;
  margin-bottom: 25px;
}

.custom-input {
  border-radius: 25px;
  border: none;
  padding: 12px 18px;
  font-size: 14px;
}

.custom-input:focus {
  box-shadow: none;
  outline: none;
}

textarea.custom-input {
  border-radius: 15px;
}

.map-box {
  height: 100%;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.page-servoce-box {
    background-color: #fbf2ef;
}
ul.service-box-list {
    padding-left: 15px;
    padding-top: 10px;
}
.service-box-list li.hidden {
  display: none;
}

.read-toggle {
  color: #4a1f10;
  font-weight: 500;
  text-decoration: none;
}

/* parent box */
.service-box {
  position: relative;
}
.box-cont-wid {
    min-height: 70px;
}


/* ================= MEDIA QUERIES HASEEB ================= */

/* TABLET */
@media (max-width: 991px) {

  .img-box {
    position: static;
    margin-bottom: 15px;
  }

  .vertical-text {
    display: none;
  }

  .work-section {
    padding: 30px;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-box .btn {
    width: 100%;
  }

  .section-title {
    font-size: 28px;
  }
  .cta-box{
    width: 100%;
  }
    .footer-heading {
    font-size: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .why-wrapper{
    padding: 50px 20px;
  }
  .form-section-home{
    padding: 50px 20px;
  }
  .footer-section{
    padding: 60px 20px;
  }
  h6.footer-subtitle {
    padding-top: 20px;
}
.inner-pages-title-bar{
padding: 80px 30px;
}
.about-page {
    padding: 30px !important;
}
.about-page-image{
height: auto;
}
.arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10%;
    height: auto;
    background: #c65a2e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 2;
}
}