@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  font-family: "Google Sans Flex", sans-serif;
  /* font-family: "Playfair Display", serif; */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  /* overflow: hidden; */
}

/* ===========================
   Navbar
=========================== */

.navbar {
  background: #f0eee8;
  padding: 18px 0;
}

.navbar-brand img {
  height: 48px;
}

.navbar-nav {
  gap: 8px;
}

.nav-link {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #70695d;
  padding: 10px 16px !important;
  border-radius: 50px;
  transition: 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: #1f1f1f;
  background: #e7e3d8;
}

.contact-btn {
  background: #1f1f1f;
  color: #fff;
  border-radius: 12px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-btn:hover {
  background: #000;
  color: #fff;
}

.contact-btn img {
  width: 18px;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.burger-line {
  width: 22px;
  height: 2px;
  background: #1f1f1f;
  border-radius: 10px;
  transition: 0.3s ease;
}

.hero-section {
  min-height: 100vh;
  padding: 140px 0 80px;
  background: url("assets/banner-bg.png") center/cover no-repeat;
  /* background-attachment: fixed; */
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.hero-text {
  max-width: 720px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.hero-btn-dark,
.hero-btn-light {
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.hero-btn-dark {
  background: #1f1f1f;
  color: #fff;
}

.hero-btn-dark:hover {
  background: #000;
  color: #fff;
}

.hero-btn-light {
  background: #fff;
  color: #1f1f1f;
}

.hero-btn-light:hover {
  background: #f5f5f5;
  color: #1f1f1f;
}

.hero-btn-dark img,
.hero-btn-light img {
  width: 18px;
}

.trusted-users {
  display: flex;
}

.trusted-users img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  /* border: 2px solid #fff; */
  margin-left: -12px;
}

.trusted-users img:first-child {
  margin-left: 0;
}

.trusted-wrapper span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

.about-section {
  padding: 100px 0;
  background: #f0eee8;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f7652;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.1;
  color: #1f1f1f;
  /* max-width:850px; */
  margin: 32px auto 24px;
}

.section-desc {
  /* max-width:760px; */
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.about-image {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.why-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 1.1;
  color: #1f1f1f;
  margin: 0;
}

.why-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/*==================================
    Cards
==================================*/

.about-card {
  background: #0f7652;
  color: #fff;
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  background-image: url("../assets/card-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120px;
}

.card-icon {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.card-icon img {
  width: 24px;
}

/* .about-card h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
} */

.about-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.why-card-heading {
  font-size: 24px;
}

.industries-section {
  padding: 100px 0;
  background: #f0eee8;
}

/* Image */

.industry-image {
  height: 100%;
}

.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* Industry Items */

.industry-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 12px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s ease;
}

.industry-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.industry-item img {
  /* width:22px; */
  flex-shrink: 0;
}

.industry-item span {
  /* font-family:"Playfair Display",serif; */
  font-size: 16px;
  line-height: 1.45;
  color: #1f1f1f;
}

case-study-section {
  padding: 100px 0;
  /* background: url(assets/pattern-bg.svg); */
  /* background: url("assets/pattern-bg.svg") center top repeat; */
}

/*=========================
    Card
=========================*/

.case-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  height: 100%;
}

.case-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

/*=========================
    Badge
=========================*/

.case-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #0f7652;
  color: #fff;
  border-radius: 50px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}

.case-badge span:first-child {
  font-weight: 600;
}

/*=========================
    Bottom Content
=========================*/

.case-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
display: none !important;
  background: #fff;
  border-radius: 16px;

  padding: 12px;
  /* 
    display:flex;
    justify-content:space-between;
    align-items:end; */
  gap: 20px;
}

.case-content p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  /* max-width:250px; */
}

/*=========================
    Button
=========================*/

.case-btn {
  background: #1f1f1f;
  color: #fff;
  border-radius: 12px;
  padding: 12px 22px;

  display: flex;
  align-items: center;
  gap: 10px;

  white-space: nowrap;
}

.case-btn:hover {
  background: #000;
  color: #fff;
}

.case-btn img {
  width: 18px;
}

/*=========================
    Hover
=========================*/

.case-card:hover .case-image {
  transform: scale(1.04);
}

.case-image {
  height: 450px;
  transition: 0.5s;
}

.contact-section {
  background: #f0eee8;
  overflow: hidden;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-wrapper {
  padding: 80px 0px;
}

.contact-form {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  padding: 28px;
}

.contact-form .form-label {
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-form .form-control {
  height: 56px;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  box-shadow: none;
  padding: 0 18px;
  font-size: 15px;
  background: #fff;
}

.contact-form textarea.form-control {
  height: 160px;
  padding: 18px;
  resize: none;
}

.contact-form .form-control:focus {
  border-color: #0f7652;
  box-shadow: none;
}

.contact-form .hero-btn-dark {
  /* min-height:58px; */
}

.faq-section {
  padding: 100px 0;
  background: #ffffff;
}

/*=========================
    Accordion
=========================*/

.faq-item {
  background: #f0eee8;
  border: none;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 16px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item .accordion-header {
  margin: 0;
}

/* Remove Bootstrap Style */

.faq-item .accordion-button {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  color: #1f1f1f;
}

.faq-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: #1f1f1f;
  box-shadow: none;
}

/* Remove Bootstrap Arrow */

/* .faq-item .accordion-button::after{
    display:none;
} */

/* Number */

.faq-number {
  width: 16px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  color: #1f1f1f;
}

/* Question */

.faq-question {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 20px;
}

.faq-item .accordion-body {
  /* padding:0 22px 24px 82px; */

  color: #555;

  line-height: 1.8;

  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/*=========================
    Hover
=========================*/

.faq-item {
  transition: 0.3s;
}

.faq-item:hover {
  background: #e7e2d8;

  transform: translateY(-2px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.cta-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-bg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.4);
}

.cta-content {
  position: relative;
  z-index: 2;

  max-width: 760px;

  padding: 20px;
}

.cta-title {
  font-family: "Playfair Display", serif;

  color: #fff;

  font-size: 72px;

  line-height: 1.05;

  margin-bottom: 24px;
}

.cta-desc {
  color: #fff;

  font-size: 18px;

  line-height: 1.8;

  max-width: 650px;

  margin: 0 auto 40px;
}

.cta-btn {
  background: #0f7652;

  color: #fff;

  padding: 16px 34px;

  border-radius: 14px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-weight: 500;
}

.cta-btn:hover {
  background: #0b6544;

  color: #fff;
}

/* .cta-btn img {
  width: 18px;
} */

.footer-section {
  position: relative;
  background: #1f1f1f;
  color: #fff;
  padding: 100px 0 30px;
  overflow: hidden;
}

/* Logo */

.footer-logo img {
  max-width: 320px;
}

/* Description */

.footer-desc {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
}

/* Heading */

.footer-title {
  color: #a9a39a;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* Links */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 16px;
}

.footer-links a,
.footer-contact a,
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: #0f7652;
}

/* Contact */

.footer-info p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 24px;
}

.footer-info hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 24px 0;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 12px;
}

/* Social */

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #0f7652;
  border-color: #0f7652;
}

.footer-social img {
  width: 18px;
}

/* Bottom */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.footer-bottom a {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.65);
}

