html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
p,
li,
a,
span,
input,
textarea,
button {
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.main-title {
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
}


h1,h2,h3,h4,h5,h6,a,p,.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu h5{
    font-family: 'El Messiri', sans-serif;

}
.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu h5{
    font-size: 15px;
}

.header-main .main-menu ul li a{
    font-weight: 500;
     font-size: 15px;
}
.topbar .topbar-inner ul li{
    font-size: 14px !important;
}
.header-main .main-menu ul li .submenu li a{
    font-weight: 500;
}

.theme-btn{
    font-size: 14px;
}
.topbar.style-2 p,.topbar .topbar-inner ul li a{
    font-weight: 500;
}
.header-main .main-menu ul li .submenu li a,.header-2.style-3 .header-main .header-left .main-menu ul li a{
    font-size: 16px;
}

.header-main .main-menu ul li .submenu{
    text-align: right;
    direction: rtl;
}

.header-main .main-menu ul li .submenu li a{
    text-align: right;
    padding-right: 25px;
    padding-left: 15px;
}
.hero-content{
    direction: rtl;
    text-align: right !important;
}

.hero-content .text{
    text-align: right;
}

.hero-button{
    justify-content: flex-start;
}

.hero-3 .array-button {
  position: absolute;
  top: 50%;
  left: 60px;
  right: auto;
  transform: translateY(-50%);
  z-index: 99;
  flex-direction: column;
}
.hero-content .text{
    font-weight: 500 !important;
    font-size: 17px;
}
 .hero-3 .hero-content .text {
    padding-right: unset !important;
    padding-left: 0 !important;
  }
@media (max-width: 1399px) {
  .hero-3 .hero-content .text {
    padding-right: unset !important;
    padding-left: 0 !important;
  }
}

.hero-3 .shape .shape-5 {
  left: 20%;
  right: auto;
  top: 5%;
  position: absolute;
  rotate: 90deg;
  z-index: 1;
}

.hero-3 .shape .shape-3 {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(150px);
}

.hero-3 .shape .shape-4 {
  position: absolute;
  left: -50px;
  right: auto;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150px);
}


.features-list li i{
    margin-right: unset;
    margin-left: 12px;
}



.best-choice-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme);
  color: #fff;
  padding: 5px 15px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 0 0 10px 10px;
}


.process-2 .signle-process-item .shape-1 {
  right: unset;
  left: -130px;

}
.process-2 .signle-process-item .shape-2 {
  right: unset;
  left: -120px;

}

.process-2 .signle-process-item .icons .icon-2 {

  right: unset;
  left: -10px;
}

.footer-widgets-1.style-3 .single-footer-widget .footer-content p{
    font-size: 15px;
    font-weight: 400;
}
.footer-widgets-1 .single-footer-widget .list-area li a{
    font-size: 16px;
    font-weight: 500;
}
.footer-widgets-1 .single-footer-widget .list-area li{
  margin-bottom: 15px;
}


.hero-content h1{
    line-height: 1.2;
}

.about-images-2{
    direction: ltr;
}

.about-1.style-2 .about-images-2 .image-2{
    right: unset;
    left: -13%;

}
/* 
.sc-terminal-box{
    direction: ltr;
} */

.innovation-process-section .process-line{
    left: unset;
    right: 34px;
}

.hosting-feature-card{
    text-align: right;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
  padding-left: unset;
  padding-right: 5px;

}
.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: unset;
  right: 0;

}

.popular-posts .single-post-item .thumb{
    margin-right: unset;
    margin-left: 20px;
}



.service-4 .signle-service-item {

  height: 320px;
  padding: 75px 30px;
  position: relative;
  margin-top: 60px;
  border-radius: 12px;
  text-align: center;
  background-color: var(--white);
  z-index: 1;
}

.features-list li{
    font-size: 15px;
}

/*==================================================
BLOG DETAILS
==================================================*/

.sc-blog-details {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right,
            rgba(31, 87, 244, .08),
            transparent 30%),
        radial-gradient(circle at bottom left,
            rgba(23, 63, 165, .08),
            transparent 40%),
        #f8faff;
}

.sc-article-wrapper {
    max-width: 1150px;
    margin: auto;
}

/*==================================================
HERO
==================================================*/
/* ==========================================
   HERO SECTION
========================================== */

.sc-article-hero {
    position: relative;
    overflow: hidden;
    border-radius: 35px;

    min-height: 500px;

    box-shadow:
        0 30px 80px rgba(11, 22, 59, .12);
}

.sc-article-hero img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    display: block;
}

