
:root {
  --primary-color1: #1f9dbb;
  --primary-color2: #be1b74;
  --primary-color3: rgb(30,161,133);


  --v-anchor-base: #03A9F4;
  --v-primarylight-base: #B3E5FC;
  --v-primary-base: #03A9F4;
  --v-primarydark-base: #01579B;
  --v-secondarylight-base: #C8E6C9;
  --v-secondary-base: #4CAF50;
  --v-secondarydark-base: #2E7D32;
  --v-accentlight-base: #F8BBD0;
  --v-accent-base: #E91E63;
  --v-accentdark-base: #AD1457;


  --LogoColor1: rgb(31, 157, 187);
  --LogoColor2: rgb(190, 27, 116);
  --BusinessEngine:#b89b5e;
  --ThinkTank:  rgb(0, 176, 80);
  --SystemAnalysis:  rgb(92, 73, 156);
  --FeasibilityStudy:  rgb(7, 169, 168);
  --ContractingPlatform:  rgb(247, 40, 103);
  --ConsultancyPlatform:  rgb(118, 44, 239);
  --VirtualFundingRoom:  rgb(247, 157, 9);
  --FinancialPlanetarium:  rgb(48, 201, 238);
  --InvestmentOpportunities:  rgb(0, 153, 155);
  --ERPPlatform:  rgb(1, 112, 193);
  --ReqTecPlatform:  rgb(220, 68, 169);
  --DevelopmentPlatform: rgb(3, 175, 241);
  --LeadershipEntrepreneurship:  rgb(34, 116, 164);
  --FranchisePlatform:  rgb(122, 82, 171);
  --BilionirFactory:  rgb(122, 82, 171);
  --DataRoom:  rgb(120, 22, 121);
  --CommercialChamber:  rgb(227, 86, 167);
  

  --stage1  :13, 44, 84;
  --stage2  :127, 184, 0;
  --stage3  :0, 166, 237;
  --stage4  :246, 81, 29;
  --stage5 :17, 194, 150;
--stage6 :147, 96, 252;
--stage7 :131, 218, 237;
--stage8 :78, 223, 218;
--stage9 :2, 212, 167;
--stage10 :160, 217, 0;
--stage11 :251, 182, 49;
--stage12 :253, 196, 58;
--stage13 :247, 179, 1;
--stage14 :240, 65, 61;
--stage15 :149, 79, 114;
--stage16 :12, 12, 12;
--stage17 :45, 56, 71;
--stage18 :38, 38, 38;
--stage19 :63, 63, 63;
--stage20 :89, 89, 89;
--stage21 :107, 112, 127;
--stage22 :127, 127, 127;
--stage23 :231, 230, 230;
--stage24 :255, 255, 255;
--stage25 :0, 0, 255;
--stage26 :46, 59, 246;
--stage27 :5, 99, 193;
--stage28 :0, 176, 240;
--stage29 :238, 236, 225;
--stage30 :134, 93, 244;
--stage31 :95, 0, 96;
--stage32 :128, 0, 128;
--stage33 :109, 23, 124;
--stage34 :164, 35, 186;
--stage35 :200, 75, 221;
--stage36 :222, 146, 234;
--stage37 :233, 183, 241;
--stage38 :244, 219, 248;
--stage39 :253, 91, 175;
--stage40 :254, 151, 243;
--stage41 :243, 154, 178;
--stage42 :253, 147, 130;
--stage43 :255, 163, 190;
--stage44 :243, 213, 222;
--stage45 :171, 92, 120;
--stage46 :191, 248, 198;
 --pay-bg: #f2f9fb;
            --pay-border: rgba(31, 157, 187, 0.25);
            --pay-accent: var(--primary-color2);
            --pay-muted: #4f6b73;
            --pay-shadow: 0 18px 40px rgba(3, 169, 244, 0.12);

}


body {
    margin: 0;
    padding: 0;
    direction: rtl !important;
    text-align: right !important;
    font-family: "A Jannat LT", sans-serif !important;
}

* {
    letter-spacing: 0 !important;
}


