* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: inherit;
}

a,
button,
input[type='button'] {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  background: transparent;
  border: none;
}

button:focus {
  outline: none;
}

.list-inline-item:not(:last-child),
ul {
  margin-right: 0;
}

ul {
  padding-left: 0;
  padding-right: 0;
  transition: all 0.4s ease-in-out;
  margin: 0;
}

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

:focus {
  outline: none;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.padd-0 {
  padding-left: 0;
  padding-right: 0;
}

.padd-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.sec-padd {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-20 {
  margin: 20px;
}

.p-15 {
  padding: 15px;
}

.r-0 {
  border-radius: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.f-b {
  font-weight: 600;
}

.mx-1 {
  margin-left: 0.25rem !important;
}

:focus {
  box-shadow: none !important;
  border-color: inherit;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.owl-carousel {
  direction: ltr;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown {
  display: inline-block;
}

.dropdown-menu {
  float: none;
  text-align: start;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

p {
  margin: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

input[type='checkbox'],
input[type='radio'] {
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input[type='checkbox']:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--main);
  content: '';
  position: absolute;
  background: var(--main);
  border-radius: 3px;
}

input[type='checkbox']:checked::after {
  background: transparent;
  border: 2px solid #fff;
  top: 0px;
  left: 7px;
  width: 7px;
  height: 15px;
  /* border: 1px solid #000; */
  content: '';
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

input[type='radio']:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--main);
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

input[type='radio']:checked::after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  background: var(--main);
  border-radius: 50%;
}

.main-color {
  color: var(--main) !important;
}

.grey-color {
  color: #999;
}

.font-11 {
  font-size: 11px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.under-line {
  text-decoration: underline;
}

.btn-main {
  display: block;
  background-image: var(--main2);
  color: var(--white) !important;
  max-width: 100%;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  margin: 20px auto;
  min-height: 45px;
  line-height: 45px;
}

.btn-main-w {
  background: #fff;
  color: var(--main);
}

textarea {
  resize: none;
}

@font-face {
  font-family: 'myFont';
  src: url(../fonts/JF-Flat-regular.ttf);
}

.rounded {
  border-radius: 0.25rem !important;
}

body {
  direction: rtl;
  text-align: right;
  font-family: 'myFont';
  word-spacing: 1px;
  color: #454545;
  font-size: 15px;
  text-shadow: 0 0;
}

header {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  padding: 18px 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo-link {
  flex-shrink: 0;
  margin-left: 0;
}

.nav_bar {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  justify-content: center;
}

.nav_bar li {
  margin: 0;
}

.nav_bar a {
  color: #4a5568;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0;
  display: block;
  white-space: nowrap;
}

.nav_bar a:hover,
.nav_bar a.active {
  color: var(--main);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.body-content {
  margin-top: 80px;
}

.the-logo {
  margin-inline-end: 0;
  max-height: 50px;
}

header .btn-main {
  margin: 0;
  width: 140px;
  margin-inline-start: 40px;
}

.language-toggle {
  position: relative;
}

.lang-switch {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.lang-switch:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: var(--main);
  transform: translateY(-1px);
}

.lang-switch i {
  font-size: 14px;
}

.lang-switch span {
  font-size: 14px;
}

.close-open-nav {
  width: 25px;
  height: 25px;
  margin-inline-start: 10px;
  position: relative;
  display: none;
}

.close-open-nav > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.close-open-nav > div span {
  width: 100%;
  height: 3px;
  background: var(--main);
  border-radius: 20px;
  display: block;
  transition: all 0.3s linear 0s;
}

.close-open-nav.active span:first-of-type {
  transform: translateY(7px) rotate(45deg);
}

.close-open-nav.active span:nth-child(2) {
  opacity: 0;
}

.close-open-nav.active span:last-of-type {
  transform: translateY(-9px) rotate(-45deg);
}

.dropdown-menu {
  padding: 5px;
  border: 1px solid var(--main);
  border-radius: 12px;
  top: 12px !important;
}

.dropdown-menu:after {
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: var(--main) transparent transparent var(--main);
  top: 0;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.dropdown-menu .dropdown-item {
  border-radius: 12px;
  color: var(--main);
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.owl-nav > div {
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #eee;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition-duration: 0.3s;
  border-radius: 50%;
}

.owl-nav > div:hover {
  background-color: var(--main);
  color: var(--white);
}

.owl-carousel .owl-dot {
  width: 20px;
  height: 20px;
  background: #f3f3f3;
  border-radius: 50px;
  margin: 0px 5px;
  position: relative;
}

.owl-carousel .owl-dot:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dddddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-dot.active {
  background: var(--main);
}

.info_owl {
  width: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fef5f8;
  padding: 60px 0;
}

.img_owl_index {
  position: absolute;
  width: 45%;
  height: 100%;
  overflow: visible;
  left: -5%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.img_owl_index::before {
  content: '';
  position: absolute;
  width: 650px;
  height: 650px;
  background: #ffffff;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  z-index: 0;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.img_owl_index img {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.08));
}

.ads_wol {
  position: relative;
  z-index: 5;
  max-width: 500px;
  margin-left: auto;
  margin-right: 5%;
  text-align: right;
}

.ads_wol .links img {
  max-width: 140px;
}

.ads_wol .links li {
  margin-inline-start: 15px;
}

.ads_wol h3 {
  color: #1a202c;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.ads_wol p {
  color: #4a5568;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 20px;
}

.img_info_JM {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.img_info_JM img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.img_info_JM img:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.img_info_JM img:first-of-type {
  width: 300px;
  height: 480px;
  position: relative;
  z-index: 3;
  border: 6px solid #ffffff;
}

.img_info_JM img:last-of-type {
  width: 240px;
  height: 360px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid #ffffff;
  z-index: 2;
}

.img_info_JM img:last-of-type:hover {
  transform: translateY(-50%) translateY(-8px);
}

.info_JM {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

.about-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
  line-height: 1.4;
}

.about-section-text {
  font-size: 1.05rem;
  font-weight: 400;
  color: #4a5568;
  line-height: 1.9;
  margin-bottom: 0;
}

/* How Work Section Subtitle */
.how-work-section .section-subtitle {
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  color: #475569 !important;
  line-height: 1.9 !important;
  margin-bottom: 0 !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* How Work Section - Circular Images */
.how-work-section .step-icon {
  width: 200px !important;
  height: 200px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
}

.how-work-section .step-icon:hover {
  transform: translateY(-15px) scale(1.1) !important;
  box-shadow: 0 20px 50px rgba(212, 165, 116, 0.4),
    0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.how-work-section .step-icon::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    135deg,
    rgba(212, 165, 116, 0.1) 0%,
    rgba(26, 32, 44, 0.05) 100%
  ) !important;
  border-radius: 50% !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  z-index: 1 !important;
}

.how-work-section .step-icon:hover::before {
  opacity: 1 !important;
}

.how-work-section .step-icon::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  background: rgba(212, 165, 116, 0.2) !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s ease, height 0.6s ease !important;
  z-index: 0 !important;
}

.how-work-section .step-icon:hover::after {
  width: 220px !important;
  height: 220px !important;
}

.how-work-section .step-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: relative !important;
  z-index: 1 !important;
  border-radius: 50% !important;
}

.how-work-section .how-work-steps {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  padding: 40px 0 !important;
  position: relative !important;
}

.how-work-section .how-work-step {
  flex: 1 !important;
  max-width: 250px !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.how-work-section .step-icon-wrapper {
  margin-bottom: 25px !important;
}

.how-work-section .step-title {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
  line-height: 1.5 !important;
  transition: all 0.3s ease !important;
}

.how-work-section .how-work-step:hover .step-title {
  color: #d4a574 !important;
  transform: translateY(-3px) !important;
}

.how-work-section .step-description {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #64748b !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
}

.how-work-section .how-work-step:hover .step-description {
  color: #475569 !important;
}

/* Step Connector - Curved Line Between Circles */
.how-work-section .step-connector {
  flex: 0 0 auto !important;
  width: 120px !important;
  height: 180px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.how-work-section .step-connector::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  width: 100% !important;
  height: 70px !important;
  border-top: 4px dashed #d4a574 !important;
  border-radius: 50% !important;
  transform: translateY(-50%) scaleY(0.45) !important;
  z-index: 0 !important;
  opacity: 1 !important;
}

.bacg_section {
  background: var(--main2);
}

.bacg_section2 {
  background: #fefcf8;
}

.the_title {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.bacg_section .the_title {
  color: #ffffff;
}

.box-servess {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 10px 0px;
  min-height: calc(100% - 20px);
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.box-servess:after {
  content: '';
  width: 75px;
  height: 75px;
  position: absolute;
  background: var(--hover);
  top: 30px;
  right: 30px;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.3s linear 0s;
}

.box-servess:hover:after {
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
}

.box-servess img {
  max-width: 75px;
  margin: 0px 10px 15px;
}
.box-services {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-services:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-logo {
  max-width: 100px;
  margin-bottom: 15px;
}

.service-title {
  font-size: 1.25em;
  margin-bottom: 10px;
  color: #333;
}

.service-description {
  color: #666;
  font-size: 1em;
}

.grey-color {
  color: #888;
}

.f-b {
  font-weight: bold;
}

.how_work {
  /* display: flex; */
  justify-content: space-between;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  overflow: auto;
  margin-bottom: 40px;
}

.how_work1 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  /* overflow: auto; */
  margin-bottom: 40px;
}

.how_work li {
  width: 130px;
  margin: 10px;
}

.how_work img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
}

.nav-link {
  background: #f3f3f3;
  width: 140px;
  padding: 0;
  border-radius: 8px !important;
  text-align: center;
  margin: 10px;
  height: 45px;
  line-height: 45px;
}

.nav-link.active {
  background-image: var(--main2);
  color: #ffffff !important;
  background-color: #f3f3f3 !important;
}

.video_info_ {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.video_info_ > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.video_info_ > a {
  position: relative;
  z-index: 2;
  background: var(--main);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.how_work2 li {
  padding: 20px 15px;
  border-radius: 10px;
  margin: 12px 0px;
  transition-duration: 0.3s;
}

.how_work2 li:hover {
  background-color: #f8f8f8;
  color: var(--main);
}

.accordion .card {
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.accordion .card-header {
  padding: 0;
  background: #ffffff;
}

.accordion .card-header button {
  display: block;
  width: 100%;
  text-align: start;
  padding: 15px;
}

.accordion .card-header button[aria-expanded='true'] {
  color: var(--main);
}

.card-body {
  padding: 20px 25px;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-content label {
  display: inline-block;
  margin-bottom: 5px;
}

.form-control {
  border: 1px solid #f9f9f9;
  padding: 13px;
  border-radius: 10px;
  background: #f9f9f9;
  font-size: 13px;
}

.form-control:focus {
  border-color: var(--main);
}

textarea.form-control {
  height: 180px;
}

.contact-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 36px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.contact-card .form-group {
  margin-bottom: 20px;
}

.contact-card .form-control {
  border-radius: 14px;
  padding: 15px 18px;
  background: #f8fafc;
  border: 1px solid transparent;
  color: #0f172a;
  font-size: 15px;
  transition: all 0.2s ease;
}

.contact-card .form-control::placeholder {
  color: #9ca3af;
}

.contact-card .form-control:focus {
  border-color: rgba(14, 165, 233, 0.35);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.15);
}

.contact-card .form-control.is-invalid {
  border-color: rgba(239, 68, 68, 0.55);
  background: rgba(254, 242, 242, 0.85);
}

.contact-card .invalid-feedback {
  color: #ef4444;
  font-weight: 600;
  padding-right: 4px;
}

.contact-card textarea.form-control {
  min-height: 180px;
  resize: none;
}

.contact-card .contact-card-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.contact-card .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  direction: ltr;
  gap: 16px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  white-space: nowrap;
}

.contact-card .btn-main:hover {
  transform: translateY(-2px);
  background: #1d4ed8;
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.35);
}

.contact-card .btn-main-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.contact-card .btn-main-label {
  display: inline-block;
  line-height: 1;
  direction: rtl;
}

@media (max-width: 767.98px) {
  .contact-card {
    padding: 34px 24px;
    border-radius: 20px;
  }

  .contact-card .form-control {
    font-size: 14px;
    padding: 14px 16px;
  }

  .contact-card .contact-card-actions {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .contact-card {
    padding: 26px 18px;
  }

  .contact-card textarea.form-control {
    min-height: 150px;
  }
}

.form-content .row {
  margin: 0px -15px;
}

.Tfooter {
  margin: 15px 0px;
  position: relative;
}

.link-footer li {
  margin-bottom: 10px;
}

footer {
  color: #ffffff;
  padding-top: 20px;
  background: var(--main2);
}

.logo_footer {
  max-width: 110px;
  margin: 0 25px 25px 0;
}

.social-m {
  display: flex;
  flex-wrap: wrap;
}
.social-m li a {
  margin-inline-end: 6px;
  width: 35px;
  height: 35px;
  background: var(--main);
  display: flex;
  font-size: 17px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.under_footer {
  padding: 15px 0;
  background: var(--main);
  text-align: center;
  margin-top: 25px;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .how_work2 li {
    padding: 10px 10px;
    margin: 5px 0px;
  }

  .video_info_ {
    height: 240px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .nav-link {
    width: 130px;
    margin: 5px;
  }

  .sec-padd {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img_owl_index {
    width: 100%;
    height: 350px;
    position: relative;
    left: 0 !important;
    bottom: 0;
    margin-bottom: 30px;
  }

  .img_owl_index img {
    transform: rotate(0deg) !important;
    border-radius: 20px;
  }

  .info_owl {
    min-height: auto;
    padding: 40px 0;
    flex-direction: column;
  }

  .ads_wol {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
  }

  .ads_wol h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    color: #1e293b;
    font-size: 2rem;
  }

  .ads_wol p {
    margin-bottom: 15px;
    color: #64748b;
    font-size: 1.1rem;
  }

  .ads_wol .links img {
    max-width: 120px;
  }

  .img_info_JM {
    margin-top: 20px;
  }

  .info_JM {
    padding-right: 0;
    text-align: center;
  }

  .about-section-title {
    font-size: 1.8rem;
  }

  .about-section-text {
    font-size: 1rem;
  }

  .how_work {
    background-image: none;
  }
  .how_work li {
    margin: 10px 25px;
  }
}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
  .close-open-nav {
    display: block;
  }

  .nav_bar {
    display: block !important;
    position: fixed;
    width: 300px;
    height: 100%;
    background: #d2bb72;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s linear 0s;
    z-index: 40;
    color: #ffffff;
  }

  .nav_bar.active {
    transform: translateX(0);
  }

  .nav_bar a.active {
    color: #000000;
    font-weight: bolder;
  }

  .the-logo {
    margin-inline-end: 0px;
    max-height: 60px;
  }

  header .btn-main {
    width: 112px;
    margin-inline-start: 8px;
    font-size: 12px;
  }

  .nav_bar li {
    margin: 10px 20px;
  }

  .img_info_JM img:last-of-type {
    z-index: 5;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  ...;
}

/*============================ start loader================================== */

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #848484;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.loader img {
  animation: logoeffect2 0.9s linear 0s infinite;
  position: relative;
  width: 100px;
}

@keyframes logoeffect2 {
  100% {
    transform: rotateY(360deg);
  }
}

/*============================ end loader================================== */
::-webkit-scrollbar,
body::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ffffff;
  background: #ffffff;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
:root {
  --surface-color: #fff;
  --curve: 40;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none;
}

.card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

.card__image {
  width: 60%;
  /* height: auto; */
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: var(--surface-color);
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  display: path('M 40 80 c 22 0 40 -22 40 -40 v 40 Z');
}

.card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card__title {
  font-size: 1em;
  margin: 0 0 0.3em;
  color: #6a515e;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: 'MockFlowFont';
  font-size: 0.8em;
  color: #d7bdca;
}

.card__status {
  font-size: 0.8em;
  color: #d7bdca;
}

.card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #d7bdca;
  font-family: 'MockFlowFont';
  overflow-y: auto;
  max-height: 300px;
}

/* ========================================
     NEW PROFESSIONAL SERVICES SECTION STYLES
     ======================================== */

.services-section {
  position: relative;
  overflow: hidden;
}

.services-title-wrapper {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.services-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.services-main-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  border-radius: 2px;
}

.services-description {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.services-description p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  margin-top: 50px;
  padding: 0 15px;
}

/* Service Card */
.service-card {
  perspective: 1000px;
  height: 350px;
}

.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.service-card:hover .service-card-inner {
  transform: rotateY(180deg);
}

.service-front,
.service-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

/* Front Side */
.service-front {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  position: relative;
}

.service-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--main2) 0%, var(--hover) 100%);
  opacity: 0.1;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.15;
  }
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.service-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
}

.service-hover-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main2);
  font-weight: 600;
  margin-top: auto;
  transition: all 0.3s ease;
}

.service-hover-text i {
  transition: transform 0.3s ease;
}

.service-card:hover .service-hover-text i {
  transform: translateX(-5px);
}

/* Back Side */
.service-back {
  background: linear-gradient(135deg, var(--main2) 0%, var(--hover) 100%);
  transform: rotateY(180deg);
  color: #ffffff;
}

.service-back-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-back .service-title {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.service-description-text {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}

.service-description-text::-webkit-scrollbar {
  width: 5px;
}

.service-description-text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

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

.service-description-text::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.service-description-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-main-title {
    font-size: 2rem;
  }

  .services-description {
    padding: 20px 25px;
  }

  .services-description p {
    font-size: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    height: 320px;
  }

  .service-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .services-main-title {
    font-size: 1.6rem;
  }

  .services-description {
    padding: 15px 20px;
  }

  .services-description p {
    font-size: 0.95rem;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-description-text p {
    font-size: 0.9rem;
  }
}

.sec_howwork {
  padding: 60px 0 !important;
}

.the_title {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.figure_body {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin-top: 6px !important;
}

figure {
  position: relative !important;
  display: inline-block !important;
  width: calc(33.333% - 10px) !important;
  margin: 5px !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  cursor: pointer !important;
  vertical-align: top !important;
}

figure img {
  width: 100% !important;
  height: 350px !important;
  transition: transform 0.4s !important;
}

figure figcaption {
  position: absolute !important;
  top: 85% !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  font-family: sans-serif !important;
  font-size: 1.2rem !important; /* Smaller text size */
  font-weight: bold !important;
  color: white !important; /* Text color set to white */
  padding: 0.75rem !important;
  /* background-color: rgba(0, 0, 0, 0.5) !important; */
  clip-path: inset(0 var(--_i, 100%) 0 0) !important;
  transition: opacity 0.4s, background-color 0.4s !important; /* Transition for overlay */
  opacity: 0; /* Initially hidden */
  z-index: 1; /* Place above image */
}

figure::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0 !important;
  transition: opacity 0.4s !important;
  z-index: 0; /* Behind the image */
}

figure:hover::before {
  opacity: 1 !important;
}

/* figure:hover img {
    transform: scale(1.2) !important;
  } */
figure:hover figcaption {
  --_i: 0% !important;
  opacity: 1 !important; /* Show overlay on hover */
}

/* ===== FAQ Section Styles ===== */
.faq-section {
  background: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}

.faq-section .section-subtitle {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  color: #64748b !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
}

/* FAQ Tabs */
.faq-tabs-wrapper {
  margin-bottom: 50px !important;
  display: flex !important;
  justify-content: center !important;
}

.faq-tabs {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  background: #f8f9fa !important;
  padding: 8px !important;
  border-radius: 12px !important;
}

.faq-tab {
  padding: 14px 32px !important;
  border: none !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.faq-tab:hover {
  background: rgba(26, 93, 26, 0.08) !important;
  color: #1a5d1a !important;
}

.faq-tab.active {
  background: #1a5d1a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(26, 93, 26, 0.25) !important;
}

/* FAQ Accordion */
.faq-accordion {
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
}

.faq-item {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  border: 2px solid #f1f5f9 !important;
  height: fit-content !important;
}

.faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
  border-color: #e2e8f0 !important;
  transform: translateY(-2px) !important;
}

.faq-question {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 24px 30px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: #ffffff !important;
  border: none !important;
  width: 100% !important;
  text-align: right !important;
}

.faq-question:hover {
  background: #f8fafc !important;
}

.faq-question[aria-expanded='true'] {
  background: #f8fafc !important;
  border-bottom: 2px solid #e2e8f0 !important;
}

.faq-question-text {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex: 1 !important;
}

.faq-number {
  flex-shrink: 0 !important;
  width: 42px !important;
  height: 42px !important;
  background: linear-gradient(135deg, #1a5d1a 0%, #2d7a2d 100%) !important;
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.faq-question h5 {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}

.faq-icon {
  flex-shrink: 0 !important;
  width: 38px !important;
  height: 38px !important;
  background: #f1f5f9 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

.faq-icon i {
  font-size: 1.1rem !important;
  color: #64748b !important;
  transition: all 0.3s ease !important;
}

.faq-question[aria-expanded='true'] .faq-icon {
  background: #1a5d1a !important;
}

.faq-question[aria-expanded='true'] .faq-icon i {
  transform: rotate(180deg) !important;
  color: #ffffff !important;
}

/* FAQ Answer */
.faq-answer {
  display: none !important;
  opacity: 0 !important;
  transition: opacity 0.2s ease !important;
}

.faq-answer.show {
  display: block !important;
  opacity: 1 !important;
  animation: fadeIn 0.2s ease !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.faq-answer-content {
  padding: 20px 30px 30px 90px !important;
  background: #ffffff !important;
}

.faq-answer-content p {
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  color: #475569 !important;
  line-height: 2 !important;
  margin-bottom: 0 !important;
  white-space: pre-wrap !important;
}

/* No FAQs Message */
.no-faqs {
  padding: 100px 20px !important;
  text-align: center !important;
}

.no-faqs i {
  font-size: 5.5rem !important;
  color: #cbd5e1 !important;
  margin-bottom: 25px !important;
}

.no-faqs p {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #64748b !important;
  margin-bottom: 0 !important;
}

/* FAQ Responsive */
@media (max-width: 991px) {
  .faq-question {
    padding: 22px 28px !important;
  }

  .faq-question h5 {
    font-size: 1.1rem !important;
  }

  .faq-answer-content {
    padding: 18px 28px 28px 88px !important;
  }

  .faq-answer-content p {
    font-size: 1.05rem !important;
  }
}

@media (max-width: 767px) {
  .faq-accordion {
    grid-template-columns: 1fr !important;
  }

  .faq-section .section-subtitle {
    font-size: 1.1rem !important;
  }

  .faq-tabs {
    padding: 6px !important;
  }

  .faq-tab {
    padding: 12px 24px !important;
    font-size: 0.95rem !important;
  }

  .faq-question {
    padding: 20px 24px !important;
  }

  .faq-question-text {
    gap: 16px !important;
  }

  .faq-number {
    width: 38px !important;
    height: 38px !important;
    font-size: 1rem !important;
  }

  .faq-question h5 {
    font-size: 1.05rem !important;
  }

  .faq-icon {
    width: 35px !important;
    height: 35px !important;
  }

  .faq-icon i {
    font-size: 1rem !important;
  }

  .faq-answer-content {
    padding: 16px 24px 26px 78px !important;
  }

  .faq-answer-content p {
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  .faq-section .section-subtitle {
    font-size: 1rem !important;
  }

  .faq-tabs {
    gap: 10px !important;
  }

  .faq-tab {
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
  }

  .faq-item {
    border-radius: 12px !important;
    margin-bottom: 15px !important;
  }

  .faq-question {
    padding: 18px 20px !important;
  }

  .faq-question-text {
    gap: 14px !important;
  }

  .faq-number {
    width: 35px !important;
    height: 35px !important;
    font-size: 0.95rem !important;
  }

  .faq-question h5 {
    font-size: 1rem !important;
  }

  .faq-icon {
    width: 32px !important;
    height: 32px !important;
  }

  .faq-icon i {
    font-size: 0.95rem !important;
  }

  .faq-answer-content {
    padding: 14px 20px 24px 69px !important;
  }

  .faq-answer-content p {
    font-size: 0.95rem !important;
  }

  .no-faqs {
    padding: 80px 20px !important;
  }

  .no-faqs i {
    font-size: 4.5rem !important;
  }

  .no-faqs p {
    font-size: 1.2rem !important;
  }
}

/* ===== Partners Section ===== */
.partners-section {
  background: #f8fafc !important;
  position: relative !important;
  overflow: hidden !important;
}

.partners-section .section-description {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  color: #64748b !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
}

.partners-carousel-wrapper {
  position: relative !important;
  padding: 40px 0 !important;
}

.partner-item {
  padding: 15px !important;
}

.partner-card {
  background: #ffffff !important;
  border-radius: 30px !important;
  padding: 0 !important;
  text-align: center !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
}

.partner-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 93, 26, 0.02) 100%
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
}

.partner-card:hover {
  transform: translateY(-20px) !important;
  box-shadow: 0 30px 80px rgba(26, 93, 26, 0.12),
    0 15px 40px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(26, 93, 26, 0.15) !important;
}

.partner-card:hover::before {
  opacity: 1 !important;
}

.partner-logo {
  width: 100% !important;
  height: 200px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
  padding: 25px !important;
  transition: all 0.6s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.partner-logo::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(
    circle,
    rgba(26, 93, 26, 0.03) 0%,
    transparent 70%
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
}

.partner-card:hover .partner-logo {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}

.partner-card:hover .partner-logo::after {
  opacity: 1 !important;
}

.partner-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  z-index: 1 !important;
}

.partner-card:hover .partner-logo img {
  transform: scale(1.08) !important;
}

.partner-name {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  transition: all 0.4s ease !important;
  padding: 20px 20px !important;
  width: 100% !important;
  background: #ffffff !important;
  position: relative !important;
  z-index: 2 !important;
}

.partner-card:hover .partner-name {
  color: #1a5d1a !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

/* Partners Owl Carousel */
.partnersImg.owl-carousel .owl-nav {
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

.partnersImg.owl-carousel .owl-nav button {
  position: absolute !important;
  width: 50px !important;
  height: 50px !important;
  background: #ffffff !important;
  color: #1a5d1a !important;
  border-radius: 50% !important;
  font-size: 1.5rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease !important;
  pointer-events: all !important;
}

.partnersImg.owl-carousel .owl-nav button:hover {
  background: linear-gradient(135deg, #1a5d1a, #2d7a2d) !important;
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

.partnersImg.owl-carousel .owl-dots {
  text-align: center !important;
  margin-top: 30px !important;
}

.partnersImg.owl-carousel .owl-dot {
  width: 12px !important;
  height: 12px !important;
  background: #cbd5e1 !important;
  border-radius: 50% !important;
  margin: 0 6px !important;
  transition: all 0.3s ease !important;
}

.partnersImg.owl-carousel .owl-dot.active {
  width: 35px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #1a5d1a, #2d7a2d) !important;
}

/* Partners Responsive */
@media (max-width: 991px) {
  .partner-logo {
    height: 180px !important;
    padding: 22px !important;
  }

  .partner-name {
    font-size: 1.1rem !important;
    padding: 18px 18px !important;
  }
}

@media (max-width: 767px) {
  .partners-section .section-description {
    font-size: 1.1rem !important;
  }

  .partner-logo {
    height: 160px !important;
    padding: 20px !important;
  }

  .partner-name {
    font-size: 1.05rem !important;
    padding: 16px 16px !important;
  }

  .partnersImg.owl-carousel .owl-nav button {
    width: 45px !important;
    height: 45px !important;
    font-size: 1.3rem !important;
  }
}

@media (max-width: 480px) {
  .partners-section .section-description {
    font-size: 1rem !important;
  }

  .partner-logo {
    height: 140px !important;
    padding: 18px !important;
  }

  .partner-name {
    font-size: 1rem !important;
    padding: 15px 15px !important;
  }
}

/* ===== Contact Section Styles ===== */
.contact-section {
  background: #f8f9fa !important;
  position: relative !important;
  padding: 80px 0 !important;
}

.contact-section .section-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #2c3e50 !important;
  margin-bottom: 0.5rem !important;
}

.contact-section .title-underline {
  width: 80px !important;
  height: 3px !important;
  background: #16a085 !important;
  margin: 1rem auto !important;
}

/* Contact Form Card */
.contact-form-card {
  background: #ffffff !important;
  padding: 2.5rem 2rem !important;
  border-radius: 15px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.contact-form-wrapper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

/* Form Label */
.contact-section .form-label {
  display: block !important;
  font-weight: 600 !important;
  color: #555 !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.95rem !important;
  text-align: right !important;
}

.contact-section .form-label i {
  display: none !important;
}

/* Form Inputs */
.contact-section .form-input {
  padding: 0.9rem 1rem !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  transition: all 0.2s ease !important;
  background: #f9f9f9 !important;
  color: #333 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

.contact-section .form-input::placeholder {
  color: #999 !important;
}

.contact-section .form-input:focus {
  border-color: #16a085 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(22, 160, 133, 0.1) !important;
}

.contact-section textarea.form-input {
  resize: vertical !important;
  min-height: 120px !important;
  font-family: inherit !important;
}

/* Submit Button */
.contact-section .btn-submit {
  background: #0c4a2f !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.9rem 3rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

.contact-section .btn-submit:hover {
  background: #0a3d25 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(12, 74, 47, 0.3) !important;
}

.contact-section .btn-submit i {
  font-size: 1rem !important;
}

/* Form Group Styling */
.contact-section .form-group {
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
}

.contact-section .controls {
  width: 100% !important;
  max-width: 100% !important;
}

.contact-section input,
.contact-section textarea {
  width: 100% !important;
  max-width: 100% !important;
}

.contact-section .section-description {
  color: #666 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  max-width: 700px !important;
  margin: 1rem auto 0 !important;
}

/* Invalid Feedback */
.contact-section .invalid-feedback {
  display: none !important;
  color: #dc2626 !important;
  font-size: 0.85rem !important;
  margin-top: 0.3rem !important;
}

.contact-section .form-input.is-invalid {
  border-color: #dc2626 !important;
}

.contact-section .form-input.is-invalid ~ .invalid-feedback {
  display: block !important;
}

/* Contact Section Responsive */
@media (max-width: 767px) {
  .contact-section {
    padding: 60px 0 !important;
  }

  .contact-section .section-title {
    font-size: 2rem !important;
  }

  .contact-form-card {
    padding: 2rem !important;
  }

  .contact-section .btn-submit {
    width: 100% !important;
  }
}
