@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6, body footer, body .head-flex span, body header, body .why-choose-sec li, body button, body .btn {
  font-family: "Josefin Sans", sans-serif;
}

html, body {
  overflow-x: hidden;
}

body a {
  text-decoration: none;
}

body img {
  max-width: 100%;
}

.main {
  width: 100%;
  float: left;
}

header .logo img {
  width: 60px;
  height: 60px;
}

header nav .menu-link {
  color: #000;
  font-weight: 500;
  margin: 0px 10px;
}

.header-fixed {
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1294117647);
}

.hero-banner {
  align-items: center;
  color: #fff;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}

.hero-banner .text-part .content-part {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-transform: uppercase;
  align-items: flex-start;
}

.hero-banner .text-part strong {
  font-size: 50px;
  display: block;
  line-height: 1;
}

.hero-banner .text-part p {
  font-size: 20px;
  margin: 0px;
}

.hero-banner .list-part {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}

.list-card {
  display: inline-block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  width: 100%;
}

.thumb-abs span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}

.list-card .img-part {
  overflow: hidden;
}

.list-card p {
  font-size: 10px !important;
  margin: 0px;
  font-weight: 400;
}

.theme-btn {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.view-more-btn {
  border: 1px solid #000 !important;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-sec {
  padding: 120px 0px 60px 0px;
  color: #fff;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-color: #442C75;
}
.about-sec::after {
  background-image: url(https://www.meftinternational.net/wp-content/uploads/2025/07/Mask-group.gif);
  position: absolute;
  content: "";
  height: 80%;
  width: 40%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0%;
  left: auto;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
  pointer-events: none;
}

.about-sec .col-lg-7 {
  padding-right: 60px;
}

.about-sec .col-lg-5 p {
  line-height: 30px;
}

.about-sec .text-flex {
  display: flex;
  gap: 60px;
  position: relative;
}

.about-sec .text-flex img {
  position: absolute;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}

.about-sec .text-flex .text-part {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.company-info-sec {
  padding: 100px 0px 20px 0px;
  position: relative;
  background: url(../images/architectural-blueprints\ \(1\)\ 2\ \(1\).png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.company-info-sec .icon-flex {
  position: absolute;
  top: -50px;
  display: flex;
  gap: 1.2rem;
}

.company-info-sec .icon-card {
  background: #fff;
  padding: 1rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.company-info-sec .icon-card svg {
  width: 20px;
}

.company-info-sec .text-part {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.company-info-sec .text-part .company-flex {
  display: flex;
  border: 1px solid #D2D2D2;
  border-radius: 32px;
  padding: 80px 20px 30px 30px;
  gap: 30px;
  position: relative;
  margin-top: 30px;
}

.company-info-sec .text-part .company-flex img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  top: -60px;
}

.company-info-sec .text-part .company-flex .info-card h3 {
  color: #442C75;
  font-weight: bold;
  font-size: 26px;
}

.company-info-sec .text-part .company-flex .info-card p {
  margin: 0px;
  font-size: 14px;
}

.video-sec {
  padding: 60px 0px;
}

.video-sec iframe {
  width: 100%;
  height: 400px;
}

.serivces-card {
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  padding: 30px 30px 80px 30px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  background: #fff;
  text-align: left;
}

.serivces-card .btn {
  position: absolute;
  bottom: 30px;
}

.serivces-card h3 {
  color: #442C75;
  margin: 0px;
  font-size: 22px;
}

.serivces-card p {
  margin: 0px;
}

.serivces-card .icon img {
  height: 70px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  width: -webkit-fit-content !important;
}

.our-services-sec {
  background: url(../images/shutterstock_601029263\ 1.png);
  text-align: center;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  background-position-y: -80px !important;
  background-color: #d8ecff !important;
}

.our-services-sec .row {
  margin: 40px 0px;
}

.our-services-sec h2 {
  margin: 10px 0px !important;
}

.our-projects-sec {
  margin-top: 160px;
}

.our-projects-sec .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.our-projects-sec .project-card:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #183B56;
  background: linear-gradient(180deg, rgba(24, 59, 86, 0) 0%, rgb(21, 37, 50) 70%);
}

.our-projects-sec .project-card .text-part {
  position: absolute;
  bottom: 0;
  text-align: left;
  color: #fff;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-projects-sec .project-card .text-part h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: inherit;
}

.our-projects-sec .project-card .text-part p {
  margin: 0px;
  font-size: 14px;
}

.client-sec {
  padding: 80px 0px;
  text-align: center;
  background: url(https://www.meftinternational.net/wp-content/uploads/2025/07/architectural-blueprints-1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.client-sec h2 {
  margin: 10px 0px 0px 0px !important;
}

.client-sec .row {
  justify-content: center;
  margin-top: 30px;
}

.client-sec .client-card {
  margin-top: 30px;
}

.blog-sec {
  background-image: url(../images/Mask\ group.png);
  padding: 60px 0px 140px 0px;
  text-align: center;
  background-color: #339BD3;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100px 100px 0px 0px;
  color: #fff;
  margin-bottom: -80px;
}

.blog-sec .row {
  margin-top: 30px;
}

.blog-sec .blog-card {
  display: flex;
  width: 100%;
}

.blog-sec .blog-card .img-part {
  flex: 0 0 auto;
}

.blog-sec .blog-card .img-part img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-sec .blog-card .text-part {
  width: 60%;
  text-align: left;
  padding-left: 40px;
}

.blog-sec .blog-card .text-part h3 {
  font-size: 20px;
}

.blog-sec .blog-card .text-part p {
  margin: 0px;
}

.blog-sec .blog-card .text-part .content-part {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-sec .blog-card .text-part .view-more-btn {
  border-color: #fff !important;
  color: #fff !important;
}

.blog-sec .blog-card .text-part .view-more-btn svg {
  width: 20px;
}

.blog-sec .blog-card .text-part .view-more-btn svg path {
  fill: #fff;
}

.footer form .file-drop {
  border: 1px dashed #888;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.footer form .file-drop input[type=file] {
  display: none;
}

.footer form .file-drop label {
  color: #e0e0e0;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer form .upload-icon {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.footer form .note {
  font-size: 13px;
  color: #cccccc;
  margin: 10px 0;
}

.footer form .checkbox-container {
  margin: 15px 0;
  font-size: 14px;
  color: #ccc;
  gap: 12px;
}

.footer form .checkbox-container input {
  margin-right: 8px;
}

.footer form .submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background-color: #2e2e2e;
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer form .submit-btn:hover {
  background-color: #444;
}

.footer form input, .footer form textarea {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 16px;
}

.footer form input#ndaCheckbox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 10px 0px 0px;
}

.footer .map-sec, .footer iframe {
  height: 100% !important;
  width: 100% !important;
  border-radius: 16px;
}

.footer {
  background: #282828;
  padding: 80px 0px 0px 0px;
  border-radius: 80px 80px 0px 0px;
  color: #fff;
}

.subscribe-flex {
  display: flex;
  border-radius: 20px;
  margin-top: 0px;
  padding: 30px 60px;
  position: relative;
  margin-bottom: 50px;
}

.subscribe-flex .img-part {
  width: 40%;
  margin-right: 40px;
}

.subscribe-flex .text-part {
  display: flex;
  align-items: center;
  top: 40px;
}

.subscribe-flex .text-part h3 {
  font-size: 22px;
  width: 40%;
  line-height: inherit;
}

.subscribe-flex .text-part .content-part {
  width: 60%;
  padding-left: 30px;
}

.subscribe-flex .text-part .content-part p {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
}

.subscribe-flex form input {
  margin: 0px;
  border: 0px;
  padding: 0px 0px 0px 10px;
}

.subscribe-flex form .btn {
  border-radius: 100px;
}

.subscribe-flex .img-part, .subscribe-flex .text-part {
  z-index: 1;
  position: relative;
}

.subscribe-flex:before {
  background: #442C75;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 0;
  border-radius: 20px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-card strong {
  display: block;
  margin-bottom: 20px;
  font-family: "Josefin Sans";
}

.footer-card ul {
  padding: 0px;
}

.footer-card ul li {
  list-style: none;
  margin-bottom: 8px;
  font-weight: 400;
  display: flex;
  gap: 20px;
}

.footer-card ul li a {
  color: #fff;
}

.footer-card {
  font-family: "Lato";
}

.copyright-flex {
  padding: 30px 0px 30px 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(223, 223, 223, 0.1019607843);
  margin-top: 40px;
}

.copyright-flex p {
  margin-bottom: 0px;
}

.copyright-flex ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
}

.copyright-flex ul li {
  list-style: none;
}

.copyright-flex ul li a {
  color: #fff;
}

.inner-banner {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 60px;
}

.inner-banner .text-part {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.head-flex {
  color: #442C75;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.head-flex h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #442C75;
  margin-bottom: 0px;
}
.head-flex p {
  color: #000;
  margin: 0px;
}

.head-flex span {
  text-transform: uppercase;
}

.slide-1 {
  margin-bottom: 30px;
}

.slide-1 .owl-nav,
.slide-sec .owl-nav {
  display: none !important;
}

.slide-1 .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
  opacity: 1 !important;
}

.tab-flex .nav-link {
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  background: transparent !important;
  text-align: left;
  color: #442C75 !important;
  padding: 0px;
  opacity: 0.5;
  text-transform: uppercase;
}

.tab-flex .nav-pills .nav-link.active, .tab-flex .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
  opacity: 1;
}

.tab-flex {
  margin: 40px 0px;
  padding: 0px !important;
}

.division-sec {
  padding: 60px 0px;
  text-align: center;
  background: url(../images/divi-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.division-sec .col-lg-3 {
  display: flex;
}

.division-sec h2 {
  margin: 20px 0px !important;
}

.division-sec .row {
  margin-top: 60px;
}

.future-sec .row {
  margin-top: 40px;
}

.future-sec .col-lg-6 img {
  margin-bottom: 15px;
}

.division-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3176470588);
  text-align: left;
}

.division-card h3 {
  margin: 20px 0px 30px 0px;
  text-transform: uppercase;
  font-size: 20px;
}

.why-choose-sec li {
  font-size: 26px;
  padding-left: 40px;
  list-style: auto;
  padding: 16px 0px 16px 40px;
  position: relative;
  color: #442C75;
  font-weight: bold;
  text-transform: uppercase;
}

.why-choose-sec li:after {
  width: calc(100% + 40px);
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: -30px;
  border-bottom: 1px solid #cecece;
}

.why-choose-sec li:nth-last-of-type(1):after {
  display: none;
}

.team-sec {
  padding: 60px 0px 0px 0px;
}

.team-sec .team-flex {
  margin-top: 40px;
  margin-bottom: 80px;
}

.team-sec h2 {
  color: #442C75;
}

.team-sec .col-lg-4 {
  display: flex;
  align-items: center;
}

.team-sec .col-lg-4 label {
  padding-top: 10px;
  flex: 0 0 auto;
  margin-right: 16px;
  color: #442C75;
}

.team-sec input, .team-sec select {
  border: 0px;
  color: #442C75;
  border-bottom: 1px solid;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
}

.team-sec .team-card .text-part {
  color: #442C75;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  text-transform: uppercase;
}

.team-sec .team-card .text-part h3 {
  margin: 0px;
  font-size: 20px;
  line-height: inherit;
}

.team-sec .team-card .text-part a {
  color: #442C75;
  text-transform: capitalize;
}

.career-flex {
  margin-top: 40px;
  margin-bottom: 40px;
}

.values-bg {
  background: url(../images/value-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 60px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}

.values-bg h2 {
  color: #fff !important;
}

.service-flex p {
  color: #000;
}

.help-sec {
  background: #442C75;
  padding: 60px 0px 0px 0px;
  overflow-x: hidden;
  margin-top: 40px;
}

.help-sec span, .help-sec h2 {
  color: #fff !important;
}

.help-sec ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.help-sec ul li {
  list-style: none;
  width: calc(50% - 20px);
}

.help-sec ul li a {
  background: #533d80;
  color: #fff;
  padding: 12px;
  display: block;
  border-radius: 12px;
  text-align: center;
}

.help-sec p {
  color: #fff;
  margin: 30px 0px 40px 0px;
}

.help-sec h3 {
  color: #533d80;
  font-size: 6vw;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1;
  margin: 0px;
}

.full-service-sec {
  padding: 60px 0px;
}

.full-service-sec .accordion-item {
  border: 0px;
  border-bottom: 1px solid #000;
}

.full-service-sec .accordion-item button {
  color: #442C75;
  text-transform: uppercase;
  border-radius: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 600;
}

.full-service-sec .text-part .img-part {
  margin-top: 30px;
}

.main-head h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}

.theme-btn-new {
  background: #000;
  color: #fff !important;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-btn-new:hover {
  background: #442C75;
}

.head-flex:has(h3) {
  gap: 0px;
}

.head-flex:has(h3) h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.head-flex:has(h3) p {
  color: #000;
}

.sol-card .img-part {
  border: 1px solid #cecece;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.sol-card h3 {
  font-size: 1.75rem;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.wm-sec {
  margin-top: 50px;
}
.wm-sec .row {
  margin-top: 20px;
}

.wm-sec h3 {
  margin-bottom: 20px !important;
}

.wm-card {
  padding: 1rem;
  border: 1px solid #cecece;
  border-radius: 16px;
  display: flex;
}

.wm-card .img-part {
  flex: 0 0 auto;
  width: 130px;
  margin-right: 20px;
}

.wm-card .img-part img {
  border-radius: 6px;
}

.wm-card h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.wm-card p {
  margin: 0px;
}

.wm-sec .col-lg-6 {
  display: flex;
  margin-bottom: 30px;
}

.ser-sec .img-part {
  padding: 0px 40px;
}

.zig-card {
  padding: 50px 0px;
}

.zig-card .col-lg-6 {
  display: flex;
}

.zig-card .col-lg-6 .img-part {
  height: 100%;
  width: 100%;
}

.zig-card .col-lg-6 .img-part img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.zig-card .theme-btn-new {
  width: -moz-fit-content;
  width: fit-content;
}

.zig-card:nth-child(odd) {
  background: url(../images/divi-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.zig-card:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.owl-stage {
  display: flex;
}

.owl-stage .item {
  display: flex;
  height: 100%;
}

.slide-3 .owl-dots .owl-dot span {
  border: 1px solid #442C75;
  background: #fff !important;
  opacity: 1 !important;
}

.slide-3 .owl-dots .owl-dot.active span, .slide-3 .owl-dots .owl-dot:hover span {
  background: #442C75 !important;
  width: 30px;
}

.center-head-flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.our-services-sec .slide-3 {
  margin-top: 40px;
}

.mySwiper2 .swiper-slide:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.3176470588);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.hero-banner .list-part .list-flex .list-card p {
  margin-top: 6px;
}

.main-head h2 {
  font-weight: bold;
}

.swiper-slide {
  display: flex;
}

.hero-banner .text-part {
  position: absolute !important;
  z-index: 100 !important;
  top: 20%;
}

.swiper-thumbs {
  z-index: 100;
  width: 32%;
  margin: 0px !important;
}

.thumb-abs {
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 80px !important;
}

.list-card img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.swiper-thumbs .swiper-slide {
  width: 30% !important;
  opacity: 2 !important;
  display: flex !important;
  height: auto !important;
}

.mySwiper2 img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul#menu-header_menu li {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}

header .current_page_item::before {
  width: 100%;
  background: #442C75;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

header nav .menu-item a {
  color: #000;
  font-weight: 500;
  margin: 0px 10px;
  text-transform: uppercase;
}

body img {
  height: auto;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}

.wpcf7 input[type=file] {
  font-size: 0px;
}

.footer form input, .footer form textarea {
  color: #fff;
}

.wpcf7-file {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin: 0px auto 20px auto;
  border: 1px dashed #888 !important;
  background-color: #2a2a2a;
  color: transparent; /* hide text */
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-file::file-selector-button {
  display: none;
}

.wpcf7-file::before {
  content: "";
  color: #ccc;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* right: 0; */
  text-align: center;
  width: 40%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/upload-icon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 97%;
  background-position-y: 32px;
}

.wpcf7-file::after {
  content: "Upload Additional file";
  color: #ddd;
  font-size: 0.95rem;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  text-align: left;
  width: 57%;
  bottom: 0px;
  margin: auto;
  align-items: center;
  display: flex;
}

/* .wpcf7-file:hover {
  border-color: #00c4ff;
  background-color: #333;
} */
form p:has(svg) {
  display: flex;
  margin: 0px !important;
  align-items: center;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100px;
  justify-content: space-between;
}

.wpcf7-not-valid-tip {
  top: 40px;
  position: absolute;
}

span.wpcf7-spinner {
  position: absolute;
  right: -60px;
}

.center-head-flex p:has(span) {
  margin: 0px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.subscribe-flex form p br {
  display: none;
}

.subscribe-flex form input {
  outline: none;
  color: #fff;
}

.footer input::-moz-placeholder, .footer textarea::-moz-placeholder {
  color: #fff !important;
}

.footer input::placeholder, .footer textarea::placeholder {
  color: #fff !important;
}

.theme-btn {
  display: inline-block;
  padding: 10px 20px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  font-size: 14px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.hero-banner {
  min-height: auto !important;
  height: auto !important;
}
.hero-banner:after {
  display: none !important;
}

.row:has(.footer-card) {
  float: left;
}

.zig-new .row:nth-child(even) .text-part {
  margin-top: -240px;
  right: -10%;
}

.zig-new {
  overflow: hidden;
  position: relative;
}
.zig-new::after {
  width: 50%;
  right: 0;
  height: 40%;
  background: url(../images/tp-1-bg.png);
  content: "";
  position: absolute;
  top: 0px;
  z-index: -1;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}
.zig-new strong {
  color: #000;
  margin: 20px 0px;
  display: block;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
.zig-new h4 {
  font-size: 40px;
  font-weight: bold;
}
.zig-new .row:nth-child(even) {
  position: relative;
}
.zig-new .row:nth-child(even) .text-part {
  background: #F8F8F8;
  padding: 40px 40px 40px 120px;
  position: relative;
  margin-top: -120px;
}
.zig-new .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.serv-sec {
  position: relative;
}

.row:has(.b-card) {
  margin: 60px 0px;
}

.tc-sec .row {
  margin-bottom: 60px;
}
.tc-sec .row .row {
  margin-bottom: 0px;
}

.water-infra .row {
  flex-direction: row-reverse;
}
.water-infra .row .col-lg-6:nth-child(2) .img-part {
  position: relative;
  left: -10%;
}

.ind-sec {
  position: relative;
  padding: 60px 0px;
}
.ind-sec strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.ind-sec .img-part {
  position: relative;
  z-index: 1;
}
.ind-sec::after {
  background: url(../images/ind-sec-bg.png);
  width: 90%;
  height: 60%;
  position: absolute;
  right: 0;
  animation: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 80px;
  z-index: -1;
}
.ind-sec .text-part {
  background: #F8F8F8;
  padding: 14% 40px 15% 10%;
  left: -14%;
  position: relative;
}
.ind-sec .row {
  flex-direction: row-reverse;
  align-items: flex-end;
}

.step-sec-new {
  position: relative;
  margin-bottom: 60px;
}

.step-card {
  width: 300px;
  height: 300px;
  background: #ECEAF1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  padding: 40px;
  font-size: 20px !important;
}
.step-card span {
  display: block;
  font-size: 22px;
  color: #442C75;
  font-family: "Josefin Sans";
  margin-top: 14px;
  font-weight: bold;
}

.step-sec {
  position: relative;
  padding: 0px 0px 60px 0px;
}
.step-sec h2 {
  margin-bottom: 50px;
}
.step-sec .step-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-sec .step-main .content-flex {
  position: absolute;
}

.swro-sec h2 {
  white-space: nowrap;
}
.swro-sec .row {
  flex-direction: row-reverse;
}

.step-part {
  padding-top: 300px;
  position: relative;
  margin-top: 60px;
}
.step-part li {
  list-style: none;
  width: 24%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .step-part li {
    position: absolute;
  }
  .step-part li:after {
    background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/step-abstract-new.png");
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0px;
  }
  .step-part li:nth-child(1) {
    padding-right: 70px;
  }
  .step-part li:nth-child(2) {
    top: 0px;
    left: 10%;
    padding-right: 70px;
  }
  .step-part li:nth-child(3) {
    top: 0px;
    left: 41%;
    padding-left: 70px;
  }
  .step-part li:nth-child(3):after {
    left: 0;
    right: auto;
    bottom: 30%;
    transform: scaleX(-1) rotate(90deg);
  }
  .step-part li:nth-child(3) .number {
    left: 0px;
  }
  .step-part li:nth-child(4) {
    top: 0px;
    left: 72%;
    padding-left: 70px;
    right: auto;
  }
  .step-part li:nth-child(4)::after {
    bottom: 0px;
    left: -12%;
    transform: scaleX(-1);
  }
  .step-part li:nth-child(4) .number {
    left: 0px;
  }
  .step-part li:nth-child(5) {
    padding-left: 70px;
    right: 0;
  }
  .step-part li:nth-child(5):after {
    bottom: 0px;
    left: -8%;
    transform: scaleX(-1);
  }
  .step-part li:nth-child(5) .number {
    left: 0px;
  }
}
.step-part li .number {
  width: 40px;
  height: 40px;
  background-color: #442C75;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0px;
  border-radius: 50%;
  position: absolute;
  font-family: "Josefin Sans";
  font-weight: bolder;
}
.step-part li strong {
  font-family: "Josefin Sans";
  color: #442C75;
  font-size: 26px;
  text-transform: uppercase;
}
.step-part .img-part {
  margin: auto;
  text-align: center;
}
.step-part .img-part img {
  max-width: 46%;
  position: relative;
  top: -80px;
}

header nav .menu-item a {
  color: #000;
  font-weight: 500;
  margin: 0px 10px;
  text-transform: uppercase;
}

body img {
  height: auto;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}

.wpcf7 input[type=file] {
  font-size: 0px;
}

.footer form input, .footer form textarea {
  color: #fff;
}

.wpcf7-file {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin: 20px auto;
  border: 1px dashed #888 !important;
  background-color: #2a2a2a;
  color: transparent; /* hide text */
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-file::file-selector-button {
  display: none;
}

.wpcf7-file::before {
  content: "";
  color: #ccc;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* right: 0; */
  text-align: center;
  width: 40%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/upload-icon.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 97%;
  background-position-y: 32px;
}

.wpcf7-file::after {
  content: "Upload Additional file";
  color: #ddd;
  font-size: 0.95rem;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  text-align: left;
  width: 57%;
  bottom: 0px;
  margin: auto;
  align-items: center;
  display: flex;
}

/* .wpcf7-file:hover {
  border-color: #00c4ff;
  background-color: #333;
} */
form p:has(svg) {
  display: flex;
  margin: 0px !important;
  align-items: center;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100px;
  justify-content: space-between;
}

.wpcf7-not-valid-tip {
  top: 40px;
  position: absolute;
}

span.wpcf7-spinner {
  position: absolute;
  right: -60px;
}

.center-head-flex p:has(span) {
  margin: 0px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.subscribe-flex form p br {
  display: none;
}

.subscribe-flex form input {
  outline: none;
  color: #fff;
}

input::-moz-placeholder {
  color: #fff !important;
}

input::placeholder {
  color: #fff !important;
}

.theme-btn {
  display: inline-block;
  padding: 10px 20px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  font-size: 14px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.step-sec-new {
  overflow: hidden;
}
.step-sec-new .head-flex {
  position: relative;
  left: 10%;
  padding-left: 15px;
}

.step-sec-new .img-part {
  position: relative;
}
.step-sec-new .row .row {
  position: relative;
  left: 20%;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .step-sec-new .col-lg-4:nth-child(1) .step-card-new:after {
    width: 70%;
  }
  .step-sec-new .row .row {
    gap: 4%;
  }
  .step-sec-new .row .col-lg-4 {
    width: 28%;
    display: flex;
  }
}
.step-sec-new .step-card-new {
  border: 4px solid #442C75;
  border-radius: 8px;
  padding: 15px 15px 15px 30px;
}
.step-sec-new .step-card-new .icon {
  margin: auto;
  text-align: center;
}
.step-sec-new .step-card-new .icon img {
  height: 60px;
}
.step-sec-new .step-card-new h3 {
  color: #442C75;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0px 16px 0px;
}
.step-sec-new .step-card-new p {
  color: #959595;
}

.swro-work-sec {
  margin-top: -60px;
}

.why-choose-sec .row {
  margin-bottom: 40px;
}
.why-choose-sec .wc-card-new h3 {
  color: #442C75;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0px;
  line-height: inherit;
  text-transform: uppercase;
}

.head-flex-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.head-flex-main .theme-btn-new {
  width: -moz-fit-content;
  width: fit-content;
}

.help-sec-new {
  background: url(../images/divi-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.help-sec-new .head-flex {
  gap: 0px;
}
.help-sec-new h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
  color: #000;
}

.help-flex {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(206, 206, 206, 0.8078431373);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
}
.help-flex .text-part {
  width: 70%;
}
.help-flex .text-part .img-part {
  position: relative;
  height: 100%;
}
.help-flex .text-part .img-part img {
  width: 100%;
}
.help-flex .text-part .img-part .content-part {
  color: #fff;
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  /* height: auto!Important; */
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  width: 32%;
  text-align: left;
  left: 6%;
}
.help-flex .download-flex {
  width: 30%;
  background: #009FE3;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.help-flex .download-flex .pdf-flex {
  background: #fff;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #442C75;
}
.help-flex .download-flex .pdf-flex .pw-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans";
  margin-bottom: 10px;
}
.help-flex .download-flex .pdf-flex h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  line-height: inherit;
}
.help-flex .download-flex .pdf-flex h6 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
}
.help-flex .help-logo-sec img {
  width: 120px !important;
  position: absolute;
  right: 8%;
  top: 10%;
}

.dw-flex {
  margin-bottom: 30px;
}
.dw-flex a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Josefin Sans";
  font-weight: 600;
}
.dw-flex .icon {
  background: #442C75;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
}

.step-sec-new .step-card-new {
  position: relative;
  background: #fff;
}
.step-sec-new .step-card-new:after {
  content: "01";
  position: absolute;
  width: 50%;
  height: 110px;
  right: 84%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ECEAF1;
  color: #442C75;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  font-weight: bold;
  font-size: 40px;
  justify-content: end;
  padding-right: 16%;
  font-family: "Josefin Sans", sans-serif;
}
.step-sec-new .col-lg-4:nth-last-of-type(1) .step-card-new:after {
  content: "03";
}
.step-sec-new .col-lg-4:nth-last-of-type(2) .step-card-new:after {
  content: "02";
}

.water-infra {
  margin-top: 50px;
}

.c-card {
  border: 1px solid #D9D9D9;
  padding: 40px 20px 20px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
}
.c-card img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-flex ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.icon-flex ul li {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #442C75;
  font-family: "Josefin Sans", sans-serif;
}
.icon-flex ul li img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.b-card {
  display: flex;
  gap: 30px;
  color: #442C75;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
}
.b-card .icon {
  width: 40%;
}

.bs-card {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #442C75;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Josefin Sans";
}

.gw-sec {
  margin-top: 60px;
}
.gw-sec .row:nth-last-of-type(1) {
  margin-bottom: 50px;
}

.st-main {
  position: relative;
  display: flex;
  align-items: center;
}
.st-main .row {
  position: absolute;
}

.st-card {
  text-align: center;
  padding: 0px 40px;
  color: #442C75;
  font-family: "Josefin Sans";
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.st-card img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  text-align: center;
  margin-bottom: 16px;
}

.t-img {
  padding-left: 5%;
  margin-top: 30px;
}

.tc-sec {
  margin-top: 60px;
}

.col-lg-2:has(.c-card) {
  display: flex;
}

.pcw-sec strong {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  color: #442C75;
}

.modular-sec {
  position: relative;
  margin-bottom: 160px;
}

.modular-sec > .text-part {
  position: absolute;
  width: 100%;
  bottom: -100px;
}

.m-card {
  display: flex;
  gap: 30px;
  padding-left: 80px;
}
.m-card strong {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 22px;
  color: #442C75;
}

.s-card {
  display: flex;
  margin-bottom: 60px;
}
.s-card strong {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 22px;
  color: #442C75;
  text-transform: uppercase;
}
.s-card .icon {
  flex: 0 0 auto;
}
.s-card .icon img {
  max-height: 163px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}

.s-zig h3 {
  color: #442C75;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.s-zig li {
  margin-bottom: 6px;
}

.s-zig-cards {
  margin-top: 50px;
}

.s-zig-card {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
.s-zig-card .icon {
  flex: 0 0 auto;
}
.s-zig-card .icon img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-zig-card span {
  color: #442C75;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  width: 40%;
  font-weight: bold;
}

.s-zig h4 {
  font-size: 30px;
  font-style: italic;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-zig h4 span {
  font-size: 50px;
  font-weight: bold;
}

.bs-card img {
  width: 50%;
}

.icon-flex ul li p {
  margin: 0px;
}

.project-listing .project-card {
  display: flex;
  background: #F9F9F9;
  margin-bottom: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.project-listing .project-card .img-part {
  flex: 0 0 auto;
  width: 50%;
}
.project-listing .project-card .img-part img {
  width: 100%;
}
.project-listing .project-card .text-part {
  padding: 20px 50px 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 50%;
  flex: 0 0 auto;
}
.project-listing .project-card .text-part .content {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.project-listing .project-card .text-part .content span {
  color: #9F9F9F;
  font-weight: bold;
}
.project-listing .project-card .text-part .content strong {
  color: #442C75;
}
.project-listing .project-card .text-part h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 16px 0px;
  text-transform: uppercase;
  color: #442C75;
  line-height: inherit;
}
.project-listing .project-card .text-part .sw-sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project-listing .project-card .text-part .sw-sec ul {
  margin: 0px;
}
.project-listing .project-card .text-part .sw-sec a {
  color: #442C75;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.project-listing .project-card .text-part .sw-sec strong {
  color: #442C75;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}

.location-flex-main {
  display: flex;
  align-items: center;
  gap: 60px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 40px;
}
.location-flex-main .location-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.location-flex-main .location-flex .icon {
  flex: 0 0 auto;
}

.filter {
  display: flex;
  gap: 20px;
  padding: 0px;
  justify-content: flex-end;
}
.filter li {
  list-style: none;
}
.filter li img {
  transform: rotate(90deg);
  margin-left: 5px;
}

.industries-card {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 40px;
}
.industries-card .text-part {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5058823529);
  color: #fff;
  padding: 40px;
  right: 40px;
  border-radius: 32px;
  bottom: 40px;
}
.industries-card .text-part h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.theme-primary {
  padding: 12px 50px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 10px !important;
  color: #fff;
  text-transform: uppercase;
}

.sol-card-new .row > * {
  padding: 0px;
}

.sol-card-new .row {
  margin: 0px;
  padding: 0px;
}

.main.sol-card-new {
  overflow: hidden;
}

.sol-sec-epc .row > * {
  padding: 2px;
}

.sol-sec-epc {
  overflow: hidden;
}
.sol-sec-epc .img-part {
  overflow: hidden;
  position: relative;
}
.sol-sec-epc .img-part a {
  display: block;
}
.sol-sec-epc .img-part .content {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: inherit;
  pointer-events: none;
}
.sol-sec-epc .img-part::after {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.4;
  pointer-events: none;
}
.sol-sec-epc .img-part img {
  height: 400px;
  width: 100%;
  transform: scale(1.01);
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-sec-epc h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.sol-card-new {
  overflow: hidden;
}
.sol-card-new .text-part {
  padding: 60px 80px 0px 0px;
}
.sol-card-new .text-part h4 {
  color: #442C75;
}

.epc-zig-sec {
  position: relative;
  margin-top: 60px;
}
.epc-zig-sec .img-part img {
  margin-bottom: 30px;
}
.epc-zig-sec h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #442C75;
  margin-bottom: 1rem;
}

.epc-flex ul {
  padding: 0px;
}
.epc-flex ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.epc-flex ul li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.epc-flex-new ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.epc-flex-new ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  width: 30%;
  margin-bottom: 30px;
}
.epc-flex-new ul li img {
  width: 110px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-id-676 .help-sec-new, .page-id-681 .help-sec-new, .page-id-679 .help-sec-new {
  margin-top: 100px;
}

.page-id-681 .tc-sec {
  margin-top: 20px;
}
.page-id-681 .tc-sec .row {
  margin-bottom: 10px;
}

.gallery-sec {
  margin-top: 20px;
  overflow: hidden;
}
.gallery-sec .img-part {
  height: 100%;
  padding: 2px;
}
.gallery-sec .img-part img {
  height: 100%;
}
.gallery-sec .row > * {
  padding: 0px;
}

.epc-flex-big {
  margin-top: 30px;
}
.epc-flex-big ul {
  padding-left: 0px;
}
.epc-flex-big ul li {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 70%;
  margin-bottom: 30px;
}
.epc-flex-big ul li img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}

.p-station-sec .img-part {
  padding: 30px 0px;
}

.overflow-left {
  padding-left: 6%;
}

.p-station-sec {
  margin-top: 60px;
}

.case-study-card .text-part.head-flex {
  padding-top: 60px;
}
.case-study-card .info-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin: 30px 0px 50px 0px;
}
.case-study-card .info-card .text-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding: 30px;
  bottom: 0;
  color: #fff;
  width: 100%;
  filter: drop-shadow(1px 1px 60px #000);
}
.case-study-card .info-card .text-flex h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}
.case-study-card .info-card .text-flex .location-flex .content {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 700;
}

.concept-card {
  margin-top: 50px;
  margin-bottom: 50px;
}
.concept-card p {
  margin: 0px;
}
.concept-card .col-lg-4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.btn-theme-new {
  background: #442C75;
  padding: 12px 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}

.post-change .container {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.post-change .container a {
  color: #442C75;
  gap: 30px;
  display: flex;
  align-items: center;
  font-family: "Josefin Sans";
}

.contact-bg {
  background: #442C75;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
.contact-bg:after {
  width: 50%;
  height: 50%;
  background: url(https://www.meftinternational.net/wp-content/uploads/2025/07/contact-overlay-new-1.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-position: bottom right;
}
.contact-bg h3 {
  font-size: 30px;
}
.contact-bg .contact-flex {
  margin-top: 30px;
}
.contact-bg .contact-flex ul {
  padding: 0px;
}
.contact-bg .contact-flex ul li {
  list-style: none;
  margin-bottom: 40px;
}
.contact-bg .contact-flex ul li a {
  list-style: none;
  display: flex;
  /* align-items: center; */
  gap: 20px;
  color: #fff;
}
.contact-bg .contact-flex ul li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-part input, .form-part textarea {
  border: 0px;
  border-bottom: 1px solid #8D8D8D;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.form-part label {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Josefin Sans";
}
.form-part textarea {
  min-height: 100px;
}
.form-part .btn-flex {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.btn-submit {
  background: #011C2A !important;
  padding: 10px 30px !important;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 6px !important;
}

.social-flex ul {
  padding: 0px;
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.social-flex ul li {
  list-style: none;
}

.row:has(.form-part) {
  padding: 20px 0px;
  background: #fff;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1294117647);
  border-radius: 20px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.career-card {
  border: 1px solid rgba(68, 44, 114, 0.3803921569);
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  margin-bottom: 40px;
}
.career-card h3 {
  color: #442C75 !important;
  margin-top: 10px;
  text-transform: uppercase;
}
.career-card .img-part {
  width: 30%;
  flex: 0 0 auto;
  margin-right: 40px;
}
.career-card .col-lg-4 .text-part {
  padding-top: 30px;
}
.career-card .col-lg-4 .text-part a {
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 40px 0px;
  height: 100%;
}
.flex-between .location-flex-new img {
  filter: brightness(100) invert(100);
  width: 20px;
  margin-right: 10px;
}

.map-bg {
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/map.png");
  background-size: cover;
  background-position: top;
  padding-top: 80px;
  background-repeat: no-repeat;
}

.career-form-sec {
  margin: 80px 0px;
}
.career-form-sec .form-part {
  margin-top: 60px;
}

.blog-card-main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0px;
}
.blog-card-main .text-part {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  width: 100%;
}
.blog-card-main .text-part h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.badge {
  background: #4B6BFB;
  padding: 10px;
  margin-bottom: 16px;
}

.blog-page .blog-card {
  border: 1px solid #E8E8EA;
  padding: 22px;
  border-radius: 12px;
}
.blog-page .blog-card .img-part {
  margin-bottom: 20px;
}
.blog-page .blog-card .img-part img {
  width: 100%;
}
.blog-page .blog-card .d-flex {
  align-items: center;
  gap: 12px;
  color: #97989F;
  font-weight: 500;
}
.blog-page .blog-card h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0px;
}
.blog-page .blog-card .badge-fent {
  background: rgba(75, 107, 251, 0.1294117647);
  width: -moz-fit-content;
  width: fit-content;
  color: #4B6BFB;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.blog-page .col-lg-3:has(.blog-card) {
  display: flex;
  margin-bottom: 30px;
}

.btn-flex-center {
  margin: 10px 0px 40px 0px;
  display: flex;
  justify-content: center;
}

.btn-load {
  color: #696A75;
  font-family: "lato";
  font-weight: 400;
  border: 1px solid #E8E8EA;
  padding: 10px 20px;
}

.text-flex-sec {
  background: #442C75;
  padding: 80px 0px 160px 0px;
  margin-bottom: -80px;
}
.text-flex-sec .text-part {
  padding: 0px 60px;
}
.text-flex-sec .text-part h3 {
  color: #442C75;
  font-size: 30px;
  display: flex;
  align-items: center;
  font-family: "Josefin Sans";
  font-weight: bold;
  text-transform: uppercase;
  line-height: inherit;
}
.text-flex-sec .row {
  background: #fff;
  margin: 0px;
  border-radius: 40px;
  overflow: hidden;
  align-items: center;
}
.text-flex-sec .col-lg-6 {
  padding: 0px;
}

.blog-detail-page h3, .blog-detail-page h6 {
  color: #442C75;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-detail-page .img-part {
  margin: 40px 0px;
}
.blog-detail-page .text-part h2 {
  font-weight: bold;
  margin: 20px 0px;
  color: #442C75;
}

.blog-slide {
  background: #FAFAFA;
  padding: 60px;
  border-radius: 40px !important;
  overflow: hidden;
}
.blog-slide .row .text-part {
  padding-left: 50px;
}
.blog-slide .row .btn-theme-new {
  padding: 12px 40px;
  border-radius: 20px;
  text-transform: uppercase;
  margin: 40px 0px 20px 0px;
}
.blog-slide .img-part {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
.blog-slide .img-part .glass-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  font-family: "Josefin Sans";
  filter: drop-shadow(2px 4px 6px black);
}
.blog-slide .content .d-flex {
  gap: 60px;
}

button.owl-next i {
  font-size: 0px;
  width: 30px;
  height: 30px;
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/next-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

button.owl-prev i {
  font-size: 0px;
  width: 30px;
  height: 30px;
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/prev-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 .owl-nav {
  top: 30%;
  position: absolute;
  width: 110%;
  display: flex;
  justify-content: space-between;
  left: -5%;
  right: 0;
  margin: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.owl-dots {
  margin-top: 20px;
}

.slide-2 .owl-dots.diabled {
  display: block;
}

.page-id-13 .division-sec {
  padding-top: 0px;
}

.tab-flex .col-lg-7 {
  display: flex;
}
.tab-flex .col-lg-7 .tab-content > .active, .tab-flex .col-lg-7 .img-part {
  height: 100%;
}
.tab-flex .col-lg-7 .tab-content > .active img, .tab-flex .col-lg-7 .img-part img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sol-sec .img-part img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-sec .theme-btn-new {
  float: right;
}

.why-choose-sec {
  margin: 10px 0px 50px 0px;
  position: relative;
}
.why-choose-sec .owl-nav.disabled, .why-choose-sec .owl-nav {
  display: flex !important;
  position: absolute;
  top: -70px;
  width: 100%;
  justify-content: flex-end;
}
.why-choose-sec .owl-nav.disabled button, .why-choose-sec .owl-nav button {
  height: 36px;
  width: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #000 !important;
  color: #000 !important;
}
.why-choose-sec .owl-nav.disabled button i, .why-choose-sec .owl-nav button i {
  font-size: 14px !important;
  background: none !important;
  align-items: center;
  justify-content: center;
  display: flex;
}
.why-choose-sec .owl-nav.disabled .owl-next, .why-choose-sec .owl-nav .owl-next {
  background: #442C75 !important;
  border-color: #442C75 !important;
}
.why-choose-sec .owl-nav.disabled .owl-next i, .why-choose-sec .owl-nav .owl-next i {
  color: #fff !important;
}

.zig-card .img-part {
  overflow: hidden;
  border-radius: 12px;
}
.zig-card .img-part img {
  transform: scale(1.1);
}

.right-10 {
  position: relative;
  right: -10%;
}

.left-10 {
  position: relative;
  left: -16%;
  width: 110%;
}

.right-left-10 {
  width: 133%;
  position: relative;
  left: -22%;
}

.icon {
  flex: 0 0 auto;
}

.bod-zig {
  position: relative;
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/Group-1000006160.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 65%;
}

.our-services-sec .owl-theme .owl-nav {
  display: none;
}
.our-services-sec .our-projects-sec .owl-theme .owl-nav {
  display: flex !important;
}

.owl-nav .button:hover {
  background: transparent !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
}

.blog-sec .owl-theme .owl-dots .owl-dot span {
  opacity: 1 !important;
  background: #fff !important;
}
.blog-sec .owl-theme .owl-dots .owl-dot.active span, .blog-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #442C75 !important;
  opacity: 1 !important;
}

.sub-menu .current_page_item::before {
  display: none;
}

.owl-nav button:hover {
  background: none !important;
}

.form-part .wpcf7-not-valid-tip {
  position: static;
}
.form-part .wpcf7-file::before {
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/upload-icon-new.png");
  background-position-x: 0px;
  background-position-y: center;
  background-repeat: no-repeat;
}
.form-part input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
  background: #fff;
  border: 0px !important;
  height: 80px;
  border-bottom: 1px solid #8D8D8D !important;
}
.form-part .wpcf7-file::after {
  content: "Upload a File";
  text-transform: uppercase;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  width: 100%;
}

.col-lg-8:has(.wpcf7-textarea) br {
  display: none;
}

.page-id-897 .col-lg-4:has(.wpcf7-file) br {
  display: none;
}
.page-id-897 .col-lg-4:has(.wpcf7-file) span:nth-last-of-type(1) {
  opacity: 0.4;
}

.epc-zig-sec-pm {
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/tile-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 60%;
  bottom: 0;
}

.page-id-685 .location-flex-main .location-flex:nth-last-of-type(1) {
  display: none;
}

.main.blog-detail-page.main-head .img-part img {
  border-radius: 25px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail-page .owl-theme .owl-dots .owl-dot span {
  opacity: 1 !important;
  background: #D9D9D9 !important;
}
.blog-detail-page .owl-theme .owl-dots .owl-dot.active span, .blog-detail-page .owl-theme .owl-dots .owl-dot:hover span {
  width: 30px !important;
  background: #442C75 !important;
}
.blog-detail-page .blog-slide .content {
  margin-top: 80px;
}
.blog-detail-page .blog-slide .img-part img {
  height: 320px !important;
}

.team-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  max-width: 1000px;
  margin: auto;
}

.grid-container a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.grid-container a img {
  width: 100%;
  height: 260px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* Positioning each image using nth-child */
.grid-container a:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.grid-container a:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.grid-container a:nth-child(3) {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: stretch;
}
.grid-container a:nth-child(3) img {
  height: 530px;
}

.grid-container a:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}

.grid-container a:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

/* Optional: Hide extras if more than 5 */
.grid-container a:nth-child(n+6) {
  display: none;
}

.swiper-thumbs .swiper-slide:nth-child(3) img {
  border-radius: 60px 12px 60px 12px;
  margin-bottom: 10px;
}

.swiper-thumbs .swiper-slide:nth-child(1) img {
  border-radius: 12px 60px 12px 60px;
  margin-bottom: 10px;
}

.swiper-thumbs .swiper-slide:nth-child(2) img {
  border-radius: 12px 0px 60px 12px;
  margin-bottom: 10px;
}

.subscribe-flex .theme-btn {
  border-radius: 100px !important;
}

.our-projects-sec .owl-dots {
  display: none;
}

.page-id-342 .why-choose-sec {
  margin: 10px 0px 80px 0px;
}

.swro-sec {
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/Clip-path-group.png");
  background-size: 50%;
  background-position-y: -60px;
  background-position-x: right;
  background-repeat: no-repeat;
}

.blog-page .row {
  margin-top: 40px;
}

.step-card p {
  color: #fff;
  display: none;
}
.step-card:hover {
  background: #442C75;
}
.step-card:hover p {
  display: block;
  font-size: 16px;
}
.step-card:hover span {
  color: #fff;
}
.step-card:hover img {
  display: none;
}

.wc-card-new figure a {
  width: 100%;
  display: block;
}

.wc-card-new img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-id-13 .team-sec {
  padding-top: 0px;
}
.page-id-13 .why-choose-sec {
  margin: 0px;
}
.page-id-13 .why-choose-sec img {
  width: 100%;
}

.page-id-342 .why-choose-sec .head-flex {
  position: static;
}

.btn:hover {
  background: #442C75 !important;
  transform: scale(1.01);
}

/*# sourceMappingURL=main.css.map */