@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: 'Manrope', 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: 'Manrope', 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;
}
.blog-top span {
  text-transform: uppercase;
}
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: #000;
}
.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: #000;
  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: #000;
  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: #000;
  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: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.head-flex h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  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: #000 !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: #000;
  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: #000;
}

.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: #000;
}

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

.team-sec .team-card .text-part {
  color: #000;
  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: #000;
  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: #000;
  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: #000;
  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: #000;
}

.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 #000;
  background: #fff !important;
  opacity: 1 !important;
}

.slide-3 .owl-dots .owl-dot.active span, .slide-3 .owl-dots .owl-dot:hover span {
  background: #000 !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 {
  display: flex;
  align-items: center;
  position: relative;
}

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

header nav .menu-item a {
  color: #000;
  font-weight: 500;
  margin: 7px 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: #000;
  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 !important;
  }

  .step-part .img-part {
      margin: auto;
      text-align: center;
  }

  .step-part .img-part img {
    margin: auto;
  }
  .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: #000;
  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: #000;
  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: 7px 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 #000;
  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: #000;
  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: #000;
  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: #000;
}
.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: #000;
  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: #000;
  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: #000;
  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: #000;
  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: #000;
  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: #000;
  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: #000;
}

.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: #000;
}

.s-card {
  display: flex;
  margin-bottom: 60px;
}
.s-card strong {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 22px;
  color: #000;
  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: #000;
  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: #000;
  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: #000;
}
.project-listing .project-card .text-part h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 16px 0px;
  text-transform: uppercase;
  color: #000;
  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: #000;
  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: #000;
  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: #000;
}

.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: #000;
  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: #000;
  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: #000;
  gap: 30px;
  display: flex;
  align-items: center;
  font-family: "Josefin Sans";
}

.contact-bg {
  background: #000;
  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: #000 !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: #000;
  padding: 80px 0px 160px 0px;
  margin-bottom: -80px;
}
.text-flex-sec .text-part {
  padding: 0px 60px;
}
.text-flex-sec .text-part h3 {
  color: #000;
  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: #000;
  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: #000;
}

.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: #000 !important;
  border-color: #000 !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: #000 !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: #000 !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: #000;
}
.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: #000 !important;
  transform: scale(1.01);
}

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

/* ==================================== */
/* **********   COMMON CSS   ********** */
/* ==================================== */
:root {
    --project-primary-font: 'Manrope', sans-serif;

    --bg-primary: #0B3454;
    --text-primary: #0B3454;
    --border-primary: #0B3454;

    --bg-blue: #007DC3;
    --bg-blue-60: rgba(0, 125, 195, 0.6);
    --text-blue: #007DC3;
    --border-blue: #007DC3;

    --bg-white: #FFFFFF;
    --text-white: #FFFFFF;
    --border-white: #FFFFFF;

    --bg-off-white: #F8F8F8;
    --text-off-white: #F8F8F8;
    --border-off-white: #F8F8F8;

    --bg-orange: #E7B368;
    --text-orange: #E7B368;
    --border-orange: #E7B368;

    --bg-light-blue: #A6D9F5;
    --text-light-blue: #A6D9F5;
    --border-light-blue: #A6D9F5;

    --bg-dark-blue: #0A3352;
    --text-dark-blue: #0A3352;
    --border-dark-blue: #0A3352;

    --bg-light-gray: #E4DDCD;
    --text-light-gray: #E4DDCD;
    --border-light-gray: #E4DDCD;

    --bg-black: #000000;
    --bg-black-40: rgba(0, 0, 0, 0.4);
    --text-black: #000000;
    --border-black: #000000;

    --bg-light-black: #404041;
    --bg-light-black-80: rgba(64, 64, 65, 0.8);
    --bg-light-black-40: rgba(64, 64, 65, 0.4);
    --text-light-black: #404041;
    --border-light-black: #404041;

    --bg-gray: #7F8285;
    --text-gray: #7F8285;
    --border-gray: #7F8285;

    --bg-dark-gray: #414044;
    --text-dark-gray: #414044;
    --border-dark-gray: #414044;

    --bg-red: #D11242;
    --text-red: #D11242;
    --border-red: #D11242;

    --bg-purple: #51378E;
    --text-purple: #51378E;
    --border-purple: #51378E;

    --primary-font: 'Manrope', sans-serif;
    --color-transparent: transparent;
    --font-64px: 4rem;
    --font-60px: 3.75rem;
    --font-54px: 3.375rem;
    --font-48px: 3rem;
    --font-44px: 2.75rem;
    --font-42px: 2.625rem;
    --font-40px: 2.5rem;
    --font-36px: 2.25rem;
    --font-34px: 2.125rem;
    --font-32px: 2rem;
    --font-30px: 1.875rem;
    --font-28px: 1.75rem;
    --font-26px: 1.625rem;
    --font-24px: 1.5rem;
    --font-22px: 1.375rem;
    --font-20px: 1.25rem;
    --font-18px: 1.125rem;
    --font-16px: 1rem;
    --font-15px: 0.9375rem;
    --font-14px: 0.875rem;
    --font-12px: 0.75rem;
    --max-width: 980px;
}

a {
    text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto !important;
    }
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


html {
    font-size: 100%;
    box-sizing: inherit;
    height: -webkit-fill-available;
}

body {
    background-color: var(--body-bg);
    transition: all 0.3s ease;
    position: relative;
}

p::first-letter,
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter {
    text-transform: uppercase;
}

section {
    overflow: hidden;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background: none;
    box-shadow: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    --project-primary-font: 'Manrope', sans-serif;
} */

.section-padding-top {
    padding-top: 70px;
}

.section-padding-bottom {
    padding-bottom: 70px;
}

.main-container {
    padding: 0 140px;
}

.right-container {
    padding-right: 140px;
}

.left-container {
    padding-left: 140px;
}

/* .header-container {
    padding: 0 120px;
} */

.cd-flex {
    display: flex;
}

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

.common-heading {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 36px;
    text-align: center;
}

.heading-select {
    display: flex;
    gap: 10px;
}

select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.heading-btn-position {
    text-align: right;
}

.main-heading-row {
    display: flex;
    justify-content: space-between;
}

.heading-col-right h2 {
    font-size: var(--font-48px) !important;
}

.common-heading h6 {
    font-family: var(--project-primary-font);
    color: var(--text-dark-gray);
    font-size: var(--font-20px);
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.common-heading h2 {
    font-family: var(--project-primary-font);
    color: var(--text-gray);
    font-size: var(--font-54px);
    text-transform: capitalize;
    font-weight: 400;
    line-height: normal;
}

.common-heading h2 span {
    font-weight: 500;
}

.common-heading p {
    font-family: var(--project-primary-font);
    color: var(--text-dark-gray);
    font-size: var(--font-20px);
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
}

/* ==================================== */
/* *****   CUSTOM CARD CSS START  ***** */
/* ==================================== */

.custom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-card .custom-card-top {
    position: relative;
}

.custom-card .custom-card-top img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.custom-card .custom-card-bottom {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-card .custom-card-bottom .custom-card-content-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-card .custom-card-bottom .custom-card-content-top h4 {
    font-family: var(--project-secondry-font);
    color: var(--text-gray);
    font-size: var(--font-22px);
    font-weight: 400;
    flex: 1;
}

.custom-card .custom-card-bottom .custom-card-content-top p {
    font-family: var(--project-secondry-font);
    color: var(--text-dark-gray);
    font-size: var(--font-16px);
    font-weight: 400;
    flex: 1;
}

.custom-card .custom-card-bottom .custom-card-content-top .card-badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.custom-card .custom-card-bottom .custom-card-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-card .custom-card-bottom .custom-card-content-bottom .date {
    display: block;
    font-family: var(--project-secondry-font);
    color: var(--text-blue);
    font-size: var(--font-16px);
}

.product-card {
    background: var(--bg-blue);
    padding: 30px 15px;
}

.product-card .product-card-top img {
    width: 70px;
    height: 70px;
    margin: 0 auto 26px;
    object-fit: contain;
}

.product-card .product-card-content .product-card-content-top p {
    font-family: var(--project-secondry-font);
    color: var(--text-white);
    font-size: var(--font-18px);
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

body.ar .luxury-living-section .luxury-text-block {
    text-align: left;
}

body.ar .luxury-living-section .luxury-text-block h2 {
    margin-right: auto;
    margin-left: 0;
}

body.ar .luxury-living-section .luxury-text-block .desc {
    margin-right: auto;
    margin-left: 0;
}

body.ar .amenities-section .accordion-button::after {
    right: auto;
    left: 20px;
}

body.ar .close-btn {
    right: auto;
    left: 40px;
}

body.ar .footer-help {
    right: auto;
    left: 40px;
}

/* ==================================== */
/* *********   HEADER CSS   *********** */
/* ==================================== */

#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
    padding: 20px 0px;
}

#masthead.header-transparent {
    background: transparent;
}

#masthead.header-sticky .nav-link,
#masthead.header-sticky .search-toggle {
    color: var(--text-white);
}

#masthead .navbar {
    padding: 0;
    background-color: transparent !important;
}

#masthead .navbar-brand {
    padding: 0;
    margin: 0;
}

#masthead .navbar-brand img {
    max-height: 55px;
    width: auto;
}

/* Header Left - Search */
.header-left .search-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-15px, 15px);
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.header-left .search-toggle i {
    font-size: 16px;
}

.header-left .search-toggle:hover {
    opacity: 0.8;
}

/* Header Center - Logo */
/* .header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */

/* Header Right - Navigation */
#masthead .navbar-nav {
    gap: 5px;
}

#masthead .navbar-nav .nav-item {
    position: relative;
}

#masthead .navbar-nav .nav-link {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    position: relative;
}

#masthead .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: #2BA0D7;
    transition: transform 0.3s ease;
    transform-origin: center;
}

