@font-face {
    font-family: 'Bahij_TheSansArabicBold';
    src: url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.woff2') format('woff2'),
         url('../fonts/Bahij_TheSansArabicBold/Bahij_TheSansArabicBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Bahij_TheSansArabicPlain';
    src: url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.woff2') format('woff2'),
         url('../fonts/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.woff') format('woff');
    font-display: swap;
}


/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.list-inline-item {
    margin-right: 5px !important;
}

.warp {
    overflow: hidden;
}

body {
    font-family: 'Bahij_TheSansArabicPlain';

    color: #000;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Bahij_TheSansArabicBold';
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img {
    max-width: 100%;
}

.owl-carousel {
    direction: ltr;
}


/******************************/
header {
    transition: all .3s linear;
}
.menu-logo img{
    max-height: 80px;
}
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        list-style: none;
        position: relative;
        margin-bottom: 0;
    }

    .nav-list > li {
        display: flex;
        align-items: center;
        position: relative;
    }

    .menu-has-sub {}

    .menu-has-sub ~ .drop-menu-icon {
        color: #379eff;
    }


    .nav-list li:hover,
    .nav-list li.active {
        color: #000;
    }

    .nav-list li a {
        color: #000;
        position: relative;
        padding: 25px 0
    }

    .sub-list {
        list-style: none;
        position: absolute;
        top: 100%;
        z-index: 4;
        background-color: #fff;
        padding: 20px;
        min-width: 230px;
        transform-style: preserve-3d;
        transform: rotateX(-60deg);
        transform-origin: center top;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .sub-list li {
        position: relative;
    }

    .sub-list li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
        margin-bottom: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #cacaca;
    }

    .sub-list li a:hover {
        color: #379eff;
        border-bottom: 1px solid #ddd;
    }

    .nav-list li:hover > .sub-list {
        visibility: visible;
        transform: rotateY(0deg);
        opacity: 1;
    }

    .nav-btn,
    .mobile-nav-list {
        display: none;
    }

    /**/
    .nav-list > li {
        margin-right: 30px;
    }
    .menu-has-sub ~ .drop-menu-icon{
        margin-right: 5px;
    }

    .sub-list {
        right: 0;
    }
}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .nav-btn {
        display: inline-block;
        color: #16a596;
        background-color: #fff;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        line-height: 46px;
        text-align: center;
    }

    .mobile-nav-list {
       
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 999999;
        height: 100%;
        width: 300px;
        background-color: #f2f2f2;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        padding: 15px;
        overflow-y: scroll;
        transition: all .5s linear;
    }
    .mobile-list {
         list-style: none;
    }
    .mobile-nav-list li {
        font-size: 16px;
        padding: 10px 15px;
        position: relative;
    }

    .mobile-nav-list li a {
        color: #000;
        display: block;
        width: 100%;
    }

    .mobile-nav-list li a.menu-has-sub {
        display: inline-block;
        width: calc(100% - 35px);
    }

    .mobile-nav-list li a:hover,
    .mobile-nav-list li.active a {
        color: #379eff;
    }

    .mobile-nav-list li .drop-menu-icon {
        color: #fff;
        background-color: #379eff;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }
    .mobile-nav-list li .drop-menu-icon  i:before{
        transition: all .3s linear;
    }
    .mobile-nav-list li .drop-menu-icon.open i:before{
        content: '\f068';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .sub-list {
        box-shadow: none;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
    }

    .sub-list.open {}

    .sub-list a {
        display: block;
        position: relative;
    }

    .trans-none {
        transform: none !important;
    }
    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }

    /**/
    .mobile-nav-list {
        right: 0;
        transform: translateX(100%);
    }

    .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }
}


/******************************/
.stick{
    background: #fff;
    position: fixed;
    padding: 5px 0;
    border-bottom: 2px solid #f0f3f2;
    width: 100%;
    z-index: 99999999;
}
.logo img{
    width: 130px;
    transition: all .3s linear;
}
.stick .logo img{
    width: 110px;
}
.padding-top{
    padding-top:79px;
}
/******************************/
.banner{
    position: relative;
}
.banner-overlay{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}
.banner-img{
width: 100%;
    height: 600px;
}
.banner-logo img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
/******************************/
.about,.vision{
    padding: 75px 0;
}

