
/*@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: "suisse-intl-regular"!important;*/
  /*font-family: "suisse-intl"!important;*/
  /*font-family: "Cairo-Regular"!important;*/
  font-family: "Cairo", sans-serif !important;
}

/* Custom CSS */
body {
  /*font-family: Arial, sans-serif;*/
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  /*font-weight: 400;*/
  overflow-x: hidden;
  /*background-color: #F9FAFB;*/
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@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: #1a237e!important;
    font-weight: 600;
}
.nav-link:hover{
    color: #4a148c!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-color: #e8eaf6;
  border: 1px solid #9fa8da;    
  color: #1a237e;
  text-decoration: none;  
  padding: 10px 14px;
  border-radius: 12px;  
  height: 45px;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: linear-gradient(135deg, #1a237e 0%, #4a148c 100%);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(172, 14, 216, 0.3);
}

.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 {  
  /*padding: 15px 0;*/  
}
.footer-logo img {
  /*height: 60px;*/
  /*width: 76px;*/
  width: 100px;
}
/* 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(to left, #6552C8 0%, #AC0ED8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline; 
  line-height: 50px;
}

.section-titles{
    /*background: linear-gradient(to left, #AC0ED8 100%, #6552C8 100%);*/
    background: linear-gradient(to left, #6552C8 0%, #AC0ED8 100%);
    /* background: -webkit-linear-gradient(#eee, #333); */
    -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(to left, #6552C8 0%, #AC0ED8 100%);
    background-color: #FDF4FF;        
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 10px;
    height: 45px;
    display: block;
    width: 160px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(101, 82, 200, 0.2);
}
.main-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(101, 82, 200, 0.4);
    color: #FFFFFF;
}
.main-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(101, 82, 200, 0.3);
}
.feature-card {
    background: white;
    /*padding: 20px;*/
    padding: 30px;
    border-radius: 10px;    
    box-shadow: 0 1.04px 2.48px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    min-height: 260px;
    border: 1px solid transparent;
}
.feature-card h5{
    color: #3E4581;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}
.feature-card p{
    color: #3E4581;
    
    font-weight: 300;
    font-size: 16px;    
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(101, 82, 200, 0.15);
    border-color: rgba(172, 14, 216, 0.2);
}
.feature-card:hover h5 {
    color: #AC0ED8;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #eae6f8;
    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(to left, #6552C8 0%, #AC0ED8 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-image: url(../assets/img/Shape-bg.svg); 
    background-size: cover; 
    border-radius: 25px;
}


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