
/*@font-face {
  font-family: suisse-intl-regular;
  src: url('../assets/lib/fonts/ArbFONTS-SuisseIntl-Light.otf');  
}
@font-face {
  font-family: suisse-intl-regular;
  src: url('../assets/lib/fonts/ArbFONTS-SuisseIntl-Bold.otf'); 
  font-weight: bold;
  
}*/
@font-face {
  /*font-family: suisse-intl;*/
  font-family: Cairo-Regular;
  /*src: url('../assets/lib/fonts/SuisseIntl-Regular.otf');*/  
  /*src: url('../assets/lib/fonts/Cairo-Regular.ttf');*/  
  /*font-weight: 500;*/  
}
/*@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Light.otf'); 
  font-weight: 400;  
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Medium.otf'); 
  font-weight: 600;  
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-SemiBold.otf'); 
  font-weight: 700;  bold 
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Bold.otf'); 
  font-weight: 900;  bolder  
}*/
html {
    
    overflow-x: hidden;
    /*overflow-x: auto;*/
}
[lang="ar"] body {    
    direction: rtl; /* Right-to-left support */
    text-align: right;
  font-family: 'IBM Plex Sans Arabic', 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

/* Custom CSS */
body {
  font-family: 'IBM Plex Sans Arabic', 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  /*font-weight: 400;*/
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f8fcff 0%, #edf5fb 32%, #e7f1f8 68%, #e0eef8 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.device-low *,
body.device-low *::before,
body.device-low *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}

body.device-low .main-button,
body.device-low .cta-button,
body.device-low .feature-card,
body.device-low .price-card,
body.device-low .our-services-cards {
  transform: none !important;
  box-shadow: none !important;
}

.hero-landing-shell,
.section-shell {
  margin-top: 0 !important;
  padding-top: 1.25rem !important;
  padding-bottom: 2rem !important;
}

.hero-landing-shell {
  padding-top: 0.75rem !important;
  padding-bottom: 1.5rem !important;
  border: 1px solid rgba(71, 135, 171, 0.16);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(71, 135, 171, 0.10), rgba(255, 255, 255, 0.78) 38%, rgba(110, 193, 234, 0.10));
  box-shadow: 0 24px 44px rgba(24, 61, 82, 0.09), 0 10px 18px rgba(71, 135, 171, 0.04);
}

.homepage-hero-bg {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0c1638;
  display: flex;
  flex-direction: column;
}