.sec-tit{
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.about-des{
    font-size: 18px;
    color: #000;
}
.vision{
  background-color: #446882;
    color: #fff;
}
/******************************/
.screen {
    padding: 75px 0;
background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#4d758c),
    color-stop(#2f617f),
    color-stop(#285878),
    to(#1d4257)
);

background-image: -webkit-linear-gradient(
    left bottom,
    #4d758c,
    #2f617f,
    #285878,
    #1d4257
);

background-image: -o-linear-gradient(
    left bottom,
    #4d758c,
    #2f617f,
    #285878,
    #1d4257
);

background-image: linear-gradient(
    to right top,
    #4d758c,
    #2f617f,
    #285878,
    #1d4257
);

    box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
}
.screenCarousel-container{
    position: relative;
}
.frem {
    position: absolute;
    width: 297px;
    height: 529px;
    z-index: 99;
    left: 50%;;
    transform: translateX(-50%);
    top:0;
    pointer-events: none;
}

.screenCarousel .owl-item img {
    /* sizing handled in the .od-screen scope below */
    margin: auto;
}
/*.screenCarousel .owl-item.center{*/
/*    transform: scale(1, 1);*/
/*    opacity: 1;*/
/*    box-shadow:none;*/
/*}*/
/*.screenCarousel .owl-item{*/
   
/*    transform: scale(0.9, 0.8);*/
/*    transform-origin: center;*/
/*    opacity: 0.8;*/
/*}*/
/*.screenCarousel .center + .owl-item{*/
/*    transform: scale(1, 0.9);*/
/*    z-index: 1;*/
/*}*/
/*.screenCarousel  .owl-item.active + .owl-item.active:not(.center) {*/
/*    transform: scale(0.9, 0.9);*/
/*    z-index: 2;*/
/*}*/
/*.screenCarousel  .owl-item.center + .owl-item.active + .owl-item.active{*/
/*    transform: scale(0.9, 0.8);*/
/*    z-index: 1;*/
/*}*/
/******************************/
.download{
    background:  url(../images/bg-download.jpg) center center no-repeat fixed;
    background-size: cover !important;
    position: relative;
    padding: 126px 0;
    background-attachment: fixed !important;
    background-position: center center !important;
}
.download:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(61, 30, 130, 0.67);
}

.download-btn {
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
background-image: linear-gradient(
    to right top,
    #4d758c,
    #2f617f,
    #285878,
    #1d4257
);    position: relative;
    padding: 12px 40px 12px 80px;
    border-radius: 28px;
}
.download-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 28px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.download-btn i.fab {
    font-size: 30px;
background-image: linear-gradient(
    to right top,
    #4d758c,
    #2f617f,
    #285878,
    #1d4257
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    transition: all .4s ease;
}
.download-btn span.inner {
    position: relative;
    display: block;
    text-align: left;
}
.download-btn span.avail,
.download-btn span.store-name {
    display: block;
   background-image: linear-gradient(
    to right top,
    #4d758c,
    #2f617f,
    #285878,
    #1d4257
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 1em;
    transition: all .4s ease;
}
.download-btn span.avail {
    font-size: 12.5px;
}
.download-btn span.store-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
}
.download-btn.active,
.download-btn:hover {
    -webkit-box-shadow: 0 15px 30px rgba(212, 50, 151, 0.27);
    box-shadow: 0 15px 30px rgba(212, 50, 151, 0.27);
}
.download-btn.active:before,
.download-btn:hover:before {
    opacity: 0;
}
.download-btn.active i.fab,
.download-btn.active span.avail,
.download-btn.active span.store-name,
.download-btn:hover i.fab,
.download-btn:hover span.avail,
.download-btn:hover span.store-name {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

/******************************/
footer{
    background: #4d758c;
    color: #fff;
    padding: 40px 0;
}
footer a{
    color: #fff;
}
.content{
	padding:50px 0;
}
.contact-info-list a{
    color:#000;
	margin:15px;
}

.contact-info-list a i{
      color:#4d758c;
	  margin-left:10px;
}
/******************************/

@media (max-width: 992px) {

}

@media all and (max-width: 768px) {

}


.about-video iframe{
    width: 100%;
    height: 250px;
}

.parents{
    padding: 75px 0;
}
.parentItem img{
    max-height:150px;
    object-fit: scale-down;
}
.social-media {
    padding:25px 0;
}
.social-media a{
width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    margin: 0 5px;
    color: #000;
    
}
/* =====================================================================
   Overdeal — modern landing page (scoped under .od-page)
   ===================================================================== */
.od-page {
    --od-primary: #1f6feb;
    --od-primary-dark: #0b4fc4;
    --od-ink: #0f172a;
    --od-muted: #64748b;
    --od-bg-soft: #f5f8ff;
    --od-radius: 18px;
    --od-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    scroll-behavior: smooth;
    background: #fff;
}
.od-page .container { max-width: 1180px; }

/* ---- Navbar ---- */
.od-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 16px 0;
    background: transparent;
    transition: all .3s ease;
}
.od-nav.is-scrolled {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 24px rgba(15, 23, 42, .08);
    backdrop-filter: blur(8px);
    padding: 10px 0;
}
.od-nav .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.od-nav .menu-logo img { height: 48px; width: auto; transition: height .3s; }
.od-nav.is-scrolled .menu-logo img { height: 40px; }
/* mobile-first: nav links + CTA hidden, only hamburger shows */
.od-nav .nav-list { display: none; }
.od-nav .nav-list li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.od-nav .nav-list li a { padding: 8px 12px; }

/* desktop: show the horizontal links, hide the hamburger */
@media (min-width: 992px) {
    .od-nav .nav-list {
        display: flex !important;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 6px;
        margin: 0 auto 0 0;
        padding: 0;
        list-style: none;
    }
    .od-nav .nav-btn { display: none !important; }
}
.od-nav .nav-list a {
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all .2s;
    text-shadow: 0 1px 4px rgba(0,0,0,.35);
}
.od-nav .nav-list a:hover { background: rgba(255,255,255,.18); }
.od-nav.is-scrolled .nav-list a { color: var(--od-ink); text-shadow: none; }
.od-nav.is-scrolled .nav-list a:hover { background: var(--od-bg-soft); color: var(--od-primary); }
.od-cta-nav {
    background: var(--od-primary);
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 50px;
    font-family: 'Bahij_TheSansArabicBold';
    box-shadow: 0 8px 20px rgba(31,111,235,.35);
    transition: transform .2s, box-shadow .2s;
}
.od-cta-nav:hover { transform: translateY(-2px); background: var(--od-primary-dark); }
.od-nav .nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.2);
    color: #fff;
    width: 44px; height: 44px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
.od-nav.is-scrolled .nav-btn { background: var(--od-bg-soft); color: var(--od-ink); }

/* ---- Hero ---- */
.od-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}
.od-hero-bg, .od-hero-bg .introCarousel, .od-hero-bg .owl-stage-outer,
.od-hero-bg .owl-stage, .od-hero-bg .introItem {
    position: absolute; inset: 0; height: 100%;
}
.od-hero-bg { z-index: 0; }
.od-hero-bg .banner-img {
    width: 100%; height: 100vh; object-fit: cover;
}
.od-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(115deg, rgba(11,28,61,.92) 0%, rgba(15,23,42,.78) 45%, rgba(31,111,235,.55) 100%);
}
.od-hero .container { position: relative; z-index: 2; }
.od-hero-content { max-width: 640px; }
.od-badge {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 22px;
    backdrop-filter: blur(4px);
}
.od-hero-title {
    font-size: 58px;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #fff;
}
.od-hero-sub {
    font-size: 19px;
    line-height: 1.9;
    color: rgba(255,255,255,.88);
    margin-bottom: 32px;
}
.od-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.od-btn {
    padding: 14px 34px;
    border-radius: 50px;
    font-family: 'Bahij_TheSansArabicBold';
    font-size: 16px;
    transition: transform .2s, box-shadow .2s, background .2s;
}
.od-btn-primary {
    background: var(--od-primary);
    color: #fff;
    box-shadow: 0 12px 30px rgba(31,111,235,.45);
}
.od-btn-primary:hover { transform: translateY(-3px); background: var(--od-primary-dark); color: #fff; }
.od-btn-ghost {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
}
.od-btn-ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-3px); }

