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

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF03;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  border-bottom: 2px solid rgb(243 243 243 / 44%);
  background: rgba(255, 255, 255, 0.01);
}

.menu-item-has-children:after {
  width: 30px;
  height: 31px;
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: -15px;
  top: 2px;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 20px;
}

header .logo img {
  width: 222px;
  height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

.about-sec {
  padding: 120px 0px 60px 0px;
  color: #fff;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-color: #442C75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-card strong {
  display: block;
  margin-bottom: 20px;


}

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

.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 {

  margin-bottom: 60px;
}

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

.head-flex {
  color: #442C75;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.head-flex h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #442C75;
  margin-bottom: 0px;
}

.head-flex p {
  color: #000;
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme-btn-new:hover {
  background: #442C75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-stage {
  display: flex;
}

.owl-stage .item {
  display: flex;
}

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

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

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

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

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

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

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

.swiper-slide {
  display: flex;
}

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

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

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

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

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

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

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

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

header nav .menu-item a {
  color: #FFFFFF;
  font-weight: 500;
  margin: 0px 10px;
  font-size: 16px;
}

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

.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-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.ind-sec .img-part {
  position: relative;
  z-index: 1;
}

.ind-sec::after {
  background: url(../images/ind-sec-bg.png);
  width: 90%;
  height: 60%;
  position: absolute;
  right: 0;
  animation: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 80px;
  z-index: -1;
}

.ind-sec .text-part {
  background: #F8F8F8;
  padding: 14% 40px 15% 10%;
  left: -14%;
  position: relative;
}

.ind-sec .row {
  flex-direction: row-reverse;
  align-items: flex-end;
}

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

.step-card {
  width: 300px;
  height: 300px;
  background: #ECEAF1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  padding: 40px;
  font-size: 20px !important;
}

.step-card span {
  display: block;
  font-size: 22px;
  color: #442C75;
  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;
}

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

  font-weight: bolder;
}

.step-part li strong {
  color: #442C75;
  font-size: 26px;
  text-transform: uppercase;
}

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

.step-part .img-part img {
  max-width: 46%;
  position: relative;
  top: -80px;
}

header nav .menu-item a {
  color: #FFFFFF;
  font-weight: 500;
  margin: 0px 10px;
  font-size: 16px;
}

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


.step-sec-new .step-card-new {
  border: 4px solid #442C75;
  border-radius: 8px;
  padding: 15px 15px 15px 30px;
}

.step-sec-new .step-card-new .icon {
  margin: auto;
  text-align: center;
}

.step-sec-new .step-card-new .icon img {
  height: 60px;
}

.step-sec-new .step-card-new h3 {
  color: #442C75;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0px 16px 0px;
}

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

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

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

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

.head-flex-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.head-flex-main .theme-btn-new {
  width: -moz-fit-content;
  width: fit-content;
}

.help-sec-new {
  background: url(../images/divi-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.help-sec-new .head-flex {
  gap: 0px;
}

.help-sec-new h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
  color: #000;
}

.help-flex {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(206, 206, 206, 0.8078431373);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
}

.help-flex .text-part {
  width: 70%;
}

.help-flex .text-part .img-part {
  position: relative;
  height: 100%;
}

.help-flex .text-part .img-part img {
  width: 100%;
}

.help-flex .text-part .img-part .content-part {
  color: #fff;
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  /* height: auto!Important; */
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  width: 32%;
  text-align: left;
  left: 6%;
}

.help-flex .download-flex {
  width: 30%;
  background: #009FE3;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-flex .download-flex .pdf-flex {
  background: #fff;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #442C75;
}

.help-flex .download-flex .pdf-flex .pw-flex {
  display: flex;
  align-items: center;
  gap: 10px;

  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: #442C75;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
}

.step-sec-new .step-card-new {
  position: relative;
  background: #fff;
}

.step-sec-new .step-card-new:after {
  content: "01";
  position: absolute;
  width: 50%;
  height: 110px;
  right: 84%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ECEAF1;
  color: #442C75;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  font-weight: bold;
  font-size: 40px;
  justify-content: end;
  padding-right: 16%;
}

.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;
  width: 100%;
}

.c-card img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon-flex ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.icon-flex ul li {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #442C75;
}

.icon-flex ul li img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.b-card {
  display: flex;
  gap: 30px;
  color: #442C75;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.b-card .icon {
  width: 40%;
}

.bs-card {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #442C75;
  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: #442C75;
  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: #442C75;
}

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

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

.m-card {
  display: flex;
  gap: 30px;
  padding-left: 80px;
}

.m-card strong {
  display: block;
  font-size: 22px;
  color: #442C75;
}

.s-card {
  display: flex;
  margin-bottom: 60px;
}

.s-card strong {
  display: block;
  font-size: 22px;
  color: #442C75;
  text-transform: uppercase;
}

.s-card .icon {
  flex: 0 0 auto;
}

.s-card .icon img {
  max-height: 163px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 200px;
}

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

.s-zig li {
  margin-bottom: 6px;
}

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

.s-zig-card {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

.s-zig-card .icon {
  flex: 0 0 auto;
}

.s-zig-card .icon img {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.s-zig-card span {
  color: #442C75;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  width: 40%;
  font-weight: bold;
}

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

.s-zig h4 span {
  font-size: 50px;
  font-weight: bold;
}

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

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

.project-listing .project-card {
  display: flex;
  background: #F9F9F9;
  margin-bottom: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.project-listing .project-card .img-part {
  flex: 0 0 auto;
  width: 50%;
}

.project-listing .project-card .img-part img {
  width: 100%;
}

.project-listing .project-card .text-part {
  padding: 20px 50px 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 50%;
  flex: 0 0 auto;
}

.project-listing .project-card .text-part .content {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.project-listing .project-card .text-part .content span {
  color: #9F9F9F;
  font-weight: bold;
}

.project-listing .project-card .text-part .content strong {
  color: #442C75;
}

.project-listing .project-card .text-part h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 16px 0px;
  text-transform: uppercase;
  color: #442C75;
  line-height: inherit;
}

.project-listing .project-card .text-part .sw-sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-listing .project-card .text-part .sw-sec ul {
  margin: 0px;
}

.project-listing .project-card .text-part .sw-sec a {
  color: #442C75;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-listing .project-card .text-part .sw-sec strong {
  color: #442C75;
  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: #442C75;
}

.epc-zig-sec {
  position: relative;
  margin-top: 60px;
}

.epc-zig-sec .img-part img {
  margin-bottom: 30px;
}

.epc-zig-sec h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #442C75;
  margin-bottom: 1rem;
}

.epc-flex ul {
  padding: 0px;
}

.epc-flex ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.epc-flex ul li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.epc-flex-new ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.epc-flex-new ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  width: 30%;
  margin-bottom: 30px;
}

.epc-flex-new ul li img {
  width: 110px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

.gallery-sec {
  margin-top: 20px;
  overflow: hidden;
}

.gallery-sec .img-part {
  height: 100%;
  padding: 2px;
}

.gallery-sec .img-part img {
  height: 100%;
}

.gallery-sec .row>* {
  padding: 0px;
}

.epc-flex-big {
  margin-top: 30px;
}

.epc-flex-big ul {
  padding-left: 0px;
}

.epc-flex-big ul li {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 70%;
  margin-bottom: 30px;
}

.epc-flex-big ul li img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  flex: 0 0 auto;
}

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

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

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

.case-study-card .text-part.head-flex {
  padding-top: 60px;
}

.case-study-card .info-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin: 30px 0px 50px 0px;
}

.case-study-card .info-card .text-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding: 30px;
  bottom: 0;
  color: #fff;
  width: 100%;
  filter: drop-shadow(1px 1px 60px #000);
}

.case-study-card .info-card .text-flex h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}

