 * {
     -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 {
     padding: 8px 0px;
     background: #FFFFFF;
     box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 30;
 }


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

/* app guide nav dropdown */
.nav_bar .nav-dropdown {
    position: relative;
}

.nav_bar .nav-dropdown > .nav-dropdown-toggle {
    cursor: pointer;
}

.nav_bar .nav-dropdown > .nav-dropdown-toggle i {
    font-size: 11px;
    margin-inline-start: 4px;
    transition: transform 0.2s ease;
}

.nav_bar .nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 190px;
    background: #ffffff;
    border: 1px solid var(--main);
    border-radius: 12px;
    padding: 6px;
    margin: 8px 0 0;
    list-style: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 40;
}

.nav_bar .nav-dropdown:hover > .nav-dropdown-menu,
.nav_bar .nav-dropdown.open > .nav-dropdown-menu {
    display: block;
}

.nav_bar .nav-dropdown:hover > .nav-dropdown-toggle i {
    transform: rotate(180deg);
}

.nav_bar .nav-dropdown-menu li {
    margin: 0;
}

.nav_bar .nav-dropdown-menu li a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--main);
    white-space: nowrap;
}

.nav_bar .nav-dropdown-menu li a:hover {
    background: var(--main);
    color: #ffffff;
}

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

.page-content {
    color: #333;
    line-height: 1.9;
    font-size: 16px;
}

.page-content h3 {
    margin: 28px 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.page-content p {
    margin-bottom: 12px;
}

.page-content ul,
.page-content ol {
    margin: 0 0 16px;
    padding-inline-start: 22px;
}

.page-content li {
    margin-bottom: 8px;
}

.page-content a {
    color: var(--brand-green, #0d5c3d);
    text-decoration: underline;
}

.guide-page {
    padding: 30px 0 50px;
    background: #f7f8f9;
}

.guide-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 40px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.guide-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin: 0 0 24px;
}

.guide-content h3 {
    color: var(--brand-green, #1b733d) !important;
    font-size: 20px;
    margin-top: 34px;
}

.guide-content strong {
    color: #111;
}

.guide-shots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 28px;
}

.guide-shot {
    margin: 18px 0 24px;
    text-align: center;
}

.guide-shot img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 18px;
    border: 1px solid #e6e8ec;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.guide-shot-single img {
    max-width: 320px;
}