/* ---- Generic section ---- */
.od-section { padding: 42px 0; }
.od-eyebrow {
    display: inline-block;
    color: var(--od-primary);
    font-family: 'Bahij_TheSansArabicBold';
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 8px;
}
.od-eyebrow-light { color: #9fc2ff; }
.od-sec-tit {
    font-size: 34px;
    color: var(--od-ink);
    margin-bottom: 22px;
    position: relative;
}
.od-sec-tit-light { color: #fff; }
.od-text { color: var(--od-muted); font-size: 16px; line-height: 2; }

/* ---- About ---- */
.od-about { background: var(--od-bg-soft); }
.od-video {
    border-radius: var(--od-radius);
    overflow: hidden;
    box-shadow: var(--od-shadow);
    aspect-ratio: 16/9;
}
.od-video iframe { width: 100%; height: 100%; border: 0; }

/* ---- How it works ---- */
.od-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}
.od-step {
    background: #fff;
    border: 1px solid #eef2f9;
    border-radius: var(--od-radius);
    padding: 34px 24px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.od-step:hover { transform: translateY(-8px); box-shadow: var(--od-shadow); }
.od-step-num {
    width: 70px; height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px;
    color: #fff;
    background: linear-gradient(135deg, var(--od-primary), var(--od-primary-dark));
    box-shadow: 0 10px 22px rgba(31,111,235,.35);
}
.od-step h4 { font-size: 19px; margin-bottom: 10px; color: var(--od-ink); }
.od-step p { color: var(--od-muted); font-size: 15px; line-height: 1.9; margin: 0; }

/* ---- Vision / Message ---- */
.od-vision { background: var(--od-bg-soft); }
.od-card {
    background: #fff;
    border-radius: var(--od-radius);
    padding: 38px 34px;
    height: 100%;
    box-shadow: var(--od-shadow);
    border: 1px solid #eef2f9;
}
.od-card-icon {
    width: 60px; height: 60px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    color: var(--od-primary);
    background: rgba(31,111,235,.10);
    margin-bottom: 18px;
}

/* ---- Screenshots ---- */
.od-screen {
    background: linear-gradient(135deg, #0b1c3d, #14306b);
    overflow: hidden;
}
.od-screen .screenCarousel-container {
    margin-top: 40px;
    position: relative;
    padding: 0 56px;            /* room for the nav arrows */
}

/* Image card */
.od-screen .screenItem {
    display: flex;
    justify-content: center;
    align-items: center;
}
.od-screen .screenItem img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 500px;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0,0,0,.4);
    margin: 0 auto;
    /* override the legacy fixed-height rules */
    transition: transform .5s ease, box-shadow .5s ease, opacity .5s ease;
}

/* De-emphasise side items, highlight the centered one */
.od-screen .screenCarousel .owl-item {
    transition: transform .5s ease, opacity .5s ease;
}
.od-screen .screenCarousel .owl-item img {
    height: auto;
    transform: scale(.86);
    opacity: .55;
}
.od-screen .screenCarousel .owl-item.center img {
    transform: scale(1);
    opacity: 1;
    padding: 0;
    box-shadow: 0 26px 60px rgba(0,0,0,.55);
}

/* Nav arrows */
.od-screen .screenCarousel .owl-nav {
    margin: 0;
}
.od-screen .screenCarousel .owl-nav button.owl-prev,
.od-screen .screenCarousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    backdrop-filter: blur(4px);
    transition: background .25s ease, transform .25s ease;
    z-index: 5;
}
.od-screen .screenCarousel .owl-nav button.owl-prev:hover,
.od-screen .screenCarousel .owl-nav button.owl-next:hover {
    background: var(--od-primary, #2f6bff);
    border-color: transparent;
}
.od-screen .screenCarousel .owl-nav button.owl-prev { left: 4px; }
.od-screen .screenCarousel .owl-nav button.owl-next { right: 4px; }
.od-screen .screenCarousel .owl-nav button.disabled {
    opacity: .35;
    cursor: default;
}

/* Dots */
.od-screen .screenCarousel .owl-dots {
    margin-top: 26px;
    text-align: center;
    display: block;
}
.od-screen .screenCarousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.od-screen .screenCarousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: rgba(255,255,255,.35);
    border-radius: 50%;
    transition: width .25s ease, background .25s ease;
    display: inline-block;
}
.od-screen .screenCarousel .owl-dots .owl-dot.active span {
    width: 24px;
    border-radius: 6px;
    background: #fff;
}