.case-study-card .info-card .text-flex .location-flex .content {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 700;
}

.concept-card {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.concept-card .col-lg-4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

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

.post-change .container {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-change .container a {
  color: #442C75;
  gap: 30px;
  display: flex;
  align-items: center;
}

.contact-bg {
  background: #442C75;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  position: relative;
}

.contact-bg:after {
  width: 50%;
  height: 50%;
  background: url(https://www.meftinternational.net/wp-content/uploads/2025/07/contact-overlay-new-1.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-position: bottom right;
}

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

.contact-bg .contact-flex {
  margin-top: 30px;
}

.contact-bg .contact-flex ul {
  padding: 0px;
}

.contact-bg .contact-flex ul li {
  list-style: none;
  margin-bottom: 40px;
}

.contact-bg .contact-flex ul li a {
  list-style: none;
  display: flex;
  /* align-items: center; */
  gap: 20px;
  color: #fff;
}

.contact-bg .contact-flex ul li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-part input,
.form-part textarea {
  border: 0px;
  border-bottom: 1px solid #8D8D8D;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.form-part label {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.form-part textarea {
  min-height: 100px;
}

.form-part .btn-flex {
  display: flex;
  position: relative;
}

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

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

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

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

.career-card {
  border: 1px solid rgba(68, 44, 114, 0.3803921569);
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  margin-bottom: 40px;
}

.career-card h3 {
  color: #442C75 !important;
  margin-top: 10px;
  text-transform: uppercase;
}

.career-card .img-part {
  width: 30%;
  flex: 0 0 auto;
  margin-right: 40px;
}

.career-card .col-lg-4 .text-part {
  padding-top: 30px;
}

.career-card .col-lg-4 .text-part a {
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 40px 0px;
  height: 100%;
}

.flex-between .location-flex-new img {
  filter: brightness(100) invert(100);
  width: 20px;
  margin-right: 10px;
}

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

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

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

.blog-card-main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0px;
}

.blog-card-main .text-part {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  width: 100%;
}

.blog-card-main .text-part h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

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

.blog-page .blog-card {
  border: 1px solid #E8E8EA;
  padding: 22px;
  border-radius: 12px;
}

.blog-page .blog-card .img-part {
  margin-bottom: 20px;
}

.blog-page .blog-card .img-part img {
  width: 100%;
}

.blog-page .blog-card .d-flex {
  align-items: center;
  gap: 12px;
  color: #97989F;
  font-weight: 500;
}

.blog-page .blog-card h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0px;
}

.blog-page .blog-card .badge-fent {
  background: rgba(75, 107, 251, 0.1294117647);
  width: -moz-fit-content;
  width: fit-content;
  color: #4B6BFB;
  font-weight: 500;
  font-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-weight: 400;
  border: 1px solid #E8E8EA;
  padding: 10px 20px;
}

.text-flex-sec {
  background: #442C75;
  padding: 80px 0px 160px 0px;
  margin-bottom: -80px;
}

.text-flex-sec .text-part {
  padding: 0px 60px;
}

.text-flex-sec .text-part h3 {
  color: #442C75;
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: inherit;
}

.text-flex-sec .row {
  background: #fff;
  margin: 0px;
  border-radius: 40px;
  overflow: hidden;
  align-items: center;
}

.text-flex-sec .col-lg-6 {
  padding: 0px;
}

.blog-detail-page h3,
.blog-detail-page h6 {
  color: #442C75;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-detail-page .img-part {
  margin: 40px 0px;
}

.blog-detail-page .text-part h2 {
  font-weight: bold;
  margin: 20px 0px;
  color: #442C75;
}

.blog-slide {
  background: #FAFAFA;
  padding: 60px;
  border-radius: 40px !important;
  overflow: hidden;
}

.blog-slide .row .text-part {
  padding-left: 50px;
}

.blog-slide .row .btn-theme-new {
  padding: 12px 40px;
  border-radius: 20px;
  text-transform: uppercase;
  margin: 40px 0px 20px 0px;
}

.blog-slide .img-part {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}

.blog-slide .img-part .glass-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
}

.blog-slide .content .d-flex {
  gap: 60px;
}

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

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

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

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

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

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

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

.tab-flex .col-lg-7 {
  display: flex;
}

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

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

.sol-sec .img-part img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sol-sec .theme-btn-new {
  float: right;
}

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

.why-choose-sec .owl-nav.disabled,
.why-choose-sec .owl-nav {
  display: flex !important;
  position: absolute;
  top: -70px;
  width: 100%;
  justify-content: flex-end;
}

.why-choose-sec .owl-nav.disabled button,
.why-choose-sec .owl-nav button {
  height: 36px;
  width: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.why-choose-sec .owl-nav.disabled button i,
.why-choose-sec .owl-nav button i {
  font-size: 14px !important;
  background: none !important;
  align-items: center;
  justify-content: center;
  display: flex;
}

.why-choose-sec .owl-nav.disabled .owl-next,
.why-choose-sec .owl-nav .owl-next {
  background: #442C75 !important;
  border-color: #442C75 !important;
}

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

.zig-card .img-part {
  overflow: hidden;
  border-radius: 12px;
}

.zig-card .img-part img {
  transform: scale(1.1);
}

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

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

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

.icon {
  flex: 0 0 auto;
}

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

.our-services-sec .owl-theme .owl-nav {
  display: none;
}

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

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

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

.blog-sec .owl-theme .owl-dots .owl-dot span {
  opacity: 1 !important;
  background: #0000004D !important;
}

.blog-sec .owl-theme .owl-dots .owl-dot span {
  background: #0000004D !important;
}

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

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

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

.form-part .wpcf7-not-valid-tip {
  position: static;
}

.form-part .wpcf7-file::before {
  background: url("https://www.meftinternational.net/wp-content/uploads/2025/07/upload-icon-new.png");
  background-position-x: 0px;
  background-position-y: center;
  background-repeat: no-repeat;
}

.form-part input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
  background: #fff;
  border: 0px !important;
  height: 80px;
  border-bottom: 1px solid #8D8D8D !important;
}