#masthead .navbar-nav .nav-link:hover::after,
#masthead .navbar-nav .nav-link.active::after,
#masthead .navbar-nav .nav-link:focus::after {
    transform: translateX(-50%) scaleX(1);
}

/* #masthead .navbar-nav .nav-link:hover,
#masthead .navbar-nav .nav-link.active,
#masthead .navbar-nav .nav-link:focus {
    color: #000 ;
} */

/* Navbar Toggler */
.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: none;
    width: 28px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: '';
    display: block;
    width: 100%;
    height: 2.5px;
    background: var(--text-white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(6px, -7px);
}

/* ==================================== */
/* *********   HERO CSS   ************* */
/* ==================================== */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    align-items: center;
    overflow: hidden;
}

/* Hero Video */
.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-18%, -50%);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(200px, 17vw, 500px);
    font-weight: 800;
    color: #2BA0D7;
    z-index: 1;
    opacity: 0.55;
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
}

.hero-bg-text span {
    color: #C8C8C8;
}

.hero-play-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.hero-play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
    background: #2BA0D7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease;
}

.hero-play-btn:hover {
    transform: scale(1.05);
}

.hero-play-btn i {
    color: #fff;
    font-size: 26px;
    margin-left: 4px;
}

.hero-play-btn.pause i::before {
    content: "\f04c";
}

@media (max-width: 767px) {
    .hero-play-btn {
        width: 70px;
        height: 70px;

        box-shadow:
            0 0 0 10px rgba(47, 134, 255, .12),
            0 0 0 18px rgba(47, 134, 255, .08),
            0 0 0 26px rgba(47, 134, 255, .05);
    }

    .hero-play-btn i {
        font-size: 20px;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

/* Hero Content - Left side */
.hero-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 50px;
}

.hero-text-block {
    padding-right: 20px;
}

.hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.15;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.hero-description {
    font-family: var(--project-primary-font);
    color: #000000;
    font-size: var(--font-20px);
    font-weight: 600;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
    margin-bottom: 28px;
    max-width: 600px;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--text-white);
    background: #000000;
    padding: 16px 36px;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.hero-play-btn::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #B7B7B7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-play-btn::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-cta-btn:hover {
    color: var(--text-white);
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(231, 179, 104, 0.3);
}

.hero-cta-btn:hover::before {
    left: 100%;
}


.hero-cta-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.hero-cta-btn:hover i {
    transform: translateX(5px);
}

/* Floating Social Icons */
.hero-floating-icons {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 3;
}

.floating-icons-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-icon-item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.floating-icon-item:hover {
    background: var(--bg-orange, #E7B368);
    border-color: var(--bg-orange, #E7B368);
    transform: translateX(-3px);
}

/* Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-text {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.6);
}

.scroll-line {
    width: 1.5px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
    animation: scroll-down 2s ease-in-out infinite;
}

@keyframes scroll-down {
    0% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 1;
    }

    50% {
        transform: scaleY(0.5);
        transform-origin: top;
        opacity: 0.5;
    }

    100% {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
    }
}

/* ==================================== */
/* *********   ANIMATIONS   *********** */
/* ==================================== */
.hero-title {
    animation: fadeInUp 1s ease forwards;
}

.hero-description {
    animation: fadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

.hero-cta-wrapper {
    animation: fadeInUp 1s ease 0.4s forwards;
    opacity: 0;
}

.hero-play-btn-wrapper {
    animation: fadeIn 1.2s ease 0.6s forwards;
    opacity: 0;
}

.hero-floating-icons {
    animation: fadeIn 1s ease 0.8s forwards;
    opacity: 0;
}

.hero-scroll-indicator {
    animation: fadeIn 1s ease 1s forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.logos-group {
    position: absolute;
    bottom: 0px;
    right: 70px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.logos-group img {
    height: 70px;
}

.about-section {
    background: #FFFFFF;
    position: relative;
}

.about-text-block {
    max-width: 610px;
}

.about-subtitle {
    font-family: var(--project-primary-font);
    color: #919191;
    font-size: 40px;
    font-weight: 600;
    text-transform: lowercase;
}

.about-title {
    font-family: var(--project-primary-font);
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-title span {
    font-weight: 500;
}

.about-desc {
    font-family: var(--project-primary-font);
    color: #000000;
    font-size: var(--font-20px);
    font-weight: 600;
    /* text-align: justify; */
    line-height: 30px;
    word-spacing: 0px;
    margin-bottom: 12px;
}



.about-image-wrapper {
    position: relative;
    margin-right: -140px;
    height: 100%;
    overflow: visible;
}

.about-image {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.about-section .hero-play-btn-wrapper {
    position: absolute;
    top: 80%;
    left: -45px;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 1;
    animation: none;
}

.margin-top-space {
    margin-top: 34px;
}

.about-section .hero-play-btn::before {
    border: unset;
}

.split-section {
    background: #FFFFFF;
    position: relative;
    background-image: url(../images/earth.png);
    background-position: center right;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.split-video-wrapper {
    position: relative;
    width: 120%;
    margin-left: -140px;
    height: 520px;
    overflow: hidden;
}

.split-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.split-section .hero-play-btn-wrapper {
    position: absolute;
    top: 50%;
    right: -45px;
    left: auto;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 1;
    animation: none;
    pointer-events: auto;
}

.split-video-wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.split-video {
    position: relative;
    z-index: 1;
}

.split-section .hero-play-btn {
    position: relative;
    z-index: 100;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: var(--primary-font);
}

.split-map-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.split-content-inner {
    position: relative;
    z-index: 1;
}


.split-content-inner .about-desc {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    /* text-align: justify; */
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}

/* .split-stats-wrapper {
    padding-left: 30px;
    border-left: 2px solid #E8E8E8;
} */

.split-stat-item {
    margin-bottom: 32px;
}

.split-stat-item:last-child {
    margin-bottom: 0;
}

.split-stat-number {
    display: block;
    font-family: var(--project-primary-font);
    color: #000000;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.split-stat-label {
    display: block;
    font-family: var(--project-primary-font);
    color: #000000;
    font-size: var(--font-15px);
    font-weight: 600;
    line-height: 1.5;
}

.split-section .hero-play-btn::before {
    border: unset;
}

/* ==================================== */
/* ********  PREMIUM SECTION  ********* */
/* ==================================== */
.premium-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.premium-sections {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.premium-bg-text-1 {
    position: absolute;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: rgb(255 255 255 / 18%);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    letter-spacing: 8px;
    text-transform: uppercase;
    z-index: 0;
}

.premium-bg-text-1 {
    top: 16%;
    right: -5%;
    font-size: clamp(160px, 14vw, 400px);
}

.premium-bg-text-2 {
    bottom: 15%;
    left: -3%;
    font-size: clamp(140px, 14vw, 350px);
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: rgb(255 255 255 / 18%);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    letter-spacing: 8px;
    z-index: 0;
}

.premium-bg-text-3 {
    position: absolute;
    bottom: -3%;
    left: 0%;
    font-size: clamp(140px, 15vw, 350px);
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: rgb(255 255 255 / 18%);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    letter-spacing: 8px;
    z-index: 0;
}

.premium-content {
    position: relative;
    z-index: 2;
}

.premium-hero {
    max-width: 1100px;
    margin: 0 auto 60px;
}

.premium-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    text-transform: capitalize;
}

.premium-subtitle::before {
    right: 100%;
}

.premium-subtitle::after {
    left: 100%;
}

.premium-hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.12;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.premium-hero-title span {
    color: #1b8a5e;
    position: relative;
}

.premium-hero-title span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1b8a5e, transparent);
    border-radius: 2px;
}

.premium-hero-desc {
    font-family: var(--project-primary-font);
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
    margin: 0 auto;


}

.premium-features-row {
    margin-bottom: 100px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.premium-features-rows {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.premium-feature-card {
    display: flex;
    gap: 20px;
    align-items: center;
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 40px 36px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.premium-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #1b8a5e, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.premium-feature-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(27, 138, 94, 0.3);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.premium-feature-card:hover::before {
    opacity: 1;
}

.premium-feature-icon {
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #1b8a5e;
    transition: all 0.4s ease;
}

.premium-feature-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.premium-feature-title {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-18px);
    font-weight: 600;
    color: var(--text-white);
}

.premium-feature-desc {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-16px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Premium Content Block */
.premium-content-block {
    padding-top: 80px;
    position: relative;
}

.premium-content-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 400px;
    height: 1px;
}

.premium-content-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 16px;
}

.premium-content-title {
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.2;
    margin-bottom: 20px;
}

.premium-content-title span {
    color: #1b8a5e;
}

.premium-content-desc {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-18px);
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 580px;
}


.premium-services {
    padding: 80px 0 40px;
    position: relative;
}

.premium-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 400px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

/* Service Tabs */
.premium-services-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: center;
}

.premium-service-tab {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.premium-service-tab:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateX(6px);
}

.premium-service-tab.active {
    background: #1b8a5e;
    border-color: #1b8a5e;
    box-shadow: 0 8px 30px rgba(27, 138, 94, 0.3);
}

.premium-tab-number {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-28px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    min-width: 48px;
    transition: color 0.3s ease;
}

.premium-service-tab.active .premium-tab-number {
    color: rgba(255, 255, 255, 0.9);
}

.premium-service-tab:hover .premium-tab-number {
    color: rgba(255, 255, 255, 0.5);
}

.premium-service-tab.active:hover .premium-tab-number {
    color: rgba(255, 255, 255, 0.9);
}

.premium-tab-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.premium-tab-label {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-18px);
    font-weight: 600;
    color: var(--text-white);
    line-height: 1.3;
}

.premium-tab-desc {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-14px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}

.premium-service-tab.active .premium-tab-desc {
    color: rgba(255, 255, 255, 0.75);
}

/* Service Card */
.premium-service-card-wrapper {
    position: relative;
    padding-top: 40px;
}

.premium-service-big-title {
    position: absolute;
    top: -20px;
    right: 30px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(80px, 10vw, 150px);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.premium-service-card {
    background: var(--bg-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.premium-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.premium-service-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.premium-service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.premium-service-card:hover .premium-service-card-img img {
    transform: scale(1.08);
}

.premium-service-card-body {
    padding: 32px 36px;
}

.premium-service-card-title {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-26px);
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 16px;
    line-height: 1.3;
}

.premium-service-card-desc {
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-16px);
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.premium-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: var(--font-14px);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1b8a5e;
    padding: 12px 0;
    transition: all 0.3s ease;
    position: relative;
}

.premium-service-btn::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1b8a5e;
    transition: width 0.3s ease;
}

.premium-service-btn:hover {
    color: #157a4f;
    gap: 14px;
}

.premium-service-btn:hover::after {
    width: 100%;
}

.premium-service-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.premium-service-btn:hover i {
    transform: translateX(4px);
}

.services-section {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}


.services-section>* {
    position: relative;
    font-family: var(--primary-font);
    z-index: 2;
}


.services-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.services-top h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
}

.services-top a {
    width: 190px;
    height: 60px;

    background: #fff;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 17px;
    font-weight: 500;

    transition: .3s ease;
}

.services-top a:hover {
    background: #69c16f;
    color: #fff;
}

/* LAYOUT */

.services-layout {
    display: grid;

    grid-template-columns: 990px minmax(0, 1fr);

    gap: 22px;

    align-items: stretch;
}

/* LEFT */

.services-left {
    display: grid;

    grid-template-columns: 560px 400px;

    gap: 20px;
}

/* VERTICAL TAB */

.vert-tab {
    display: flex;
    gap: 18px;
}

/* TAB */

.recr-content {
    width: 96px;
    min-width: 96px;
    height: 620px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    transition: .4s ease;
}


.recr-content.active {
    background: #69c16f;
}


.recr-content span {
    position: absolute;
    top: 22px;
    font-family: var(--primary-font);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


.recr-content h3 {
    position: absolute;
    font-family: var(--primary-font);
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    white-space: nowrap;
}


.recr-content:hover {
    transform: translateY(-5px);
}


.service-card {
    background: #f5f5f5;
    height: 620px;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.service-card-content {
    padding: 30px;
}

.service-card-content h4 {
    font-size: 24px;
    line-height: 1.35;
    color: #000;
    margin-bottom: 20px;
    font-family: var(--primary-font);
    font-weight: 600;
}

.service-card-content p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}

.service-card-content a {
    width: 210px;
    height: 58px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease;
}

.service-card-content a:hover {
    background: #69c16f;
}


.service-details {
    background: #f5f5f5;
    padding: 30px 25px;
    font-family: var(--primary-font);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.service-details::before {
    content: '';
    position: absolute;
    right: 120px;
    top: 120px;
    width: 60%;
    height: 60%;
    background: url('../images/Layer_1.png') center center/contain no-repeat;
}

.service-details small {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}

.service-details h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #000;
    font-weight: 700;
    max-width: 720px;
    margin-bottom: 40px;
}

.service-details p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}


@media(max-width:1700px) {

    .services-layout {
        grid-template-columns: 930px minmax(0, 1fr);
    }

    .services-left {
        grid-template-columns: 520px 390px;
    }

    .vert-tab {
        gap: 14px;
    }

    .recr-content {
        width: 88px;
        min-width: 88px;
    }

}

/* LAPTOP */

@media(max-width:1500px) {

    .services-top h2 {
        font-size: 50px;
    }

    .services-layout {
        grid-template-columns: 840px minmax(0, 1fr);
    }

    .services-left {
        grid-template-columns: 480px 340px;
    }

    .recr-content {
        width: 78px;
        min-width: 78px;

        height: 570px;
    }

    .service-card {
        height: 570px;
    }

    .service-card img {
        height: 280px;
    }

    .service-details {
        padding: 55px 45px;
    }

    .service-details h2 {
        font-size: 42px;
    }

}

/* TABLET */

@media(max-width:1199px) {

    .services-layout {
        display: flex;
        flex-direction: column;
    }

    .services-left {
        display: flex;
        flex-direction: column;
    }

    .vert-tab {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .service-card,
    .service-details {
        height: auto;
    }

}

/* MOBILE */

@media(max-width:767px) {

    .services-top {
        flex-direction: column;
        align-items: flex-start;

        gap: 20px;
    }

    .services-top h2 {
        font-size: 38px;
    }

    .services-top a {
        width: 170px;
        height: 54px;

        font-size: 15px;
    }

    .vert-tab {
        gap: 12px;
    }

    .recr-content {
        width: 72px;
        min-width: 72px;

        height: 460px;
    }

    .recr-content h3 {
        font-size: 16px;
    }

    .service-card img {
        height: 240px;
    }

    .service-card-content {
        padding: 24px;
    }

    .service-card-content h4 {
        font-size: 22px;
    }

    .service-details {
        padding: 40px 25px;
    }

    .service-details h2 {
        font-size: 32px;

        margin-bottom: 25px;
    }

    .service-details p {
        font-size: 16px;
        line-height: 1.8;
    }

}

.board-member-section {
    background-color: #F4FBFF;
    font-family: var(--primary-font);
}


.board-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 35px;
}


.board-left small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: .8px;
    margin-bottom: 10px;
}

.board-left h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}