.LogoColor1{  color:var(--LogoColor1)!important;}
.LogoColor2{  color:var(--LogoColor2)!important;}
.BusinessEngine{  color:var(--BusinessEngine)!important;}

.what-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    background-color: #25D366;
    font-size: 20px;
    position: fixed;
    top: 10%;
    left: 30px;
    z-index: 200;
}

.tel-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    background-color: #25D366;
    font-size: 20px;
    position: fixed;
    top: 17%;
    left: 20px;
    z-index: 200;
}

.what-icon:focus,
.what-icon:hover {
    color: #fff;
    background-color: #1aaf52
}

.what-icon:before {
    content: "";
    position: absolute;
    border: #25D366 solid 2px;
    border-radius: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation: ripple-out 1s infinite;
    animation: ripple-out 1s infinite
}

.what-icon.tel-icon {
    background-color: #f93030
}

.what-icon.tel-icon:focus,
.what-icon.tel-icon:hover {
    color: #fff;
    background-color: #d23636
}

.what-icon.tel-icon:before {
    border: #f93030 solid 2px
}

@keyframes ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0
    }
}

@-webkit-keyframes ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0
    }
}

form .error {
    position: unset;
    left: 0 !important;
    bottom: 5px;
    font-size: 10px;
    background: rgba(255, 0, 0, 0.5) !important;
    color: #fff;
    padding: 2px 5px;
    font-weight: 400;
    z-index: 100;
}

.FormErrorSummary {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.big-white,
.ultra-big-white,
.de_tab.tab_steps .de_nav li span,
.teaser-text,
.text-slider,
#mainmenu,
.btn,
a.btn,
.btn-line,
a.btn-line,
#filters,
.ultra-big-white,
.wm,
blockquote.testimonial-big.s2 .title,
.tp-title,
.countdown-amount,
.countdown-period,
.de_count h3,
.ultra-big-2,
.tp-caption,
.pricing-s1.light .top .price b,
blockquote.testimonial-big .title,
#mo-menu,
input[type=text],
select,
textarea {
    font-family: "A Jannat LT", sans-serif !important;
}

.BrandName {
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(45deg, #1d9cd7, #1d9cd7, #1562ac, #1562ac);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.BrandName::selection,
.BrandName span::selection {
    color: #ffffff;
    background: #1d9cd7;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rtl header div#logo {
    float: right;
}

#mainmenu.ms-2>li {
    font-size: 16px;
}

section#sponsors img.grey-hover {
    width: 120px;
    padding: 10px 10px;
}

.tp-caption {
    direction: rtl;
    /* Ensures text respects RTL layout */
    text-align: center !important;
    /* Forces text to center align */
    right: 0 !important;
    /* Ensures positioning respects RTL direction */
    left: auto !important;
    /* Overrides LTR-specific settings */
}

.tp-simpleresponsive {
    direction: rtl !important;
    text-align: right !important;
}

.rev_slider_wrapper {
    direction: rtl !important;
}

.bg-color,
section.bg-color,
section.call-to-action,
#mainmenu li li a:hover,
.price-row,
.blog-list .date,
.blog-read .date,
.slider-info .text1,
#filters a.selected,
.btn-primary,
.bg-id-color,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.dropcap,
.fullwidthbanner-container a.btn,
.feature-box-big-icon i,
#testimonial-full,
.icon-deco i,
.blog-list .date-box .day,
.blog-read .date-box .day,
.bloglist .date-box .day,
.feature-box-small-icon .border,
.small-border,
#jpreBar,
.date-post,
.team-list .small-border,
.btn-line:hover,
a.btn-line:hover,
.btn-line.hover,
a.btn-line.hover,
.owl-arrow span,
.de-progress .progress-bar,
#btn-close-x:hover,
.box-fx .info,
.de_tab.tab_steps .de_nav li span,
.de_testi blockquote:before,
#services-list li.active,
#services-list li a:hover,
.btn-more,
.widget .small-border,
.product img:hover,
#btn-search,
.de_tab.timeline li.active .dot,
.custom-show:after,
.custom-close:after,
#back-to-top,
a.btn-custom,
.owl-custom-nav .btn-next:before,
.owl-custom-nav .btn-prev:before,
#mainmenu ul li:hover>a,
.pricing-s1 .ribbon,
a.btn-slider.btn-color,
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-dots .owl-dot.active span,
.social-icons i:hover,
#menu-btn:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.picframe.s2 span.overlay,
input[type=submit].btn-custom,
form#BizCRMBase input[type=submit].btn-line:hover,
.tiny-border,
.de_tab.tab_style_4 .de_nav li.active,
.de_tab.tab_style_4 .de_nav li.active span,
.de_tab.tab_style_4 .de_nav.de_nav_dark li:hover,
.countdown-s1.countdown-bg-color .countdown-section,
.schedule-item:hover .sc-pic img,
#b-menu span,
#b-menu-close span {
    background-color: #ba237b;
}