.form-part .wpcf7-file::after {
  content: "Upload a File";
  text-transform: uppercase;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  width: 100%;
}

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

.page-id-897 .col-lg-4:has(.wpcf7-file) br {
  display: none;
}

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

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

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

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

.blog-detail-page .owl-theme .owl-dots .owl-dot span {
  opacity: 1 !important;
  background: #D9D9D9 !important;
}

.blog-detail-page .owl-theme .owl-dots .owl-dot.active span,
.blog-detail-page .owl-theme .owl-dots .owl-dot:hover span {
  width: 30px !important;
  background: #442C75 !important;
}

.blog-detail-page .blog-slide .content {
  margin-top: 80px;
}

.blog-detail-page .blog-slide .img-part img {
  height: 320px !important;
}

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

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

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

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

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

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

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

.grid-container a:nth-child(3) img {
  height: 530px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.step-card:hover {
  background: #442C75;
}

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

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

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

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

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

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

.page-id-13 .why-choose-sec {
  margin: 0px;
}

.page-id-13 .why-choose-sec img {
  width: 100%;
}

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

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

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

.hero-slide {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

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

/* .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.35));
} */

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  width: 100%;
  max-width: 950px;
  padding: 0 20px;
}

.hero-content span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 38px;
  border-radius: 80px;
  overflow: hidden;
  isolation: isolate;

  /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */

  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.45);

  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-content span .text {
  position: relative;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 1) 45%,
      rgba(255, 255, 255, 0.2) 100%);

  background-size: 220% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: textLight 4s linear infinite;
}

.hero-content span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.hero-content span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 80px;
  padding: 1px;

  background:
    linear-gradient(90deg,
      transparent 0%,
      transparent 35%,
      rgba(255, 255, 255, 0.9) 50%,
      transparent 65%,
      transparent 100%);

  background-size: 250% 100%;

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  animation: borderLight 3s linear infinite;
}

@keyframes textLight {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

@keyframes borderLight {
  0% {
    background-position: 200% 0%;
  }

  100% {
    background-position: -200% 0%;
  }
}

.hero-content h2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 1.56%, #FFF 23.75%, #FFF 50.16%, rgba(255, 255, 255, 0.40) 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 25px;
}

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slide {
  width: 100%;
  height: 100vh;
}

.hero-slider .owl-item {
  overflow: hidden;
}

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

.hero-content p {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 1.56%, #FFF 23.75%, #FFF 50.16%, rgba(255, 255, 255, 0.40) 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
  margin: auto auto 35px;
}

.hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.btn-white {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.10) inset,
    0 6px 46px 0 rgba(255, 255, 255, 0.24);
  transition: color .4s ease;
  z-index: 1;
}

.btn-white::before,
.btn-white::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0792C2;
  z-index: -1;
}

.btn-white::before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.btn-white::after {
  right: -20px;
  transform: translate(50%, -50%);
}

.btn-white:hover {
  color: #fff;
}

.btn-white:hover::before {
  animation: criss-cross-left .8s both;
}

.btn-white:hover::after {
  animation: criss-cross-right .8s both;
}

@keyframes criss-cross-left {

  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 420px;
    height: 420px;
  }

}

@keyframes criss-cross-right {

  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 420px;
    height: 420px;
  }

}

.btn-transparent {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.20);
  color: #fff;
  font-weight: 600;
  padding: 16px 30px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.scroll-text {
  position: absolute;
  right: 45px;
  bottom: 40px;
  z-index: 5;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}

.scroll-text span {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}

.scroll-text span::before {
  content: "↓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.hero-slider .owl-dots {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.hero-slider .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background: transparent !important;
  border: 1px solid #fff;
  margin: 0 !important;
  transition: 0.3s;
}

.hero-slider .owl-dots .owl-dot.active span {
  background: #fff !important;
  transform: scale(1.3);
}


.ime-section {
  position: relative;
  padding: 60px 0;
}

.ime-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT CONTENT */
.ime-content {
  width: 420px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.ime-subtitle {
  font-size: 18px;
  color: #9b9b9b;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ime-title {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  line-height: 1.1;
  margin-bottom: 35px;
}

.ime-title span {
  color: #442C75;
}

.ime-card {
  background: #442C75;
  padding: 35px 35px 30px;
  color: #fff;
  position: relative;
  margin-right: -180px;
  z-index: 3;
}

.ime-card p {
  font-size: 18px;
  line-height: unset;
  color: #f1f1f1;
  margin-bottom: 30px;
}

.ime-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 55px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

.ime-btn:hover {
  background: #111;
  color: #fff;
}

.ime-image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  top: 70px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #2f86ff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 0 0 12px rgba(47, 134, 255, 0.12),
    0 0 0 24px rgba(47, 134, 255, 0.08),
    0 0 0 36px rgba(47, 134, 255, 0.05);
}

.play-btn::before {
  content: '';
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}


.space-image-card {
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}


.ime-section {
  position: relative;
  padding: 80px 0;
}

.ime-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.ime-content {
  width: 420px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.ime-subtitle {
  font-size: 18px;
  color: #7D7D7D;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ime-title {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  line-height: 1.1;
  margin-bottom: 35px;
}

.ime-title span {
  color: #4d2a8c;
}

.ime-card {
  background: #4d2a8c;
  padding: 35px 35px 30px;
  color: #fff;
  position: relative;
  margin-right: -180px;
  z-index: 3;
}

.ime-card p {
  font-size: 18px;
  line-height: 1.9;
  color: #f1f1f1;
  margin-bottom: 30px;
}

.ime-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 55px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

.ime-btn:hover {
  background: #111;
  color: #fff;
}

.ime-image-wrapper {
  position: relative;
  flex: 1;
}

.ime-image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  top: 70px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #2f86ff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 0 0 12px rgba(47, 134, 255, 0.12),
    0 0 0 24px rgba(47, 134, 255, 0.08),
    0 0 0 36px rgba(47, 134, 255, 0.05);
}

.play-btn::before {
  content: '';
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}


.stats-section {
  position: relative;
  padding: 60px 0;
}

.stats-container {
  width: 92%;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.stats-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr 0.55fr;
  gap: 24px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.stats-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../images/pattern.png);
  background-position-x: left;
  background-position-y: top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: -50px;
  left: -4px;
  z-index: -1;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  position: relative;
  min-height: 470px;
  overflow: hidden;
}

/* 
.stats-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 65%, rgba(93, 64, 145, 0.03) 66%);
  opacity: 0.5;
  pointer-events: none;
} */