.board-right p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}

.board-right a {
    width: 180px;
    height: 58px;

    background: #000;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 16px;
    font-weight: 500;

    transition: .3s ease;
}

.board-right a:hover {
    background: #5fbe68;
}

/* TEAM GRID */

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 10px;
}

/* CARD */

.team-card {
    position: relative;
    overflow: hidden;
}

/* IMAGE */

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 560px;

    object-fit: cover;

    display: block;

    transition: .5s ease;
}

/* HOVER */

.team-card:hover img {
    transform: scale(1.05);
}

/* INFO */

.team-info {
    padding-top: 22px;
}

.team-info h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-info span {
    font-size: 16px;
    color: #000000;
}


.bottom-btn {
    display: flex;
    justify-content: center;
}

.bottom-btn a {
    width: 210px;
    height: 60px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease;
}

.bottom-btn a:hover {
    background: #5fbe68;
}

/* LARGE SCREEN */

@media(max-width:1600px) {

    .board-left h2 {
        font-size: 42px;
    }

    .team-image img {
        height: 500px;
    }

}

/* LAPTOP */

@media(max-width:1200px) {

    .board-top {
        gap: 50px;
    }

    .board-left h2 {
        font-size: 42px;
    }

    .board-right p {
        font-size: 18px;
    }

    .team-image img {
        height: 430px;
    }

    .team-info h3 {
        font-size: 26px;
    }

}

/* TABLET */

@media(max-width:991px) {

    .board-top {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .team-grid {
        grid-template-columns: 1fr 1fr;
    }

}

/* MOBILE */

@media(max-width:767px) {

    .board-left h2 {
        font-size: 32px;
    }

    .board-right p {
        font-size: 16px;
        line-height: 1.8;
    }

    .board-right a,
    .bottom-btn a {
        width: 170px;
        height: 54px;
        font-size: 15px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .team-image img {
        height: 420px;
    }

    .team-info h3 {
        font-size: 24px;
    }

}

.blog-section {
    font-family: var(--primary-font);
}

.blog-top {
    margin-bottom: 60px;
}

.blog-top span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.blog-top h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #000000;
    font-weight: 700;
}


.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


.blog-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.blog-card {
    position: relative;
    overflow: hidden;
}


.blog-image {
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: .5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.06);
}


.blog-content {
    padding: 18px 10px 0 10px;
}

.blog-content small {
    display: block;

    font-size: 13px;
    color: #666;

    margin-bottom: 14px;
}

.blog-content h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #000;
    font-weight: 500;
}


.quote-card {
    background: #dfe9f1;
    padding: 42px 35px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: .3s ease;
}

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

.quote-card::after {
    content: '“';
    position: absolute;
    right: 28px;
    top: 10px;
    color: #b8c0c7;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
}


.quote-card small {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 100;
    margin-bottom: 18px;
}

.quote-card h3 {
  line-height: normal;
  font-size: 21px;
    color: #000000;
    font-weight: 500;
    max-width: 80%;
}


@media(max-width:1600px) {

    .blog-top h2 {
        font-size: 42px;
    }

}


@media(max-width:1200px) {

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .blog-top h2 {
        font-size: 46px;
    }

}


@media(max-width:991px) {

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-image img {
        height: 320px;
    }

}


@media(max-width:767px) {

    .blog-top {
        margin-bottom: 40px;
    }

    .blog-top h2 {
        font-size: 36px;
    }

    .blog-image img {
        height: 240px;
    }

    .quote-card {
        padding: 35px 25px;
    }

    .quote-card::after {
        font-size: 90px;
    }

    .quote-card h3 {
        max-width: 100%;
        font-size: 17px;
    }

}

.contact-wrapper {
    background: #edf2f4;
    font-family: var(--primary-font);
}

.contact-left h2 {
    font-size: 72px;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-left p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 60px;
    max-width: 450px;
    font-size: 16px;
}

/* INFO */

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-box h4 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
}

.contact-box p {
    margin: 0;
    font-size: 16px;
}

.contact-box strong {
    color: #000;
}


.contact-form-card {
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .12);
}

.contact-form-card h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}
.contact-wrapper .section-padding-top{
  padding-top: 55px;
}
.contact-wrapper .section-padding-bottom{
  padding-top: 55px;
}


/* .contact-form .form-group {
    margin-bottom: 35px;
} */

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #444;
    background: transparent;
    padding: 0 0 16px;
    font-size: 18px;
    font-family: var(--primary-font);
    outline: none;
}

