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

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

 a,
 button,
 input[type="button"] {
     cursor: pointer;
     transition: all .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 .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: 70px;
     padding-bottom: 70px;
 }

 .intro-landing .intro-section:nth-child(even):not(.bacg_section):not(.bacg_section2):not(.intro-hero):not(.intro-contact) {
     background: #fff;
 }

 .section-badge {
     display: inline-block;
     padding: 6px 18px;
     margin-bottom: 12px;
     border-radius: 50px;
     background: var(--gold-lighter, #FFF8E7);
     color: var(--main);
     font-size: 13px;
     font-weight: 600;
     border: 1px solid rgba(201, 162, 39, 0.25);
 }

 .section-badge--light {
     background: rgba(255, 255, 255, 0.15);
     color: #fff;
     border-color: rgba(255, 255, 255, 0.3);
 }

 .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: .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: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     background-color: var(--gold, #C9A227);
     background-image: var(--main2);
     color: var(--white) !important;
     width: auto;
     min-width: 160px;
     max-width: 100%;
     padding: 0 28px;
     border-radius: 50px;
     text-align: center;
     margin: 20px auto;
     height: 50px;
     line-height: 1;
     font-size: 15px;
     font-weight: 600;
     border: none;
     box-shadow: var(--shadow-gold);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .btn-main:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 35px rgba(201, 162, 39, 0.4);
     color: var(--white) !important;
 }

 button.btn-main {
     background-color: var(--gold, #C9A227) !important;
     background-image: var(--main2);
     border: none;
     cursor: pointer;
 }

 .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: .25rem !important;
 }

 body {
     direction: rtl;
     text-align: right;
     font-family: "myFont";
     word-spacing: 1px;
     color: var(--gold-deep, #2C2416);
     font-size: 15px;
     text-shadow: 0 0;
     background: var(--gold-lighter, #FFF8E7);
 }


 header,
 .intro-header {
     padding: 12px 0;
     background: rgba(255, 255, 255, 0.92);
     backdrop-filter: blur(12px);
     -webkit-backdrop-filter: blur(12px);
     box-shadow: 0 4px 24px rgba(44, 36, 22, 0.08);
     border-bottom: 2px solid rgba(201, 162, 39, 0.15);
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 30;
     transition: box-shadow 0.3s ease, border-color 0.3s ease;
 }

 .nav_bar a {
     position: relative;
     padding: 8px 4px;
     font-weight: 500;
     transition: color 0.3s ease;
 }

 .nav_bar a::after {
     content: "";
     position: absolute;
     bottom: 0;
     right: 0;
     width: 0;
     height: 2px;
     background: var(--main);
     border-radius: 2px;
     transition: width 0.3s ease;
 }

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

 .nav_bar a:hover::after,
 .nav_bar a.active::after {
     width: 100%;
 }


.body-content{margin-top: 90px}

 .the-logo {
     margin-inline-end: 15px;
     max-height: 75px;
 }


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

 .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%;
     height: 520px;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: flex-start;
 }

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

 .hero-slide {
     position: relative;
     min-height: 560px;
     height: 560px;
     display: flex;
     align-items: center;
     overflow: hidden;
     border-radius: 0 0 32px 32px;
 }

 .hero-slide__media {
     position: absolute;
     inset: 0;
     z-index: 0;
 }

 .hero-slide__media img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transform: scale(1.05);
     transition: transform 8s ease;
 }

 .hero-slide:hover .hero-slide__media img {
     transform: scale(1.12);
 }

 .hero-slide__overlay {
     position: absolute;
     inset: 0;
     z-index: 1;
     background:
         linear-gradient(to left, rgba(44, 36, 22, 0.15) 0%, rgba(44, 36, 22, 0.82) 55%, rgba(44, 36, 22, 0.92) 100%),
         linear-gradient(180deg, rgba(201, 162, 39, 0.15) 0%, transparent 45%);
 }

 .hero-slide__content {
     position: relative;
     z-index: 2;
     max-width: 560px;
     padding: 36px 0;
 }

 .intro-hero .section-badge {
     background: rgba(255, 255, 255, 0.12);
     color: #fff;
     border-color: rgba(255, 255, 255, 0.35);
     margin-bottom: 16px;
 }

 .hero-slide__content h3 {
     color: #fff;
     font-size: clamp(1.75rem, 3vw, 2.75rem);
     line-height: 1.35;
     margin-bottom: 16px;
     font-weight: 700;
     text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
 }

 .hero-slide__content p {
     color: rgba(255, 255, 255, 0.92);
     font-size: 1.05rem;
     line-height: 1.85;
     margin-bottom: 0;
     max-width: 480px;
 }

 .intro-hero .owl-dots {
     bottom: 28px;
     z-index: 5;
 }

 .intro-hero .owl-nav {
     bottom: 22px;
     z-index: 5;
 }

 .intro-hero .owl-nav > div {
     background: rgba(255, 255, 255, 0.15);
     border: 1px solid rgba(255, 255, 255, 0.35);
     color: #fff;
     backdrop-filter: blur(6px);
 }

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

 .intro-hero .owl-carousel .owl-dot {
     background: rgba(255, 255, 255, 0.35);
     border: 1px solid rgba(255, 255, 255, 0.25);
 }

 .intro-hero .owl-carousel .owl-dot:after {
     background: rgba(255, 255, 255, 0.7);
 }

 .intro-hero .owl-carousel .owl-dot.active {
     background: var(--main);
     border-color: var(--main);
 }

 .hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(135deg, rgba(44, 36, 22, 0.75) 0%, rgba(139, 105, 20, 0.45) 50%, rgba(201, 162, 39, 0.2) 100%);
     z-index: 2;
 }

 .img_owl_index {
     position: absolute;
     width: 866px;
     height: 650px;
     border-radius: 200px;
     overflow: hidden;
     left: -105px;
     bottom: 140px;
     transform: rotate(-60deg);
 }

 .img_owl_index:after,
 .video_info_:after {
     content: "";
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: linear-gradient(135deg, rgba(201, 162, 39, 0.35) 0%, rgba(139, 105, 20, 0.25) 100%);
 }

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


 .ads_wol {
     position: relative;
     z-index: 5;
     max-width: 480px;
     margin-left: auto;
 }

 .ads_wol h3 {
     color: #fff;
     line-height: 1.6;
     margin-bottom: 15px;
     font-size: 2rem;
     text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
 }

 .ads_wol p {
     color: rgba(255, 255, 255, 0.9);
     margin-bottom: 25px;
     line-height: 1.8;
 }


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


 .img_info_JM img {
     max-width: 100%;
     object-fit: cover;
     border-radius: 20px
 }

 .img_info_JM img:first-of-type {
     width: 270px;
     height: 550px;
     position: relative;
     z-index: 3
 }

 .img_info_JM img:last-of-type {

     width: 220px;
     height: 450px;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%)
 }


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


 .bacg_section {
     background: linear-gradient(135deg, var(--gold-dark, #8B6914) 0%, var(--main) 50%, var(--gold, #D4AF37) 100%);
 }

 .bacg_section2 {
     background: var(--gold-lighter, #FFF8E7);
 }

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

 .the_title h3 {
     font-size: 1.85rem;
     margin-bottom: 12px;
     position: relative;
     display: inline-block;
     padding-bottom: 14px;
 }

 .the_title h3::after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 60px;
     height: 3px;
     background: var(--main);
     border-radius: 3px;
 }

 .bacg_section .the_title h3::after {
     background: #fff;
 }

 .bacg_section .the_title {
     color: #FFFFFF;
 }

 .box-servess {
     background: #FFFFFF;
     border-radius: 20px;
     padding: 32px 24px;
     margin: 12px 0;
     min-height: calc(100% - 24px);
     position: relative;
     overflow: hidden;
     z-index: 3;
     box-shadow: var(--shadow-card);
     border: 1px solid rgba(201, 162, 39, 0.1);
     transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
 }

 .box-servess:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 50px rgba(201, 162, 39, 0.2);
     border-color: rgba(201, 162, 39, 0.35);
 }

 .box-servess:after {
     content: "";
     width: 75px;
     height: 75px;
     position: absolute;
     background: var(--gold-light, #F5E6C8);
     top: 24px;
     right: 24px;
     border-radius: 20px;
     z-index: -1;
     transition: all 0.35s ease;
     opacity: 0.6;
 }

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

 .box-servess__icon {
     width: 75px;
     height: 75px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 16px;
     position: relative;
     z-index: 1;
 }

 .box-servess img {
     max-width: 55px;
     margin: 0;
 }

 .box-servess h6,
 .box-servess p {
     position: relative;
     z-index: 1;
 }


 .how_work {
     display: flex;
     justify-content: space-between;
     text-align: center;
     background-image: url(../imgs/Path%205477.png);
     background-repeat: no-repeat;
     background-position: 50% 30%;
     overflow: auto;
     margin-bottom: 40px
 }



 .how_work li {
     width: 140px;
     margin: 10px;
     transition: transform 0.3s ease;
 }

 .how_work li:hover {
     transform: translateY(-6px);
 }

 .how_work__img-wrap {
     width: 130px;
     height: 130px;
     margin: 0 auto 12px;
     padding: 4px;
     border-radius: 50%;
     background: linear-gradient(135deg, var(--main), var(--gold-light));
     transition: box-shadow 0.3s ease;
 }

 .how_work li:hover .how_work__img-wrap {
     box-shadow: 0 8px 25px rgba(201, 162, 39, 0.4);
 }

 .how_work img {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     margin-bottom: 0;
     object-fit: cover;
     border: 3px solid #fff;
 }

 .how_work__title {
     font-weight: 600;
     color: var(--gold-deep, #2C2416);
     line-height: 1.4;
 }


 #FAQ .nav-pills {
     flex-wrap: wrap;
     gap: 10px;
 }

 #FAQ .nav-item {
     max-width: 100%;
 }

 .nav-link {
     background: #fff;
     width: auto;
     min-width: 120px;
     max-width: 280px;
     padding: 10px 18px;
     border-radius: 50px !important;
     text-align: center;
     margin: 10px;
     min-height: 45px;
     height: auto;
     line-height: 1.4;
     white-space: normal;
     word-wrap: break-word;
     overflow-wrap: break-word;
     word-break: break-word;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border: 1px solid rgba(201, 162, 39, 0.2);
     color: var(--gold-deep, #2C2416);
     transition: all 0.3s ease;
 }

 .nav-link:hover {
     border-color: var(--main);
     color: var(--main);
     background: var(--gold-lighter, #FFF8E7);
 }

 .nav-link.active {
     background-image: var(--main2);
     background-color: var(--main);
     color: #FFFFFF !important;
     border-color: transparent;
     box-shadow: var(--shadow-gold);
 }


 .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-header {
     padding: 0;
     background: #FFFFFF;
     border-bottom: none;
 }

 .accordion .card {
     margin: 16px 0;
     border-radius: 14px;
     box-shadow: var(--shadow-card);
     overflow: hidden;
     border: 1px solid rgba(201, 162, 39, 0.12);
     transition: box-shadow 0.3s ease, border-color 0.3s ease;
 }

 .accordion .card:hover {
     box-shadow: 0 12px 35px rgba(201, 162, 39, 0.15);
     border-color: rgba(201, 162, 39, 0.25);
 }

 .accordion .card-header button {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     width: 100%;
     text-align: start;
     padding: 18px 20px;
     white-space: normal;
     word-wrap: break-word;
     overflow-wrap: break-word;
     word-break: break-word;
     line-height: 1.5;
     font-weight: 600;
     color: var(--gold-deep, #2C2416);
     transition: color 0.3s ease, background 0.3s ease;
 }

 .accordion .card-header button:hover {
     background: var(--gold-lighter, #FFF8E7);
 }

 .fqs-number {
     flex-shrink: 0;
     width: 32px;
     height: 32px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     background: var(--gold-lighter, #FFF8E7);
     color: var(--main);
     font-size: 13px;
     font-weight: 700;
 }

 .fqs-text {
     flex: 1;
 }

 .fqs-icon {
     flex-shrink: 0;
     margin-top: 4px;
     color: var(--main);
     transition: transform 0.3s ease;
 }

 .accordion .card-header button[aria-expanded="true"] {
     color: var(--main);
     background: rgba(201, 162, 39, 0.06);
 }

 .accordion .card-header button[aria-expanded="true"] .fqs-icon {
     transform: rotate(180deg);
 }

 #FAQ .accordion .card-body {
     word-wrap: break-word;
     overflow-wrap: break-word;
     word-break: break-word;
 }


 .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 rgba(201, 162, 39, 0.15);
     padding: 14px 18px;
     border-radius: 12px;
     background: #fff;
     font-size: 14px;
     transition: border-color 0.3s ease, box-shadow 0.3s ease;
 }

 .form-control:focus {
     border-color: var(--main);
     box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
 }

 textarea.form-control {
     height: 150px;
     resize: vertical;
 }

 .contact-form-card {
     background: #fff;
     border-radius: 20px;
     padding: 36px 32px;
     box-shadow: var(--shadow-card);
     border: 1px solid rgba(201, 162, 39, 0.15);
 }

 .intro-contact {
     background: linear-gradient(180deg, var(--gold-lighter, #FFF8E7) 0%, #fff 100%);
 }

 .form-actions {
     margin-top: 8px;
     text-align: center;
 }

 .contact-form-card .btn-submit {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     width: auto;
     min-width: 200px;
     margin: 10px auto 0;
     cursor: pointer;
     background-color: #C9A227 !important;
     background-image: linear-gradient(135deg, #D4AF37 0%, #C9A227 50%, #B8860B 100%) !important;
     color: #fff !important;
     box-shadow: 0 8px 28px rgba(201, 162, 39, 0.35);
 }

 .contact-form-card .btn-submit:hover {
     background-color: #B8860B !important;
     background-image: linear-gradient(135deg, #E0C04A 0%, #D4AF37 50%, #C9A227 100%) !important;
     color: #fff !important;
     box-shadow: 0 12px 35px rgba(201, 162, 39, 0.45);
     transform: translateY(-3px);
 }

 .partner-logo {
     background: #fff;
     border-radius: 16px;
     padding: 20px;
     margin: 8px;
     box-shadow: var(--shadow-card);
     border: 1px solid rgba(201, 162, 39, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 100px;
 }

 .partner-logo img {
     max-height: 60px;
     width: auto;
     max-width: 100%;
     object-fit: contain;
     filter: grayscale(30%);
     transition: filter 0.3s ease, transform 0.3s ease;
 }

 .partner-logo:hover {
     transform: translateY(-4px);
     box-shadow: 0 12px 30px rgba(201, 162, 39, 0.2);
 }

 .partner-logo:hover img {
     filter: grayscale(0%);
     transform: scale(1.05);
 }

 .lang-toggle {
     padding: 8px 16px;
     border-radius: 50px;
     background: var(--gold-lighter, #FFF8E7);
     color: var(--main);
     font-weight: 600;
     border: 1px solid rgba(201, 162, 39, 0.25);
     transition: all 0.3s ease;
 }

 .lang-toggle:hover {
     background: var(--main);
     color: #fff;
 }

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

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

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


 footer {
     color: #FFFFFF;
     padding-top: 40px;
     background: linear-gradient(135deg, var(--gold-deep, #2C2416) 0%, var(--gold-dark, #8B6914) 100%);
 }

 .social-m li a {
     margin-inline-end: 15px;
     width: 40px;
     height: 40px;
     background: rgba(255, 255, 255, 0.1);
     display: flex;
     font-size: 17px;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     border: 1px solid rgba(201, 162, 39, 0.3);
     transition: all 0.3s ease;
 }

 .social-m li a:hover {
     background: var(--main);
     border-color: var(--main);
     transform: translateY(-3px);
 }

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

 .link-footer li a:hover {
     color: var(--gold-light, #F5E6C8);
 }

 .under_footer {
     padding: 18px 0;
     background: rgba(0, 0, 0, 0.25);
     text-align: center;
     margin-top: 30px;
 }

 .under_footer a {
     color: var(--gold-light, #F5E6C8);
     transition: color 0.3s ease;
 }

 .under_footer a:hover {
     color: #fff;
 }


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

     #FAQ .nav-item {
         width: 100%;
     }

     #FAQ .nav-link {
         max-width: 100%;
         width: 100%;
         margin: 5px 0;
     }
     
     .video_info_{height: 240px}
 }

 /*Small devices (landscape phones, less than 768px)*/
 @media (max-width: 767.98px) {
     
     .nav-link {
         max-width: calc(50% - 10px);
         min-width: 100px;
         margin: 5px;
         padding: 8px 12px;
     }
     
     
     .sec-padd{
             padding-top: 30px;
    padding-bottom: 30px;
     }
     
    
.img_owl_index {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    left: 0 !important;
    bottom: 0;
    transform: none !important;
}
     
     .contact-form-card {
         padding: 24px 18px;
     }

     .the_title h3 {
         font-size: 1.5rem;
     }

     .hero-slide {
         min-height: 420px;
         height: 420px;
         border-radius: 0 0 20px 20px;
     }

     .hero-slide__content {
         max-width: 100%;
         padding: 24px 0;
     }

     .hero-slide__content h3 {
         font-size: 1.5rem;
     }

     .hero-slide__content p {
         font-size: 0.95rem;
     }

     .hero-slide__overlay {
         background:
             linear-gradient(to top, rgba(44, 36, 22, 0.92) 0%, rgba(44, 36, 22, 0.55) 55%, rgba(44, 36, 22, 0.35) 100%),
             linear-gradient(180deg, rgba(201, 162, 39, 0.12) 0%, transparent 40%);
     }

     .box-servess {
         padding: 24px 18px;
     }

     .box-servess__icon {
         width: 60px;
         height: 60px;
         margin-bottom: 12px;
     }

     .box-servess img {
         max-width: 42px;
     }

     .info_owl {height: 400px}
     
     .ads_wol h3 {
    line-height: 1.4;
    margin-bottom: 8px;
    color: cornsilk;
    font-size: 23px;
     }
     
     .ads_wol p{
         margin-bottom: 15px;
         color: #FFFFFF;
     }
     
     .ads_wol .links img {
    max-width: 120px;
}
     
     .img_info_JM{margin-top: 20px}
     
     
     .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: linear-gradient(180deg, var(--gold-deep, #2C2416) 0%, var(--gold-dark, #8B6914) 100%);
         top: 0;
         right: 0;
         transform: translateX(100%);
         transition: all 0.3s linear 0s;
         z-index: 40;
         color: #FFFFFF;
         padding-top: 20px;
     }

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


     
     .nav_bar a.active {
         color: var(--gold-light, #F5E6C8);
         font-weight: bolder;
     }

     .nav_bar a::after {
         background: var(--gold-light, #F5E6C8);
     }


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