.stat-box {
  padding: 48px 42px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: transparent;
}

.stat-number {
  font-size: 56px;
  font-weight: 700;
  color: #4d2a8c;
  margin-bottom: 18px;
  line-height: 1;
}

.stat-label {
  font-size: 17px;
  color: #6e6e6e;
  line-height: 1.7;
}

.middle-image {
  height: 100%;
  min-height: 470px;
  overflow: hidden;
}

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

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  margin: auto;
  min-height: 470px;
}

.circle-logo {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotating-text {
  position: absolute;
  width: 210px;
  height: 271px;
  animation: rotateText 15s linear infinite;
}

.rotating-text text {
    font-size: 12px;
    letter-spacing: 2px;
    fill: #111;
    text-transform: uppercase;
}

.center-star {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.right-image {
  flex: 1;
  overflow: hidden;
}

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

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

.bottom-content p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}



.industrial-section {
  padding-bottom: 60px;
}

.industrial-section .industrial-box {
  position: relative;
}

.industrial-section .industrial-image-box {
  position: relative;
  overflow: hidden;
}

.industrial-section .industrial-image-box img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}

.industrial-section .industrial-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(0, 122, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.industrial-section .industrial-play-btn::before {
  content: '';
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid rgba(0, 122, 255, 0.4);
}

.industrial-section .industrial-play-btn::after {
  content: '';
  position: absolute;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 1px solid rgba(0, 122, 255, 0.2);
}

.industrial-section .industrial-play-btn span {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

.industrial-section .industrial-content-box {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 620px;
  background: #4a2b82;
  padding: 35px;
  z-index: 5;
}

.industrial-section .industrial-content-box p {
  color: #f1f1f1;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 28px;
}



.group-section .group-bg {
  position: relative;
  background: url('../images/image40.png') center center/cover no-repeat;
  min-height: 380px;
  padding: 0px 0 110px;
  display: flex;
  align-items: center;
  margin: 60px 0px;
}

.group-section .group-content {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.group-section .group-content h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.group-section .group-content p {
  font-size: 18px;
  line-height: unset;
  color: #f1f1f1;
  max-width: 980px;
  margin: auto;
  font-weight: 300;
}

.group-section .group-card-wrapper {
  width: 800px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #442C7580;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  z-index: 3;
}

.group-section .group-card {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.group-section .group-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.group-section .group-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.group-section .group-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.4;
}

.group-section .group-info span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
}

.group-section .group-divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.16);
  margin: 0 42px;
}


.services-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
  background: url("../images/light-banner.jpg") center center/cover no-repeat;
}

.services-container {
  position: relative;
  z-index: 2;
}

.services-bg-text {
  position: absolute;
  top: 100px;
  right: 40px;
  font-size: 70px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 1;
}

.services-subtitle {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.services-title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}

.services-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  position: relative;
}


.services-tabs {
  width: 58%;
  position: relative;
  z-index: 5;

  /* OVERLAP EFFECT */
  margin-right: -140px;
}

.service-tab {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgb(255 255 255 / 83%);
  font-size: 28px;
  line-height: 1.4;
  padding: 26px 0;
  cursor: pointer;
  transition: 0.4s ease;
  position: relative;
}

.service-tab span {
  transition: 0.4s ease;
}

.service-tab.active {
  color: #fff;
}

.service-tab.active span {
  font-size: 42px;
  max-width: 880px;
  display: block;
}

.tab-arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.4s ease;
  flex-shrink: 0;
  margin-top: 18px;
}

.service-tab.active .tab-arrow {
  opacity: 1;
  transform: translateX(0);
}


.services-images {
  width: 60%;
  position: relative;
  z-index: 1;
}

.service-image-card {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.service-image-card.active {
  display: flex;
}

.service-image {
  overflow: hidden;
}

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

.image-left,
.image-right {
  width: 22%;
  height: 640px;
}

.image-center {
  width: 56%;
  height: 640px;
  position: relative;
}


.services-dots {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.service-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.3s ease;
}

.service-dot.active {
  width: 50px;
  border-radius: 50px;
  background: #fff;
}

.services-images {
  width: 60%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-slider {
  position: relative;
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}


.service-active {
  width: 59%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

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


.service-preview {
  position: absolute;
  top: 0;
  width: 31%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

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


.service-preview.prev {
  left: -13%;
}


.service-preview.next {
  right: -13%;
}


.explore-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  background: #fff;
  border: none;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

.explore-btn:hover {
  transform: translateX(-50%) translateY(-4px);
}


.services-dots {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.service-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.3s ease;
}

.service-dot.active {
  width: 50px;
  border-radius: 50px;
  background: #fff;
}


.projects-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;

}

.projects-bg {
  position: absolute;
  inset: 0;
  background: url("../images/earth.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 1000px;
  pointer-events: none;
}


.projects-top {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;

}

.projects-subtitle {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8b8b8b;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.projects-title {
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.projects-title span {
  color: #4f328e;
}


.projects-slider-wrapper {
  position: relative;
  padding-left: 20px;
}

.projects-slider .item {
  padding: 10px;
}

.project-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
  min-height: 410px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.project-card:hover {
  transform: translateY(-6px);
}


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

.project-image img {
  width: 100%;
  padding: 10px;
  min-width: 300px;
  height: 190px;
  width: 100% !important;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  display: block;
}


.project-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #442C75CC;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
}


.project-content {
  padding: 16px 18px 24px;
}

.project-location {
  color: #714DFF;
  font-size: 15px;
  margin-bottom: 12px;
  display: block;
}

.project-title-text {
  font-size: 18px;
  line-height: unset;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}

.project-number {
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-size: 62px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.09);
  line-height: 1;
}

.projects-slider .owl-item:nth-child(even) {
  padding-top: 30px;
}

.projects-nav {
  position: absolute;
  right: 50px;
  top: 65px;
  z-index: 5;
}

.projects-nav button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #222;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
  transition: 0.3s ease;
}

.projects-nav button:hover {
  background: #111;
  color: #fff;
}


.owl-theme .owl-dots {
  margin-top: 35px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #d4d4d4;
  transition: 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 90px;
  border-radius: 40px;
  background: #d4d4d4;
}



.trusted-section {
  /* position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center; */
  /* background: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?q=80&w=1800&auto=format&fit=crop") center center/cover no-repeat; */
}


.trusted-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(10, 98, 177, 0.82); */
}

.trusted-left {
  position: relative;
  z-index: 3;
  width: 40%;
  padding-left: 80px;
  padding-right: 40px;
}

.trusted-subtitle {
  display: block;
  color: #8b8b8b;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.trusted-title {
  color: #4f328e;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 30px;
}

.trusted-description {
  color: #000000;
  font-size: 18px;
  max-width: 620px;
}

/* .trusted-container {
  width: 60%;
  max-width: 1400px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  padding-right: 60px;
} */

.trusted-right {
  width: 100%;
}

/* .trusted-row {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 30px;
} */

.row-space {
  padding-left: 0px;
}


.trusted-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.trusted-brand img {
    width: 200px;
}

.brand-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0a62b1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.trusted-brand h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.trusted-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}


.blog-section {
  padding-top: 60px;
  overflow: hidden;
}

.blog-top {
  text-align: center;
  margin-bottom: 45px;
}

.blog-subtitle {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 48px;
  font-weight: 500;
  color: #111;
}

.blog-title span {
  color: #4d2d8f;
}



.blog-slider {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-slider .item {
  padding: 10px;
}


.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

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


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

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

.blog-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #5a3ba3;
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
}

.blog-content {
  padding: 26px 22px 30px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.blog-content::-webkit-scrollbar {
  width: 4px;
}

.blog-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

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

.owl-theme .owl-dots {
  margin-top: 35px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #d6d6d6;
  transition: 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 90px;
  border-radius: 40px;
  background: #0000004D !important;
}

.contact-section {
  padding: 60px 0px;
}


.contact-top {
  text-align: center;
  margin-bottom: 40px;
}

.contact-subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #8d8d8d;
  margin-bottom: 12px;
}

.contact-title {
  font-size: 48px;
  font-weight: 500;
  color: #111;
}

.contact-wrapper {
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  min-height: 620px;
}


.contact-map {
  width: 48%;
  position: relative;
  overflow: hidden;
}

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

.contact-form-side {
  width: 52%;
  position: relative;
  padding: 70px 50px 40px;
  background: url("../images/contact-bakground.png") center center/cover no-repeat;
}

.contact-form-inner {
  position: relative;
  z-index: 2;
}

.contact-form-title {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
}

.contact-form-description {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 15px;
}

.contact-form {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group  .topasa svg {
  position: absolute;
  left: 0;
  top: 8%;
  color: #fff;
  height:17px;
  width:17px;
  font-size: 15px;
}
.form-group svg {
  position: absolute;
  left: 0;
  top: 42%;
  color: #fff;
  height:17px;
  width:17px;
  font-size: 15px;
}
.form-group i {
  position: absolute;
  left: 0;
  top: 10%;
  color: #fff;
  font-size: 15px;
}

.textarea-group i {
  position: absolute;
  left: 0;
  top: 25%;
  color: #fff;
  font-size: 15px;
}


.form-group input,
.form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 0 14px 30px;
  color: #fff;
  font-size: 16px;
  outline: none;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}


.contact-btn {
  min-width: 170px;
  height: 58px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-4px);
}