.contact-form textarea {
    height: 50px;
    resize: none;
}


.contact-form button {
    width: 180px;
    height: 60px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s ease;
    margin-top: 10px;
     margin-bottom: 10px;
}

.contact-form button:hover {
    background: #5dbf67;
}


.footer-section {
    background: #f7f8f9;
    font-family: var(--primary-font);
    z-index: 1;

}

.footer-section::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FF 100%);
}


.footer-title {
    text-align: center;
    margin-bottom: 60px;
}

.footer-title h2 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1100px;
    margin: 0 auto 90px;
    border: 1px solid #d5d9dc;
}

.social-links a {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #d5d9dc;
    transition: .3s ease;
}

.social-links a:last-child {
    border-right: none;
}

.social-links a:hover {
    background: #000;
    color: #fff;
}


.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
    gap: 80px;
    margin-bottom: 26px;
}


.footer-logo img {
    width: 110px;
    margin-bottom: 25px;
}

.footer-logo p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 20px;
    word-spacing: 2px;
}

.footer-links h4 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}

.footer-links ul {
    list-style: none;
    padding: 0px;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: justify;
    line-height: 30px;
    word-spacing: 2px;
}

.footer-links ul li a:hover {
    color: #000;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}


.footer-bottom {
    border-top: 1px solid #d7dbde;
    padding: 20px 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-bottom p {
    color: #000;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
}


.footer-policy {
    display: flex;
    gap: 35px;
}

.footer-policy a {
    text-decoration: none;
    color: #000;
     font-weight: 600;
    font-size: 16px;
    transition: .3s ease;
}

.footer-policy a:hover {
    color: #000;
}


@media(max-width:1600px) {

    .contact-left h2,
    .footer-title h2 {
        font-size: 42px;
    }

    .contact-form-card h3 {
        font-size: 30px;
    }

}


@media(max-width:1200px) {

    .contact-top {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form-card {
        padding: 50px;
    }

}


@media(max-width:991px) {

    .social-links {
        grid-template-columns: 1fr 1fr;
    }

    .social-links a {
        border-bottom: 1px solid #d5d9dc;
    }

    .social-links a:nth-child(2) {
        border-right: none;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .csr-section .section-title {
        font-size: 32px !important;
    }

}


@media(max-width:767px) {

    .contact-left h2,
    .footer-title h2 {
        font-size: 34px;
    }
    .contact-right {
        padding-top: 0px !important;
    }
    .contact-left p {
        margin-bottom: 30px !important;
    }
    .contact-left p,
    .contact-box p {
        font-size: 16px;
    }

    .contact-info {
        grid-template-columns: 1fr;
        gap: 0px !important;
    }

    .contact-form-card {
        padding: 35px 25px;
    }

    .contact-form-card h3 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
    }

    .contact-form button {
        width: 160px;
        height: 54px;
        font-size: 15px;
    }

    .social-links {
        grid-template-columns: 1fr;
    }

    .social-links a {
        border-right: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 0px !important;
    }

    .footer-policy {
        flex-wrap: wrap;
        gap: 15px;
    }
    .premium-features-rows {
        display: block;
    }

}
body.page-template-contact-us .contact-top {
    display: none;
}


.background-inner-images {
    background-image: url(../images/banner-image-csr.png);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.background-inner-images::after {
    content: "";
    position: absolute;
    height: 100%;
    background: #0000004D;
    width: 100%;
    z-index: 11;
    top: 0px;
}


.background-inner-image {
    background-image: url(../images/banner-image1.png);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.background-inner-image::after {
    content: "";
    position: absolute;
    height: 100%;
    background: #0000004D;
    width: 100%;
    z-index: 11;
    top: 0px;
}

.background-inner-image h1 {
    position: absolute;
    top: 50%;
    color: #fff;
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
    z-index: 111;
}


.background-inner-images h1 {
    position: absolute;
    top: 50%;
    color: #fff;
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
    z-index: 111;
}


/* =========================================
   HEADER
========================================= */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

/* =========================================
   HOME PAGE
========================================= */

.header-home {
    background: transparent;
}

.header-home .nav-link,
.header-home .search-toggle,
.header-home .search-toggle i,
.header-home .search-text {
    color: #000;
}

.header-home .navbar-toggler-icon span,
.header-home .navbar-toggler-icon::before,
.header-home .navbar-toggler-icon::after {
    background: #000;
}

.header-home .custom-logo img,
.header-home .site-logo {
    filter: none;
}

/* =========================================
   INNER PAGE
========================================= */

.header-inner {
    background: transparent;
}

.header-inner .nav-link,
.header-inner .search-toggle,
.header-inner .search-toggle i,
.header-inner .search-text {
    color: #fff;
}

.header-inner .navbar-toggler-icon span,
.header-inner .navbar-toggler-icon::before,
.header-inner .navbar-toggler-icon::after {
    background: #fff;
}

.header-inner .custom-logo img,
.header-inner .site-logo {
    filter: brightness(0) invert(1);
}

/* =========================================
   NAVBAR
========================================= */

.navbar {
    padding: 0;
}

.navbar-nav {
    gap: 35px;
    align-items: center;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #2BA0D7 !important;
}

/* =========================================
   LOGO
========================================= */

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    max-width: 180px;
    height: auto;
    display: block;
}

/* =========================================
   SEARCH BUTTON
========================================= */

.search-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}

/* =========================================
   TOGGLER
========================================= */

.navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 28px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-toggler-icon span,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon::before {
    top: 0;
}

.navbar-toggler-icon::after {
    bottom: 0;
}

/* =========================================
   STICKY HEADER
========================================= */

.site-header.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 18px 0;
    animation: stickyHeader 0.4s ease;
}

.site-header.sticky-active .nav-link,
.site-header.sticky-active .search-toggle,
.site-header.sticky-active .search-toggle i,
.site-header.sticky-active .search-text {
    color: #000 !important;
}

.site-header.sticky-active .navbar-toggler-icon span,
.site-header.sticky-active .navbar-toggler-icon::before,
.site-header.sticky-active .navbar-toggler-icon::after {
    background: #000 !important;
}

.site-header.sticky-active .custom-logo img,
.site-header.sticky-active .site-logo {
    filter: none !important;
}

@keyframes stickyHeader {

    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
    }
    .about-title {
        font-size: 32px;
    }
    .split-content-inner {
        margin-top: 20px;
    }

    .site-header {
        position: relative;
        background: #fff !important;
        padding: 18px 0;
    }

    .navbar-collapse {
        background: #fff;
        padding-top: 25px;
    }

    .navbar-nav {
        gap: 18px;
        align-items: flex-start;
    }

    .nav-link,
    .search-toggle,
    .search-toggle i,
    .search-text {
        color: #000 !important;
    }
    .hero-section{
        height: auto !important;
    }
    .navbar-toggler-icon span,
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        background: #000 !important;
    }

    .custom-logo img,
    .site-logo {
        filter: none !important;
    }
    .hero-play-btn-wrapper {
        right: 38% !important;
    }
    /* .header-left {
        display: none !important;
    } */

    .header-center {
        margin-right: auto;
    }
}


.about-section {
    position: relative;
    font-family: var(--primary-font);
}

.about-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 55px;
}

.about-content small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: .8px;
    margin-bottom: 5px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.about-content p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 20px;
}

.about-stats {
    display: flex;
    gap: 70px;
    margin-top: 20px;
    padding-left: 20px;
}

.stat-box {
    position: relative;
}

.stat-box::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 6px;
    width: 3px;
    height: 45px;
    background: #2BA0D7;
}

.stat-box h3 {
    font-size: 52px;
    line-height: 1;
    color: #2BA0D7;
    font-weight: 500;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}


.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.about-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.bottom-image {
    height: 100%;
}

.bottom-image img {
    width: 100%;
    display: block;
}

.bottom-content small {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.mission-tabs {
    margin-bottom: 30px;
}

.mission-tabs h3 {
    font-size: 48px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
}

.mission-tabs h3.active {
    color: #442D76;
}

.mission-tabs h3.inactive {
    color: #442d7645;
}


.bottom-content p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 20px;
}


@media(max-width:1500px) {

    .about-content h2 {
        font-size: 46px;
    }

    .mission-tabs h3 {
        font-size: 46px;
    }

}


@media(max-width:1200px) {

    .about-top,
    .about-bottom {
        gap: 30px;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .mission-tabs h3 {
        font-size: 40px;
    }

    .about-stats {
        gap: 50px;
    }

    .stat-box h3 {
        font-size: 42px;
    }

}


@media(max-width:991px) {

    .about-top,
    .about-bottom {
        grid-template-columns: 1fr;
    }

    .about-image {
        order: -1;
    }

}


@media(max-width:767px) {

    .about-content h2 {
        font-size: 32px;
    }

    .about-content p,
    .bottom-content p {
        font-size: 15px;
        line-height: 1.85;
    }

    .about-stats {
        flex-direction: column;
        gap: 30px;
    }

    .stat-box h3 {
        font-size: 36px;
    }

    .mission-tabs h3 {
        font-size: 30px;
    }

}

.section-header {
    text-align: center;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-header hr {
    border: 1px solid #fff;
    width: 56px;
}

.bg-gradient_solid {
    position: relative;
    overflow: hidden;
}

.bg-gradient_solid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/world-map.png") center center no-repeat;
    background-size: 75%;
    opacity: 0.05;
    pointer-events: none;
}

.section-header {
    position: relative;
    z-index: 5;
    margin-bottom: 80px;
}

.section-header h2 {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    color: #101828;
    margin-bottom: 18px;
}

.section-header hr {
    width: 90px;
    height: 4px;
    border: 0;
    background: #1BA0D7;
    opacity: 1;
    border-radius: 30px;
    margin: 0;
}



.steps {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
}

/* ============================================
   TIMELINE CENTER LINE (dashed, vertical)
============================================ */

.steps::after {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) rotate(355deg);
    transform-origin: center center;
    width: 3px;
    background: repeating-linear-gradient(to bottom,
            #79ccef 0px,
            #79ccef 12px,
            transparent 12px,
            transparent 24px);
    z-index: 1;
}