@media (max-width: 991px) {
    .guide-shots {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .guide-card {
        padding: 24px 18px;
    }

    .guide-title {
        font-size: 24px;
    }
}

 .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;
     background-color: var(--main);
 }

 .info_owl.hero-section {
     background-image: var(--hero-bg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .info_owl.hero-section::before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(90deg, rgba(0, 70, 45, 0.82) 0%, rgba(0, 90, 60, 0.72) 45%, rgba(0, 80, 55, 0.55) 100%);
     z-index: 1;
 }

 .hero-frame {
     position: relative;
     z-index: 2;
     width: 100%;
     height: calc(100% - 28px);
     margin: 14px;
     border: 1px solid rgba(255, 255, 255, 0.9);
     display: flex;
     align-items: center;
 }

 .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: rgb(222 187 109 / 36%);
     ;

 }

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


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


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

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

 .ads_wol h3 {
     color: #ffffff;
     line-height: 1.55;
     margin-bottom: 18px;
     font-size: 36px;
     font-weight: 700;
 }

 .ads_wol p {
     color: rgba(255, 255, 255, 0.95);
     margin-bottom: 28px;
     font-size: 16px;
     line-height: 1.9;
     max-width: 520px;
 }


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


 .img_info_JM img {
     max-width: 100%;
     object-fit: cover;
     border-radius: 28px;
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
 }

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

 .img_info_JM img:last-of-type {
     width: 210px;
     height: 420px;
     position: absolute;
     left: 8%;
     top: 50%;
     transform: translateY(-50%) rotate(-6deg);
     z-index: 2;
 }


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


 .about-section {
     background: var(--brand-green, #0d5c3d);
 }

 .about-card {
     background: #ffffff;
     border-radius: 18px;
     padding: 40px 35px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
 }

 .about-content {
     padding-inline: 10px;
 }

 .about-title {
     color: #111111;
     font-size: 34px;
     font-weight: 700;
     margin-bottom: 18px;
 }

 .about-text {
     color: #333333;
     font-size: 16px;
     line-height: 1.9;
     margin-bottom: 28px;
 }

 .btn-about-cta {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-width: 160px;
     height: 48px;
     padding: 0 32px;
     background: var(--brand-green, #0d5c3d);
     color: #111111 !important;
     border-radius: 999px;
     font-weight: 700;
     font-size: 16px;
     box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
     transition: transform 0.2s ease, opacity 0.2s ease;
 }

 .btn-about-cta:hover {
     opacity: 0.92;
     color: #111111 !important;
     transform: translateY(-1px);
 }

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


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

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

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

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


 footer {
     color: #FFFFFF;
     padding-top: 28px;
     background: var(--brand-green, #0d5c3d);
     overflow-x: hidden;
     width: 100%;
 }

 footer .container {
     max-width: 1280px;
 }

 .logo_footer {
     max-width: 92px;
     margin: 0 0 18px;
 }

 .social-m {
     margin-top: 14px;
     gap: 8px;
     flex-wrap: wrap;
     max-width: 100%;
     width: 100%;
     overflow: hidden;
     direction: ltr;
     justify-content: flex-start;
 }

 .social-m li {
     flex: 0 0 auto;
 }

 .social-m li a {
     margin-inline-end: 0;
     width: 34px;
     height: 34px;
     background: rgba(255, 255, 255, 0.12);
     border: 1px solid rgba(255, 255, 255, 0.25);
     display: flex;
     font-size: 15px;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     color: #ffffff;
     transition: background 0.2s ease;
 }

 .social-m li a:hover {
     background: rgba(255, 255, 255, 0.22);
     color: #ffffff;
 }

 .under_footer {
     padding: 15px 0;
     background: var(--brand-green-dark, #0a4a31);
     text-align: center;
     margin-top: 22px;
     overflow-x: hidden;
 }

 .under_footer a {
     color: #ffffff;
 }

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

 /* new footer layout */
 .footer-inner {
     border: 1px solid #ffffff;
     border-radius: 2px;
     padding: 30px 22px 22px;
     overflow: hidden;
     max-width: 100%;
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 1.55fr 0.9fr 1.05fr 1.15fr 1fr 1fr 1.15fr;
     gap: 18px 14px;
     align-items: start;
 }

 .footer-col {
     min-width: 0;
     max-width: 100%;
 }

 .footer-logo-link {
     display: inline-block;
     margin-bottom: 14px;
 }

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

 .footer-about {
     font-size: 13px;
     line-height: 1.85;
     color: #ffffff;
     margin: 0;
     word-wrap: break-word;
     overflow-wrap: anywhere;
 }

 .Tfooter {
     margin: 0 0 14px;
     font-size: 15px;
     font-weight: 700;
     color: #ffffff;
 }

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

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

 .link-footer li a {
     color: #ffffff;
     text-decoration: underline;
     text-underline-offset: 3px;
     transition: opacity 0.2s ease;
     word-break: break-word;
 }

 .link-footer li a:hover {
     opacity: 0.85;
     color: #ffffff;
 }

 .footer-contact li {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     margin-bottom: 10px;
     color: #ffffff;
     font-size: 13px;
 }

 .footer-contact li span,
 .footer-contact li a {
     color: #ffffff;
     text-decoration: none;
     word-break: break-word;
 }

 .footer-contact li i {
     margin-top: 3px;
     opacity: 0.95;
     flex-shrink: 0;
     width: 14px;
 }

 .store-btns {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .footer-store-btns {
     gap: 8px;
     width: 100%;
 }

 .store-btn {
     display: flex;
     align-items: center;
     gap: 10px;
     background: #000000;
     color: #ffffff;
     border: 1px solid rgba(255, 255, 255, 0.35);
     border-radius: 8px;
     padding: 8px 14px;
     min-width: 150px;
     width: fit-content;
     max-width: 100%;
     transition: opacity 0.2s ease;
     text-decoration: none !important;
 }

 .footer-store-btns .store-btn {
     min-width: 0;
     width: 100%;
     max-width: 148px;
     padding: 7px 10px;
     gap: 8px;
     border-radius: 7px;
 }

 .footer-store-btns .store-btn:first-child {
     background: #ffffff;
     color: #111111;
     border-color: #ffffff;
 }

 .footer-store-btns .store-btn:last-child {
     background: #0b63ce;
     color: #ffffff;
     border-color: #0b63ce;
 }

 .store-btn:hover {
     opacity: 0.9;
     color: inherit;
 }

 .footer-store-btns .store-btn:first-child:hover {
     color: #111111;
 }

 .footer-store-btns .store-btn:last-child:hover {
     color: #ffffff;
 }

 .store-btn i {
     font-size: 26px;
     flex-shrink: 0;
 }

 .footer-store-btns .store-btn i {
     font-size: 18px;
 }

 .store-btn span {
     display: flex;
     flex-direction: column;
     line-height: 1.15;
     font-size: 14px;
     font-weight: 700;
     min-width: 0;
 }

 .footer-store-btns .store-btn span {
     font-size: 11px;
 }

 .store-btn span small {
     font-size: 9px;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 0.4px;
 }

 .footer-store-btns .store-btn span small {
     font-size: 8px;
 }

 .social-m {
     margin-top: 14px;
     gap: 8px;
     flex-wrap: wrap;
     max-width: 100%;
     width: 100%;
     direction: ltr;
     justify-content: flex-start;
 }

 .social-m li a {
     margin-inline-end: 0;
     width: 32px;
     height: 32px;
     background: transparent;
     border: 1px solid rgba(255, 255, 255, 0.7);
     display: flex;
     font-size: 14px;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     color: #ffffff;
     transition: background 0.2s ease;
 }

 .social-m li a:hover {
     background: rgba(255, 255, 255, 0.15);
     color: #ffffff;
 }

 @media (max-width: 1199.98px) {
     .footer-grid {
         grid-template-columns: repeat(4, minmax(0, 1fr));
         gap: 22px 16px;
     }

     .footer-col-about {
         grid-column: span 2;
     }
 }

 @media (max-width: 991.98px) {
     .footer-inner {
         padding: 22px 14px 14px;
     }

     .footer-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }

     .footer-col-about {
         grid-column: span 2;
     }

     .footer-store-btns .store-btn {
         max-width: 170px;
     }
 }

 @media (max-width: 575.98px) {
     .footer-grid {
         grid-template-columns: 1fr;
     }

     .footer-col-about {
         grid-column: auto;
     }

     .footer-store-btns .store-btn {
         max-width: 180px;
     }

     .under_footer {
         text-align: center;
     }

     .under-footer-row > [class*="col-"] {
         margin-bottom: 8px;
     }
 }


 /*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: 100%;
    border-radius: 0px;
    left: 0 !important;
    bottom: 0;
    transform: none !important;
}
     
     .info_owl {
         height: 420px;
     }

     .hero-frame {
         margin: 10px;
         height: calc(100% - 20px);
     }

     .ads_wol {
         max-width: 100%;
         padding-inline: 10px;
     }

     .ads_wol h3 {
         line-height: 1.4;
         margin-bottom: 10px;
         color: #ffffff;
         font-size: 22px;
     }

     .ads_wol p {
         margin-bottom: 18px;
         color: #FFFFFF;
         font-size: 14px;
         line-height: 1.7;
     }

     .btn-hero-cta {
         min-width: 150px;
         height: 44px;
         font-size: 14px;
         padding: 0 20px;
     }

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

     .img_info_JM {
         margin-top: 25px;
         min-height: 340px;
     }

     .about-card {
         padding: 28px 18px;
     }

     .about-title {
         font-size: 26px;
     }

     .about-text {
         font-size: 14px;
         line-height: 1.8;
     }

     .img_info_JM img:first-of-type {
         width: 180px;
         height: 360px;
     }

     .img_info_JM img:last-of-type {
         width: 150px;
         height: 300px;
         left: 5%;
     }

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

     .nav_bar .nav-dropdown-menu {
         display: none;
         position: static;
         min-width: 0;
         background: transparent;
         border: none;
         border-radius: 0;
         padding: 0;
         margin: 8px 0 0;
         box-shadow: none;
     }

     .nav_bar .nav-dropdown:hover > .nav-dropdown-menu {
         display: none;
     }

     .nav_bar .nav-dropdown.open > .nav-dropdown-menu {
         display: block;
     }

     .nav_bar .nav-dropdown-menu li a {
         color: #ffffff;
         padding: 6px 12px;
     }

     .nav_bar .nav-dropdown-menu li a:hover {
         background: rgba(0, 0, 0, 0.15);
         color: #ffffff;
     }
     
          .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)
     }


 }


 /*============================ Homepage sections ==============================*/
.hero-section .hero-badge {
    display: none;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 0;
}

.btn-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 28px;
    background: #ffffff;
    color: #0b3d2e !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-hero-cta:hover {
    opacity: 0.92;
    color: #0b3d2e !important;
    transform: translateY(-1px);
}

.hero-store-btns {
    margin-top: 0;
}

.services-section {
    background: var(--brand-green, #1b733d) !important;
}

.services-section-title {
    margin-bottom: 34px;
}

.services-section-title h3 {
    color: #ffffff !important;
    font-size: 34px;
    font-weight: 700;
}

.services-section-title p {
    display: none;
}

.services-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 22px;
    align-items: start;
}

.service-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.service-item-title {
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    min-height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-item-img {
    width: 100%;
    max-width: 210px;
    aspect-ratio: 4 / 3;
    border: 2px solid #111111;
    background: #ffffff;
    overflow: hidden;
}

.service-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0 !important;
}

.service-item-desc {
    margin: 0;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.7;
    max-width: 230px;
}

.services-row-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0 26px;
}

.services-row-divider i {
    color: #ffffff;
    font-size: 28px;
    opacity: 0.95;
}

@media (max-width: 991px) {
    .services-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }

    .service-item-title {
        font-size: 16px;
        min-height: 42px;
    }
}

@media (max-width: 575px) {
    .services-section-title h3 {
        font-size: 26px;
    }

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

    .service-item-img {
        max-width: 260px;
    }
}

.app-download-section {
    background: var(--brand-green, #0d5c3d);
}

.app-download-section .the_title h3,
.app-download-section .the_title p {
    color: #ffffff;
}

.app-download-heading {
    margin-bottom: 28px;
}

.app-download-heading p {
    max-width: 920px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 1.85;
}

.app-download-panel {
    background: #ffffff;
    border-radius: 0;
    padding: 40px 35px;
    box-shadow: none;
    border-right: 8px solid #1b7f55;
    border-bottom: 8px solid #1b7f55;
}

.app-download-phones {
    min-height: 420px;
}

.app-download-content {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding-inline: 8px;
    border-right: none;
    padding-right: 8px;
}

.app-download-item h4 {
    color: #000000 !important;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.45;
}

.app-download-item p {
    color: #555555 !important;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
    max-width: 520px;
}

.app-download-store-btns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    direction: ltr;
    justify-content: flex-end;
}

.app-download-panel .app-download-store-btns .store-btn {
    padding: 8px 14px !important;
    min-width: 150px !important;
    width: fit-content;
    max-width: 175px;
    border-radius: 8px;
    gap: 10px;
    box-shadow: none;
}

.app-download-panel .app-download-store-btns .store-btn-app-store,
.app-download-panel .app-download-store-btns .store-btn:first-child {
    background: #0b63ce !important;
    color: #ffffff !important;
    border: 1px solid #0b63ce !important;
}

.app-download-panel .app-download-store-btns .store-btn-google-play,
.app-download-panel .app-download-store-btns .store-btn:last-child {
    background: #ffffff !important;
    color: #0d7a5f !important;
    border: 1px solid #c9c9c9 !important;
}

.app-download-panel .app-download-store-btns .store-btn-app-store:hover,
.app-download-panel .app-download-store-btns .store-btn:first-child:hover,
.app-download-panel .app-download-store-btns .store-btn-app-store:focus {
    opacity: 0.92;
    background: #0b63ce !important;
    color: #ffffff !important;
}

.app-download-panel .app-download-store-btns .store-btn-google-play:hover,
.app-download-panel .app-download-store-btns .store-btn:last-child:hover,
.app-download-panel .app-download-store-btns .store-btn-google-play:focus {
    opacity: 0.92;
    background: #ffffff !important;
    color: #0d7a5f !important;
}

.app-download-panel .app-download-store-btns .store-btn-app-store i,
.app-download-panel .app-download-store-btns .store-btn-app-store span,
.app-download-panel .app-download-store-btns .store-btn-app-store span small,
.app-download-panel .app-download-store-btns .store-btn:first-child i,
.app-download-panel .app-download-store-btns .store-btn:first-child span,
.app-download-panel .app-download-store-btns .store-btn:first-child span small {
    color: #ffffff !important;
}

.app-download-panel .app-download-store-btns .store-btn-google-play i,
.app-download-panel .app-download-store-btns .store-btn-google-play span,
.app-download-panel .app-download-store-btns .store-btn-google-play span small,
.app-download-panel .app-download-store-btns .store-btn:last-child i,
.app-download-panel .app-download-store-btns .store-btn:last-child span,
.app-download-panel .app-download-store-btns .store-btn:last-child span small {
    color: #0d7a5f !important;
}

.app-download-panel .app-download-store-btns .store-btn i {
    font-size: 24px;
}

.app-download-panel .app-download-store-btns .store-btn span {
    font-size: 14px;
}

.app-download-panel .app-download-store-btns .store-btn span small {
    font-size: 10px;
}

/* ── Success partners (شركاء النجاح) ── */
.partners-section {
    background: var(--brand-green, #1a7b48);
}

.partners-panel {
    background: #ffffff;
    border: 1px solid #222222;
    max-width: 1040px;
    margin: 0 auto;
    padding: 42px 48px 48px;
    text-align: center;
}

.partners-title {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.35;
}

.partners-text {
    color: #888888;
    font-size: 16px;
    line-height: 2;
    max-width: 820px;
    margin: 0 auto 40px;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px 36px;
}

.partners-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex: 0 0 auto;
}

.partners-logo-item img {
    display: block;
    max-height: 80px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .partners-panel {
        padding: 28px 18px 32px;
    }

    .partners-title {
        font-size: 24px;
    }

    .partners-text {
        font-size: 15px;
        margin-bottom: 28px;
        line-height: 1.9;
    }

    .partners-logo-item {
        height: 60px;
    }

    .partners-logo-item img {
        max-height: 60px;
        max-width: 110px;
    }
}

/* ── Team members (أعضاء الفريق) ── */
.team-section {
    background: #ffffff;
}

.team-section-title {
    margin-bottom: 36px;
}

.team-section-title h3 {
    color: #1a2b3c;
    font-size: 32px;
    font-weight: 700;
}

.team-members-row {
    row-gap: 28px;
}

.team-member-card {
    text-align: center;
    padding: 0 8px;
}

.team-member-photo-wrap {
    margin: 0 auto 18px;
    max-width: 220px;
}

.team-member-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #2f3b4a;
    display: block;
}