.sc-article-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(11,22,59,.05) 0%,
            rgba(11,22,59,.25) 30%,
            rgba(11,22,59,.65) 65%,
            rgba(11,22,59,.95) 100%
        );

    z-index: 1;
}

.sc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 60px;
}

/* ==========================================
   META
========================================== */

.sc-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 25px;
}

.sc-article-meta span {
    display: flex;
    align-items: center;
    gap: 8px;

    background: rgba(255,255,255,.15);

    backdrop-filter: blur(12px);

    padding: 12px 18px;

    border-radius: 100px;

    color: #fff;

    font-size: 14px;
    font-weight: 500;
}

.sc-article-meta i {
    font-size: 14px;
}

/* ==========================================
   TITLE
========================================== */

.sc-article-title {

    color: #fff;

    margin: 0;

    font-size: clamp(38px, 4vw, 68px);

    line-height: 1.25;

    font-weight: 800;

    max-width: 1000px;
    margin-bottom: 50px;

    text-shadow:
        0 4px 25px rgba(0,0,0,.35);

    word-break: normal;
}

/* ==========================================
   TABLET
========================================== */


/*==================================================
INTRO CARD
==================================================*/

.sc-intro-card {
    position: relative;

    margin-top: -70px;

    z-index: 5;

    background: radial-gradient(circle at top left, rgba(63, 125, 255, .12), transparent 40%), radial-gradient(circle at bottom right, rgba(39, 37, 112, .10), transparent 45%), #ffffff;

    border-radius: 30px;

    padding: 45px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.08);

    margin-bottom: 30px;
}

.sc-intro-card::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 130px;
    height: 5px;

    background:
        linear-gradient(
            90deg,
            var(--theme),
            var(--theme-2)
        );
}

.sc-article-intro p {
    margin: 0;

    color: var(--black);

    font-size: 20px;

    font-weight: 600;

    line-height: 2;
}

/*==================================================
TAGS
==================================================*/

.sc-tags-wrapper {
    background: white;

    padding: 30px;

    border-radius: 25px;

    margin-bottom: 30px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);
}

.sc-tags-wrapper h3 {
    color: var(--theme-3);

    margin-bottom: 20px;

    font-size: 24px;
}

#blogTags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#blogTags a {
    display: inline-flex;
    align-items: center;

    padding: 10px 18px;

    border-radius: 100px;

    background: rgba(31,87,244,.08);

    color: var(--theme);

    font-weight: 600;

    transition: .3s;
}

#blogTags a:hover {
    background: var(--theme);
    color: white;
}

/*==================================================
ARTICLE CONTENT
==================================================*/

.sc-article-card {
background: radial-gradient(circle at top left, rgba(63, 125, 255, .12), transparent 40%), radial-gradient(circle at bottom right, rgba(39, 37, 112, .10), transparent 45%), #ffffff;
    padding: 60px;

    border-radius: 35px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.06);
}

.sc-article-content {
    color: #4b5563;

    font-size: 18px;

    line-height: 2.1;
}

.sc-article-content>*:first-child {
    margin-top: 0;
}

.sc-article-content h2 {
    position: relative;

    margin-top: 70px;
    margin-bottom: 20px;

    color: var(--theme-3);

    font-size: clamp(22px,3vw,28px);

    font-weight: 800;

    padding-right: 22px;
}

.sc-article-content h2::before {
    content: "";

    position: absolute;

    right: 0;
    top: 10px;

    width: 6px;
    height: calc(100% - 20px);

    background:
        linear-gradient(
            180deg,
            var(--theme),
            var(--theme-2)
        );

    border-radius: 20px;
}

.sc-article-content h3 {
    color: var(--theme);

    font-size: 28px;

    font-weight: 700;

    margin-top: 45px;
    margin-bottom: 20px;
}

.sc-article-content p {
    margin-bottom: 22px;
}

.sc-article-content ul,
.sc-article-content ol {
    padding-right: 25px;
    margin-bottom: 25px;
}

.sc-article-content li {
    margin-bottom: 12px;
}

.sc-article-content img {
    width: 100%;
    border-radius: 25px;
    margin: 40px 0;
}

.sc-article-content blockquote {
    background: #f5f8ff;

    border-right: 5px solid var(--theme);

    padding: 30px;

    border-radius: 20px;

    margin: 35px 0;

    font-size: 20px;
}

/*==================================================
CTA
==================================================*/