.bg-color-2,
.pricing-s1 .ribbon,
.box-number:hover i.bg-color.hover-color-2 {
    background-color: #209eb8;
}

.rtl .de-team-list .small-border {
    float: right;
}

#section-countdown1 .countdown-amount {
    font-size: 52px !important;
}

form#BizCRMBase {
    margin-top: 20px;
}

form#BizCRMBase input[type=text],
form#BizCRMBase textarea,
form#BizCRMBase input[type=email],
form#BizCRMBase input[type=number],
#search {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    height: auto;
}

form#BizCRMBase input[placeholder],
form#BizCRMBase textarea[placeholder] {
    color: #eee;
}

form#BizCRMBase input[type=submit].btn-line {
    background: none;
    padding: 8px 20px;
}

form#BizCRMBase input[type=submit].btn-line:hover {
    background: #111;
    border-color: #111;
}

form#BizCRMBase textarea {
    height: 178px;
}

form#BizCRMBase .btn-line,
a.btn-line {
    padding-right: 50px;
    padding-left: 50px;
}

form#BizCRMBase .btn-line:after,
a.btn-line:after {
    content: unset;
}

form#BizCRMBase .iti button {
    width: auto;
}

.select2-container--bootstrap .select2-selection {
    background-color: rgba(0, 0, 0, .2) !important;
    border: solid 1px rgba(0, 0, 0, .3) !important;
}

.map-canvas {
    height: 450px;
}

.map-canvas #content {
    background: unset;
    padding: unset;
    color: #000;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #eee;
}

#paypal-button-container {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    background-size: cover;
    margin: auto;
    width: 50%;
}
#paypal-container {
            background: var(--pay-bg);
            border: 1px solid var(--pay-border);
            border-radius: 18px;
            padding: 22px 18px;
            box-shadow: var(--pay-shadow);
          }
          #paypal-container .pay-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 14px;
          }
          #paypal-container .pay-title {
            margin: 0;
            font-size: 20px;
            color: var(--v-primarydark-base);
            letter-spacing: 0.2px;
          }
          #paypal-container .pay-subtitle {
            margin: 4px 0 0;
            color: var(--pay-muted);
            font-size: 13px;
          }
          #paypal-container .pay-body {
            background: #fff;
            border: 1px solid rgba(31, 157, 187, 0.18);
            border-radius: 14px;
            padding: 16px;
          }
          #paypal-container .pay-actions {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin-top: 12px;
          }
          #paypal-container #paypal-button-container,
          #paypal-container .pay-actions > div {
            width: 100%;
            max-width: 360px;
            margin-left: auto;
            margin-right: auto;
          }
          #paypal-container #paypal-button-container iframe,
          #paypal-container #paypal-button-container > div {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 360px !important;
          }
          #paypal-container .pay-actions .pay-btn,
          #paypal-container #tap-btn,
          #paypal-container #arabianpay-btn {
        width: 90%;
    height: 45px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
            border: 1px solid rgba(31, 157, 187, 0.35);
          }
          #paypal-container #paypal-button-container iframe {
            height: 50px !important;
            min-height: 50px !important;
          }
          #paypal-container .back-to-form {
            border: 1px solid rgba(190, 27, 116, 0.35);
            background: rgba(190, 27, 116, 0.08);
            color: var(--primary-color2);
            font-weight: 600;
            padding: 8px 14px;
            border-radius: 10px;
          }
          #paypal-container .back-to-form:hover {
            background: rgba(190, 27, 116, 0.14);
          }

.buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid #fff;
}

.accordion-header {
    display: block;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: unset;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.card-header {
    border-bottom: 1px solid #303030;
}

button.back-btn {
    background: transparent;
    width: 2rem;
    height: auto;
    padding: 0;
    color: #fff;
}

#pay {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.map-content * {
    color: #000;
}

button.owl-dot {
    background-color: unset;
    width: unset;
    height: unset;
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-right: 0
    }

    .offset-md-1 {
        margin-right: 8.33333333%
    }

    .offset-md-2 {
        margin-right: 16.66666667%
    }

    .offset-md-3 {
        margin-right: 25%
    }

    .offset-md-4 {
        margin-right: 33.33333333%
    }

    .offset-md-5 {
        margin-right: 41.66666667%
    }

    .offset-md-6 {
        margin-right: 50%
    }

    .offset-md-7 {
        margin-right: 58.33333333%
    }

    .offset-md-8 {
        margin-right: 66.66666667%
    }

    .offset-md-9 {
        margin-right: 75%
    }

    .offset-md-10 {
        margin-right: 83.33333333%
    }

    .offset-md-11 {
        margin-right: 91.66666667%
    }
}

.table-hover>tbody>tr:hover {
    color: #fff;
}

.wm.dark.wm-border {
    -webkit-text-stroke-color: rgba(255, 255, 255, .1) !important;
}

h1.title-3 {
    font-size: 52px !important;
}

/* Specific styles for the highlighted menu item */
#mainmenu a.highlight-menu-item {
    color: var(--primary-color-1);
}

/* Hover effect for the highlighted menu item */
#mainmenu a.highlight-menu-item:hover {
    color: #fff;
}

#paylink-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    z-index: 999999;
}

#paylink-overlay button.close-btn {
    position: absolute;
    top: 9%;
    right: 5%;
    width: auto;
    background: #fff;
    font-size: 20px;
    border: none;
}

#paylink-overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    background: #fff;
    width: 90%;
    height: 70%;
    border-radius: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#paylink-overlay-box i.fa-spinner {
    font-size: 60px;
    margin-top: 30px;
}

#paylink-overlay-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sweet-alert h2 {
    color: #333;
}

.btn-primary {
    color: #fff !important;
}

.gallery {
    display: flex;
}

.pf_full_width .item {
    float: unset;
    display: inline-block;
}

.phone-verify-input {
    background: rgba(0, 0, 0, .2) !important;
    width: auto !important;
    text-align: center;
    color: #fff !important;
    margin: auto;
}

.phone-verify-input:focus {
    border: 2px solid #ccc !important;
}


.is-countdown {}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown-amount {
    font-family: "Dosis";
    font-size: 72px;
    color: #fff;
}

