.about-image img {
  height: 550px;
  object-fit: cover;
  border-radius: 80px;
}

/* Inner Banner Overlay */
.inner-banner-sec::before {
  content: "";
  background: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
}

.inner-banner-sec .wpb_column {
  z-index: 99;
}

/* Banner Overlay */
.banner-sec {
  position: relative;
}

.banner-sec::before {
  content: "";
  background: rgb(0 0 0 / 25%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
}

.banner-sec .wpb_column {
  z-index: 99;
  position: relative;
}

/* Buttons */
.vc_general {
  background: #D0021B;
  font-size: 17px !important;
  font-family: "Playfair Display";
}

.vc_general:hover {
  background: #099bd7 !important;
}

/* Banner Image */
.banner-sec .vc_single_image-wrapper img {
  border-radius: 40px !important;
}

.banner-sec .vc_single_image-wrapper {
  padding-left: 70px;
}

/* Bottom Image */
.best-service-provider-sec .wpb_column.vc_column_container:has(.bottom-img) .vc_column-inner {
    height: 100%;
    justify-content: end;
}
.bottom-img {
  margin-bottom: 0px;
}

/* Services Section */
.services-item .wpb_wrapper {
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.services-item .wpb_single_image img {
  transition: all 300ms ease;
  border-radius: 10px 10px 0px 0px;
}

.services-item .wpb_single_image .vc_single_image-wrapper {
  overflow: hidden;
}

.services-item .wpb_single_image img:hover {
  transform: scale(1.1);
}

.services-item .wpb_single_image {
  margin-bottom: 0px;
}

.services-item h3 {
  padding: 20px 15px;
}

.services-item {
  width: 80%;
  margin: auto !important;
}

/* Contact Section */
.cnt-sec .wpcf7-form.init label,
.cnt-sec .wpcf7-form.init input,
.cnt-sec .wpcf7-form.init textarea {
  width: 100% !important;
}

.cnt-sec .wpcf7-form label {
  color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 10px !important;
  color: #ffffff !important;
  background-color: #D0021B !important;
  border: none !important;
}

/* Why Choose Section */
.why-chose-sec-box .wpb_wrapper {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 30px;
    border-bottom: 4px solid #c10219;
    height: 100%;
}

/* Services Inner Image */
.services-inner-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 70px !important;
}

.serives-inner-cta {
  width: 80%;
  margin: auto;
}

/* Button Style 2 */
.vc_btn3 {
  border-style: solid !important;
  border-width: 0px;
  border-color: var(--e-global-color-4fa29ad);
  border-radius: 0px;
  padding: 15px 30px !important;
  font-weight: 600;
  font-size: 17px !important;
}

.vc_btn3:hover {
  transform: scale(0.9);
  background: #2994F2 !important;
}

/* About Images */
.about-us-img img {
  object-fit: cover;
  height: 385px;
  box-shadow: 7px 7px 0px 0px #000000 !important;
}

.about-us-img-reverse img {
  object-fit: cover;
  height: 385px;
  box-shadow: -8px 7px 0px 0px #000000 !important;
}

/* Services Icon */
.services-icon {
  width: 70px;
  background: #1c1c1c;
  padding: 14px;
  box-shadow: 7px 7px 0px 0px #f1c735 !important;
  transition: .5s all ease;
}

.services-icon:hover {
  transform: translateY(-10px);
}

/* Home Gallery */
.home-gallery .vc_carousel-slideline-inner > .vc_item img {
  height: 500px !important;
  object-fit: cover;
  width: 85%;
  margin: auto;
  box-shadow: 7px 7px 0px 0px #FFD338 !important;
}

.home-gallery .vc_item {
  padding-bottom: 66px !important;
}

.home-gallery .vc_images_carousel .vc_carousel-indicators li {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 10px;
}

.home-gallery .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
}

.home-gallery .vc_carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

/* Contact Inner Section */
.contact-inner {
  position: relative;
  width: 70%;
  margin: auto;
  padding: 50px 50px;
}

.contact-inner input,
label {
  width: 100%;
}

.contact-inner label {
  margin-bottom: 6px;
}

.contact-inner input,
.contact-inner textarea {
  border: 1px solid #B9B9B9 !important;
  padding: 8px;
}

.contact-inner form label {
  color: #000;
}

.contact-inner form textarea {
  height: 106px;
  width: 100%;
}

.contact-inner form input[type=submit] {
  box-shadow: 7px 7px 0px 0px #000000 !important;
  border-style: solid !important;
  border-width: 0px;
  border-color: var(--e-global-color-4fa29ad);
  border-radius: 0px;
  padding: 15px 30px !important;
  width: auto;
  margin: auto;
  background: #FFD338;
  font-weight: 600;
}

/* Contact Section Overlay */
.contact-sec {
  position: relative;
}

.contact-sec::before {
  content: "";
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
}

.contact-sec .wpb_column {
  z-index: 99;
  position: relative;
}

.contact-sec .contact-description {
  width: 70%;
  margin: auto;
}