.sc-blog-cta {
    margin-top: 40px;

    background:
        linear-gradient(
            135deg,
            var(--theme),
            var(--theme-2),
            var(--theme-3)
        );

    border-radius: 35px;

    padding: 25px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

    color: white;

    overflow: hidden;
    position: relative;
}

.sc-blog-cta::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.07);

    top: -100px;
    left: -100px;
}

.sc-cta-content {
    max-width: 650px;
}

.sc-cta-content span {
    display: inline-block;
    margin-bottom: 15px;
    opacity: .8;
}

.sc-cta-content h2 {
    color: white;
    margin-bottom: 15px;
    font-size: 35px;
}

.sc-cta-content p {
    color: rgba(255,255,255,.85);
}

.sc-cta-buttons {
    display: flex;
    gap: 15px;
}

/*==================================================
FAQ
==================================================*/

.sc-article-faq {
    margin-top: 50px;
}

.faq-wrapper {
    background: radial-gradient(circle at top left, rgba(63, 125, 255, .12), transparent 40%), radial-gradient(circle at bottom right, rgba(39, 37, 112, .10), transparent 45%), #ffffff;

    padding: 50px;

    border-radius: 35px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);
}

.faq-wrapper h3 {
    margin-bottom: 30px;

    color: var(--theme-3);

    font-size: 34px;
}

.faq-item {
    padding: 25px;

    border: 1px solid #eef2ff;

    border-radius: 20px;

    margin-bottom: 15px;

    transition: .3s;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow:
        0 15px 40px rgba(0,0,0,.05);
}

.faq-item h4 {
    color: var(--theme-3);
    margin-bottom: 10px;
}

.faq-item p {
    margin: 0;
    color: #6b7280;
}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .sc-article-card,
    .sc-intro-card,
    .faq-wrapper{
        padding:35px;
    }

    .sc-blog-cta{
        flex-direction:column;
        text-align:center;
    }

    .sc-cta-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

}

@media (max-width:767px){

    .sc-article-hero{
        min-height:360px;
    }

    .sc-article-hero img{
        height:360px;
    }

    .sc-hero-overlay{
        padding:25px;
    }

    .sc-article-title{
        font-size:28px;
    }

    .sc-article-card,
    .sc-intro-card,
    .faq-wrapper{
        padding:25px;
        border-radius:25px;
    }

    .sc-article-content{
        font-size:16px;
        line-height:1.9;
    }

    .sc-article-content h2{
        font-size:26px;
    }

    .sc-article-content h3{
        font-size:22px;
    }

    .sc-blog-cta{
        padding:35px 25px;
    }

    .sc-cta-buttons{
        flex-direction:column;
        width:100%;
    }

    .sc-cta-buttons .theme-btn{
        width:100%;
    }
}


@media (max-width: 991px) {

    .sc-article-hero {
        min-height: 560px;
    }

    .sc-article-hero img {
        height: 560px;
    }

    .sc-hero-overlay {
        padding: 40px;
    }

    .sc-article-title {
        font-size: clamp(30px, 4vw, 48px);
    }
    .sc-article-intro p{
        font-size: 16px;
        line-height: 1.5;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .sc-article-hero {
        min-height: 450px;
        border-radius: 25px;
    }

    .sc-article-hero img {
        height: 450px;
    }

    .sc-hero-overlay {
        padding: 25px;
    }

    .sc-article-meta {
        gap: 8px;
        margin-bottom: 18px;
    }

    .sc-article-meta span {
        font-size: 12px;
        padding: 8px 12px;
    }

    .sc-article-title {
        font-size: 28px;
        line-height: 1.4;
        max-width: 100%;
    }

}













/* ==================================================
   CAREERS SECTION
================================================== */

.sc-careers-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #f8faff;
    z-index: 1;
}

/* ==================================================
   BACKGROUND GRID
================================================== */

.sc-careers-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .35;

    background-image:
        linear-gradient(rgba(31, 87, 244, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 87, 244, .08) 1px, transparent 1px);

    background-size: 60px 60px;

    animation: gridMove 25s linear infinite;
}

@keyframes gridMove {

    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(60px, 60px);
    }

}

/* ==================================================
   GLOW EFFECTS
================================================== */

.sc-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

/* ==================================================
   APPLICATION FORM
================================================== */

.sc-application-section {
    position: relative;
}

.application-box {

    max-width: 950px;

    margin: auto;

    padding: 60px;

    border-radius: 40px;

    background: rgba(255,255,255,.85);

    backdrop-filter: blur(25px);

    border: 1px solid rgba(31,87,244,.08);

    box-shadow:
        0 30px 80px rgba(11,22,59,.06);

    position: relative;

    overflow: hidden;
}