/* ============================================
   TIMELINE ITEM (alternating left/right)
============================================ */

/* Diagonal offset per item to follow the 350deg rotated line */
.steps-container:nth-child(1) {
    --item-offset: -40px;
}

.steps-container:nth-child(2) {
    --item-offset: -20px;
}

.steps-container:nth-child(3) {
    --item-offset: 0px;
}

.steps-container:nth-child(4) {
    --item-offset: 20px;
}

.steps-container:nth-child(5) {
    --item-offset: 40px;
}

.steps-container {
    position: relative;
    width: 100%;
    min-height: 210px;
    padding: 0;
}

.steps-container:last-child {
    margin-bottom: 0;
}

/* -------- CARD (shared) -------- */

.steps-container .content {
    position: relative;
    width: calc(50% - 100px);
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 16px;
    z-index: 5;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.steps-container .content:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.1);
}

.content {
    position: relative;
}

.steps-container .content span {
    position: absolute;
    top: 0px;
    right: 40px;
    font-weight: 900;
    font-family: var(--primary-font);
    font-style: Black;
    font-size: 86.8px;
    color: #0B2A510A;
    line-height: 86.8px;
    letter-spacing: -4.34px;
}

/* Card - Right side (odd items: 1st, 3rd, 5th) */
.steps-container:nth-child(odd) .content {
    margin-right: auto;
    border-radius: 16px;
}

/* Card - Left side (even items: 2nd, 4th) */
.steps-container:nth-child(even) .content {
    margin-left: auto;
    border-radius: 16px;
}

/* -------- YEAR -------- */

.steps-container .content p:first-child {
    font-size: 16px;
    font-weight: 700;
    background: aliceblue;
    width: max-content;
    border-radius: 30px;
    padding: 7px 20px;
    color: #1BA0D7;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}

/* -------- TITLE -------- */

.steps-container .content h2 {
    font-size: 24px;
    line-height: 1.3;
    color: #101828;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
}

/* -------- DESCRIPTION -------- */

.steps-container .content p {
    font-size: 15px;
    line-height: 1.8;
    color: #667085;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}

/* ============================================
   ICON CIRCLE (centered on timeline)
============================================ */

.steps-container .date {
    position: absolute;
    top: 50%;
    left: calc(50% + var(--item-offset, 0px));
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    background: #F4FBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.steps-container .date::after {
    content: '';
    position: absolute;
    inset: -6px;
}

.steps-container .date:hover {
    transform: translate(-50%, -50%) scale(1.08);
    border-color: #1BA0D7;
    box-shadow: 0 8px 30px rgba(27, 160, 215, 0.3);
}

/* -------- ICON IMAGE -------- */

.steps-container .date img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.steps-container .date:hover img {
    transform: scale(1.1);
}

/* ============================================
   CONNECTOR LINE (card to icon)
============================================ */

.step-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, #79ccef, #1BA0D7);
    z-index: 2;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Right connector (odd - card is on left, connector goes to icon on right) */
/* Width adjusts with --item-offset so connector meets the shifted icon */
.steps-container:nth-child(odd) .step-line {
    left: calc(50% - 100px);
    width: calc(56px + var(--item-offset, 0px));
}

/* Left connector (even - icon is on left, connector goes to card on right) */
.steps-container:nth-child(even) .step-line {
    left: calc(50% + var(--item-offset, 0px) + 44px);
    width: calc(56px - var(--item-offset, 0px));
}

/* Hover effect: connector lightens */
.steps-container:hover .step-line {
    background: linear-gradient(90deg, #1BA0D7, #2baff0);
    height: 3px;
}

/* ============================================
   RESPONSIVE - TABLET
============================================ */

@media (max-width: 991px) {


    .content span {
        position: absolute;
        top: 0px;
        right: 14px;
        font-weight: 900;
        font-family: var(--primary-font);
        font-style: Black;
        font-size: 31.8px;
        color: #0B2A510A;
        line-height: 86.8px;
        letter-spacing: -4.34px;
    }
    .section-header {
        margin-bottom: 60px;
    }

    .section-header h2 {
        font-size: 42px;
    }

    /* Move timeline line to left side */
    .steps::after {
        left: 36px;
        transform: none;
        top: 129px;
        bottom: 129px;
    }

    .steps-container {
        --item-offset: 0px;
        min-height: auto;
        margin-bottom: 60px;
        padding-left: 100px;
        padding-right: 0;
    }

    .steps-container:last-child {
        margin-bottom: 0;
    }

    /* Cards take full width minus offset */
    .steps-container .content,
    .steps-container:nth-child(odd) .content,
    .steps-container:nth-child(even) .content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 32px;
        border-radius: 14px;
    }

    /* Icons sit on the left timeline line */
    .steps-container .date {
        left: 36px;
        transform: translate(-50%, -50%);
        width: 72px;
        height: 72px;
        border-width: 3px;
    }

    .steps-container .date::after {
        display: none;
    }

    .steps-container .date img {
        width: 30px;
        height: 30px;
    }

    .steps-container .date:hover {
        transform: translate(-50%, -50%) scale(1.08);
    }

    /* Connectors go from icon to card */
    .step-line,
    .steps-container:nth-child(odd) .step-line,
    .steps-container:nth-child(even) .step-line {
        left: 72px;
        width: 28px;
    }

    .steps-container .content h2 {
        font-size: 22px;
    }

    .steps-container .content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .section-header {
        margin-bottom: 40px;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .section-header hr {
        width: 60px;
        height: 3px;
    }

    .steps::after {
        left: 24px;
    }

    .steps-container {
        --item-offset: 0px;
        padding-left: 65px;
        margin-bottom: 45px;
    }

    .steps-container .content,
    .steps-container:nth-child(odd) .content,
    .steps-container:nth-child(even) .content {
        padding: 22px 24px;
    }

    .steps-container .date {
        left: 24px;
        width: 52px;
        height: 52px;
        border-width: 3px;
    }

    .steps-container .date img {
        width: 22px;
        height: 22px;
    }

    .step-line,
    .steps-container:nth-child(odd) .step-line,
    .steps-container:nth-child(even) .step-line {
        left: 50px;
        width: 15px;
    }

    .steps-container .content p:first-child {
        font-size: 12px;
    }

    .steps-container .content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .steps-container .content p {
        font-size: 14px;
        line-height: 1.7;
    }
}

.main-bakground {
    background-image: url(../images/earth.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.heading-timeline p {
    font-family: var(--primary-font);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 5px;
    letter-spacing: 5%;
    text-transform: uppercase;

}

.heading-timeline h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 105%;
    letter-spacing: 0%;
}

.industries-section {
    font-family: var(--primary-font);
}

.section-heading {
    margin-bottom: 40px;
    font-family: var(--primary-font);
}

.section-heading span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: var(--primary-font);
    color: #111;
    margin-bottom: 5px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: #000000;
    margin: 0;
}

.industries-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
}


.small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 250px;
    cursor: pointer;
}

.large-card {
    min-height: 520px;
}


.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.industry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.2) 40%,
            rgba(0, 0, 0, 0) 70%);
}


.industry-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}

.industry-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.small-grid .industry-content h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.industry-content p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    max-width: 90%;
}


.industry-card:hover img {
    transform: scale(1.08);
}

.industry-card:hover .industry-overlay {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.25) 40%,
            rgba(0, 0, 0, 0) 75%);
}


@media (max-width: 991px) {

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .large-card {
        min-height: 450px;
    }

    .section-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    .small-grid {
        grid-template-columns: 1fr;
    }

    .large-card {
        min-height: 380px;
    }

    .industry-card {
        min-height: 240px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .industry-content h3 {
        font-size: 26px;
    }

    .small-grid .industry-content h3 {
        font-size: 22px;
    }

    .industry-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
}

.events-section {
    font-family: var(--primary-font);
}

.events-heading {
    margin-bottom: 45px;
}

.events-heading span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #000000;
    margin-bottom: 5px;
}

.events-heading h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.events-grid {
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 1.65fr;
    gap: 18px;
    align-items: stretch;
}

.event-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.event-image {
    position: relative;
    overflow: hidden;
    height: 420px;
}

.large-event .event-image {
    height: 420px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.event-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    gap: 20px;
}

.event-info h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.event-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #8b8b8b;
}

.event-location i {
    font-size: 11px;
}


.event-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    flex-shrink: 0;
    transition: all 0.35s ease;
}


.event-card:hover .event-image img {
    transform: scale(1.08);
}

.event-card:hover .event-arrow {
    background: #000000;
    color: #fff;
    transform: translateX(5px);
}

/* RESPONSIVE */

@media (max-width: 1199px) {

    .events-grid {
        grid-template-columns: 1fr 1fr;
    }

    .large-event {
        grid-column: span 2;
    }
}

@media (max-width: 991px) {

    .events-section {
        padding: 80px 0;
    }

    .events-heading h2 {
        font-size: 34px;
    }

    .event-image,
    .large-event .event-image {
        height: 340px;
    }

    .event-info h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .events-grid {
        grid-template-columns: 1fr;
    }

    .large-event {
        grid-column: auto;
    }

    .event-image,
    .large-event .event-image {
        height: 280px;
    }

    .events-heading {
        margin-bottom: 35px;
    }

    .events-heading h2 {
        font-size: 34px;
    }

    .event-info h3 {
        font-size: 20px;
    }

    .event-content {
        padding-top: 16px;
    }
}

.csr-section {
	background: #f5f5f5;
    font-family: var(--primary-font);
}

