:root {
  --text-color: #222631;
  --dark-background-color: #222631;
  --light-background-color: #f6f7f9;
  --secondary-background-color: #6b7483;
  --brown-color: #af6b2f;
}


*,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Montserrat", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;


}

a {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
}

ul li {
  list-style-type: none;
}

.contact-icons {
  position: fixed;
  top: 95%;
  right: 20px;
  /* Changed from left to right */
  transform: translateY(-50%);
  z-index: 999;
}

.contact-icons img {
  width: 53px !important;
  height: auto;
}

.dropdown-item,
.nav-link {
  font-family: Montserrat, sans-serif !important;
  font-size: 16px;
  /* text-decoration: underline; */
  text-underline-offset: 0.5em !important;
  color: var(--text-color);
}

nav {
  background-image: linear-gradient(to right, #af6b2f 0%, #f3a261 51%, #af6b2f 100%);
}

.nav-link {
  color: #ffff;
  font-weight: 500;
}

.fa-chevron-down:before {
  color: #ffff;

}

p {
  font-family: Montserrat, sans-serif;
}

.bg-white {
  box-shadow: rgba(23, 23, 23, 0.15) 0px 0px 15px;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-footer {
  padding: 55px 0px 67px;
  border-bottom: 1px solid rgb(38, 122, 119);
}


.dropdown-menu a {
  color: #222631;
  font-size: 16px;
  padding: 10px 20px;
}

.dropdown-menu a:hover {
  background-color: #f6f7f9;
}

.dropdown-toggle::after {
  border: none;
  content: "";
  position: absolute;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.heroSectionTitle {
  font-family: "Montserrat", sans-serif;

  font-weight: 700;
  font-size: 45px;
  line-height: 62px;
}

.heroButton {
  font-family: Montserrat, sans-serif !important;
  font-weight: 400;
  box-shadow: 3px 3px 1px #fff;
  border: 2px solid #000 !important;
}

.heroSectionImg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.project-item>img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.project-item {
  position: relative;
  overflow: hidden;
}

.project-item:hover>img {
  transform: scale(1.2) translateX(10px);
}

.project-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  z-index: 99;
  background-image: linear-gradient(transparent 0, #222631 100%);
  background-size: cover;
}

.project-info {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
  padding: 0 35px;
  z-index: 999;
}

.project-info>h3>a {
  color: #fafafa;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  margin-bottom: 3px;
}

.project-info>span {
  display: block;
  color: #fafafa;
  font-size: 15px;
  font-weight: 500;
}

.project-item.slick-slide {
  margin: 0 15px;
  height: 453px;
}

.slick-next,
.slick-prev {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #dcdcdc;
}

.aboutus-page .right .intro-content,
.hero-content {
  text-align: center;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #000;
}

.slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #0a0e21;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  content: "\f104";
}

.project-carousel .slick-prev {
  margin-left: -50px;
}

.slick-next:before {
  content: "\f105";
}

.project-carousel .slick-next,
.project-carousel .slick-prev {
  bottom: 0;
  top: auto;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  right: auto;
  left: -135px;
}

.aboutUsHeading,
.whyChooseUsHeading {
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--brown-color);
}


.whyChooseUsBtn:active,
.aboutUsBtn:active {
  background-color: #010101;
}

.aboutUsBtn,
.aboutus,
.heroButton:hover,
.whyChooseUsBtn {
  font-family: "Montserrat", sans-serif;
}

.heroSectionContainer {
  top: 40%;
}

.aboutUsDescription,
.servicesDescription,
.whyChooseUsDescription {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6c757d;

}


.aboutUsBtn,
.whyChooseUsBtn {
  background-image: linear-gradient(to right, #af6b2f 0%, #f3a261 51%, #af6b2f 100%);
  color: #fff;
  transition: 0.5s;
  border-radius: 2rem !important;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  background-position: right center;
  text-decoration: none;

}

.btn-grad-white {
  background: #ffff !important;
  color: #af6b2f;
}


.aboutus {
  color: var(--dark-background-color);
}

.conterLabel,
.counterText,
.extraServicesHeading,
.numbersHeading,
.servicesDescriptionName,
.servicesHeading {
  font-family: "Montserrat", sans-serif;

}

.aboutUsBtn:hover,
.whyChooseUsBtn:hover {
  background-color: #010101;
  color: #af6b2f !important;

}
.aboutUsBtn:hover{
  color:#ffff !important;
}

.heroButton {
  background-color: #fff;
  color: #0a0e21;
  font-size: 22px;
}

.heroButton:hover {
  background-color: var(--dark-background-color);
  color: #ffff;
}

.whyChooseUs {
  color: var(--dark-background-color);
}

.counterText {
  font-size: 38px;
  font-weight: 400;
}

.conterLabel {
  font-size: 18px;
  font-weight: 400;
}

.numbersHeading,
.servicesHeading {
  font-size: 48px;
}

.contactHeading,
.contactHeading2,
.footerHeading,
.processHeading {
  font-weight: 600;
  font-family: "Montserrat", serif;
  color: var(--text-color);
}

.footerDescrition,
.formlabel,
.processDescription {
  font-family: Montserrat, sans-serif;
  color: var(--text-color);
}

.cctaSection {
  height: 700px;
}

.ctaSectionHeading {
  font-family: "Montserrat", serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
}

.ctaSectionDescription {
  font-family: Montserrat, sans-serif;
  color: var(--light-background-color);
  font-size: 20px;
}

.ClientsHeading,
.card-text,
.contactDescription,
.formName,
.numbers {
  color: var(--text-color);
}

.ClientsHeading {
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.card-text,
.contactDescription,
.contactNum,
.formName,
.numbers,
.tag-list li {
  font-family: Montserrat, sans-serif;
}

.tag-scrollers {
  width: 100%;
  overflow: hidden;
}

.tag-scroller {
  display: grid;
  gap: 1.5rem;
  mask: linear-gradient(90deg,
      #0000,
      var(--background) 15%,
      var(--background) 85%,
      #0000);
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (prefers-reduced-motion) {
  .tag-list {
    flex-flow: row nowrap;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }

  .tag-list::-webkit-scrollbar-track {
    background: 0 0;
  }

  .tag-list::-webkit-scrollbar-thumb {
    background: 0 0;
  }

  .tag-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

.tag-list li {
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.625rem 1.375rem;
  border: 2px solid var(--text-color);
  border-radius: 10ch;
  white-space: nowrap;
}

.tag-scroller.scrolling .tag-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: horizontal-scroll var(--duration) var(--direction, normal) linear infinite;
}

.tag-scroller.scrolling .tag-list:nth-child(2n) {
  --direction: reverse;
}

.tag-scroller:hover .tag-list {
  animation-play-state: paused;
}

@keyframes horizontal-scroll {
  to {
    transform: translateX(calc(-50% - 0.75rem));
  }
}

.contactNum {
  font-size: 24px;
}

.contactDescription {
  font-size: 18px;
}

.formName {
  font-weight: 500;
  border: none;
  border-bottom: 1px solid rgba(21, 60, 54, 0.5);
  border-radius: 0;
  padding: 0 20px 10px 0;
  width: 100%;
  background-color: #e2e3e5;
}

.card-text,
.numbers {
  font-weight: 400;
  font-size: 16px;
}

.ft-links li a {
  color: #6c757d;
}

.extraServicesDescription,
.numbersDescription {
  font-family: Montserrat, sans-serif;
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
}

.carousel img {
  width: 100%;
}

.carousel-inner {
  padding: 1em;
}

video {
  margin-top: 100px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.faq-ilustrations,
.heading-page,
.heading-page-2,
.hero-content {
  position: relative;
}

.hero-content {
  z-index: 1;
  padding: 20px;
  color: #fff;
  width: 100%;
  top: 80%;
  left: 0%;
  height: 100vh;
  /* margin-top: 500px; */
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.footerText {
  font-family: "Montserrat", serif;
  font-size: 32px;
}

.feature>span {
  font-size: 25px;
  font-family: Montserrat, sans-serif !important;
}

.feature>i {
  font-size: 85px;
}

.feature2>img {
  width: 160px;
}

.logos-slide-wrapper {
  display: flex;
  overflow: hidden;
}

.logos-slide {
  display: flex;
  flex-shrink: 0;
}

.feature,
.feature2 {
  flex: 0 0 auto;
  min-width: 200px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin: 0 20px;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.logos-slide-wrapper .logos-slide {
  animation: 20s linear infinite slide-left;
}

.heading-page .container,
.heading-page .container-fluid,
.heading-page-2 .container,
.heading-page-2 .container-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.heading-page2 .container {
  position: absolute;
  top: 150% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.heading-page-2 .heading-page-content {
  color: #fff;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-top: 60px;
  padding-bottom: 63px;
  width: 100%;
  margin: 0 auto;
}

.heading-page-2 .heading-page-content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 340px;
  top: 0;
  left: 0;

  z-index: -1;
}

.heading-page-2 .heading-page-content:before {
  top: 100%;
}

.heading-page-2 .heading-page-content .line {
  background-color: #fff;
  opacity: 0.1;
}

.heading-page-2 .heading-page-content .line1 {
  height: 10px;
  bottom: 100%;
  top: auto;
}

.heading-page-2 .heading-page-content .line2,
.heading-page-2 .heading-page-content .line4 {
  width: 10px;
  height: calc(100% + 20px);
}

.heading-page-2 .heading-page-content .line2 {
  left: 100%;
}

.heading-page-2 .heading-page-content .line4 {
  right: 100%;
}

.heading-page-2 .heading-page-content h1 {
  color: #fff;
  margin-bottom: 13px;
  text-align: center;
}

.heading-page-2 .heading-page-content p {
  width: 82%;
  text-align: center;
}

.contactHeading {
  font-size: 50px;
}

.contactDescrption {
  font-family: "Montserrat", sans-serif;
  color: #6b7483;

}


.serviceHeading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--text-color);
  font-size: 24px;

}

.aboutus-page .aboutus-intro,
.aboutus-page .aboutus-intro:last-child {
  margin-bottom: 120px;
}

.aboutus-page .aboutus-intro .au-btn {
  margin-top: 37px;
}

.aboutus-page .aboutus-intro .au-progress {
  background-color: #e6e6e6;
}

.aboutus-page .aboutus-intro .js-waypoint {
  margin-top: 55px;
}

.left {
  margin-right: 30px;
  margin-left: -30px;
}

.left figure {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}

.left .intro-content {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
}

.left .intro-content p {
  margin-bottom: 15px;
}

.right {
  margin-left: 30px;
  margin-right: -30px;
}

.right .intro-content {
  text-align: center;
  padding: 70px 50px 40px;
}

.right .intro-content .item {
  margin-bottom: 38px;
}

.right .intro-content .item .info .title {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 8px;
}

.line {
  position: absolute;
  content: "";
  background-color: #f9f9f9;
  background-image: url(./assets/images/bg/bg-pattern-1.webp);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
}

.desc {
  font-size: 16px;
  line-height: 30px;
  color: #6c757d;
}

.blog-page {
  display: flex;
  display: -webkit-flex;
}

.feature>img {
  width: 90px;
}

.card-wrapper {
  min-height: 100vh;
  padding-bottom: 50px;
  padding-top: 25px;
  width: 100% !important;
}

.content-cc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.faq-card {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 90px;
}

.faq-ilustrations .mobile.ilust {
  position: absolute;
  top: -110px;
  left: -30px;
  right: 0;
}

.mobile {
  display: block;
  margin: 0 auto;
}

.faq-content {
  padding: 9px 25px 3rem;
}

.faq-content h1 {
  font-size: 32px;
  text-align: center;
  color: var(--text-color);
}

.faq-accordion {
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e9;
}

input.tgg-title {
  appearance: unset !important;
  all: unset;
}

.faq-accordion-title label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h2 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", serif;
}

.faq-accordion-title span {
  margin-left: auto;
  transition: transform 0.4s ease-in-out;
}

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
}

.faq-accordion-title:hover h2 {
  color: var(--primary-soft-color);
}

.faq-accordion .tgg-title:checked+div>label>h2 {
  font-weight: 700;
}

.faq-accordion .tgg-title:checked+div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

.faq-accordion .tgg-title:checked~.faq-accordion-content {
  will-change: max-height;
  max-height: 350px;
}

.image-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.slider-image {
  margin: 0 10px;
  cursor: pointer;
  width: 500px;

  height: 300px;
  object-fit: cover;
  transition: transform 0.3s;
}

.slider-image:hover {
  transform: scale(1.05);
}

.prev,
.next {
  color: white;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  height: 60px;
  width: 40px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
  /* border-radius: 50%; */
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.fullscreen-image {
  max-width: 90%;
  max-height: 90%;
}

.close {
  position: absolute;
  top: 120px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 40px;
  cursor: pointer;
  transform: translateY(-50%);
}

.heroSectionImg {
  width: 100%;
  height: 99vh;
  display: block;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .heroSectionTitle {
    font-size: 28px;
    line-height: 40px;
  }

  .heroButton {
    font-size: 20px;
  }

  .hero-content {
    left: 5%;
    height: 60vh;
    width: 100%;
    margin-top: 350px;
  }

  .contactSection {
    margin-bottom: 640px;
  }

}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .heroSectionTitle {
    font-size: 24px;
    line-height: 40px;
  }

  .slider-image {
    margin: 0 0px;
  }

  .heroSectionImg {
    object-fit: cover;
    object-position: 55% 70%;

  }

  .aboutUsDescription,
  .conterLabel,
  .ctaSectionDescription,
  .heroDescription,
  .numbersDescription,
  .servicesDescription,
  .whyChooseUsDescription {
    font-size: 16px;
    color: #6c757d;
  }

  .heroButton {
    font-size: 18px;
  }

  .aboutUsHeading,
  .counterText,
  .numbersHeading,
  .servicesHeading,
  .whyChooseUsHeading {
    font-size: 32px;
  }

  .ctaSectionHeading {
    line-height: 35px;
    font-size: 26px;
    width: 90vw;

  }

  .contactHeading {
    font-size: 26px;
  }

  .whyChooseUsBtn2 {
    width: 232px;
  }

  .heroSectionContainer {
    left: 40% !important;
    top: 35%;
  }

  video {
    height: 550px;
    margin-top: 100px;
  }

  .feature>img {
    width: 70px;
  }

  .hero-content {
    left: 0;
    height: 40vh;
    margin-top: 255px;
  }

  .project-carousel .slick-next,
  .project-carousel .slick-prev {
    left: 50%;
    top: 105%;
  }

  .contactSection {
    margin-bottom: 580px;
  }

  .navbar-brand img {
    width: 70px;
  }

  .serviceHeading {
    font-family: "Montserrat", serif;
    color: var(--text-color);
    font-size: 25px;
    margin-top: 20px;
  }
}

.servicesIcon {
  transition: transform 0.5s ease;
  /* Adjust the duration and timing function as needed */
}

.servicesIcon:hover {
  transform: rotateY(180deg);
  /* Use rotateX(180deg) for vertical flip */
}

.grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 30vw;
  list-style: none;
}

.grid li:nth-child(11n + 9) {
  grid-column: 1 / -1;
  grid-row: span 2;
}

.grid figure,
.grid img {
  width: 100%;
  height: 100%;
}

.grid img {
  object-fit: cover;
  background: #f5f3f4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 850px) {
  .grid {
    grid-gap: 24px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 12vw;
  }

  .grid li {
    --row-step: calc(4 * var(--n));
  }

  .grid li:nth-child(11n + 1) {
    grid-column: 1;
    grid-row: calc(1 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 2) {
    grid-column: 2 / span 2;
    grid-row: calc(1 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 3) {
    grid-column: 4;
    grid-row: calc(1 + var(--row-step));
  }

  .grid li:nth-child(11n + 4) {
    grid-column: 5;
    grid-row: calc(1 + var(--row-step));
  }

  .grid li:nth-child(11n + 5) {
    grid-column: 4;
    grid-row: calc(2 + var(--row-step));
  }

  .grid li:nth-child(11n + 6) {
    grid-column: 5;
    grid-row: calc(2 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 7) {
    grid-column: 2;
    grid-row: calc(3 + var(--row-step));
  }

  .grid li:nth-child(11n + 8) {
    grid-column: 1;
    grid-row: calc(3 + var(--row-step));
  }

  .grid li:nth-child(11n + 9) {
    grid-column: 3 / span 2;
    grid-row: calc(3 + var(--row-step)) / span 2;
  }

  .grid li:nth-child(11n + 10) {
    grid-column: 1 / span 2;
    grid-row: calc(4 + var(--row-step));
  }

  .grid li:nth-child(11n + 11) {
    grid-column: 5;
    grid-row: calc(4 + var(--row-step));
  }
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 20%;
  max-width: 25%;
  padding: 5px 8px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 1200px) {
  .column {
    flex: 40%;
    flex-wrap: wrap;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 100%;
  }
}

/* Zoho Form CSS */
.zcwf_title {
  display: none;
}

.zcwf_button {
  font-family: Montserrat, sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  padding: 17px 30px 15px 30px !important;
  color: #FFFFFF !important;
  background: #000 !important;
  border-radius: 0px !important;
  border: 0px !important;
}

.zcwf_row .zcwf_col_lab,
.zcwf_row .zcwf_col_fld,
.zcwf_row .zcwf_col_lab,
.zcwf_row .zcwf_col_fld input,
.zcwf_row .zcwf_col_fld textarea,
.zcwf_row .zcwf_col_fld select {
  width: 100% !important;
}

.zcwf_row :where(textarea, input, select) {
  padding: 6px 12px !important;
  border-radius: 4px;
  min-height: 45px;
  max-height: 45px;
}

.zcwf_row :where(input, select) {
  min-height: 45px;
  max-height: 45px;
}

.zcwf_col_lab label {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.contactSection {
  background-image: url(./assets/images/contactSection/contactSection3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Contact Form Styles */
.contact-form-container {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-height: 400px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.contact-form-container h4 {
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-form-container .form-label {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 8px;
}

.contact-form-container .form-control,
.contact-form-container .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.contact-form-container .form-control:focus,
.contact-form-container .form-select:focus {
  border-color: var(--text-color);
  box-shadow: 0 0 0 0.2rem rgba(34, 38, 49, 0.25);
}

.contact-form-container .btn {
  padding: 12px 30px;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-form-container .btn-primary {
  background-color: var(--text-color);
  border-color: var(--text-color);
}

.contact-form-container .btn-primary:hover {
  background-color: var(--secondary-background-color);
  border-color: var(--secondary-background-color);
}

.contact-form-container .btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.contact-form-container .btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.contact-form-container .btn-link {
  color: var(--text-color);
  text-decoration: underline;
  padding: 5px 0;
  margin-left: 15px;
}

.contact-form-container .btn-link:hover {
  color: var(--secondary-background-color);
}

.contact-form-container .alert {
  border-radius: 8px;
  padding: 20px;
}

.contact-form-container .alert h4 {
  margin-bottom: 10px;
}

.contact-form-container .alert p {
  margin-bottom: 0;
  font-size: 16px;
}

.social-links li {
  margin-right: 5px;
}

.social-links li a {
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  color: #000;
}

.ft-links {
  margin-top: -6px;
}

.ft-links li {
  color: #000 !important;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 16px;
}

.masonary .project-item,
.widget-contact .ft-links li {
  margin-bottom: 30px;
}

.bottom-footer {
  padding: 29px 0 5px;
}

.ft-logo,
.section-title.style2 h3 {
  float: left;
}

.btm-links,
.svs-list ul li:nth-child(2n) .svs-info {
  float: right;
}

.btm-links li {
  padding: 0 21px;
  position: relative;
}

.btm-links li:last-child {
  padding-right: 0;
}

.widget-info {
  max-width: 260px;
}

.widget-title {
  color: #af6b2f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -4px;
}

.widget-info p {
  color: #6c757d;
}

ul {
  padding: 0;
}

.widget-form {
  position: relative;
  margin-bottom: 24px;
}

.ft-links {
  margin-top: -6px;
}

.social-links li {
  margin-right: 5px;
}

.social-links li a {
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  color: #000;
}

.ft-links li {
  color: #000 !important;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 16px;
}