.countdown-period {
    font-family: "Dosis";
    display: block;
    width: 70px;
    margin: 0 auto;
    margin-top: 5px;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.countdown-s1 {
    display: inline-block;
}

.countdown-s1 .countdown-show4 .countdown-section {
    width: 80px;
    float: left;
    background: rgba(255, 255, 255, .1);
    padding: 20px 0 10px 0;
    margin: 5px;
}

.countdown-s1.no-bg .countdown-section {
    background: none;
}

.countdown-s1 .countdown-amount {
    width: auto;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}

.countdown-s1 .countdown-period {
    width: auto;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
}

.countdown-s2 {
    display: inline-block;
}

.countdown-s2 .countdown-show4 .countdown-section {
    width: 80px;
    float: left;
    background: rgba(255, 255, 255, .1);
    padding: 20px 0 10px 0;
    margin: 5px;
}

.countdown-s2.no-bg .countdown-section {
    background: none;
}

.countdown-s2 .countdown-amount {
    width: auto;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}

.countdown-s2 .countdown-period {
    width: auto;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
}

.text-dark .countdown-amount,
.text-dark .countdown-period {
    color: #111111;
}


.countdown-s2 .countdown-row {
    display: flex;
    justify-content: center;
    /* center horizontally */
    gap: 10px;
    /* space between boxes */
}

.countdown-s2 .countdown-section {
    flex: 1;
    /* auto equal width */
    min-width: 80px;
    /* optional: prevent too small */
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 6px;
}

/* Numbers */
.countdown-s2 .countdown-amount {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/* Labels */
.countdown-s2 .countdown-period {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 5px;
}

/* Default styling (with seconds) */
.countdown-s2.with-seconds .countdown-section {
    flex: 1;
    /* stretch equally across row */
}

/* No seconds version (3 boxes only) */
.countdown-s2.no-seconds .countdown-section {
    flex: 0 0 100px;
    /* fixed box size */
}

.gm-style,
.map-content p {
    font-family: 'A Jannat LT', sans-serif !important;

}

.gallery-filter {
    display: inline-flex;
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 0;
    padding-inline-start: 15px;
    margin-bottom: 20px;
    margin-inline: auto;
  }
  
  .gallery-filter .gallery-filter-item {
    cursor: pointer;
    border-radius: 10px;
    color: #8c8c8c;
  }
  
  .gallery-filter .gallery-filter-item button {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 10px;
    min-width: 88px;
    display: block;
    text-align: center;
    color: #0e1d3e;
    font-size: 0.875rem;
    transition: all .5s;
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
  }
  
  .gallery-filter .gallery-filter-item button:hover:not(.active) {
    color: #48aac2;
    background: rgba(96, 131, 194, .1);
    border-color: #48aac2;
  }
  
  .gallery-filter .gallery-filter-item button.active, .gallery-filter .gallery-filter-item button:hover {
    background-color: #48aac2;
    border-color: #48aac2;
    color: #fff;
  }
  
  .gallery-filter .gallery-filter-item button.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #48aac2;
  }


  
.featured-sectors-container {
    width: 100%;
    color: #fff;
    background: var(--color3);
    position: relative
}

.featured-sectors-container>svg {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.featured-sectors-container>svg path {
    fill: #ffffff15
}

.featured-sectors {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    xpadding: 2.5em
}

.featured-sectors>svg {
    width: 250px;
    height: fit-content
}

.featured-sectors>* {
    z-index: 9
}

.featured-sectors h1,.featured-sectors h2 {
    text-align: center;
    font-weight: 700
}

.featured-sectors h1 {
    font-size: 3em;
    padding-bottom: .5em
}

.featured-sectors h2 {
    font-size: 2em;
    padding: .5em;
    color: var(--color2)
}

.featured-sectors p {
    width: 55%;
    text-align: center;
    font-size: .85em
}

.featured-sectors p span {
    color: var(--color2)
}

.featured-sectors .cards-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    
}

.featured-sectors .card {
    padding: 2em 1em;
    border-radius: 45px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    background-color: #0f1a28;
}

.featured-sectors .card h3 {
    font-size: 1em;
    font-weight: 500;
    margin: .5em auto;
    text-align: center;
    color: #fff;
}

.featured-sectors .card svg {
    height: 70px
}

.featured-sectors .card li {
    font-size: .85em;
    text-align: center;
    margin-bottom: 1em
}

.featured-sectors .motto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-size: 2em;
    font-weight: 700;
    padding: 1em
}

.featured-sectors .motto svg path {
    stroke: var(--color2)
}

.featured-sectors a {
    width: 185px;
    box-shadow: 0 0 10px #fff
}



@media (max-width: 950px) {
    .featured-sectors .motto {
        font-size:1.5em
    }
}

@media (max-width: 750px) {
    .featured-sectors {
        padding:2em
    }

    .featured-sectors p {
        width: 90%
    }

    .featured-sectors .motto {
        font-size: 1em
    }
}

@media (max-width: 500px) {
    .featured-sectors {
        padding:1em
    }

    .featured-sectors .card {
        padding: 2em 1em;
        width: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .5em;
        font-size: .8em
    }

    .featured-sectors .motto {
        font-size: .7em
    }
}

