 * {
     -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;
     max-width: 100%;
     overflow: hidden;
 }

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

 html {
     height: 100%;
     overflow-x: hidden;
     max-width: 100%;
 }

 body {
     direction: rtl;
     text-align: right;
     font-family: "myFont";
     word-spacing: 1px;
     color: #454545;
     font-size: 15px;
     text-shadow: 0 0;
     min-height: 100%;
     overflow-x: hidden;
     max-width: 100%;
 }

 .intro-site-page {
     display: flex;
     flex-direction: column;
     min-height: 100vh;
     width: 100%;
     max-width: 100%;
     overflow-x: hidden;
 }

 .intro-site-main {
     flex: 1 0 auto;
     width: 100%;
     max-width: 100%;
     min-width: 0;
 }

 .body-content {
     margin-top: 90px;
     max-width: 100%;
     overflow-x: hidden;
 }


 header,
 .intro-header {
     padding: 10px 0;
     background: #FFFFFF;
     box-shadow: none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.06);
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 30;
 }

 .intro-header .container {
     width: min(1520px, calc(100% - 48px));
     max-width: none;
 }

 .intro-header__row {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 32px;
     direction: rtl;
 }

 .intro-header__logo {
     display: flex;
     align-items: center;
     flex-shrink: 0;
     line-height: 0;
 }

 .intro-header__tools {
     display: flex;
     align-items: center;
     flex-shrink: 0;
     gap: 10px;
     white-space: nowrap;
 }

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

 .nav_bar li {
     flex-shrink: 0;
     margin: 0;
     padding-inline: 22px;
 }

 .nav_bar li:first-child {
     padding-inline-start: 0;
 }

 .nav_bar li:last-child {
     padding-inline-end: 0;
 }

 .nav_bar a {
     display: inline-block;
     padding: 0;
     color: #111111;
     font-family: 'Tajawal', "myFont", sans-serif;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.3;
     text-decoration: underline;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
     text-shadow: none;
     letter-spacing: 0;
     white-space: nowrap;
 }

 .nav_bar a:hover {
     color: #111111;
 }

 .nav_bar a.active {
     color: #111111;
     text-decoration: none;
 }

 .the-logo {
     margin: 0;
     max-height: 56px;
     width: auto;
     display: block;
 }

 header .dropdown-toggle,
 .intro-header .dropdown-toggle {
     display: inline-flex;
     align-items: center;
     background: transparent;
     border: 0;
     color: #111111;
     font-family: 'Tajawal', "myFont", sans-serif;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.3;
     padding: 0;
     cursor: pointer;
     white-space: nowrap;
 }

 header .dropdown-toggle i,
 .intro-header .dropdown-toggle i {
     font-size: 16px;
     margin-inline-end: 8px;
 }

 @media (max-width: 1399.98px) {
     .intro-header__row {
         gap: 24px;
     }

     .nav_bar li {
         padding-inline: 16px;
     }

     .nav_bar a,
     .intro-header .dropdown-toggle {
         font-size: 16px;
     }

     .the-logo {
         max-height: 52px;
     }
 }

 @media (max-width: 1199.98px) {
     .intro-header__row {
         gap: 18px;
     }

     .nav_bar li {
         padding-inline: 10px;
     }

     .nav_bar a,
     .intro-header .dropdown-toggle {
         font-size: 15px;
         text-underline-offset: 2px;
     }

     .the-logo {
         max-height: 48px;
     }
 }


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

 .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: 420px;
     margin-left: auto;
 }


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

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

 .ads_wol h3 {
     color: var(--main);
     line-height: 1.7;
     margin-bottom: 15px;
 }

 .ads_wol p {
     color: var(--gray);
     margin-bottom: 25px;
 }


 .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: var(--main2)
 }

 .bacg_section2 {
     background: #FEFCF8
 }


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

 .intro-rich-text {
     white-space: pre-line;
     line-height: 1.85;
     word-break: break-word;
 }

 .intro-rich-text p {
     margin-bottom: 0.85rem;
 }

 .intro-rich-text br {
     display: block;
     content: "";
     margin-bottom: 0.35rem;
 }

 .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-x: auto;
     overflow-y: hidden;
     max-width: 100%;
     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: 0;
     background: #285a65;
     border-top: 1px solid rgba(255, 255, 255, 0.65);
 }


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

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

 .under_footer {
     padding: 14px 0;
     background: var(--main);
     text-align: center;
     margin-top: 0;
     border-top: 1px solid rgba(255, 255, 255, 0.12);
 }

 .intro-footer {
     position: relative;
     padding-bottom: 0;
     margin-top: auto;
     flex-shrink: 0;
     width: 100%;
 }

 .intro-footer__row {
     display: grid;
     grid-template-columns: minmax(220px, 1.35fr) minmax(140px, 0.9fr) minmax(130px, 0.8fr) minmax(150px, 0.9fr) minmax(190px, 1.1fr);
     gap: 26px clamp(26px, 4vw, 70px);
     padding: 30px 0 24px;
     align-items: flex-start;
 }

 .intro-footer__row > [class*="col-"] {
     width: auto;
     max-width: none;
     flex: initial;
     padding: 0;
 }

 .intro-footer__col {
     margin-bottom: 0;
 }

 .intro-footer__col .Tfooter {
     margin: 0 0 13px;
     font-size: 16px;
     font-weight: 700;
 }

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

 .intro-footer__col .link-footer li {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     margin-bottom: 7px;
     font-size: 14px;
     line-height: 1.6;
 }

 .intro-footer__col .link-footer li i {
     margin-top: 4px;
     flex-shrink: 0;
 }

 .intro-footer__col .link-footer a,
 .intro-footer__col .link-footer span {
     color: #fff;
 }

 .intro-footer__brand {
     display: flex;
     flex-direction: column;
 }

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

 .intro-footer__about {
     font-size: 14px;
     line-height: 1.85;
     margin-bottom: 8px;
     opacity: 0.95;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .intro-footer__read-more {
     display: inline-block;
     color: #f2dfbc;
     font-size: 13px;
     font-weight: 600;
     margin-bottom: 0;
     text-decoration: underline;
 }

 .intro-footer__read-more:hover {
     color: #fff;
     opacity: 0.85;
 }

 .intro-footer__badges {
     display: none;
     flex-wrap: wrap;
     align-items: center;
     gap: 10px;
 }

 .intro-footer__badges img {
     max-height: 40px;
     width: auto;
 }

 .intro-footer__store-buttons {
     display: flex;
     flex-direction: column;
     gap: 8px;
 }

 .intro-footer__store-btn {
     display: block;
     width: 135px;
     height: 40px;
     line-height: 0;
 }

 .intro-footer__store-btn img {
     width: 135px;
     height: 40px;
     object-fit: contain;
     object-position: center;
     display: block;
 }

 .intro-footer__social {
     margin-top: 16px;
     flex-wrap: wrap;
     gap: 8px;
     padding: 0;
 }

 .intro-footer__social li a {
     margin-inline-end: 0;
 }

 .link-footer li span {
     color: inherit;
 }

 /*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: 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
     }

     .intro-header__row {
         display: flex;
         justify-content: space-between;
         align-items: center;
         direction: rtl;
     }

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

     .nav_bar li {
         margin: 10px 20px;
         padding-inline: 0;
     }

     .nav_bar a {
         color: #FFFFFF;
         font-size: 17px;
         font-weight: 700;
         text-decoration: none;
     }

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



     .nav_bar a.active {
         color: #f2dfbc;
     }


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

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

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

/* for overlay loading loading  */
 .spanner {
     position: absolute;
     top: 50%;
     left: 0;
     background: #2a2a2a55;
     width: 100%;
     display: block;
     text-align: center;
     height: 300px;
     color: #FFF;
     transform: translateY(-50%);
     z-index: 1000;
     visibility: hidden;
 }

 .overlay {
     position: fixed;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     visibility: hidden;
 }

 .loader-overlay, .loader-overlay:before, .loader-overlay:after {
     border-radius: 50%;
     width: 2.5em;
     height: 2.5em;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation: load7 1.8s infinite ease-in-out;
     animation: load7 1.8s infinite ease-in-out;
 }

 .loader-overlay {
     color: #ffffff;
     font-size: 10px;
     margin: 80px auto;
     position: relative;
     text-indent: -9999em;
     -webkit-transform: translateZ(0);
     -ms-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-animation-delay: -0.16s;
     animation-delay: -0.16s;
 }

 .loader-overlay:before, .loader-overlay:after {
     content: '';
     position: absolute;
     top: 0;
 }

 .loader-overlay:before {
     left: -3.5em;
     -webkit-animation-delay: -0.32s;
     animation-delay: -0.32s;
 }

 .loader-overlay:after {
     left: 3.5em;
 }

 @-webkit-keyframes load7 {

     0%,
     80%,
     100% {
         box-shadow: 0 2.5em 0 -1.3em;
     }

     40% {
         box-shadow: 0 2.5em 0 0;
     }
 }

 @keyframes load7 {
     0%,
     80%,
     100% {
         box-shadow: 0 2.5em 0 -1.3em;
     }
     40% {
         box-shadow: 0 2.5em 0 0;
     }
 }
 .show {
     visibility: visible;
 }

/*============================ intro site redesign ============================*/
.intro-section-kicker {
    display: inline-block;
    color: #f2dfbc;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.intro-section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.intro-section-heading h2,
.intro-hero h1,
.intro-about__content h2,
.intro-download__content h2 {
    color: #f2dfbc;
    font-weight: 700;
    letter-spacing: 0;
}

.intro-section-heading h2 {
    font-size: 38px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.intro-section-heading__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
}

.intro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.4;
}

.intro-btn--primary,
.intro-btn--light {
    background: #f2dfbc;
    color: #163f48 !important;
}

.intro-btn--outline {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.intro-hero,
.intro-services,
.intro-features,
.intro-testimonials,
.intro-faq {
    background: #285a65;
    color: #fff;
}

.intro-about,
.intro-contact {
    background: #fff;
}

.intro-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #285a65;
}

.intro-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--intro-hero-bg, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.72) contrast(0.82) saturate(0.88);
    transform: scale(1.02);
    z-index: 0;
}