.csr-section .section-label {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}

.csr-section .section-title {
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 30px;
}

.csr-card {
	height: 100%;
}

.csr-image {
	overflow: hidden;
	margin-bottom: 20px;
}

.csr-image img {
  position: relative;
	width: 100%;
	display: block;
	transition: 0.4s ease;
}
.csr-card h3 {
  position: absolute;
  top: 80%;
  left: 50px;
   color: #fff !important;

}

.csr-card:hover .csr-image img {
	transform: scale(1.05);
}

.csr-card h3 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 18px;
}

.csr-card p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}

.sustainability-content {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.content-block p {
   font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
	.section-title {
		font-size: 42px;
	}

	.csr-card h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {

	.section-title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.csr-card h3 {
		font-size: 24px;
	}

	.csr-image img {
		height: 240px;
	}

	.csr-card p,
	.content-block p {
		font-size: 14px;
		line-height: 1.7;
	}

	.sustainability-content {
		gap: 50px;
	}
}

.page-content-form {
	background: #f5f5f5;
    font-family: var(--primary-font);
}

.contact-tag {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	margin-bottom: 5px;
}

.contact-title {
	font-size: 54px;
	line-height: 1.1;
	font-weight: 600;
	color: #111;
	margin-bottom: 16px;
}

.contact-desc {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 80px;
	max-width: 450px;
}

.contact-info-box h3 {
	font-size: 28px;
	font-weight: 600;
	color: #111;
	margin-bottom: 18px;
}

.contact-info-box > p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}

.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.contact-info-list li {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.icon-box {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #111;
}

.contact-info-list a {
	color: #111;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.8;
}

.contact-info-list strong {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #111;
}

.contact-info-list p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
}

.contact-form .form-group {
	margin-bottom: 22px;  
}
.contact-right {
    padding-top: 180px;
}

.contact-form label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	margin-bottom: 14px;
}

.contact-form .form-control {
	border: none;
	border-bottom: 1px solid #c7c7c7;
	border-radius: 0;
	background: transparent;
	padding: 0 0 16px;
	font-size: 16px;
	color: #000000;
	box-shadow: none;
	height: auto;
}

.contact-form .form-control::placeholder {
    color:#000 !important;
}

.contact-form textarea.form-control {
	resize: none;
}

.contact-form .form-control:focus {
	box-shadow: none;
	border-color: #111;
	background: transparent;
}

.contact-form .form-control::placeholder {
	color: #777;
}

.contact-btn {
	min-width: 170px;
	height: 58px;
	border: none;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: 0.3s ease;
}

.contact-btn:hover {
	background: #222;
}

.contact-bottom {
	border-top: 1px solid #d8d8d8;
	padding-top: 26px;
	margin-top: 32px;
}

.contact-bottom-top {
	max-width: 700px;
	margin-bottom: 60px;
}

.contact-bottom-top h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #000000;
	margin-bottom: 18px;
}

.contact-bottom-top p {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
	color: #000000;
}

.bottom-item h4 {
	font-size: 28px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 14px;
}

.bottom-item a {
    font-family: var(--project-primary-font);
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin-bottom: 12px;
    word-spacing: 2px;
	color: #000000;
}

.bottom-item a:hover {
	color: #000000;
}

@media (max-width: 991px) {

	.contact-title {
		font-size: 42px;
	}

	.contact-desc {
		margin-bottom: 60px;
	}

	.contact-bottom {
		margin-top: 80px;
		padding-top: 60px;
	}

	.contact-bottom-top h3 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {

	.contact-title {
		font-size: 34px;
	}

	.contact-info-box h3 {
		font-size: 24px;
	}

	.contact-bottom-top h3 {
		font-size: 26px;
	}

	.bottom-item h4 {
		font-size: 22px;
	}

	.contact-btn {
		width: 100%;
	}
}




.office-section {
	background: #eef2f4;
	position: relative;
	overflow: hidden;
    font-family: var(--primary-font);
}

.office-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/conatact-background-mange.png") center center no-repeat;
	background-size: contain;
	pointer-events: none;
}

.office-heading {
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

.office-heading .sub-title {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
  margin-bottom: 5px !important;
	color: #2ea3f2;
	display: inline-block;
	text-transform: uppercase;
}

.office-heading h2 {
	font-size: 42px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 14px;
}

.office-heading p {
	font-size: 16px;
	color: #000000;
	margin: 0;
}

.office-wrapper {
	position: relative;
	z-index: 2;
}

.office-card {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, #FFFFFF 50.5%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(2px);
	  margin-bottom: 50px;
    padding: 20px;
}

.office-image {
	overflow: hidden;
}

.office-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.office-title span {
	font-size: 13px;
	font-weight: 500;
	color: #2ea3f2;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.office-title h3 {
	font-size: 32px;
	font-weight: 500;
	color: #000000;
	margin: 0;
}

.office-address {
  padding-top: 35px;
}
.office-contact {
  padding-top: 35px;
}

.office-address p {
	font-size: 16px;
	color: #000;
	margin: 0;
}

.office-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.office-contact a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	word-break: break-word;
	transition: all 0.3s ease;
}

.office-contact a:hover {
	color: #2ea3f2;
}

.office-location {
	margin-top: 30px;
	padding-left: 58%;
}

.office-location a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.office-location a i {
	color: #2ea3f2;
	font-size: 16px;
}

.office-location a:hover {
	color: #2ea3f2;
}

@media (max-width: 1199px) {

	.office-title h3 {
		font-size: 38px;
	}

	.office-location {
		padding-left: 52%;
	}
}

@media (max-width: 991px) {

	.office-card .row > div {
		margin-bottom: 30px;
	}

	.office-title h3 {
		font-size: 34px;
	}

	.office-location {
		padding-left: 0;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {

	.office-heading h2 {
		font-size: 38px;
	}

	.office-title h3 {
		font-size: 30px;
	}

	.office-image img {
		height: 220px;
	}

	.office-address p,
	.office-contact a {
		font-size: 15px;
	}
}

.icon-blue{
    color: #007DC3;
}


.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;
}

.zig-new h4 {
  font-size: 40px;
  font-weight: bold;
}

.zig-new .row:nth-child(even) {
  position: relative;
}

/* Order preserved from original main.css: -240px rule first, then -120px overrides it */
.zig-new .row:nth-child(even) .text-part {
  margin-top: -240px;
  right: -10%;
}

.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;
}

/* ==========================================================================
   2. Water Infrastructure Section (.water-infra)
   ========================================================================== */
.water-infra {
  margin-top: 50px;
}

.water-infra .row {
  flex-direction: row-reverse;
}

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

/* ==========================================================================
   3. Industrial Section (.ind-sec)
   ========================================================================== */
.ind-sec {
  position: relative;
  padding: 60px 0px;
}

.ind-sec strong {
  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;
}

/* ==========================================================================
   4. Steps Section (.step-sec & .step-card)
   ========================================================================== */
.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;
}

.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: #000;
  margin-top: 14px;
  font-weight: bold;
}

.step-card p {
  color: #fff;
  display: none;
}

.step-card:hover {
  background: #000;
}

.step-card:hover p {
  display: block;
  font-size: 16px;
}

.step-card:hover span {
  color: #fff;
}

.step-card:hover img {
  display: none;
}

/* ==========================================================================
   5. SWRO Section (.swro-sec)
   ========================================================================== */
.swro-sec h2 {
  white-space: nowrap;
}

.swro-sec .row {
  flex-direction: row-reverse;
}

.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;
}

/* ==========================================================================
   6. SWRO Workflow Section (.swro-work-sec)
   ========================================================================== */
.swro-work-sec {
  margin-top: -60px;
}

/* ==========================================================================
   7. Step Part / Workflow Steps (.step-part)
   ========================================================================== */
.step-part {
  padding-top: 300px;
  position: relative;
  margin-top: 60px;
}

.step-part li {
  list-style: none;
  width: 100%;
  position: relative;
}

.step-part li .number {
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0px;
  border-radius: 50%;
  position: absolute;
  font-weight: bolder;
}

.step-part li strong {
  color: #000;
  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;
}

/* ==========================================================================
   8. New Steps Section (.step-sec-new & .step-card-new)
   ========================================================================== */
.step-sec-new {
  position: relative;
  margin-bottom: 60px;
  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: 12%;
  margin-top: 30px;
}

.step-sec-new .step-card-new {
  border: 4px solid #000;
  border-radius: 8px;
  padding: 15px 15px 15px 30px;
  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: #000;
  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%;
}

.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";
}

.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: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0px 16px 0px;
}

.step-sec-new .step-card-new p {
  color: #959595;
}

/* ==========================================================================
   9. Why Choose Us Section (.why-choose-sec & .wc-card-new)
   ========================================================================== */
.why-choose-sec {
  margin: 10px 0px 50px 0px;
  position: relative;
}

.why-choose-sec li {
  font-size: 26px;
  padding-left: 40px;
  list-style: auto;
  padding: 16px 0px 16px 40px;
  position: relative;
  color: #000;
  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;
}

.why-choose-sec .row {
  margin-bottom: 40px;
}

.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: #000 !important;
  border-color: #000 !important;
}

.why-choose-sec .owl-nav.disabled .owl-next i,
.why-choose-sec .owl-nav .owl-next i {
  color: #fff !important;
}

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

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

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


/* ==========================================================================
   10. Responsive Styles (extracted from responsive.css)
   ========================================================================== */

/* ----- min-width: 2500px ----- */
@media screen and (min-width: 2500px) {
  .step-card {
    width: 410px;
    height: 400px;
    justify-content: center;
  }
}

/* ----- min-width: 1920px ----- */
@media screen and (min-width: 1920px) {
  .why-choose-sec .owl-nav.disabled,
  .why-choose-sec .owl-nav {
    top: -100px;
  }
}