/* Contact Form Validation States */
.form-group input.error,
.form-group textarea.error {
  border-bottom-color: #ff6b6b;
}

.field-error {
  display: block;
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 6px;
  padding-left: 30px;
}

.contact-form-errors {
  background: rgba(255, 107, 107, 0.15);
  border: 1px solid rgba(255, 107, 107, 0.4);
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 25px;
}

.contact-form-errors p {
  color: #ff6b6b;
  font-size: 14px;
  margin: 0;
}

.contact-form-success {
  text-align: center;
  padding: 40px 20px;
}

.contact-form-success .success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 20px;
}

.contact-form-success p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.contact-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-btn.loading {
  position: relative;
  color: transparent;
}

.contact-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #111;
  border-radius: 50%;
  animation: contact-spinner 0.6s linear infinite;
}

@keyframes contact-spinner {
  to {
    transform: rotate(360deg);
  }
}


.footer-section {
  background: #252525;
  overflow: hidden;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}


.footer-section .footer-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-about {
  width: 320px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

/* .footer-logo img{
    width:34px;
    height:34px;
    object-fit:contain;
} */

.footer-logo h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-logo span {
  color: #8f8f8f;
  font-size: 12px;
}

.footer-about p {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 1.9;
}


.footer-links h4,
.footer-social h4,
.footer-newsletter h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

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

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

.footer-links ul li a {
  color: #9f9f9f;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

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


.footer-right {
  min-width: 220px;
}

.footer-social {
  margin-bottom: 45px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-icons a {
  color: #b5b5b5;
  font-size: 14px;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: #fff;
}

.footer-newsletter form {
  position: relative;
}

.footer-newsletter input {
  width: 100%;
  height: 48px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  padding-right: 40px;
  outline: none;
}

.footer-newsletter input::placeholder {
  color: #8f8f8f;
}

.footer-newsletter button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.footer-bottom p {
  color: #a2a2a2;
  font-size: 13px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-contact a {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.footer-contact a i {
  color: #1b7cff;
  font-size: 13px;
}

.footer-contact a:hover {
  color: #fff;
}


.industrial-image-box {
  position: relative;
  overflow: hidden;
}

.industrial-image-box img,
.industrial-video {
  width: 100%;
  display: block;
}

.industrial-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}

.industrial-image-box.video-active .industrial-video {
  opacity: 1;
  visibility: visible;
}

.industrial-image-box.video-active .industrial-poster {
  opacity: 0;
}

.industrial-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #1A91FF;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 0 0 12px rgba(47, 134, 255, .12),
    0 0 0 24px rgba(47, 134, 255, .08),
    0 0 0 36px rgba(47, 134, 255, .05);
}

.industrial-play-btn span {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
  margin-left: 5px;
}


.industrial-play-btn.pause span {
  width: 18px;
  height: 18px;
  border: none;
  margin-left: 0;
  background:
    linear-gradient(to right,
      #fff 0 35%,
      transparent 35% 65%,
      #fff 65% 100%);
}

.about-inner-banner {
  background-image: url(../images/about-us.png);
  height: 70vh;
  background-position: center;
  background-size: cover;
  position: relative;
}

.about-inner-banner::after {
  content: "";
  background: #00000033;
  position: absolute;
  height: 100%;
  width: 100%;
}

.about-inner-banner h2 {
  position: absolute;
  bottom: 0px;
  left: 80px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 1.56%, #FFF 23.75%, #FFF 50.16%, rgba(255, 255, 255, 0.40) 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 84px;
  font-weight: 800;
  margin-bottom: 25px;
}


.about-green-section {
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
}

.about-green-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/pattern.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .4;
  pointer-events: none;
}

.about-green-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}


.about-green-content {
  max-width: 560px;
}

.about-green-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #9a9a9a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-green-title {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 28px;
}

.about-green-title span {
  color: #4d2a8c;
}

.about-green-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.about-green-image-box {
  position: relative;
  width: 100%;
  max-width: 920px;
}

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

.experience-card {
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 220px;
  background: #4d2a8c;
  padding: 38px 28px;
  text-align: center;
  color: #fff;
}

.experience-card h3 {
  font-size: 74px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 18px;
}

.experience-card span {
  display: block;
  font-size: 18px;
  line-height: unset;
  color: rgba(255, 255, 255, .85);
}

.meg-slider-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.meg-slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/pattern.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .4;
  pointer-events: none;
}