.intro-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to inline-start,
        rgba(32, 72, 82, 0.72) 0%,
        rgba(32, 72, 82, 0.86) 50%,
        rgba(32, 72, 82, 0.94) 100%
    );
    z-index: 1;
}

.intro-hero .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}

.intro-hero__content {
    max-width: 620px;
    width: 100%;
    padding-inline: clamp(8px, 2vw, 28px);
    text-align: start;
}

.intro-hero__content .intro-section-kicker {
    margin-bottom: 14px;
}

.intro-hero__content h1 {
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.4;
    margin-bottom: 16px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.intro-hero__content p {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.85;
    max-width: 580px;
    margin-bottom: 0;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.intro-hero__media {
    border: 2px solid rgba(242, 223, 188, 0.8);
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: rgba(255, 255, 255, 0.08);
}

.intro-hero__media img,
.intro-about__media img,
.intro-download__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.intro-about__row,
.intro-download__row {
    row-gap: 30px;
}

.intro-about__media,
.intro-download__media {
    border-radius: 8px;
    overflow: hidden;
    min-height: 330px;
    background: #f7f3ea;
    border: 1px solid #e6dcc7;
}

.intro-about__content h2,
.intro-download__content h2 {
    color: #285a65;
    font-size: 38px;
    line-height: 1.45;
    margin-bottom: 16px;
}

.intro-about__content .intro-section-kicker,
.intro-download__content .intro-section-kicker,
.intro-contact .intro-section-kicker {
    color: #285a65;
}

.intro-about__content .intro-rich-text,
.intro-download__content .intro-rich-text {
    color: #405b61;
    font-size: 18px;
    margin-bottom: 24px;
}

.intro-services .intro-card-grid,
.intro-feature-grid {
    row-gap: 22px;
}

.intro-info-card,
.intro-feature,
.intro-testimonial {
    height: 100%;
    background: #fff;
    color: #1f4952;
    border-radius: 8px;
    padding: 28px 24px;
    border: 1px solid rgba(242, 223, 188, 0.55);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.intro-info-card i,
.intro-feature i {
    display: block;
    color: #285a65;
    font-size: 38px;
    margin-bottom: 18px;
}

.intro-info-card h3,
.intro-feature h3,
.intro-testimonial h3 {
    color: #285a65;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 700;
}

.intro-info-card p,
.intro-feature p,
.intro-testimonial p {
    color: #425b62;
    font-size: 15px;
    line-height: 1.8;
}

.intro-features .intro-feature {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
    color: #fff;
    text-align: center;
}

.intro-features .intro-feature i,
.intro-features .intro-feature h3 {
    color: #f2dfbc;
}

.intro-features .intro-feature p {
    color: rgba(255, 255, 255, 0.88);
}

.intro-download {
    background: #f7f3ea;
}

.intro-download__stores {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.intro-download__stores a {
    display: block;
    width: 145px;
    height: 44px;
}

.intro-download__stores img {
    width: 145px;
    height: 44px;
    display: block;
    object-fit: contain;
}

.intro-store-link--pending {
    cursor: pointer;
}

.intro-testimonials__empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 28px;
    border: 1px dashed rgba(242, 223, 188, 0.72);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}

.intro-testimonial {
    min-height: 260px;
}

.intro-testimonial__avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #285a65;
    color: #fff;
    margin-bottom: 16px;
    font-size: 26px;
}

.intro-testimonial span {
    display: block;
    color: #777;
    font-size: 13px;
    margin-top: 6px;
}

.intro-testimonials .owl-nav {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.intro-testimonials .owl-nav > div {
    background: #f2dfbc;
    color: #285a65;
    border-color: #f2dfbc;
}

.intro-contact .intro-section-heading h2 {
    color: #285a65;
}

.intro-contact .intro-section-heading__text {
    color: #405b61;
}

.intro-contact .form-content {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.intro-contact .btn-main {
    background: #285a65;
    width: auto;
    min-width: 150px;
    padding-inline: 20px;
}

.intro-faq__accordion {
    max-width: 900px;
    margin: 0 auto;
}

.intro-faq {
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    padding-bottom: 72px;
}

.intro-faq__item.card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
    margin: 12px 0;
    overflow: hidden;
}

.intro-faq__item .card-header {
    background: transparent;
}

.intro-faq__item .card-header button {
    color: #f2dfbc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    padding: 18px 22px;
}

.intro-faq__item .card-header button i {
    font-size: 15px;
    flex-shrink: 0;
}

.intro-faq__item .card-body {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.9;
    padding: 0 22px 20px;
}

@media (max-width: 991.98px) {
    .intro-hero {
        min-height: 520px;
        padding: 70px 0;
    }

    .intro-hero__content {
        max-width: 100%;
        padding-inline: 0;
    }

    .intro-footer__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 34px;
    }

    .intro-footer__brand {
        grid-column: 1 / -1;
    }

    .intro-hero__content h1,
    .intro-section-heading h2,
    .intro-about__content h2,
    .intro-download__content h2 {
        font-size: 32px;
    }

    .intro-hero__content p,
    .intro-about__content .intro-rich-text,
    .intro-download__content .intro-rich-text {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .intro-hero__content h1,
    .intro-section-heading h2,
    .intro-about__content h2,
    .intro-download__content h2 {
        font-size: 27px;
    }

    .intro-download__stores {
        flex-direction: column;
        align-items: stretch;
    }

    .intro-btn,
    .intro-download__stores a,
    .intro-download__stores img {
        width: 100%;
    }

    .intro-about__media,
    .intro-download__media {
        min-height: 240px;
    }

    .intro-info-card,
    .intro-feature,
    .intro-testimonial,
    .intro-contact .form-content {
        padding: 22px 18px;
    }

    .intro-faq__item .card-header button {
        font-size: 18px;
        padding: 16px;
    }

    .intro-faq__item .card-body {
        padding: 0 16px 16px;
    }

    .intro-faq {
        padding-bottom: 48px;
    }

    .intro-footer__row {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px 0 20px;
    }

    .intro-footer__brand,
    .intro-footer__store-buttons {
        align-items: center;
    }

    .intro-footer__col .link-footer li,
    .intro-footer__social {
        justify-content: center;
    }
}
 .spanner, .overlay {
     opacity: 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
 }
 .spanner.show, .overlay.show {
     opacity: 1
 }
 /* end overlay loading *//* Intro site — privacy policy (CKEditor HTML) */
.intro-privacy-content {
    white-space: normal;
    line-height: 1.85;
    word-break: break-word;
}

.intro-privacy-content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.intro-privacy-content ul {
    padding-inline-start: 1.25rem;
}