.section-banner {
    max-width: 40%;
    opacity: .3;
}

header.smaller:not(.header-bottom):not(.side-header) {    
    background: #000000 !important;
}

.schedule-item .sc-name {
    width: 260px!important;;    
}
.schedule-item .sc-info {    
    width: 45%!important;;
}
@media only screen and (max-width: 767px) {
    .schedule-item .sc-info {   
        width: 100%!important;

    }
}





.flow-wrapper {
	position: relative;
	margin-top: 60px;
}

.flow-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 30px;
	column-gap: 60px;
	position: relative;
	z-index: 2;
	direction: rtl;
}

.flow-circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.15);
	background: rgb(16 16 16);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
	margin: auto;
}

.flow-circle i {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 6px;
}

.flow-circle span {
	font-size: 14px;
	font-weight: 500;
}

/* Hover */
.flow-circle:hover {
	transform: scale(1.06);
	border-color: var(--primary-color-1);
}

/* المرحلة */
.flow-circle.pre i { color:var(--primary-color1);}     /* قبل */
.flow-circle.during i { color: var(--primary-color2); }  /* أثناء */
.flow-circle.post i { color: #ffb74d; }    /* بعد */

/* SVG */
.flow-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.flow-lines path {
	fill: none;
	stroke: rgba(255,255,255,0.25);
	stroke-width: 2;
	stroke-dasharray: 6 6;
}

/* Responsive */
@media (max-width: 992px) {
	.flow-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 100px;
	}
	.flow-lines {
		display: none;
	}
}


section.gradient-to-right,
.ps1-deco {
	background-image: none !important;
	background: linear-gradient(
		to right,
		#1f9dbb,
        #be1b74
	) !important;
}

@media (max-width: 500px) {
    .featured-sectors .card {
        padding: 2em 1em;
        width: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .5em;
        font-size: .8em;
    }
}





/* =========================
   JOURNEY LAYOUT
========================= */
.journey-section {
	padding: 80px 0;
}

.journey-wrapper {
	display: flex;
	gap: 60px;
	align-items: center;
}

.journey-steps {
	width: 35%;
}

.step {
	padding: 16px 20px;
	border-right: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.step.active,
.step:hover {
	border-color: #c59d5f;
	background: rgba(255,255,255,0.06);
}

.step-index {
	font-weight: bold;
	color: #c59d5f;
	margin-left: 10px;
}
/* =========================
   MOBILE FRAME: MATCH THE IMAGE EXACTLY
   Frame image: 420x840
   Screen cutout (content area) MUST be bigger than 360x720
========================= */
/* =========================
   JOURNEY MOBILE (FINAL CLEAN)
   - Fixes sizing/alignment with 420x840 frame
   - Adds inner safe paddings
   - Adds scroll (body)
   - Improves LABEL only (no H tags)
========================= */

.journey-mobile{
	width:65%;
	display:flex;
	justify-content:center;
}

/* OUTER (IMAGE) */
.mobile-frame-wrapper{
	position:relative;
	width:420px;
	height:840px;
	display:flex;
	justify-content:center;
	align-items:center;
}

/* FRAME PNG/SVG */
.mobile-frame-img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	z-index:3;
	pointer-events:none;
}

/* INNER SCREEN — FIXED (TIGHT TO FRAME OPENING) */
.mobile-frame{
	position:absolute;
	left:12px;
	top:10px;
	width:396px;          /* adjusted */
	height:818px;         /* adjusted */
	border-radius:52px;   /* matches frame curve */
	background:#111;
	z-index:2;
	overflow:hidden;
	color:#fff;
	box-sizing:border-box;
}