/* Watermark */

.footer-watermark {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  font-size: 220px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.footer-section::before {
  content: "";

  position: absolute;

  width: 700px;
  height: 700px;

  left: 50%;
  bottom: -420px;

  transform: translateX(-50%);

  background: radial-gradient(
    circle,
    rgba(15, 118, 82, 0.18) 0%,
    transparent 70%
  );
}

.services-section {
  background: url("assets/dot-bg.png") center center/cover no-repeat;
}

.servicesSwiper {
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

/* Card */

.service-card {
  position: relative;
  height: 450px;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  transition: 0.35s;
  cursor: pointer;
}

/* .service-card:hover{
    transform:translateY(-8px);
} */

.service-img {
  /* width:100%; */
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.service-card:hover .service-img {
  transform: scale(1.08);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 5%,
    rgba(0, 0, 0, 0.12) 45%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  z-index: 2;
}

/* Badge */

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #13895f;
  color: #fff;
  border-radius: 40px;
  /* padding:12px 18px; */
  font-size: 12px;
  width: fit-content;
  margin-bottom: 16px;
  font-weight: 500;
}

.service-badge span {
  font-weight: 700;
}

/* Bottom Box */

.service-content {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  /* min-height:110px; */
  display: flex;
  align-items: flex-start;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.service-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #2d2d2d;
}

/* Navigation */

.service-prev,
.service-next {
  border-radius: 12px;
  /* width: 64px; */
  /* height: 64px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s;
}

.service-prev:hover,
.service-next:hover {
  background: #13895f !important;
  transform: translateY(-4px);
}

/* ===========================
   Mobile
=========================== */

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 16px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  }

  .navbar-nav {
    gap: 6px;
    align-items: center;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    text-align: center;
    padding: 14px !important;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-section {
    padding: 120px 0 70px;
    background-attachment: scroll;
  }

  .hero-title {
    font-size: 54px;
  }

  .about-section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 48px;
  }

  .why-title {
    font-size: 42px;
  }

  .industries-section {
    padding: 80px 0;
  }

  .industries-section .section-title,
  .industries-section .section-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .industries-section .section-badge {
    margin: 0 auto;
  }

  .industry-image {
    margin-top: 50px;
  }

  .contact-wrapper {
    /* padding:70px 20px; */
  }

  .contact-section .section-badge {
    margin: 0 auto;
  }

  .contact-section .section-title,
  .contact-section .section-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-image {
    height: 500px;
  }

  .faq-section {
    padding: 80px 0;
  }

  .faq-question {
    font-size: 17px;
  }

  .cta-wrapper {
    min-height: 520px;
  }

  .cta-title {
    font-size: 52px;
  }

  .cta-desc {
    font-size: 17px;

    margin-bottom: 32px;
  }

  .footer-links {
    text-align: center;
  }

  .footer-title {
    text-align: center;
  }

  .service-card {
    height: 500px;
  }

  .service-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .service-card {
    height: 470px;
  }

  .service-badge {
    font-size: 14px;
    padding: 10px 16px;
  }

  .service-content {
    padding: 18px;
  }

  .service-content p {
    font-size: 15px;
  }

  /* .footer-address,
.footer-contact{
    text-align:left;
} */

  /* .case-study-section {
    padding: 80px 0;
  }

  .case-image {
    height: 500px;
  } */
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-btn-dark,
  .hero-btn-light {
    width: 100%;
    justify-content: center;
  }

  .section-title {
    font-size: 36px;
  }

  .why-title {
    font-size: 34px;
  }

  .section-desc,
  .why-desc {
    font-size: 15px;
  }

  .about-card {
    padding: 24px;
  }

  .industries-section {
    padding: 70px 0;
  }

  .industry-item {
    padding: 18px;
    border-radius: 16px;
  }

  .industry-item span {
    font-size: 18px;
  }

  .case-study-section {
    padding: 70px 0;
  }

  .case-image {
    height: 420px;
  }

  .case-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-content p {
    max-width: 100%;
  }

  .case-btn {
    width: 100%;
    justify-content: center;
  }

  .contact-wrapper {
    padding: 60px 15px;
  }

  .contact-form {
    padding: 20px;
    border-radius: 18px;
  }

  .contact-image {
    height: 320px;
  }

  .contact-form textarea.form-control {
    height: 140px;
  }

  .faq-section {
    padding: 70px 0;
  }

  .faq-item .accordion-button {
    padding: 18px;

    gap: 12px;

    align-items: flex-start;
  }

  .faq-number {
    width: 34px;

    font-size: 15px;
  }

  .faq-question {
    font-size: 16px;

    line-height: 1.5;

    padding-right: 10px;
  }

  .faq-item .accordion-button::before {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }

  .faq-item .accordion-body {
    padding: 0 18px 20px 64px;

    font-size: 15px;
  }

  .cta-wrapper {
    min-height: 420px;

    border-radius: 18px;
  }

  .cta-title {
    font-size: 38px;
  }

  .cta-desc {
    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 28px;
  }

  .cta-btn {
    width: 100%;

    max-width: 280px;
  }

  .footer-address,
  .footer-contact {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 32px;
  }
}