/* ----- max-width: 1600px ----- */
@media screen and (max-width: 1600px) {
  .zig-new .row:nth-child(even) .text-part {
    margin-top: -220px;
  }

  .step-card {
    width: 250px;
    height: 250px;
  }

  .step-card img {
    height: 100px;
  }

  .step-card span {
    font-size: 16px;
  }

  .step-part li strong {
    font-size: 20px;
  }

  .why-choose-sec .wc-card-new h3 {
    font-size: 18px;
  }

  .zig-new h4 {
    font-size: 30px;
  }
}

/* ----- max-width: 1440px ----- */
@media screen and (max-width: 1440px) {
  .step-card:hover p {
    font-size: 12px;
  }

  .wc-card-new img {
    height: 350px;
  }

  .step-sec-new .step-card-new p {
    margin: 0px;
    font-size: 12px;
  }

  .zig-new .row:nth-child(even) .text-part {
    padding: 40px 40px 40px 70px;
  }

  .zig-new h4 {
    font-size: 24px;
  }

  .ind-sec {
    padding: 40px 0px;
  }

  .ind-sec::after {
    width: 70%;
    opacity: 0.8;
  }

  .step-card {
    width: 200px;
    height: 200px;
    padding: 30px;
  }

  .step-card img {
    height: 70px;
  }

  .step-card span {
    font-size: 14px;
  }

  .step-sec-new .step-card-new h3 {
    font-size: 14px;
    margin: 16px 0px 16px 0px;
  }

  .step-part li strong {
    font-size: 18px;
  }

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

  .swro-work-sec .step-part {
    padding-top: 260px;
  }

  .ind-sec strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* ----- max-width: 1200px ----- */
@media screen and (max-width: 1200px) {
  .swro-work-sec {
    margin-top: 40px;
  }

  .swro-work-sec .step-part {
    padding-top: 40px;
    margin-top: 0;
  }

  .swro-work-sec .step-part ul {
    padding: 0px;
  }

  .swro-work-sec .step-part .img-part {
    display: none;
  }

  .swro-work-sec .step-part li {
    width: 100%;
    position: static;
    padding-left: 60px;
    margin-bottom: 40px;
  }

  .swro-work-sec .step-part li .number {
    left: 0;
  }

  .swro-work-sec .step-part li:after {
    display: none;
  }

  .wc-card-new img {
    height: 260px;
  }

  .step-sec-new .col-lg-6 {
    width: 100% !important;
  }
}

/* ----- max-width: 1024px ----- */
@media screen and (max-width: 1024px) {
  .step-card {
    margin-bottom: 30px;
  }

  .step-sec-new .step-card-new {
    padding: 20px;
    text-align: center;
  }

  .step-sec-new .step-card-new:after {
    display: none;
  }

  .step-sec .step-main .content-flex {
    position: relative;
  }

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

  .step-sec-new .row .row {
    position: static;
    padding: 0px 10%;
    gap: 20px;
  }

  .water-infra .row {
    margin-top: 40px;
  }
}

/* ----- min-width: 992px and max-width: 1024px ----- */
@media screen and (min-width: 992px) and (max-width: 1024px) {
  /* No water-specific rules in this range */
}

/* ----- min-width: 992px ----- */
@media screen and (min-width: 992px) {
  .ind-sec .text-part {
    width: 110%;
  }

  .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;
  }
}

/* ----- max-width: 991px ----- */
@media screen and (max-width: 991px) {
  .swro-sec .img-part {
    margin-bottom: 40px;
  }

  .step-sec .step-main>.container {
    display: none;
  }

  .step-card {
    width: 300px;
    height: 300px;
    padding: 30px;
  }

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

  .zig-new .row:nth-child(2n) .text-part {
    margin-top: 0;
    position: static;
  }

  .ind-sec .text-part {
    width: 100%;
    position: static;
    padding: 40px;
    margin-top: 40px;
  }

  .why-choose-sec .img-part img {
    width: 100%;
  }

  .why-choose-sec {
    margin: 10px 0px 0px 0px;
  }

  .why-choose-sec ul {
    margin-top: 30px;
  }

  .why-choose-sec ul li {
    font-size: 20px;
  }
}

/* ----- min-width: 768px and max-width: 990px ----- */
@media screen and (min-width: 768px) and (max-width: 990px) {
  .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;
  }
}

/* ----- max-width: 768px ----- */
@media screen and (max-width: 768px) {
  .step-sec-new>.row {
    flex-direction: column-reverse;
  }
}

/* ----- max-width: 767px ----- */
@media screen and (max-width: 767px) {
  .step-sec-new .step-card-new:after {
    display: none;
  }

  .step-sec-new .row .row {
    padding: 30px;
    gap: 20px;
  }

  .step-sec-new .img-part {
    margin-top: 0px;
  }

  .zig-new .row:nth-child(even) .text-part {
    margin-top: 40px;
    padding: 30px !important;
  }

  .ind-sec .text-part {
    padding: 40px;
    position: static;
  }

  .step-sec .step-main {
    flex-direction: column;
  }

  .why-choose-sec li {
    font-size: 22px;
    padding: 16px 0px 16px 20px;
  }

  .why-choose-sec ul {
    margin-top: 20px;
  }

  .why-choose-sec .row {
    margin-bottom: 0px;
  }

  .step-sec {
    position: relative;
    padding: 40px 0px;
  }

  .step-sec h2 {
    margin-bottom: 30px;
  }

  .swro-sec .text-part {
    margin-top: 30px;
  }

  .swro-sec h2 {
    white-space: break-spaces;
  }

  .ind-sec::after {
    opacity: 0.2;
  }

  .ind-sec strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .why-choose-sec .owl-nav.disabled,
  .why-choose-sec .owl-nav {
    position: static;
    justify-content: center;
  }
}





.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;
}

.zig-new h4 {
  font-size: 40px;
  font-weight: bold;
}

.zig-new .row:nth-child(even) {
  position: relative;
}

/* Order preserved from original main.css: -240px rule first, then -120px overrides it */
.zig-new .row:nth-child(even) .text-part {
  margin-top: -240px;
  right: -10%;
}

.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;
}

/* ==========================================================================
   2. Water Infrastructure Section (.water-infra)
   ========================================================================== */
.water-infra {
  margin-top: 50px;
}

.water-infra .row {
  flex-direction: row-reverse;
}

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

/* ==========================================================================
   3. Industrial Section (.ind-sec)
   ========================================================================== */
.ind-sec {
  position: relative;
  padding: 60px 0px;
}

.ind-sec strong {
  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;
}

/* ==========================================================================
   4. Steps Section (.step-sec & .step-card)
   ========================================================================== */
.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;
}

.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: #000;
  margin-top: 14px;
  font-weight: bold;
}

.step-card p {
  color: #fff;
  display: none;
}

.step-card:hover {
  background: #000;
}

.step-card:hover p {
  display: block;
  font-size: 16px;
}

.step-card:hover span {
  color: #fff;
}

.step-card:hover img {
  display: none;
}

/* ==========================================================================
   5. SWRO Section (.swro-sec)
   ========================================================================== */
.swro-sec h2 {
  white-space: nowrap;
}

.swro-sec .row {
  flex-direction: row-reverse;
}

.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;
}

/* ==========================================================================
   6. SWRO Workflow Section (.swro-work-sec)
   ========================================================================== */
.swro-work-sec {
  margin-top: -60px;
}

/* ==========================================================================
   7. Step Part / Workflow Steps (.step-part)
   ========================================================================== */
.step-part {
  padding-top: 300px;
  position: relative;
  margin-top: 60px;
}

.step-part li {
  list-style: none;
  width: 24%;
  position: relative;
}

.step-part li .number {
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0px;
  border-radius: 50%;
  position: absolute;
  font-weight: bolder;
}

.step-part li strong {
  color: #000;
  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;
}

/* ==========================================================================
   8. New Steps Section (.step-sec-new & .step-card-new)
   ========================================================================== */
.step-sec-new {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.step-sec-new .head-flex {
  position: relative;
  left: 0%;
  padding: 0px;
}

.step-sec-new .img-part {
  position: relative;
}

.step-sec-new .row .row {
  position: relative;
  left: 12%;
  margin-top: 30px;
}

.step-sec-new .step-card-new {
  border: 4px solid #000;
  border-radius: 8px;
  padding: 15px 15px 15px 30px;
  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: #000;
  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%;
}

.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";
}

.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: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0px 16px 0px;
}

.step-sec-new .step-card-new p {
  color: #959595;
}

/* ==========================================================================
   9. Why Choose Us Section (.why-choose-sec & .wc-card-new)
   ========================================================================== */
.why-choose-sec {
  margin: 10px 0px 50px 0px;
  position: relative;
}

.why-choose-sec li {
  font-size: 26px;
  padding-left: 40px;
  list-style: auto;
  padding: 16px 0px 16px 40px;
  position: relative;
  color: #000;
  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;
}

.why-choose-sec .row {
  margin-bottom: 40px;
}

.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: #000 !important;
  border-color: #000 !important;
}

.why-choose-sec .owl-nav.disabled .owl-next i,
.why-choose-sec .owl-nav .owl-next i {
  color: #fff !important;
}

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

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

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


/* ==========================================================================
   10. Responsive Styles (extracted from responsive.css)
   ========================================================================== */

/* ----- min-width: 2500px ----- */
@media screen and (min-width: 2500px) {
  .step-card {
    width: 410px;
    height: 400px;
    justify-content: center;
  }
}

/* ----- min-width: 1920px ----- */
@media screen and (min-width: 1920px) {
  .why-choose-sec .owl-nav.disabled,
  .why-choose-sec .owl-nav {
    top: -100px;
  }
}