/* HEADER SAFE AREA */
.mobile-header{
	padding:22px 18px 14px;
	text-align:center;
	font-weight:600;
	font-size:14px;
	border-bottom:1px solid rgba(255,255,255,0.08);
	box-sizing:border-box;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* BODY (SCROLLABLE) */
.mobile-body{
	padding:12px 12px 12px;
	font-size:14px;
	line-height:1.9;
	box-sizing:border-box;

	height:calc(100% - 56px); /* header height approx */
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	scrollbar-gutter:stable;
}

/* SCROLLBAR */
.mobile-body::-webkit-scrollbar{width:8px;}
.mobile-body::-webkit-scrollbar-track{background:rgba(255,255,255,0.06);border-radius:10px;}
.mobile-body::-webkit-scrollbar-thumb{background:rgba(197,157,95,0.45);border-radius:10px;}
.mobile-body::-webkit-scrollbar-thumb:hover{background:rgba(197,157,95,0.65);}

/* SCREENS */
.mobile-screen{display:none; animation:fadeIn .25s ease;}
.mobile-screen.active{display:block;}

/* OPTIONAL */
.card{
	background:rgba(255,255,255,0.08);
	padding:12px;
	border-radius:12px;
	margin-bottom:12px;
	box-sizing:border-box;
}

.actions button{
	width:100%;
	margin-top:8px;
	padding:10px;
	border-radius:10px;
	background:transparent;
	border:1px solid rgba(255,255,255,0.2);
	color:#fff;
	cursor:pointer;
}

/* ANIMATION */
@keyframes fadeIn{
	from{opacity:0; transform:translateY(6px);}
	to{opacity:1; transform:translateY(0);}
}

/* Keep headings white (as you had) */
.journey-mobile h1,
.journey-mobile h2,
.journey-mobile h3,
.journey-mobile h4,
.journey-mobile h5,
.journey-mobile h6{
	color:#fff;
}

/* =========================
   INVESTOR CARD
========================= */
.investor-profile-card{
	display:flex;
	flex-direction:column;
	gap:14px;
}

.investor-header{
	display:flex;
	align-items:center;
	gap:14px;
}

.investor-avatar{
	width:64px;
	height:64px;
	border-radius:50%;
	object-fit:cover;
	border:2px solid rgba(255,255,255,.2);
}

.investor-name{
	font-size:15px;
	display:block;
}

.investor-role{
	font-size:12px;
	opacity:.85;
}

.investor-org{
	font-size:11px;
	opacity:.6;
}

.investor-meta{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px;
	font-size:12px;
}

.meta-item{
	display:flex;
	align-items:center;
	gap:6px;
	opacity:.85;
}

.meta-item i{
	color:#c59d5f;
}

.investor-footer{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:6px;
	gap:10px;
}

.qr-box{
	text-align:center;
	flex:0 0 auto;
}

.qr-box img{
	width:92px;
	height:auto;
	display:block;
	margin:0 auto;
}

.qr-box span{
	font-size:10px;
	opacity:.6;
	display:block;
	margin-top:4px;
}

/* actions */
.investor-actions{
	display:flex;
	flex-direction:column;
	gap:6px;
	flex:1 1 auto;
}

.investor-actions button{
	display:block;
	width:100%;
	padding:8px 10px;
	border-radius:10px;
	background:transparent;
	border:1px solid rgba(255,255,255,.2);
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

/* =========================
   EXTENDED CARD + LABELS (ONLY)
========================= */
.investor-extended-card{
	margin-top:14px;
	padding:14px;
	box-sizing:border-box;
}

.investor-extended-card .card-title{
	font-size:13px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	gap:6px;
	opacity:.9;
}

.info-grid{
	display:grid;
	grid-template-columns:1fr;
	gap:10px;
	font-size:12px;
}

.info-item{
	display:flex;
	align-items:flex-start;
	gap:10px;
}

.info-item i{
	color:#c59d5f;
	margin-top:2px;
}

/* LABEL ONLY (IMPROVED) */
.info-item .label{
	display:block;
	font-family:'Inter','Segoe UI',Arial,sans-serif;
	font-size:11px;
	font-weight:600;
	letter-spacing:.35px;
	color:rgba(255,255,255,0.72);
	opacity:1;
	margin-bottom:2px;
}

.info-item .value{
	display:block;
	font-size:12px;
	line-height:1.5;
	color:rgba(255,255,255,0.92);
}