/* ==================================================
   INPUTS
================================================== */

.input-box {
    position: relative;
}

.input-box input,
.input-box select {

    width: 100%;

    height: 65px;

    border-radius: 18px;

    border: 1px solid #e5eaf5;

    background: #fff;

    padding: 0 22px;

    outline: none;

    color: var(--theme-3);

    font-size: 15px;

    transition: .3s ease;
}

.input-box input::placeholder {
    color: #98a2b3;
}

.input-box input:focus,
.input-box select:focus {

    border-color: var(--theme);

    box-shadow:
        0 0 0 5px rgba(31,87,244,.08);
}

.input-box select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* ==================================================
   FILE UPLOAD
================================================== */

.upload-box {

    position: relative;

    border: 2px dashed rgba(31,87,244,.15);

    border-radius: 24px;

    padding: 35px;

    text-align: center;

    transition: .3s ease;

    background: rgba(31,87,244,.02);
}

.upload-box:hover {

    border-color: var(--theme);

    background: rgba(31,87,244,.04);
}

.upload-box label {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 15px;

    cursor: pointer;

    color: var(--theme-3);

    font-weight: 700;
}

.upload-box label i {

    font-size: 38px;

    color: var(--theme);
}

.upload-box input {

    position: absolute;

    inset: 0;

    opacity: 0;

    cursor: pointer;
}

/* ==================================================
   SUBMIT BUTTON
================================================== */

.submit-btn {

    width: 100%;

    height: 65px;

    border-radius: 18px;

    font-size: 17px;

    font-weight: 700;

    transition: .4s ease;
}

.submit-btn:hover {

    transform: translateY(-4px);

    box-shadow:
        0 20px 40px rgba(31,87,244,.25);
}

.submit-btn i {
    margin-right: 10px;
}

/* ==================================================
   SCROLL ANIMATION
================================================== */

.feature-card,
.job-item,
.process-step,
.application-box {

    animation: fadeUp .8s ease both;
}

@keyframes fadeUp {

    from {

        opacity: 0;

        transform:
            translateY(40px);
    }

    to {

        opacity: 1;

        transform:
            translateY(0);
    }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .sc-careers-section {
        padding: 90px 0;
    }

    .sc-careers-hero h1 {
        font-size: 52px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .process-wrapper {

        flex-direction: column;
    }

    .process-line {

        width: 3px;
        height: 60px;
    }

    .process-line::after {
        display: none;
    }

    .job-item {

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;
    }

    .job-apply-btn {

        width: 100%;
    }

    .application-box {

        padding: 40px;
    }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .sc-careers-section {
        padding: 80px 0;
    }

    .sc-careers-hero {

        padding-bottom: 70px;
    }

    .sc-careers-hero h1 {

        font-size: 40px;

        line-height: 1.3;
    }

    .sc-careers-hero p {

        font-size: 16px;
    }

    .section-title h2 {

        font-size: 32px;
    }

    .feature-card {

        padding: 30px;
    }

    .feature-card h3 {

        font-size: 22px;
    }

    .job-item {

        padding: 25px;
    }

    .job-content h3 {

        font-size: 20px;
    }

    .job-content ul {

        gap: 10px;
    }

    .job-content ul li {

        font-size: 13px;
    }

    .process-step {

        width: 100%;
    }

    .application-box {

        padding: 30px 20px;

        border-radius: 25px;
    }

    .input-box input,
    .input-box select {

        height: 58px;
    }

    .submit-btn {

        height: 60px;
    }
}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .sc-careers-hero h1 {

        font-size: 34px;
    }

    .sc-careers-badge {

        font-size: 12px;

        padding: 10px 18px;
    }

    .section-title h2 {

        font-size: 28px;
    }

    .feature-card,
    .process-step {

        padding: 25px;
    }

    .job-item {

        padding: 20px;
    }

    .job-content h3 {

        font-size: 18px;
    }
}

.career-subtitle{
    max-width:700px;
    margin:20px auto 0;
    color:#667085;
    line-height:1.9;
    font-size:17px;
}

.upload-box label small{
    color:#98A2B3;
    font-size:13px;
    margin-top:5px;
}

.career-note{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-align:center;
    color:#667085;
    font-size:14px;
    line-height:1.8;
}

.career-note i{
    color:var(--theme);
    font-size:16px;
    flex-shrink:0;
}
.section-title p{
    margin-bottom: 50px;
}

.input-box input, .input-box select{
    text-align: right;
}