@media (max-width: 575.98px) {
    .od-screen .screenCarousel-container { padding: 0 40px; }
    .od-screen .screenItem img { max-height: 420px; }
    /* on mobile a single item shows — keep it fully visible */
    .od-screen .screenCarousel .owl-item img { transform: scale(1); opacity: 1; }
}

/* ---- Afaq ---- */
.od-afaq-img {
    max-width: 320px; width: 100%;
    border-radius: var(--od-radius);
    box-shadow: var(--od-shadow);
}

/* ---- Partners ---- */
.od-parents .parentsCarousel { margin-top: 40px; }
.od-parents .parentItem img {
    max-height: 90px;
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: .65;
    transition: all .3s;
}
.od-parents .parentItem img:hover { filter: none; opacity: 1; }

/* ---- Download ---- */
.od-download {
    background: linear-gradient(135deg, var(--od-primary), var(--od-primary-dark));
    color: #fff;
}
.od-download-sub { color: rgba(255,255,255,.9); font-size: 17px; margin-bottom: 30px; }
.od-stores { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.od-store {
    display: flex; align-items: center; gap: 12px;
    background: #fff;
    color: var(--od-ink);
    padding: 12px 26px;
    border-radius: 14px;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}
.od-store:hover { transform: translateY(-4px); color: var(--od-primary); }
.od-store i { font-size: 34px; }
.od-store .inner { display: flex; flex-direction: column; text-align: right; line-height: 1.3; }
.od-store .avail { font-size: 12px; color: var(--od-muted); }
.od-store .store-name { font-size: 19px; font-family: 'Bahij_TheSansArabicBold'; }

/* ---- Social ---- */
.od-social { padding: 60px 0 30px; }
.od-social-icons { display: flex; gap: 12px; justify-content: center; margin-bottom: 26px; }
.od-social-icons a {
    width: 46px; height: 46px; line-height: 46px;
    border-radius: 50%;
    background: var(--od-bg-soft);
    color: var(--od-ink);
    transition: all .25s;
}
.od-social-icons a:hover { background: var(--od-primary); color: #fff; transform: translateY(-3px); }
.od-maroof img { max-height: 70px; }

/* ---- Footer ---- */
.od-footer { background: #0b1c3d; color: rgba(255,255,255,.8); padding: 26px 0; }
.od-footer-row {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 14px;
}
.od-footer-links { display: flex; gap: 20px; }
.od-footer-links a { color: rgba(255,255,255,.8); font-size: 14px; }
.od-footer-links a:hover { color: #fff; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
    /* on tablet/mobile only the hamburger remains in the bar */
    .od-cta-nav { display: none !important; }
    .od-nav { padding: 12px 0; }
    .od-nav .menu-logo img { height: 40px; }

    .od-hero { min-height: auto; padding: 130px 0 80px; }
    .od-hero-title { font-size: 42px; }
    .od-steps { grid-template-columns: repeat(2, 1fr); }
    .od-section { padding: 70px 0; }
}
@media (max-width: 767px) {
    .od-hero { padding: 120px 0 70px; }
    .od-hero-content { text-align: center; max-width: 100%; }
    .od-hero-actions { justify-content: center; }
    .od-steps { grid-template-columns: 1fr; }
    /* stack two-column rows and add spacing between wrapped columns */
    .od-about .col-md-6,
    .od-vision .col-md-6,
    .od-contact .col-md-5,
    .od-contact .col-md-7 { margin-bottom: 24px; }
    .od-vision .col-md-6:last-child,
    .od-contact .col-md-7 { margin-bottom: 0; }
}
@media (max-width: 575px) {
    .od-section { padding: 55px 0; }
    .od-hero { padding: 110px 0 60px; }
    .od-hero-title { font-size: 30px; }
    .od-hero-sub { font-size: 15px; }
    .od-sec-tit { font-size: 26px; }
    .od-badge { font-size: 12px; }
    .od-btn { padding: 12px 24px; font-size: 15px; }
    .od-hero-actions { flex-direction: column; }
    .od-hero-actions .od-btn { width: 100%; text-align: center; }
    .od-stores { flex-direction: column; align-items: center; }
    .od-store { width: 100%; max-width: 280px; justify-content: center; }
    .od-card, .od-contact-info, .od-contact-form { padding: 26px 20px; }
    .od-footer-row { flex-direction: column; text-align: center; }
    .od-footer-links { justify-content: center; }
}

/* ---- Contact ---- */
.od-contact { background: var(--od-bg-soft); }
.od-contact .row { margin-top: 40px; }
.od-contact-info {
    background: linear-gradient(135deg, #0b1c3d, #14306b);
    color: #fff;
    border-radius: var(--od-radius);
    padding: 36px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.od-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}
.od-contact-item:hover { color: #fff; }
.od-contact-item:hover .od-contact-ic { background: var(--od-primary); }
.od-contact-ic {
    flex: 0 0 48px;
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    background: rgba(255,255,255,.12);
    transition: background .25s;
}
.od-contact-item strong {
    display: block;
    font-family: 'Bahij_TheSansArabicBold';
    font-size: 15px;
    margin-bottom: 2px;
}
.od-contact-item span span { color: rgba(255,255,255,.78); font-size: 14px; }
.od-contact-social {
    margin-top: auto;
    display: flex;
    gap: 10px;
    padding-top: 10px;
}
.od-contact-social a {
    width: 40px; height: 40px; line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    transition: all .25s;
}
.od-contact-social a:hover { background: var(--od-primary); transform: translateY(-3px); }

.od-contact-form {
    background: #fff;
    border-radius: var(--od-radius);
    padding: 36px 30px;
    box-shadow: var(--od-shadow);
    border: 1px solid #eef2f9;
    height: 100%;
}
.od-contact-form input,
.od-contact-form textarea {
    width: 100%;
    background: var(--od-bg-soft);
    border: 1px solid #e6ecf6;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-family: 'Bahij_TheSansArabicPlain';
    font-size: 15px;
    color: var(--od-ink);
    transition: border .2s, box-shadow .2s;
}
.od-contact-form input:focus,
.od-contact-form textarea:focus {
    border-color: var(--od-primary);
    box-shadow: 0 0 0 3px rgba(31,111,235,.12);
    background: #fff;
}
.od-contact-form textarea { resize: vertical; }
.od-contact-form button { border: 0; cursor: pointer; }
.od-form-msg {
    display: none;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}
.od-form-msg.is-success { background: #e7f7ee; color: #138a4e; border: 1px solid #b6e6cb; }
.od-form-msg.is-error { background: #fdeaea; color: #c0392b; border: 1px solid #f5c6c6; }

@media (max-width: 767px) {
    .od-contact-form { margin-top: 20px; }
}

/* =====================================================================
   Owl Carousel v2.2.0 — merged to avoid extra HTTP request
   ===================================================================== */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/* =====================================================================
   Font Awesome 5 — minimal subset (only icons used on this page)
   ===================================================================== */
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:swap;src:url('../fonts/FontAwesome5/fa-solid-900.woff2') format('woff2'),url('../fonts/FontAwesome5/fa-solid-900.woff') format('woff')}
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:swap;src:url('../fonts/FontAwesome5/fa-brands-400.woff2') format('woff2'),url('../fonts/FontAwesome5/fa-brands-400.woff') format('woff')}
.fa,.fas,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fab{font-family:'Font Awesome 5 Brands';font-weight:400}
.fa-bars:before{content:"\f0c9"}.fa-lightbulb:before{content:"\f0eb"}.fa-unlock-alt:before{content:"\f13e"}.fa-handshake:before{content:"\f2b5"}.fa-file-signature:before{content:"\f573"}.fa-eye:before{content:"\f06e"}.fa-bullseye:before{content:"\f140"}.fa-download:before{content:"\f019"}.fa-paper-plane:before{content:"\f1d8"}.fa-envelope:before{content:"\f0e0"}.fa-phone-alt:before,.fa-phone:before{content:"\f095"}.fa-map-marker-alt:before{content:"\f3c5"}
.fa-apple:before{content:"\f179"}.fa-google-play:before{content:"\f3ab"}.fa-facebook-f:before{content:"\f39e"}.fa-twitter:before{content:"\f099"}.fa-instagram:before{content:"\f16d"}.fa-linkedin-in:before{content:"\f0e1"}.fa-whatsapp:before{content:"\f232"}