/* ----- max-width: 1600px ----- */
@media screen and (max-width: 1600px) {
  .zig-new .row:nth-child(even) .text-part {
    margin-top: -220px;
  }

  .step-card {
    width: 250px;
    height: 250px;
  }

  .step-card img {
    height: 100px;
  }

  .step-card span {
    font-size: 16px;
  }

  .step-part li strong {
    font-size: 20px;
  }

  .why-choose-sec .wc-card-new h3 {
    font-size: 18px;
  }

  .zig-new h4 {
    font-size: 30px;
  }
}

/* ----- max-width: 1440px ----- */
@media screen and (max-width: 1440px) {
  .step-card:hover p {
    font-size: 12px;
  }

  .wc-card-new img {
    height: 350px;
  }

  .step-sec-new .step-card-new p {
    margin: 0px;
    font-size: 12px;
  }

  .zig-new .row:nth-child(even) .text-part {
    padding: 40px 40px 40px 70px;
  }

  .zig-new h4 {
    font-size: 24px;
  }

  .ind-sec {
    padding: 40px 0px;
  }

  .ind-sec::after {
    width: 70%;
    opacity: 0.8;
  }

  .step-card {
    width: 200px;
    height: 200px;
    padding: 30px;
  }

  .step-card img {
    height: 70px;
  }

  .step-card span {
    font-size: 14px;
  }

  .step-sec-new .step-card-new h3 {
    font-size: 14px;
    margin: 16px 0px 16px 0px;
  }

  .step-part li strong {
    font-size: 18px;
  }

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

  .swro-work-sec .step-part {
    padding-top: 260px;
  }

  .ind-sec strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* ----- max-width: 1200px ----- */
@media screen and (max-width: 1200px) {
  .swro-work-sec {
    margin-top: 40px;
  }

  .swro-work-sec .step-part {
    padding-top: 40px;
    margin-top: 0;
  }

  .swro-work-sec .step-part ul {
    padding: 0px;
  }

  .swro-work-sec .step-part .img-part {
    display: none;
  }

  .swro-work-sec .step-part li {
    width: 100%;
    position: static;
    padding-left: 60px;
    margin-bottom: 40px;
  }

  .swro-work-sec .step-part li .number {
    left: 0;
  }

  .swro-work-sec .step-part li:after {
    display: none;
  }

  .wc-card-new img {
    height: 260px;
  }

  .step-sec-new .col-lg-6 {
    width: 100% !important;
  }
}

/* ----- max-width: 1024px ----- */
@media screen and (max-width: 1024px) {
  .step-card {
    margin-bottom: 30px;
  }

  .step-sec-new .step-card-new {
    padding: 20px;
    text-align: center;
  }

  .step-sec-new .step-card-new:after {
    display: none;
  }

  .step-sec .step-main .content-flex {
    position: relative;
  }

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

  .step-sec-new .row .row {
    position: static;
    padding: 0px 10%;
    gap: 20px;
  }

  .water-infra .row {
    margin-top: 40px;
  }
}

/* ----- min-width: 992px and max-width: 1024px ----- */
@media screen and (min-width: 992px) and (max-width: 1024px) {
  /* No water-specific rules in this range */
}

/* ----- min-width: 992px ----- */
@media screen and (min-width: 992px) {
  .ind-sec .text-part {
    width: 110%;
  }

  .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;
  }
}

/* ----- max-width: 991px ----- */
@media screen and (max-width: 991px) {
  .swro-sec .img-part {
    margin-bottom: 40px;
  }

  .step-sec .step-main>.container {
    display: none;
  }

  .step-card {
    width: 300px;
    height: 300px;
    padding: 30px;
  }

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

  .zig-new .row:nth-child(2n) .text-part {
    margin-top: 0;
    position: static;
  }

  .ind-sec .text-part {
    width: 100%;
    position: static;
    padding: 40px;
    margin-top: 40px;
  }

  .why-choose-sec .img-part img {
    width: 100%;
  }

  .why-choose-sec {
    margin: 10px 0px 0px 0px;
  }

  .why-choose-sec ul {
    margin-top: 30px;
  }

  .why-choose-sec ul li {
    font-size: 20px;
  }
}

/* ----- min-width: 768px and max-width: 990px ----- */
@media screen and (min-width: 768px) and (max-width: 990px) {
  .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;
  }
}

/* ----- max-width: 768px ----- */
@media screen and (max-width: 768px) {
  .step-sec-new>.row {
    flex-direction: column-reverse;
  }
}

/* ----- max-width: 767px ----- */
@media screen and (max-width: 767px) {
  .step-sec-new .step-card-new:after {
    display: none;
  }

  .step-sec-new .row .row {
    padding: 30px;
    gap: 20px;
  }

  .step-sec-new .img-part {
    margin-top: 0px;
  }

  .zig-new .row:nth-child(even) .text-part {
    margin-top: 40px;
    padding: 30px !important;
  }

  .ind-sec .text-part {
    padding: 40px;
    position: static;
  }

  .step-sec .step-main {
    flex-direction: column;
  }

  .why-choose-sec li {
    font-size: 22px;
    padding: 16px 0px 16px 20px;
  }

  .why-choose-sec ul {
    margin-top: 20px;
  }

  .why-choose-sec .row {
    margin-bottom: 0px;
  }

  .step-sec {
    position: relative;
    padding: 40px 0px;
  }

  .step-sec h2 {
    margin-bottom: 30px;
  }

  .swro-sec .text-part {
    margin-top: 30px;
  }

  .swro-sec h2 {
    white-space: break-spaces;
  }

  .ind-sec::after {
    opacity: 0.2;
  }

  .ind-sec strong {
    font-size: 20px;
  }
}

/* ----- max-width: 576px ----- */
@media screen and (max-width: 576px) {
  .why-choose-sec .owl-nav.disabled,
  .why-choose-sec .owl-nav {
    position: static;
    justify-content: center;
  }
}



.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: #000;
}

.help-flex .download-flex .pdf-flex .pw-flex {
  display: flex;
  align-items: center;
  gap: 10px;

  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-weight: 600;
}

.dw-flex .icon {
  background: #000;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
}


.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;
  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: #000;
}

.icon-flex ul li img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.b-card {
  display: flex;
  gap: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.b-card .icon {
  width: 40%;
}

.bs-card {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.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: #000;
  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 {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  color: #000;
}

.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 {
  display: block;
  font-size: 22px;
  color: #000;
}

.s-card {
  display: flex;
  margin-bottom: 60px;
}

.s-card strong {
  display: block;
  font-size: 22px;
  color: #000;
  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: #000;
  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: #000;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  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: #000;
}

.project-listing .project-card .text-part h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 16px 0px;
  text-transform: uppercase;
  color: #000;
  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: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-listing .project-card .text-part .sw-sec strong {
  color: #000;
  text-transform: uppercase;
}

.location-flex-main {
  display: flex;
  align-items: center;
  gap: 60px;
  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: #000;
}

.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: #000;
  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;
}

.footer-card ul li a, .footer-card p {
  color: #000000 !important;
  text-align: start !important;
      word-spacing: 0px;
}

.footer-links .last-link li {
  display: flex;
  gap: 10px;
}

.menu-item-has-children:after {
  top: 0px !important;
}

.page-id-897 .contact-wrapper {
  display: none;
}

body:not(.home) .logo img {
    filter: brightness(0) invert(1);
}
.inner-banner {
  position: relative;
}
.inner-banner::after{
    content: "";
    position: absolute;
    height: 100%;
    background: #0000004D;
    width: 100%;
    z-index: 11;
    top: 0px;
}

body:not(.home) .menu-item-has-children:after{
    color: #fff !important;
}

.social-icons{
    display: flex;
    gap: 20px;
    font-size: 25px;
    color: #000;
}

.crs-image-rale {
    position: relative;
    overflow: hidden;
}

.height-for-csr {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.crs-image-rale::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.csr-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 700px;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.csr-content h2 {
    margin-bottom: 20px;
    line-height: 1.2;
}

.csr-content ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.csr-content ul li {
    margin-bottom: 12px;
    list-style-type: disc;
}

.csr-content p {
    margin: 0;
    line-height: 1.7;
}

/* Tablet */
@media (max-width: 991px) {
    .height-for-csr {
        height: 500px;
    }

    .csr-content {
        left: 5%;
        right: 5%;
        max-width: 90%;
    }

    .csr-content h2 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .height-for-csr {
        height: 700px;
    }

    .csr-content {
        top: 50%;
        left: 20px;
        right: 20px;
        max-width: none;
        width: auto;
    }

    .csr-content h2 {
        font-size: 26px;
    }

    .csr-content ul li,
    .csr-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .height-for-csr {
        height: 750px;
    }

    .csr-content h2 {
        font-size: 22px;
    }
}


.csr-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #355799 !important;
}

.page-id-2516 .section-padding-top{
  padding-top: 50px !important;
}

.page-id-2516 .section-padding-bottom{
  padding-bottom: 50px !important;
}

.page-id-688 .head-flex  {
  margin-bottom: 35px;

}

.page-id-688 .head-flex p  span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 5px;
}
.page-id-688 .main-head h2 {
  font-size: 40px;
  gap: 0px;
  margin-bottom: 20px;
}

.page-id-688 .head-flex .main-head h2 {
  font-size: 40px !important;
}

.page-id-685  .main-head h2 {
  font-size: 40px;
  gap: 0px;
  margin-bottom: 20px;
}


.page-id-685 .main  {
  width: 100%;
  float: unset;
}
.page-id-688 .main  {
  width: 100%;
  float: unset;
}

.page-id-681 .main  {
  width: 100%;
  float: unset;
}

.page-id-342 .main  {
  width: 100%;
  float: unset;
}

.page-id-679 .main  {
  width: 100%;
  float: unset;
}

.page-id-676 .main  {
  width: 100%;
  float: unset;
}
.page-id-543  .main  {
  width: 100%;
  float: unset;
}

.page-id-382 .main  {
  width: 100%;
  float: unset;
}