/* Inner Banner Overlay */
.inner-banner::before {
  content: "";
  background: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
}

.inner-banner .wpb_column {
  z-index: 99;
  position: relative;
}

/* List Icons */
.list-icon ul {
  padding-left: 15px;
  color: #000;
}

.list-icon ul li::marker {
  color: #FFD338;
}

/* Contact Icon Center */
.contact-icon-center .wpb_single_image.vc_align_center {
  margin: auto;
  margin-bottom: 35px;
}

.contact-icon-center .contact-inner {
  box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
}

/* Services Inner Align */
.services-sec-inner .wpb_single_image.vc_align_center {
  margin: auto;
  margin-bottom: 35px;
}

/* =============================== RESPONSIVE =============================== */

@media screen and (max-width: 1199px) {
.services-item {
  width: 100%;
}
}

@media screen and (max-width: 1024px) {
  .about-inner-col {
    margin-left: -15px;
    margin-right: -15px;
  }
  h1 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
.banner-sec {
    min-height: auto !important;
    padding: 30px 0;
}
.banner-sec .wpb_single_image.vc_align_left.banner-right-image,
.best-service-provider-sec .bottom-img {
    text-align: center;
}
.banner-sec .vc_single_image-wrapper {
    padding-left: 0;
}
  .contact-inner {
    width: 90%;
    padding: 40px 30px;
  }
  .home-gallery .vc_carousel-slideline-inner > .vc_item img {
    height: 469px !important;
  }
  .contact-sec .contact-description {
    width: 100%;
    margin: auto;
  }
  .about-inner-col .wpb_column {
    width: 49% !important;
  }
}

@media screen and (max-width: 767px) {
html,
body {
  overflow-x: hidden !important;
}
h1 {
  font-size: 32px !important;
  line-height: 40px !important;
}
h2 {
  font-size: 28px !important;
  line-height: 35px !important;
}
.banner-sec {
  min-height: auto !important;
  padding: 30px 0;
}
.home-gallery .vc_carousel-slideline-inner > .vc_item img {
  height: 300px !important;
  width: 100%;
}
.home-services-row.vc_custom_1759474530499 {
  padding-top: 0px !important;
}
.home-services-row .services-icon {
  margin-top: 20px;
}
.about-us-sec:has(.about-image) .vc_column-inner {
    padding-top: 0 !important;
}
.about-image img {
  height: auto;
  border-radius: 40px;
}
.about-image {
  margin-bottom: 20px !important;
}
.about-us-img img {
  height: 317px;
}
.about-us-img {
  margin-bottom: 0px;
  margin-top: 30px;
}
.about-us-img-reverse img {
  height: auto;
  border-radius: 40px;
}
.about-us-sec .vc_do_btn {
    margin-bottom: 0;
}
.banner-right-image .vc_single_image-wrapper {
  padding-left: 0px;
}
.banner-sec.vc_custom_1758795617457 {
  min-height: auto;
  padding: 15px 0px !important;
}
.best-service-provider-sec .content-wrapper .vc_column-inner,
.our-services-sec .vc_column-inner,
.why-choose-us-sec .wpb_column > .vc_column-inner,
.latest-project-head-sec .wpb_column > .vc_column-inner,
.contact-banner-sec .wpb_column .vc_column-inner {
    padding-top: 0 !important;
}
.services-sec-content.vc_custom_1759727845614,
.services-sec-content.vc_custom_1759747173118 {
  padding: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.services-item {
  width: 100%;
  margin: auto;
}
.services-item .vc_column-inner {
    padding-inline: 0;
}
.our-services-sec .services-item.services-item-2 {
    padding-top: 0 !important;
}
.our-services-sec .vc_btn3-container.vc_btn3-center {
    margin-bottom: 0;
}
p.our-project-content {
  padding: 0px !important;
  margin: 0 !important;
}
.black-bg.vc_custom_1759746754046,
.black-bg.vc_custom_1759747196758 {
  padding: 0px 20px 0px !important;
}
.black-bg .wpb_content_element {
  padding: 10px 0px !important;
}
.about-inner-col {
  padding: 0px 20px !important;
}
.inner-banner-sec {
  min-height: auto !important;
}
.inner-banner-sec .vc_column-inner {
  padding-top: 0px !important;
}
.services-item .wpb_column {
  margin-bottom: 20px;
}
.about-inner-col .wpb_column {
  width: 100% !important;
}
.why-choose-us-sec .why-chose-sec-box {
    padding-top: 30px !important;
}
.latest-project-content-sec .wpb_single_image {
    margin-bottom: 20px;
}
.contact-icon-wrap .vc_do_icon {
  margin-bottom: 8px !important;
}
.contact-sec .contact-description {
  width: 100%;
  padding: 20px 0px !important;
}
.contact-inner {
  width: 100%;
  padding: 30px 20px;
}
.inner-banner {
  min-height: auto !important;
}
.who-we-are-wrap {
  margin-top: 30px !important;
}
}