.meg-slide-item {
  display: flex;
  align-items: center;
  gap: 70px;

  position: relative;
}

.meg-slide-image {
  width: 62%;
}

.meg-slide-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.meg-slide-content {
  width: 50%;
  position: relative;
  z-index: 2;
}

.meg-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8b8b8b;
  margin-bottom: 12px;
}

.meg-slide-content h2 {
  font-size: 50px;
  line-height: 1.05;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

/* PURPLE BOX */
.meg-content-box {
position: relative;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), url(<path-to-image>) lightgray -657px -234.448px / 184.362% 257.799% no-repeat;
backdrop-filter: blur(17.218101501464844px);
    padding: 30px 30px;
    width: 134%;
    top: 10px;
    margin-left: -254px;
    z-index: 3;
}

.meg-content-box p {
  color: #000;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
}

.meg-slider .owl-nav {
  position: absolute;
  left: calc(62% + 40px);
  bottom: -10px;
  display: flex;
  gap: 12px;
}

.meg-slider .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  border: 1px solid #cfcfcf !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 20px !important;
  transition: .3s ease;
}

.meg-slider .owl-nav button:hover {
  background: #4d2a8c !important;
  border-color: #4d2a8c !important;
  color: #fff !important;
}

.meg-slider .owl-dots {
  display: none;
}

.mission-vision-section {
  position: relative;
  overflow: hidden;
}

.fixed-watermark {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 0, 0, .03);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.mission-slider {
  position: relative;
  z-index: 2;
}

.mission-slider .owl-stage {
  display: flex;
  align-items: flex-start;
}

.mission-slider .owl-item {
  transition: .4s ease;
}

.mission-slider .owl-item:not(.center) {
  transform: translateY(70px);
}

.mission-slider .center {
  transform: translateY(0);
  z-index: 5;
}

.mission-card {
  position: relative;
}

.mission-card h4 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 18px;
}

.mission-card h2,
.mission-card p {
  display: none;
}

.mission-slider .center h4 {
  display: none;
}

.mission-slider .center h2 {
  display: block;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: #4d2a8c;
  margin-bottom: 22px;
}

.mission-slider .center p {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}

.mission-image {
  overflow: hidden;
}

.mission-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: .4s ease;
}

.mission-slider .owl-item:not(.center) .mission-image img {
  height: 360px;
}

.mission-slider .center .mission-image img {
  height: 430px;
}

.mission-slider .owl-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.mission-slider .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  transition: .3s ease;
}

.mission-slider .owl-nav button span {
  font-size: 22px;
}

.mission-slider .owl-nav button:hover {
  background: #4d2a8c !important;
  border-color: #4d2a8c !important;
  color: #fff !important;
}

.mission-slider .owl-dots {
  display: none;
}

.owl-item.active.center {
  margin-top: 130px;
}

@media(max-width:1200px) {
  .fixed-watermark {
    font-size: 120px;
  }

  .mission-slider .center h2 {
    font-size: 44px;
  }
}

@media(max-width:991px) {

  .fixed-watermark {
    display: none;
  }

  .mission-slider .owl-item:not(.center) {
    transform: translateY(0);
  }

  .mission-slider .center h2 {
    font-size: 38px;
  }

}

@media(max-width:767px) {

  .mission-vision-section {
    padding: 35px 1.5rem;
  }

  .mission-slider .center h2 {
    font-size: 34px;
  }

  .mission-slider .center p {
    font-size: 16px;
  }

  .wcus-section {
    padding: 35px 0px !important;
  }

  .mission-slider .center .mission-image img {
    height: 340px;
  }

  .wcus-heading h2 {
    font-size: 34px !important;
  }

}

@media(max-width:1200px) {

  .wcus-item {
    font-size: 30px;
  }


}

@media(max-width:991px) {

  .wcus-wrapper {
    flex-direction: column;
  }

  .wcus-image,
  .wcus-content {
    width: 100%;
  }

  .wcus-image img {
    height: auto;
  }

}

@media(max-width:767px) {

  .wcus-section {
    padding: 60px 0;
  }

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

  .wcus-item {
    font-size: 24px;
  }

  .wcus-top-text {
    flex-direction: column;
  }

  .wcus-yellow-line {
    width: 70px;
    height: 4px;
  }

  .wcus-image {
    width: 100% !important;
  }

  .wcus-content {
    width: 100% !important;
  }

  .wcus-item {
    font-size: 26px !important;
  }

  .wcus-yellow-line {
    display: none;
  }

  .owl-item.active.center {
    margin-top: 0px !important;
  }
}

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

.mission-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #116DB47A;
  transition: .4s ease;
  z-index: 2;
}

.mission-slider .center .mission-image::before {
  opacity: 0;
  visibility: hidden;
}

.why-choose-section {
  position: relative;
  padding: 90px 0;
  background: #f5f5f5;
  overflow: hidden;
}

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

.wcus-heading {
  text-align: center;
  margin-bottom: 40px;
}



.wcus-heading h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #111;
}

.wcus-heading h2 span {
  display: inline;
  color: #4d2a8c;
}

.wcus-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.wcus-image {
  width: 55%;
}

.wcus-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.wcus-content {
  width: 45%;
}

.wcus-top-text {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 10px;
}

.wcus-yellow-line {
  width: 4px;
  height: 75px;
  background: linear-gradient(90deg, #F2C744 0%, #F2CD5E 54.5%, #F2EA77 100%);
  flex-shrink: 0;
}

.wcus-top-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}



.wcus-item {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e587;
  font-size: 38px;
  font-weight: 400;
  color: #4d2a8c;
  transition: .3s ease;
}

.wcus-item spa6 {
  margin-right: 10px;
}

.wcus-item.active {
  color: #4d2a8c;
}

.cta-banner-section {
  position: relative;
  padding: 60px 0;
}

.cta-banner-card {
  position: relative;
  overflow: hidden;
}

.cta-banner-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
}

.cta-banner-content {
  position: absolute;
  left: 22%;
  right: 0;
  bottom: 0;
  background: rgba(77, 42, 140, 0.82);
  padding: 32px 40px;
  backdrop-filter: blur(8px);
}

.cta-banner-content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 12px;
}

.cta-banner-content h2 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: 600;
  color: #fff;
  max-width: 1100px;
}

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

@media(max-width:1400px) {

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

}

@media(max-width:1200px) {

  .cta-banner-image img {
    height: 620px;
  }

  .cta-banner-content {
    left: 15%;
  }

  .cta-banner-content h2 {
    font-size: 34px;
  }

}