.team-member-name {
    color: #1a2b3c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.45;
}

.team-member-role {
    color: #7a7a7a;
    font-size: 15px;
    margin: 0 0 16px;
    line-height: 1.6;
}

.team-member-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 40px;
    padding: 0 22px;
    background: #c9a66b;
    color: #1a2b3c !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.team-member-btn:hover {
    opacity: 0.9;
    color: #1a2b3c !important;
}

@media (max-width: 767px) {
    .team-section-title h3 {
        font-size: 26px;
    }

    .team-member-photo-wrap {
        max-width: 180px;
    }
}

.why-us-card {
    text-align: center;
    padding: 25px 15px;
    background: #fff;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.why-us-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.why-us-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-card {
    text-align: center;
    padding: 30px 15px;
}

.stat-value {
    font-size: 42px;
    font-weight: 700;
    color: var(--main, #1a73e8);
    line-height: 1.2;
}

.stat-prefix {
    font-size: 28px;
}

.stat-title {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}

/* ── Testimonials section ── */
.testimonials-section {
    background: var(--brand-green, #0d5c3d) !important;
    overflow: hidden;
}

.testimonials-section .the_title h3,
.testimonials-section .the_title p {
    color: #ffffff;
}

/* slide layout: text left, avatar right */
.testimonial-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    direction: rtl;
    padding: 20px 0;
}

.testimonial-text-side {
    flex: 1;
    text-align: right;
    max-width: 520px;
}

.testimonial-name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.testimonial-comment {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 16px;
    word-break: break-word;
}

.testimonial-rating {
    margin: 0;
}

.testimonial-rating .fa-star {
    color: rgba(255, 255, 255, 0.35);
    font-size: 16px;
    margin-inline-end: 3px;
}

.testimonial-rating .fa-star.active {
    color: #f5a623;
}

/* large circle avatar */
.testimonial-avatar-side {
    flex-shrink: 0;
}

.testimonial-avatar-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
}

