 * {
     -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: 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: .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;
     width: 140px;
     max-width: 100%;
     padding: 0;
     border-radius: 8px;
     text-align: center;
     margin: 20px auto;
     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: .25rem !important;
 }

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


 header.intro-top-header {
     padding: 14px 0 16px;
     background: rgba(255, 255, 255, 0.94);
     backdrop-filter: blur(14px);
     -webkit-backdrop-filter: blur(14px);
     box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 10px 40px rgba(0, 0, 0, 0.06);
     border-bottom: 1px solid rgba(0, 0, 0, 0.06);
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 30;
 }

 .intro-top-header__bar {
     min-height: 48px;
     gap: 12px;
 }

 .intro-top-header__primary {
     gap: 8px 20px;
     min-width: 0;
 }

 .intro-top-header__brand {
     flex-shrink: 0;
     font-weight: 700;
     font-size: 1.08rem;
     letter-spacing: -0.02em;
     color: #1a1814;
     padding: 10px 14px;
     margin-inline-end: 4px;
     border-radius: 14px;
     line-height: 1.2;
     max-width: 200px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
 }

 .intro-top-header__brand:hover {
     color: var(--main);
     background: rgba(0, 0, 0, 0.04);
     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
 }

 .intro-top-header__nav {
     list-style: none;
     margin: 0;
     padding: 0;
     gap: 4px;
 }

 .intro-top-header__nav > li {
     margin: 0 4px;
 }

 .intro-top-header__nav > li > a {
     display: block;
     padding: 10px 16px;
     border-radius: 999px;
     font-weight: 600;
     font-size: 0.93rem;
     color: #3f3d3a;
     transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
 }

 .intro-top-header__nav > li > a:hover {
     color: var(--main);
     background: rgba(0, 0, 0, 0.045);
 }

 .nav_bar a.active,
 .intro-top-header__nav > li > a.active {
     color: var(--main) !important;
     background: rgba(0, 0, 0, 0.04);
     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
 }

 .intro-top-header__actions {
     gap: 10px;
 }

 .intro-top-header__lang-btn {
     border: 1px solid rgba(0, 0, 0, 0.08) !important;
     border-radius: 999px !important;
     padding: 9px 16px !important;
     font-weight: 600;
     font-size: 0.88rem;
     color: #3a3835 !important;
     background: #f4f2ef !important;
     transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
 }

 .intro-top-header__lang-btn:hover {
     background: #eceae6 !important;
     border-color: rgba(0, 0, 0, 0.12) !important;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
 }

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

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


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

 .close-open-nav,
 .intro-top-header__burger {
     width: 44px;
     height: 44px;
     margin-inline-start: 4px;
     padding: 10px;
     position: relative;
     display: none;
     border-radius: 14px;
     border: 1px solid rgba(0, 0, 0, 0.08);
     background: #f4f2ef;
     transition: background 0.22s ease, box-shadow 0.22s ease;
 }

 .intro-top-header__burger:hover {
     background: #eceae6;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
 }

 .close-open-nav > div {
     display: flex;
     flex-direction: column;
     justify-content: center;
     gap: 5px;
     width: 100%;
     height: 100%;
     cursor: pointer;
 }

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

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

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

 .close-open-nav.active span:last-of-type {
     transform: translateY(-8px) 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);
 }



 /* Intro hero slider (owl-index only — partners carousel stays untouched) */
 .owl-index {
     position: relative;
 }

 .owl-index .owl-dots {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     position: absolute;
     bottom: 26px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 8;
 }

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

 .owl-index .owl-nav > div {
     width: 48px;
     height: 48px;
     background: rgba(255, 255, 255, 0.92);
     border: 1px solid rgba(0, 0, 0, 0.06);
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     color: #2a2a2a;
     transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
     border-radius: 16px;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
 }

 .owl-index .owl-nav > div:hover {
     background-color: var(--main);
     color: var(--white);
     transform: translateY(-2px);
     box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
 }

 .owl-index .owl-carousel .owl-dot {
     width: 9px;
     height: 9px;
     margin: 0;
     padding: 0;
     position: relative;
     border-radius: 999px;
     background: rgba(255, 255, 255, 0.45);
     border: 1px solid rgba(255, 255, 255, 0.65);
     transition: width 0.35s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
 }

 .owl-index .owl-carousel .owl-dot:after {
     display: none;
 }

 .owl-index .owl-carousel .owl-dot.active {
     width: 32px;
     background: var(--main);
     border-color: rgba(255, 255, 255, 0.35);
 }

 .owl-index .owl-carousel .owl-dot:hover:not(.active) {
     background: rgba(255, 255, 255, 0.75);
 }

 .owl-index .info_owl {
     width: 100%;
     min-height: clamp(440px, 58vh, 640px);
     height: auto;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: stretch;
     justify-content: flex-start;
     isolation: isolate;
 }

 .owl-index .hero-intro__mesh {
     position: absolute;
     inset: 0;
     z-index: 0;
     pointer-events: none;
     background: linear-gradient(165deg, #f9f6f1 0%, #ffffff 45%, #f3efe8 100%);
 }

 .owl-index .hero-intro__mesh::before,
 .owl-index .hero-intro__mesh::after {
     content: "";
     position: absolute;
     border-radius: 50%;
     filter: blur(72px);
     opacity: 0.55;
 }

 .owl-index .hero-intro__mesh::before {
     width: min(420px, 55vw);
     height: min(420px, 55vw);
     background: var(--main);
     opacity: 0.11;
     top: -12%;
     inset-inline-end: -8%;
 }

 .owl-index .hero-intro__mesh::after {
     width: min(360px, 50vw);
     height: min(360px, 50vw);
     background: var(--hover);
     opacity: 0.12;
     bottom: -18%;
     inset-inline-start: -12%;
 }

 .owl-index .hero-intro__inner {
     position: relative;
     z-index: 3;
     display: flex;
     align-items: center;
     min-height: clamp(440px, 58vh, 640px);
     padding-block: 40px;
 }

 .owl-index .img_owl_index {
     position: absolute;
     z-index: 2;
     width: min(560px, 48vw);
     height: min(620px, 74vh);
     max-height: 640px;
     border-radius: 44px;
     overflow: hidden;
     left: -4%;
     bottom: 6%;
     transform: rotate(-8deg) translateZ(0);
     transform-origin: 50% 80%;
     box-shadow:
         0 28px 56px rgba(0, 0, 0, 0.12),
         0 8px 24px rgba(0, 0, 0, 0.06),
         inset 0 1px 0 rgba(255, 255, 255, 0.35);
 }

 .owl-index .img_owl_index__shine {
     position: absolute;
     inset: 0;
     z-index: 2;
     pointer-events: none;
     background: linear-gradient(
         125deg,
         rgba(255, 255, 255, 0.45) 0%,
         rgba(255, 255, 255, 0) 38%,
         rgba(255, 255, 255, 0) 62%,
         rgba(255, 255, 255, 0.12) 100%
     );
     mix-blend-mode: soft-light;
 }

 .owl-index .img_owl_index:after {
     content: "";
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 1;
     pointer-events: none;
     background: linear-gradient(
         168deg,
         rgba(255, 255, 255, 0.08) 0%,
         rgba(0, 0, 0, 0.06) 55%,
         rgba(0, 0, 0, 0.14) 100%
     );
 }

 .video_info_:after {
     content: "";
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: rgb(222 187 109 / 36%);
 }

 .owl-index .img_owl_index img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transform: scale(1.02);
 }

 .owl-index .ads_wol {
     position: relative;
     z-index: 5;
     max-width: 500px;
     margin-left: auto;
     padding: 28px 32px 30px;
     border-radius: 24px;
     background: rgba(255, 255, 255, 0.82);
     border: 1px solid rgba(255, 255, 255, 0.95);
     box-shadow:
         0 1px 0 rgba(255, 255, 255, 0.9) inset,
         0 20px 50px rgba(0, 0, 0, 0.06);
     backdrop-filter: blur(16px);
     -webkit-backdrop-filter: blur(16px);
 }

 .owl-index .hero-intro__kicker {
     display: block;
     width: 56px;
     height: 4px;
     border-radius: 4px;
     margin-bottom: 18px;
     background: linear-gradient(90deg, var(--main), var(--hover));
 }

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

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

 .owl-index .ads_wol h3 {
     color: #1a1814;
     line-height: 1.2;
     margin-bottom: 14px;
     font-size: clamp(1.65rem, 2.8vw, 2.55rem);
     font-weight: 700;
     letter-spacing: -0.02em;
 }

 .owl-index .ads_wol p {
     color: #5a5650;
     margin-bottom: 0;
     font-size: 1.05rem;
     line-height: 1.75;
     max-width: 42ch;
 }

 @media (max-width: 991.98px) and (min-width: 768px) {
     .owl-index .img_owl_index {
         width: min(400px, 56vw);
         height: min(460px, 60vh);
         left: -8%;
         bottom: 4%;
     }

     .owl-index .ads_wol {
         max-width: 400px;
         padding: 22px 26px;
     }
 }


 .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 {
     position: relative;
     overflow: hidden;
     background: var(--main2);
     background-size: 140% 140%;
     background-position: 30% 20%;
 }

 .bacg_section::before {
     content: "";
     position: absolute;
     inset: 0;
     z-index: 0;
     pointer-events: none;
     background:
         radial-gradient(ellipse 90% 60% at 12% -8%, rgba(255, 255, 255, 0.28), transparent 52%),
         radial-gradient(ellipse 75% 55% at 108% 92%, rgba(0, 0, 0, 0.14), transparent 55%),
         radial-gradient(ellipse 55% 45% at 50% 115%, rgba(255, 255, 255, 0.1), transparent 42%);
 }

 .bacg_section::after {
     content: "";
     position: absolute;
     inset: 0;
     z-index: 0;
     pointer-events: none;
     opacity: 0.35;
     background: repeating-linear-gradient(
         -18deg,
         transparent,
         transparent 56px,
         rgba(255, 255, 255, 0.04) 56px,
         rgba(255, 255, 255, 0.04) 58px
     );
 }

 .bacg_section > .container {
     position: relative;
     z-index: 1;
 }

 .bacg_section2 {
     position: relative;
     overflow: hidden;
     background: linear-gradient(175deg, #fffdf8 0%, #f6f1e8 48%, #fffbf7 100%);
 }

 .bacg_section2::before {
     content: "";
     position: absolute;
     width: min(520px, 90vw);
     height: min(380px, 50vh);
     top: -25%;
     inset-inline-end: -15%;
     border-radius: 50%;
     background: var(--main);
     opacity: 0.07;
     filter: blur(72px);
     pointer-events: none;
     z-index: 0;
 }

 .bacg_section2::after {
     content: "";
     position: absolute;
     width: min(420px, 75vw);
     height: min(320px, 42vh);
     bottom: -20%;
     inset-inline-start: -18%;
     border-radius: 50%;
     background: var(--hover);
     opacity: 0.09;
     filter: blur(68px);
     pointer-events: none;
     z-index: 0;
 }

 .bacg_section2 > .container {
     position: relative;
     z-index: 1;
 }

 /* —— Intro page: scroll-in sections, cards, polish —— */
 .intro-page-section--muted {
     background: linear-gradient(180deg, #faf9f7 0%, #ffffff 100%);
 }

 .the_title h3 {
     position: relative;
     display: inline-block;
     font-weight: 700;
     letter-spacing: -0.02em;
     margin-bottom: 10px;
 }

 .the_title h3::after {
     content: "";
     display: block;
     width: 48px;
     height: 3px;
     border-radius: 3px;
     margin: 12px auto 0;
     background: linear-gradient(90deg, var(--main), var(--hover));
 }

 .bacg_section .the_title h3::after {
     background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35));
 }

 .the_title p {
     line-height: 1.7;
 }

 [data-intro-reveal] .box-servess,
 [data-intro-reveal] .accordion .card,
 [data-intro-reveal] .how_work li,
 [data-intro-reveal] .info_JM,
 [data-intro-reveal] .img_info_JM,
 [data-intro-reveal] .form-content,
 [data-intro-reveal] .owl-brands {
     opacity: 0;
     transform: translateY(28px);
     transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
 }

 [data-intro-reveal].is-inview .box-servess,
 [data-intro-reveal].is-inview .accordion .card,
 [data-intro-reveal].is-inview .how_work li,
 [data-intro-reveal].is-inview .info_JM,
 [data-intro-reveal].is-inview .img_info_JM,
 [data-intro-reveal].is-inview .form-content,
 [data-intro-reveal].is-inview .owl-brands {
     opacity: 1;
     transform: none;
 }

 [data-intro-reveal].intro-reveal--instant .box-servess,
 [data-intro-reveal].intro-reveal--instant .accordion .card,
 [data-intro-reveal].intro-reveal--instant .how_work li,
 [data-intro-reveal].intro-reveal--instant .info_JM,
 [data-intro-reveal].intro-reveal--instant .img_info_JM,
 [data-intro-reveal].intro-reveal--instant .form-content,
 [data-intro-reveal].intro-reveal--instant .owl-brands {
     opacity: 1;
     transform: none;
     transition: none !important;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .col-md-4:nth-child(1) .box-servess {
     transition-delay: 0.06s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .col-md-4:nth-child(2) .box-servess {
     transition-delay: 0.14s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .col-md-4:nth-child(3) .box-servess {
     transition-delay: 0.22s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(1) {
     transition-delay: 0.04s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(2) {
     transition-delay: 0.1s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(3) {
     transition-delay: 0.16s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(4) {
     transition-delay: 0.22s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(5) {
     transition-delay: 0.28s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(6) {
     transition-delay: 0.34s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(7) {
     transition-delay: 0.4s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .accordion .card:nth-child(8) {
     transition-delay: 0.46s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .how_work li:nth-child(1) {
     transition-delay: 0.05s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .how_work li:nth-child(2) {
     transition-delay: 0.12s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .how_work li:nth-child(3) {
     transition-delay: 0.19s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .how_work li:nth-child(4) {
     transition-delay: 0.26s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .how_work li:nth-child(5) {
     transition-delay: 0.33s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .how_work li:nth-child(6) {
     transition-delay: 0.4s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .info_JM {
     transition-delay: 0.06s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .img_info_JM {
     transition-delay: 0.16s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .form-content {
     transition-delay: 0.1s;
 }

 [data-intro-reveal].is-inview:not(.intro-reveal--instant) .owl-brands {
     transition-delay: 0.12s;
 }

 @media (prefers-reduced-motion: reduce) {
     [data-intro-reveal] .box-servess,
     [data-intro-reveal] .accordion .card,
     [data-intro-reveal] .how_work li,
     [data-intro-reveal] .info_JM,
     [data-intro-reveal] .img_info_JM,
     [data-intro-reveal] .form-content,
     [data-intro-reveal] .owl-brands {
         opacity: 1;
         transform: none;
         transition: none !important;
     }
 }


 .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: 22px;
     padding: 28px 24px 30px;
     margin: 12px 0;
     min-height: calc(100% - 24px);
     position: relative;
     overflow: hidden;
     z-index: 3;
     border: 1px solid rgba(0, 0, 0, 0.05);
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
     transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.35s ease;
 }

 .box-servess:hover {
     transform: translateY(-8px);
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
     border-color: rgba(0, 0, 0, 0.04);
 }

 .box-servess:after {
     content: "";
     width: 120px;
     height: 120px;
     position: absolute;
     background: radial-gradient(circle at 30% 30%, var(--hover), var(--main));
     opacity: 0.12;
     top: -40px;
     right: -40px;
     border-radius: 40px;
     z-index: 0;
     transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
 }

 .box-servess:hover:after {
     transform: scale(1.35) rotate(8deg);
     opacity: 0.2;
 }

 .box-servess img {
     max-width: 72px;
     margin: 0 0 16px;
     position: relative;
     z-index: 2;
     transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
 }

 .box-servess:hover img {
     transform: scale(1.06) translateY(-2px);
 }

 .box-servess h6 {
     position: relative;
     z-index: 2;
     font-size: 1.05rem;
     margin-bottom: 10px;
     color: #1e1b16;
 }

 .box-servess p {
     position: relative;
     z-index: 2;
     line-height: 1.75;
 }


 .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% 28%;
     overflow: auto;
     margin-bottom: 36px;
     gap: 8px;
     padding: 8px 0 12px;
 }



 .how_work li {
     flex: 0 0 auto;
     width: 140px;
     margin: 10px 6px;
     padding: 16px 12px 18px;
     border-radius: 20px;
     background: #ffffff;
     border: 1px solid rgba(0, 0, 0, 0.05);
     box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
     transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
 }

 .how_work li:hover {
     transform: translateY(-6px);
     box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
     border-color: rgba(0, 0, 0, 0.06);
 }

 .how_work img {
     width: 88px;
     height: 88px;
     border-radius: 50%;
     margin: 0 auto 12px;
     object-fit: cover;
     display: block;
     border: 3px solid rgba(255, 255, 255, 0.95);
     box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
     transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
 }

 .how_work li:hover img {
     transform: scale(1.05);
     box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
 }

 .how_work li > div {
     font-weight: 600;
     font-size: 0.92rem;
     line-height: 1.45;
     color: #3a3630;
 }


 .nav-link {
     background: rgba(255, 255, 255, 0.92);
     width: auto;
     min-width: 120px;
     padding: 0 14px;
     border-radius: 999px !important;
     text-align: center;
     margin: 8px;
     height: 44px;
     line-height: 44px;
     border: 1px solid rgba(0, 0, 0, 0.06) !important;
     font-weight: 600;
     font-size: 13px;
     color: #555;
     transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
 }

 .nav-link:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
 }

 .nav-link.active {
     background-image: var(--main2);
     color: #ffffff !important;
     background-color: transparent !important;
     border-color: transparent !important;
     box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
 }


 .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: 14px 0;
     border-radius: 16px;
     border: 1px solid rgba(0, 0, 0, 0.06);
     box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
     overflow: hidden;
     background: #fff;
     transition: box-shadow 0.35s ease, transform 0.35s ease;
 }

 .accordion .card:hover {
     box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
 }

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

 .accordion .card-header button {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 12px;
     width: 100%;
     text-align: start;
     padding: 16px 18px;
     font-weight: 600;
     font-size: 0.95rem;
     color: #2c2924;
     border: none;
     background: transparent;
     position: relative;
     transition: color 0.25s ease, background 0.25s ease;
 }

 .accordion .card-header button::after {
     content: "\f078";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 12px;
     color: var(--main);
     transition: transform 0.35s ease;
     flex-shrink: 0;
 }

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

 .accordion .card-header button:hover {
     background: #faf9f7;
 }

 .accordion .card-header button[aria-expanded="true"] {
     color: var(--main);
     background: linear-gradient(90deg, rgba(0, 0, 0, 0.02), transparent);
 }


 .card-body {
     padding: 18px 22px 22px;
     color: #5a5650;
     line-height: 1.75;
     font-size: 0.95rem;
     border-top: 1px solid rgba(0, 0, 0, 0.05);
 }


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


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

 .form-content {
     padding: 28px 28px 32px;
     border-radius: 22px;
     background: #ffffff;
     border: 1px solid rgba(0, 0, 0, 0.06);
     box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
 }

 .form-control {
     border: 1px solid rgba(0, 0, 0, 0.06);
     padding: 14px 16px;
     border-radius: 14px;
     background: #f7f6f4;
     font-size: 14px;
     transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
 }

 .form-control:focus {
     border-color: var(--main);
     background: #fff;
     box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
 }

 textarea.form-control {
     height: 180px
 }

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

 .owl-brands .item {
     padding: 12px 10px;
 }

 .owl-brands .item img {
     max-height: 52px;
     width: auto;
     margin: 0 auto;
     display: block;
     filter: grayscale(1);
     opacity: 0.72;
     transition: filter 0.4s ease, opacity 0.4s ease, transform 0.35s ease;
 }

 .owl-brands .item img:hover {
     filter: grayscale(0);
     opacity: 1;
     transform: scale(1.06);
 }

 .intro-footer {
     position: relative;
     color: rgba(255, 255, 255, 0.95);
     padding: 48px 0 0;
     background: var(--main2);
     background-size: 130% 130%;
     background-position: 65% 35%;
     overflow: hidden;
 }

 .intro-footer__glow {
     position: absolute;
     inset: 0;
     pointer-events: none;
     background:
         radial-gradient(ellipse 90% 60% at 10% 0%, rgba(255, 255, 255, 0.14), transparent 55%),
         radial-gradient(ellipse 70% 50% at 90% 100%, rgba(0, 0, 0, 0.12), transparent 50%);
 }

 .intro-footer__inner {
     position: relative;
     z-index: 2;
 }

 .intro-footer__grid {
     padding-bottom: 8px;
 }

 .intro-footer__col {
     margin-bottom: 28px;
 }

 .intro-footer__logo-link {
     display: inline-block;
     margin-bottom: 18px;
 }

 .logo_footer {
     max-width: 120px;
     margin: 0 0 8px 0;
     filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
 }

 .intro-footer__social {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     padding: 0;
     margin: 0;
     list-style: none;
 }

 .intro-footer__social li {
     width: auto;
     margin: 0;
 }

 .intro-footer__social li a {
     margin-inline-end: 0;
     width: 44px;
     height: 44px;
     background: rgba(255, 255, 255, 0.12);
     border: 1px solid rgba(255, 255, 255, 0.22);
     display: flex;
     font-size: 17px;
     justify-content: center;
     align-items: center;
     border-radius: 14px;
     color: #fff;
     transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
 }

 .intro-footer__social li a:hover {
     background: rgba(255, 255, 255, 0.22);
     transform: translateY(-3px);
     box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
 }

 .Tfooter,
 .intro-footer__heading {
     margin: 6px 0 18px;
     position: relative;
     font-weight: 700;
     font-size: 1rem;
     letter-spacing: 0.02em;
     text-transform: uppercase;
     opacity: 0.95;
 }

 .intro-footer__heading::after {
     content: "";
     display: block;
     width: 36px;
     height: 2px;
     margin-top: 10px;
     border-radius: 2px;
     background: rgba(255, 255, 255, 0.5);
 }

 .link-footer {
     padding: 0;
     margin: 0;
     list-style: none;
 }

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

 .intro-footer__links a {
     color: rgba(255, 255, 255, 0.9);
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-size: 0.95rem;
     padding: 4px 0;
     border-bottom: 1px solid transparent;
     transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
 }

 .intro-footer__links a::before {
     content: "\f100";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 11px;
     opacity: 0.75;
 }

 .intro-footer__links a:hover {
     color: #fff;
     border-bottom-color: rgba(255, 255, 255, 0.45);
     transform: translateX(-3px);
 }

 .intro-footer__contact li {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     color: rgba(255, 255, 255, 0.9);
     font-size: 0.94rem;
     line-height: 1.55;
 }

 .intro-footer__icon {
     flex-shrink: 0;
     width: 36px;
     height: 36px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 12px;
     background: rgba(255, 255, 255, 0.12);
     border: 1px solid rgba(255, 255, 255, 0.2);
     color: #fff;
 }

 .intro-footer__contact a {
     color: rgba(255, 255, 255, 0.95);
     border-bottom: 1px solid transparent;
     transition: border-color 0.2s ease, color 0.2s ease;
 }

 .intro-footer__contact a:hover {
     color: #fff;
     border-bottom-color: rgba(255, 255, 255, 0.5);
 }

 .under_footer,
 .intro-footer__bar {
     position: relative;
     z-index: 2;
     padding: 18px 0;
     margin-top: 28px;
     background: rgba(0, 0, 0, 0.18);
     border-top: 1px solid rgba(255, 255, 255, 0.12);
     text-align: inherit;
 }

 .intro-footer__bar-row {
     font-size: 0.9rem;
     color: rgba(255, 255, 255, 0.88);
 }

 .intro-footer__copyright a {
     color: #fff;
     font-weight: 600;
     margin-inline-start: 4px;
 }

 .intro-footer__legal a {
     color: rgba(255, 255, 255, 0.95);
     font-weight: 600;
     padding: 6px 12px;
     border-radius: 999px;
     border: 1px solid rgba(255, 255, 255, 0.25);
     display: inline-block;
     transition: background 0.25s ease, transform 0.25s ease;
 }

 .intro-footer__legal a:hover {
     background: rgba(255, 255, 255, 0.12);
     transform: translateY(-2px);
 }

 .social-m li a {
     margin-inline-end: 0;
 }


 /* —— Privacy policy page (/privacy-policy) —— */
 .intro-privacy-page-wrap {
     padding-top: 12px;
     padding-bottom: 56px;
     min-height: 55vh;
     background: linear-gradient(180deg, #f8f5f0 0%, #ffffff 28%, #faf8f5 100%);
 }

 .intro-privacy {
     padding: 24px 0 48px;
 }

 .intro-privacy__hero {
     text-align: center;
     margin-bottom: 32px;
     max-width: 640px;
     margin-left: auto;
     margin-right: auto;
 }

 .intro-privacy__back {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-weight: 600;
     font-size: 0.9rem;
     color: var(--main);
     padding: 10px 18px;
     border-radius: 999px;
     margin-bottom: 22px;
     background: rgba(255, 255, 255, 0.85);
     border: 1px solid rgba(0, 0, 0, 0.07);
     box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
     transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease;
 }

 .intro-privacy__back:hover {
     color: var(--main);
     background: #fff;
     transform: translateY(-2px);
     box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
 }

 .intro-privacy__title {
     font-size: clamp(1.85rem, 4.2vw, 2.45rem);
     font-weight: 700;
     letter-spacing: -0.02em;
     color: #1a1814;
     margin: 0 0 10px;
     line-height: 1.2;
 }

 .intro-privacy__title::after {
     content: "";
     display: block;
     width: 56px;
     height: 3px;
     margin: 16px auto 0;
     border-radius: 3px;
     background: linear-gradient(90deg, var(--main), var(--hover));
 }

 .intro-privacy__lead {
     margin: 0;
     font-size: 1.02rem;
     color: #6a6560;
     line-height: 1.5;
 }

 .intro-privacy__card {
     background: #ffffff;
     border-radius: 22px;
     border: 1px solid rgba(0, 0, 0, 0.06);
     box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
     padding: clamp(26px, 4vw, 44px);
     max-width: 880px;
     margin: 0 auto;
 }

 .intro-privacy__body {
     font-size: 1rem;
     line-height: 1.85;
     color: #454545;
     word-wrap: break-word;
 }

 .intro-privacy__body > *:first-child {
     margin-top: 0;
 }

 .intro-privacy__body h1,
 .intro-privacy__body h2,
 .intro-privacy__body h3,
 .intro-privacy__body h4 {
     margin-top: 1.65em;
     margin-bottom: 0.55em;
     font-weight: 700;
     color: #1e1b16;
     line-height: 1.35;
 }

 .intro-privacy__body h1:first-child,
 .intro-privacy__body h2:first-child {
     margin-top: 0;
 }

 .intro-privacy__body h1 {
     font-size: 1.55rem;
 }

 .intro-privacy__body h2 {
     font-size: 1.3rem;
     padding-bottom: 6px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.07);
 }

 .intro-privacy__body h3 {
     font-size: 1.12rem;
     color: var(--main);
 }

 .intro-privacy__body p {
     margin: 0 0 1em;
 }

 .intro-privacy__body ul,
 .intro-privacy__body ol {
     margin: 0 0 1.1em;
     padding-inline-start: 1.35em;
 }

 .intro-privacy__body li {
     margin-bottom: 0.45em;
 }

 .intro-privacy__body a {
     color: var(--main);
     font-weight: 600;
     text-decoration: underline;
     text-underline-offset: 3px;
     transition: color 0.2s ease;
 }

 .intro-privacy__body a:hover {
     color: var(--hover);
 }

 .intro-privacy__body blockquote {
     margin: 1.25em 0;
     padding: 14px 18px;
     border-inline-start: 4px solid var(--main);
     background: #f9f7f4;
     border-radius: 12px;
     color: #3a3632;
 }

 .intro-privacy__body table {
     width: 100%;
     border-collapse: collapse;
     margin: 1.25em 0;
     font-size: 0.94rem;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
 }

 .intro-privacy__body th,
 .intro-privacy__body td {
     border: 1px solid rgba(0, 0, 0, 0.07);
     padding: 10px 14px;
     text-align: start;
 }

 .intro-privacy__body th {
     background: #f4f1ec;
     font-weight: 700;
 }

 .intro-privacy__body img,
 .intro-privacy__body video {
     max-width: 100%;
     height: auto;
     border-radius: 14px;
     margin: 1em 0;
 }


 /*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 {
         min-width: 0;
         width: auto;
         flex: 1 1 calc(50% - 12px);
         max-width: none;
         margin: 6px;
         font-size: 12px;
         padding: 0 10px;
         height: 42px;
         line-height: 42px;
     }

     #pills-tab.nav {
         flex-wrap: wrap;
         justify-content: center;
     }
     
     
     .sec-padd{
             padding-top: 30px;
    padding-bottom: 30px;
     }
     
    
     .owl-index .img_owl_index {
         width: 100%;
         height: 100%;
         max-height: none;
         border-radius: 0;
         left: 0 !important;
         right: 0 !important;
         bottom: 0;
         transform: none !important;
         box-shadow: none;
     }

     .owl-index .img_owl_index:after {
         background: linear-gradient(
             to bottom,
             rgba(0, 0, 0, 0.15) 0%,
             rgba(0, 0, 0, 0.35) 45%,
             rgba(0, 0, 0, 0.72) 100%
         );
     }

     .owl-index .img_owl_index__shine {
         opacity: 0.5;
     }

     .owl-index .info_owl {
         min-height: 500px;
     }

     .owl-index .hero-intro__inner {
         min-height: 500px;
         align-items: flex-end;
         padding-block: 32px 100px;
     }

     .owl-index .ads_wol {
         margin-inline: 0;
         margin-left: 0 !important;
         margin-right: 0 !important;
         max-width: none;
         width: 100%;
         padding: 22px 20px 24px;
         border-radius: 20px;
         background: rgba(255, 255, 255, 0.14);
         border: 1px solid rgba(255, 255, 255, 0.28);
         box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
     }

     .owl-index .ads_wol h3 {
         line-height: 1.25;
         margin-bottom: 10px;
         color: #fffdf8;
         font-size: clamp(1.4rem, 5vw, 1.85rem);
         text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
     }

     .owl-index .ads_wol p {
         color: rgba(255, 255, 255, 0.92);
         font-size: 0.98rem;
         line-height: 1.65;
         max-width: none;
     }

     .owl-index .hero-intro__kicker {
         background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), var(--main));
         box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
     }

     .owl-index .owl-carousel .owl-dot {
         background: rgba(255, 255, 255, 0.35);
         border-color: rgba(255, 255, 255, 0.45);
     }

     .owl-index .owl-carousel .owl-dot.active {
         background: var(--main);
         border-color: rgba(255, 255, 255, 0.4);
     }

     .owl-index .owl-nav > div {
         background: rgba(255, 255, 255, 0.2);
         color: #fff;
         border-color: rgba(255, 255, 255, 0.35);
     }

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

     
     .img_info_JM{margin-top: 20px}
     
     
     .how_work {
         background-image: none;
         flex-wrap: wrap;
         justify-content: center;
     }

     .how_work li {
         width: calc(50% - 12px);
         max-width: 220px;
         margin: 8px 6px;
     }

     .intro-footer {
         padding-top: 36px;
     }

     .intro-footer__bar-row {
         text-align: center;
     }

     .intro-footer__legal {
         text-align: center !important;
         margin-top: 12px;
     }

     .intro-privacy-page-wrap {
         padding-bottom: 40px;
     }

     .intro-privacy {
         padding: 16px 0 36px;
     }

     .intro-privacy__card {
         padding: 22px 16px;
         border-radius: 18px;
     }

     .intro-privacy__body {
         font-size: 0.96rem;
     }

     .intro-privacy__body table {
         display: block;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }
     
     
}

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

 @media (max-width: 991.98px) {



     .close-open-nav,
     .intro-top-header__burger {
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .nav_bar {
         display: block !important;
         position: fixed;
         width: min(320px, 88vw);
         height: 100%;
         background: var(--main2);
         background-size: 180% 180%;
         background-position: 50% 0%;
         top: 0;
         right: 0;
         transform: translateX(100%);
         transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
         z-index: 40;
         color: #ffffff;
         padding: 88px 20px 32px;
         box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
         overflow-y: auto;
     }

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

     .intro-top-header__nav > li {
         margin: 6px 0;
     }

     .intro-top-header__nav > li > a {
         color: rgba(255, 255, 255, 0.95) !important;
         border-radius: 14px;
         padding: 14px 18px;
         font-size: 1rem;
         background: rgba(255, 255, 255, 0.08);
         border: 1px solid rgba(255, 255, 255, 0.12);
     }

     .intro-top-header__nav > li > a:hover {
         color: #fff !important;
         background: rgba(255, 255, 255, 0.16);
     }

     .nav_bar a.active,
     .intro-top-header__nav > li > a.active {
         color: #1a1814 !important;
         background: rgba(255, 255, 255, 0.95);
         box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
     }


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

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

     .nav_bar li {
        margin: 0;
     }
     
          .img_info_JM img:last-of-type{z-index: 5}

 }

 /*Large devices (desktops, less than 1200px)*/
 @media (max-width: 1199.98px) {
     .intro-top-header__nav > li > a {
         padding: 8px 12px;
         font-size: 0.86rem;
     }

     .intro-top-header__brand {
         max-width: 160px;
     }
 }














 /*============================ 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);
 }