@media(max-width:991px) {

  .cta-banner-section {
    padding: 70px 0;
  }

  .cta-banner-image img {
    height: 520px;
  }

  .cta-banner-content {
    position: relative;

    left: 0;
    right: 0;
  }

  .cta-banner-content h2 {
    font-size: 28px;
  }

}

@media(max-width:767px) {

  .cta-banner-section {
    padding: 60px 0;
  }

  .cta-banner-image img {
    height: 420px;
  }

  .cta-banner-content {
    padding: 24px;
  }

  .cta-banner-content h2 {
    font-size: 22px;
    line-height: 1.5;
  }

}


@media(max-width:1400px) {

  .about-green-title {
    font-size: 52px;
  }

  .about-green-image-box {
    max-width: 640px;
  }

}

@media(max-width:1200px) {

  .about-green-wrapper {
    gap: 50px;
  }

  .about-green-title {
    font-size: 46px;
  }

  .about-green-image-box img {
    height: 480px;
  }

  .experience-card {
    width: 200px;
  }

  .experience-card h3 {
    font-size: 64px;
  }

}

@media(max-width:991px) {

  .about-green-section {
    padding: 80px 0;
  }

  .about-green-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-green-content {
    max-width: 100%;
  }

  .about-green-image-box {
    max-width: 100%;
  }

  .about-green-image-box img {
    height: auto;
  }

  .experience-card {
    right: 20px;
    bottom: 20px;
  }

}

@media(max-width:767px) {

  .about-green-section {
    padding: 35px 0;
  }

  .about-green-wrapper {
    gap: 0px;
  }

  .about-green-title {
    font-size: 34px;
    line-height: unset !important;
  }

  .about-green-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .experience-card {
    width: 170px;
    padding: 28px 20px;
  }

  .experience-card h3 {
    font-size: 52px;
  }

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

}



.contact-location-section {
  position: relative;
  padding: 60px 0;
  background-image: url(../images/Image-background-contant.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.contact-location-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.contact-location-left {
  width: 42%;
}

.contact-location-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b;
  margin-bottom: 14px;
}

.contact-location-title {
  font-size: 54px;
  font-weight: 700;
  color: #111;
  margin-bottom: 40px;
  max-width: 520px;
}

.contact-location-images {
  display: flex;
  gap: 12px;
}

.contact-thumb {
  width: 170px;
  overflow: hidden;
}

.contact-thumb img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  display: block;
}

/* RIGHT */
.contact-location-right {
  width: 58%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.contact-location-card {
  width: 100%;
}

.contact-location-card h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.contact-line {
  width: 18px;
  height: 3px;
  background: #111;
  margin-bottom: 24px;
}

.contact-location-card a {
  display: block;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  margin-bottom: 12px;
  transition: .3s ease;
}

.contact-location-card a:hover {
  color: #4d2a8c;
}

.contact-location-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  max-width: 300px;
}

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

@media(max-width:1400px) {

  .contact-location-title {
    font-size: 56px;
  }

}

@media(max-width:1200px) {

  .contact-location-wrapper {
    gap: 50px;
  }

  .contact-location-title {
    font-size: 48px;
  }

  .contact-location-right {
    gap: 30px;
  }

}

@media(max-width:991px) {

  .contact-location-section {
    padding: 70px 0;
  }

  .contact-location-wrapper {
    flex-direction: column;
  }

  .contact-location-left,
  .contact-location-right {
    width: 100%;
  }

}

@media(max-width:767px) {

  .contact-location-section {
    padding: 60px 0;
  }

  .contact-location-title {
    font-size: 38px;
  }

  .contact-location-right {
    flex-direction: column;
  }

  .contact-location-card h3 {
    font-size: 20px;
  }

  .contact-location-card a {
    font-size: 16px;
  }

  .contact-location-card p {
    font-size: 15px;
  }

  .contact-thumb {
    width: 100%;
  }

}


footer .footer-card ul li a {
  opacity: .7;
  color: #fff;
  transition: .3s ease;
}

footer .footer-card ul li.hnolink a {
  opacity: 1;
}

footer .footer-card ul li a:hover {
  opacity: 1;
}

.footer-card ul li a,
.footer-card p {
  opacity: .7;
}


.newsletter-form-wrap p {
  margin: 0;
}

.newsletter-field {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.newsletter-field input[type="email"] {
  width: 100%;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 0 55px 0 0;
  color: #fff;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

.newsletter-field input[type="email"]::placeholder {
  color: rgba(255, 255, 255, .55);
}

.newsletter-field input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: .3s ease;
}

.newsletter-field input[type="submit"]:hover {
  transform: translateY(-50%) translateX(5px);
}

.wpcf7-spinner {
  display: none;
}

.newsletter-form-wrap br {
  display: none;
}

.wpcf7-response-output {
  margin: 15px 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  color: #ffb3b3 !important;
  font-size: 14px;
  line-height: 1.6;
}

.top-contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.top-contact-bar .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;

  transition: .3s ease;
}

.top-contact-bar .contact-item i {
  color: #2b7fff;
  font-size: 13px;
}

.top-contact-bar .contact-item:hover {
  color: #fff;
}

@media(max-width:767px) {
  .top-contact-bar {
    flex-direction: column;
    gap: 10px;
  }

}

div#wpcf7-f1209-o1 .form-part {
  padding: 0px;
}

input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext {
  width: 100%;
}

.form-control:focus {
  color: unset !important;
  background-color: unset !important;
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}

.sub-menu {
  background-color: #4d2a8c !important;
}


.inner-banner {
  position: relative;
}

.inner-banner img {
  height: 70vh;
}

.inner-banner h1 {
  position: absolute;
  bottom: 20px;
  left: 80px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 1.56%, #FFF 23.75%, #FFF 50.16%, rgba(255, 255, 255, 0.40) 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 66px;
  font-weight: 800;
  margin-bottom: 25px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;

}
.textarea-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 0 14px 30px;
    color: #fff;
    font-size: 16px;
    outline: none;
 }
 .textarea-group svg {
        position: absolute;
        left: 0;
        top: 21%;
        color: #fff;
        height: 17px;
        width: 17px;
        font-size: 15px;
    }

form p:has(svg) {
    display: unset !important;
    margin: unset !important; 
    align-items: unset !important;
    border: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    justify-content: unset !important;
}
.form-submit {
margin-top:60px !important;
}

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


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

.om-treatment-section {
    padding-bottom: 70px;
    background: #ffffff;
}

.om-treatment-heading {
    text-align: center;
    margin-bottom: 45px;
}

.om-treatment-heading > span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #8b8b8b;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
}