.testimonial-avatar-fallback {
    color: #ffffff;
    font-size: 56px;
}

.owl-testimonials .owl-item img {
    width: 140px !important;
    height: 140px !important;
    max-width: 140px !important;
    min-width: 140px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover !important;
}

/* owl nav: white circular arrows on sides */
.owl-testimonials {
    padding-bottom: 10px;
    position: relative;
}

.testimonials-carousel-wrap {
    position: relative;
    padding: 0 56px;
}

.testimonials-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.testimonials-nav:hover {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.05);
}

.testimonials-nav i {
    font-size: 16px;
    line-height: 1;
}

.testimonials-nav-prev {
    left: 0;
}

.testimonials-nav-next {
    right: 0;
}

.owl-testimonials .owl-nav,
.owl-testimonials .owl-dots {
    display: none !important;
}

@media (max-width: 767px) {
    .testimonial-slide {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
    }
    .testimonial-text-side {
        text-align: center;
    }
    .testimonial-avatar-circle,
    .owl-testimonials .owl-item img {
        width: 100px !important;
        height: 100px !important;
        max-width: 100px !important;
        min-width: 100px;
    }
    .testimonial-avatar-fallback {
        font-size: 40px;
    }
    .testimonials-carousel-wrap {
        padding: 0 44px;
    }
    .testimonials-nav {
        width: 36px;
        height: 36px;
    }
    .testimonials-nav i {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .stat-value {
        font-size: 32px;
    }

    .app-download-panel {
        padding: 28px 20px;
    }

    .app-download-phones {
        min-height: 320px;
        margin-top: 24px;
    }

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

    .app-download-panel {
        border-right-width: 6px;
        border-bottom-width: 6px;
    }

}

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