.hero-landing-shell.hero-image-mode {
  min-height: calc(100vh - 92px);
  width: 100%;
  max-width: none;
  padding: clamp(2rem, 4vw, 4rem) max(1rem, calc((100vw - 1144px) / 2)) 2.5rem !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.hero-copy {
  padding-inline: 0.5rem;
}

.hero-image-mode .hero-copy {
  max-width: 620px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-image-mode .hero-copy-left {
  margin-inline-start: 0;
  margin-inline-end: auto;
  direction: rtl;
  text-align: left !important;
}

[lang="ar"] .hero-image-mode .hero-copy-left {
  text-align: left !important;
}

.hero-image-mode .hero-copy-left .main-button {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.hero-image-mode .hero-badge {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(10, 20, 43, 0.16);
}

.hero-image-mode .section-titles,
.hero-image-mode .hero-subtitle,
.hero-image-mode .hero-tagline {
  color: #ffffff !important;
  text-shadow: 0 4px 18px rgba(8, 18, 35, 0.45);
}

.hero-image-mode .hero-subtitle {
  opacity: 0.96;
}

.hero-image-mode .main-button {
  background: linear-gradient(135deg, #ffb84d 0%, #ff8a3d 100%);
  border: none;
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 135, 59, 0.35);
}

.hero-image-mode .hero-slider {
  display: none !important;
}

body.has-hero-bg .header-top-nav {
  background: transparent;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.has-hero-bg .nav-link,
body.has-hero-bg .nav-link span,
body.has-hero-bg .navbar-custom .contact-info a,
body.has-hero-bg .notifications-bell-btn,
body.has-hero-bg .cta-button {
  color: #ffffff !important;
}

body.has-hero-bg .notifications-bell-btn,
body.has-hero-bg .cta-button {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(7, 16, 36, 0.15);
}

body.has-hero-bg .nav-link.active {
  color: #dfeeff !important;
}

body.has-hero-bg .navbar-logo img {
  filter: brightness(1.15) contrast(1.08);
}

@media (max-width: 767px) {
  .hero-landing-shell.hero-image-mode {
    min-height: 68vh;
    padding: 1.25rem 1rem 2rem !important;
  }

  .hero-image-mode .hero-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(71, 135, 171, 0.12);
  border: 1px solid rgba(71, 135, 171, 0.18);
  color: #1e5879;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero-subtitle {
  color: #3E4581;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.hero-tagline {
  color: #163f59 !important;
  text-decoration: none;
  font-size: 17px !important;
  font-weight: 600 !important;
  display: block;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1144px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {    
    font-weight: 400;
    /*line-height: 1.9;*/
    /*color: var(--bs-heading-color);*/
}
a{    
  transition: transform .2s ease-in;
}

a:hover {
  /*transform: scale(1.05);*/
  
}


/* Navbar container */
/* Navbar container */
/* Navbar container */

/* for fixed nav */
.header-top-nav {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease; 
}

 /*Sticky styles when the header is fixed*/ 
/*.header-top-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;  
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; 
}*/

 /*Span with bottom bar*/ 
.nav-link.active{
    color: #1a4d6c!important;
    font-weight: 700;
}
.nav-link:hover{
    color: #4787ab!important;
}
.nav-link span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

 /*Add the bottom bar*/ 
/*.nav-link span::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 2px;  
    background-color: #031882;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

 Hover and active effects 
.nav-link:hover span::after,
.nav-link.active span::after {
    transform: scaleX(1);
}*/
.navbar-custom {
  /*background-color: #ffffff;*/
/*  background-image: url("../assets/img/pattern-bg.png");*/
  /*border-bottom: 2px solid #1a2b63;*/
  padding: 0;
  
}
.topNav{    
    
    /*background-image: url("../assets/img/pattern-bg-blue.png");*/
    /*background-position: right;*/
    /*background-repeat: no-repeat;*/
}
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 10px 20px;*/
  /*border-bottom: 1px solid #eaeaea;*/
}
.navbar-custom .language-switch, .navbar-custom .contact-info {
  font-size: 14px;
  /*font-weight: bold;*/
  color: #FFFFFF;
  width: 120px;
  font-weight: 400;
}
.navbar-custom .contact-info a{
  text-decoration: none;  
  color: #141414;  
  font-weight: 400;
}
.language-switch img {
  margin-left: 5px;
}
.language-switch a {
  color: #FFFFFF;
}
.navbar-custom .contact-info img {
  margin-left: 5px; 
}
/* Logo */
.navbar-logo {
  text-align: center;
  /*padding: 15px 0;*/
  
  
}
.navbar-logo img {
  height: 64px;
  /*width: 72px;*/
}
/* Bottom navbar menu */
.navbar-menu {    
/*  background-color: #031882;
  background-image: url("../assets/img/pattern-bg-blue.png");
    background-position: right;
    background-repeat: no-repeat;*/
}
.navbar-menu .nav-link {
  /*color: #D6D6D6;*/
  color: #455a64;
  /*font-weight: 600;*/
  padding: 10px 25px!important;
}
.navbar-menu .nav-link.active {
  /*color: #FAB600;*/  
  color: #1a237e;  
  font-weight: 600;
}
/* Button */
.cta-button {
  background: linear-gradient(135deg, #edf7ff 0%, #d8edf9 100%);
  border: 1px solid rgba(71, 135, 171, 0.4);    
  color: #183d52;
  text-decoration: none;  
  padding: 10px 14px;  
  border-radius: 12px;  
  height: 45px;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: linear-gradient(135deg, #4787ab 0%, #2d5f7f 100%);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(71, 135, 171, 0.35);

.navPlacehoderContainer{
    min-height: 77px;
}
.search-tabs{
    color: #141414!important;    
}
.search-tabs.active{
    color: #141414!important;
    background-color: #FAFAFA!important;
    font-weight: 600;
    
}
.login-modal-tabs{
    color: #737373!important;    
    font-weight: 500;
    background-color: #FFFFFF!important;
}
.login-modal-tabs.active{
    color: #FFFFFF!important;
    background-color: #031882!important;
    font-weight: 500;
    
}

@media (max-width: 768px) {  
  .navbar-menu {
    flex-direction: column;
    text-align: center;
  }
  .navbar-top {
    display: block;    
  }
  .navbar-logo img {
    width: 60px;
  }
  .navbar-toggler {
    border-color: #FFFFFF;
    margin-top: 10px;
  }
  .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28106, 106, 106, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
  }
    .navPlacehoderContainer{
        min-height: 0px;
    }
    #searchContainer{
        order: 1;
    }
     /*Add the bottom bar*/ 
    .nav-link span::after {        
        bottom: -10px;        
    }
    .section-titles {
        font-size: 28px;
        line-height: 38px;
    }
    .about-us {
        font-size: 24px !important;
        line-height: 36px;
    }
    .feature-card {
        padding: 20px;
        min-height: auto;
    }
    .main-button {
        width: 140px;
        padding: 8px 10px;
        height: 40px;
        font-size: 13px;
    }
    .price-card {
        padding: 6px 12px;
    }
    .price-card h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .price-card p {
        font-size: 11px;
    }
}
/* Footer container */
/* Footer container */
/* Footer container */
#footer-section {
    /*background-color: #FFFFFF;*/
    color: #ffffff;    
    position: relative;
}
.footer-custom {  
  padding: 0;
}

/* Logo */
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  max-width: 150px !important;
  height: 56px !important;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
}
.footer-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
/* Bottom navbar menu */
.footer-menu {    
  
}
.footer-menu .contact-info {
  font-size: 14px;
  /*font-weight: bold;*/
  color: #ffffff;
  /*width: 120px;*/
  font-weight: 400;
}
.footer-menu .contact-info a{
  text-decoration: none;  
  color: #ffffff;  
  font-weight: 400;
}
.footer-menu .contact-info img {
  margin-left: 10px; 
}
.footer-menu .nav-link {
  color: #D6D6D6;
  /*font-weight: 600;*/
  padding: 7px 15px;
}
.footer-menu .nav-link.active {
  color: #FAB600;
  font-weight: 500;
}
[lang="en"] #breadcrumb .arrows{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* Social Links Animation */
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 5px;
}
.social-link:hover {
    transform: translateY(-4px) scale(1.1);
    background-color: rgba(172, 14, 216, 0.1);
}
.social-link img {
    transition: filter 0.3s ease;
}
.social-link:hover img {
    filter: brightness(0.8);
}

.about-us{
    font-size: 30px;
  font-weight: bold;
  background: linear-gradient(135deg, #2d5f7f 0%, #4787ab 45%, #6ec1ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline; 
  line-height: 50px;
}

.section-titles{
    background: linear-gradient(135deg, #183d52 0%, #2d5f7f 35%, #4787ab 70%, #6ec1ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    display: inline;
}

.main-button{
    background: linear-gradient(135deg, #183d52 0%, #2d5f7f 35%, #4787ab 75%, #6ec1ea 100%);
    background-color: #edf7ff;        
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 14px;
    height: 45px;
    display: block;
    width: 160px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 12px 26px rgba(71, 135, 171, 0.25);
}
.main-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(71, 135, 171, 0.24);
    color: #FFFFFF;
}
.main-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(71, 135, 171, 0.18);
}
.feature-card {
    background: white;
    /*padding: 20px;*/
    padding: 30px;
    border-radius: 14px;    
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 260px;
    border: 1px solid rgba(71, 135, 171, 0.08);
}
.feature-card h5{
    color: #3E4581;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

/* Homepage image hero final overrides */
body.has-hero-bg .homepage-hero-bg,
body.has-hero-bg .homepage-hero-bg header,
body.has-hero-bg .homepage-hero-bg .navbar-custom,
body.has-hero-bg .homepage-hero-bg .header-top-nav,
body.has-hero-bg .homepage-hero-bg .topNav,
body.has-hero-bg .homepage-hero-bg .navbar-top,
body.has-hero-bg .homepage-hero-bg .navPlacehoderContainer,
body.has-hero-bg .homepage-hero-bg .navbar-menu {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.has-hero-bg .homepage-hero-bg .header-top-nav {
  backdrop-filter: none !important;
  border-bottom-color: rgba(255, 255, 255, 0.10) !important;
}

body.has-hero-bg .homepage-hero-bg .hero-copy-left,
body.has-hero-bg .homepage-hero-bg .hero-copy-left * {
  text-align: left !important;
}

body.has-hero-bg .homepage-hero-bg .hero-copy-left .section-titles,
body.has-hero-bg .homepage-hero-bg .hero-copy-left .hero-subtitle,
body.has-hero-bg .homepage-hero-bg .hero-copy-left .hero-tagline {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
  display: block !important;
}

body.has-hero-bg .homepage-hero-bg .hero-copy-left .main-button {
  display: block !important;
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
}
.feature-card p{
    color: #3E4581;
    
    font-weight: 300;
    font-size: 16px;    
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(24, 61, 82, 0.08);
    border-color: rgba(71, 135, 171, 0.2);
}
.feature-card:hover h5 {
    color: #2d5f7f;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dff4ff 0%, #c2e4f5 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: auto;*/
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #4787ab 0%, #2d5f7f 100%);
    transform: scale(1.1);
}
.feature-card:hover .feature-icon img {
    filter: brightness(0) invert(1);
}
.feature-icon i {
    font-size: 24px;
    color: #6a5acd;
}

.our-services-cards{
    min-height: 300px;     
    background: linear-gradient(135deg, rgba(71, 135, 171, 0.05), rgba(255, 255, 255, 0.6));
    border: 1px solid rgba(71, 135, 171, 0.08);
    border-radius: 25px;
    box-shadow: 0 8px 24px rgba(24, 61, 82, 0.02);
}


.price-card {
    background: #F8F8FF;
    /*padding: 20px;*/
    padding: 8px 20px;
    border-radius: 10px;    
    box-shadow: 0 1.04px 2.48px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;        
    border: 2px solid transparent;
}
.price-card h6{
    color: #3E4581;
    font-weight: 600;
    margin-bottom: 14px;
    transition: color 0.3s ease;
}
.price-card p{
    color: #3E4581;
    
    font-weight: 300;
    font-size: 13px;    
    margin: 0;
}
.price-card:hover {
    transform: translateY(-5px);
    border-color: #AC0ED8;
    box-shadow: 0 8px 25px rgba(172, 14, 216, 0.15);
}
.price-card:hover h6 {
    color: #AC0ED8;
}
.image-wrapper img{
    border-radius: 10px;
}
.image-wrapper {
  position: relative;
  display: inline-block; /* Adjust as needed */
}

.image-wrapper::before{
  content: "";
  position: absolute;
  width: 280px; /* Circle size */
  height: 280px;
  background-color: #F1E2F8; /* Circle color */
  border-radius: 50%;
  z-index: -1;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  width: 200px; /* Circle size */
  height: 200px;
  background-color: #F1E2F8; /* Circle color */
  border-radius: 50%;
  z-index: -1;
}

/* Top left corner circle */
.image-wrapper::before {
  top: -70px;
  right: -35px;
}

/* Bottom right corner circle */
.image-wrapper::after {
  bottom: -60px;
  left: -40px;
}



/* contact-section container */
/* contact-section container */
/* contact-section container */
.contact-section {                        
    min-height: 230px;
    position: relative;
    background-color: #031882;
    border-radius: 20px;
    color: #ffffff;            
}
.contact-section h2{        
    font-size: 20px;            
    font-weight: bold;
}
.contact-section h6, .contact-section p{        
    font-size: 16px;            
}
.pattern-bg-colored{
    position: absolute;
    left: 0;

    object-fit: cover;
    /*height: 52px;*/
    width: 100%;
}



/* sub-hero container */
/* sub-hero container */
/* sub-hero container */
#sub-hero {
    background-color: #031882;
    color: #ffffff;
    /*padding-bottom: 160px!important;*/
    position: relative;
}
.sub-hero h2 {
    font-size: 32px;    
    font-weight: 600;
}
.sub-hero p{
    color: #D6D6D6;
    font-size: 16px;

}
.sub-hero .illustration{
    max-width: 160px;
    max-height: 280px;
    object-fit: contain;
    object-position: bottom;
    position: relative;
}
.sub-hero .gif{
    object-fit: contain;
    max-height: 100px;
    margin-left: -60px!important;
    margin-bottom: -10px;
}

/* breadcrumb container */
/* breadcrumb container */
/* breadcrumb container */
#breadcrumb {    
    margin: 12px 0;
    /*font-size: 16px;*/
}

#breadcrumb a {    
    text-decoration: none;
    color: #ffffff;
    margin: 0 5px;
}

#breadcrumb span {    
    margin: 0 5px;
    color: #FAB600;
    font-weight: 500;
}

#breadcrumb a:hover {
    /*text-decoration: underline;*/
}