.om-treatment-heading h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.om-treatment-heading h2 span {
    color: #4f3f91;
}

.om-treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.om-treatment-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 36px 26px 32px;
    min-height: 285px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.om-treatment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.om-treatment-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 28px;
}

.om-treatment-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.om-treatment-card h3 {
    font-size: 18px;
    line-height: 1.25;
    color: #111111;
    font-weight: 700;
    margin: 0 0 18px;
}

.om-card-line {
    display: block;
    width: 82px;
    height: 3px;
    background: #5b4aa0;
    margin-bottom: 22px;
}

.om-treatment-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .om-treatment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .om-treatment-section {
        padding: 35px 0;
    }


    .om-treatment-heading h2 {
        font-size: 32px;
    }

    .om-treatment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .om-treatment-card {
        padding: 30px 22px;
        min-height: auto;
    }
}



.om-mep-section {
    padding: 70px 0;
    background: #f8f8f8;
}

.om-mep-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.om-mep-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.om-mep-subtitle {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #8b8b8b;
    margin-bottom: 12px;
}

.om-mep-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
}

.om-mep-title span {
    color: #5b4aa0;
}

.om-mep-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.om-mep-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0px 2.67px 5.33px 0px #1D29390F;
    min-height: 58px;
    margin-bottom: 15px;
    padding: 0 22px;
    
    transition: all .3s ease;
}

.om-mep-item:hover {
    border-color: #5b4aa0;
    transform: translateX(5px);
}

.om-mep-line {
    width: 4px;
    height: 22px;
    background: #5b4aa0;
    border-radius: 20px;
    flex-shrink: 0;
     opacity: 0.6;
}

.om-mep-item h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #442C75;
    opacity: 0.6;
}
.om-mep-item:hover .om-mep-line  {
  opacity: 1;
}

.om-mep-item:hover h3 {
    color: #5b4aa0;
    opacity: 1;
}

.om-mep-item.active h3 {
    color: #5b4aa0;
    opacity: 1;
}
.om-mep-item.active  .om-mep-line  {
  opacity: 1;
}

.om-mep-item.active {
    border-color: #5b4aa0;
    transform: translateX(5px);
}

@media(max-width:991px){

    .om-mep-wrapper{
        grid-template-columns:1fr;
    }

    .om-mep-title{
        font-size:40px;
    }
}

@media(max-width:767px){

    .om-mep-section{
        padding:35px 0;
    }

    .om-mep-title{
        font-size:32px;
    }

    .om-mep-item{
        min-height:54px;
        padding:0 16px;
    }

    .om-mep-item h3{
        font-size:15px;
    }
}


.om-operational-section {
    padding: 70px 0;
}

.om-operational-wrapper {
    position: relative;
    overflow: hidden;
}

.om-operational-wrapper img {
    width: 100%;
    display: block;
}

.om-operational-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 78%;
    background: rgba(87, 67, 153, 0.85);
    padding: 35px 40px;
}

.om-operational-content h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.om-operational-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {

    .om-operational-content {
        width: 100%;
        position: relative;
        padding: 25px;
    }
    .om-operational-section {
      padding: 35px 0px;
    }
    .om-operational-content h2 {
        font-size: 28px;
    }

    .om-operational-content p {
        font-size: 15px;
    }
}









/* ==========================================
   AMC SECTION
========================================== */

.om-amc-section {
    padding: 70px 0;
}

.om-amc-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 35px;
}

/* LEFT CONTENT */

.om-amc-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.om-amc-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.om-amc-title span {
    color: #5b4aa0;
}

.om-amc-content > p {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 25px;
}

/* FEATURE */

.om-amc-feature {
    position: relative;
    padding-left: 35px;
}

.om-amc-feature::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #5b4aa0;
    border-radius: 50%;
    font-size: 12px;
    color: #5b4aa0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.om-amc-feature h4 {
    font-size: 22px;
    font-weight: 600;
    color: #5b4aa0;
    margin-bottom: 12px;
}

.om-amc-feature p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

/* RIGHT IMAGE */

.om-amc-image-box {
    position: relative;
}

.om-amc-image-box img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

/* FLOATING CARD */

.om-amc-floating-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    min-width: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.om-amc-floating-card::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 18px;
    width: 5px;
    height: 42px;
    background: #5b4aa0;
    border-radius: 30px;
}

.om-amc-floating-card h5 {
    margin: 0 0 5px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.om-amc-floating-card span {
    display: block;
    margin-left: 15px;
    font-size: 12px;
    color: #777;
}

/* STATS */

.om-amc-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.om-amc-stat-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all .3s ease;
}

.om-amc-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,.08);
}

.om-amc-stat-card img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.om-amc-stat-card h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    color: #222;
    font-weight: 700;
}

.om-amc-stat-card h4 {
    font-size: 14px;
    margin: 3px 0;
    color: #444;
    font-weight: 600;
}

.om-amc-stat-card span {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
}

/* RESPONSIVE */

@media (max-width: 1199px) {

    .om-amc-title {
        font-size: 50px;
    }

    .om-amc-stats {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 991px) {

    .om-amc-wrapper {
        grid-template-columns: 1fr;
    }

    .om-amc-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    .om-amc-section {
        padding: 60px 0;
    }

    .om-amc-title {
        font-size: 34px;
    }

    .om-amc-stats {
        grid-template-columns: 1fr;
    }

    .om-amc-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 15px;
        min-width: auto;
    }

    .om-amc-content > p,
    .om-amc-feature p {
        font-size: 15px;
    }
}


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

.om-monitoring-heading {
    text-align: center;
    margin-bottom: 45px;
}

.om-monitoring-heading span {
    display: block;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.om-monitoring-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.om-monitoring-heading h2 span {
    color: #5b4aa0;
}

.om-monitoring-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.om-monitoring-card {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #ececec;
    transition: all .3s ease;
}

.om-monitoring-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,.08);
}

.om-monitoring-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.om-monitoring-heading span {
    display: block;
}

.om-monitoring-heading > span {
    display: block;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.om-monitoring-heading h2 span {
    display: inline;
    color: #5b4aa0;
    font-size: 42px;
}

.om-monitoring-number {
    width: 41px;
    height: 41px;
    background: #442C75;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.om-monitoring-top h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.om-monitoring-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

@media(max-width:991px){

    .om-monitoring-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .om-monitoring-heading h2{
        font-size:34px;
    }
    .om-monitoring-heading h2 span{
       font-size:34px;
    }
}

@media(max-width:767px){

    .om-monitoring-grid{
        grid-template-columns:1fr;
    }

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

    .om-monitoring-section{
        padding-top:35px;
    }
    .om-monitoring-heading h2 span{
       font-size:34px;
    }
}

.contact-title span {
  color: #4d2d8f;
}

img, picture{
  image-rendering:unset !important;

}