
/*@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"!important;*/
  font-family: "Poppins", sans-serif !important;

}

/* Custom CSS */
body {
    font-family: "Poppins", sans-serif !important;
  /*font-family: Arial, sans-serif;*/
  font-size: 14px;
  /*letter-spacing: 0.4px;*/
  /*font-weight: 400;*/
  overflow-x: hidden;
  /*background-color: #F9FAFB;*/
  color: #17261F; 
  background-color: #FFFFFF;
}


@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{
 color: #FFFFFF;   
 font-size: 14px;
}
.nav-link.active span{
    /*color: #AC0ED8!important;*/
    background: linear-gradient(to left, #A8EB12 0%, #FFEE00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.nav-link:hover span{
    background: linear-gradient(to left, #A8EB12 0%, #FFEE00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*color: #AC0ED8!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: 150px;
}
/* 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: #FFFFFF;
  /*color: #737373;*/
  /*font-weight: 600;*/
  padding: 10px 25px!important;
}
.navbar-menu .nav-link.active {
  /*color: #FAB600;*/  
  color: #031882;  
  font-weight: 600;
}
/* Button */
.cta-button {
  /*background-color: #fab600;*/
  /*background-color: #EBAB00;*/
  background-color: #031882;
  background-color: #FDF4FF;
  border: 1px solid #AC0ED8;    
  /*color: #ffffff;*/
  color: #AC0ED8;
  text-decoration: none;  
  padding: 10px 14px;
  border-radius: 10px;  
  height: 45px;
  
}

.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('../assets/img/menu-svgrepo-com.svg');
  }
    .navPlacehoderContainer{
        min-height: 0px;
    }
    #searchContainer{
        order: 1;
    }
     /*Add the bottom bar*/ 
    .nav-link span::after {        
        bottom: -10px;        
    }

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


.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;*/
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    display: inline;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.sub-titles{
    font-size: 56px; 
    line-height: 96px;    
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.sub-desc{
    font-size: 18px;
    line-height: 32px;
}
@media (max-width: 768px) {  
    .sub-titles{
        font-size: 30px!important; 
        line-height: 96px!important;    
    }
    .sub-desc{
        font-size: 15px!important; 
        line-height: 26px!important;    
    }
    
}

.hero-bg::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 880px;    
    background-image: url('../assets/img/sss.svg');
    background-size: contain;    
    background-repeat: no-repeat;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
    /*opacity: 60%;*/
    opacity: 80%;
    filter: brightness(1.5); /* Increase brightness by 50% */
    max-width: 100%;
}

.main-button{
    /*background: linear-gradient(to left, #6552C8 0%, #AC0ED8 100%);*/
    background: linear-gradient(to left, #A8EB12 0%, #FFEE00 100%);
    background-color: #FDF4FF;        
    color: #17261F;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 60px;
    height: 56px;
    display: block;
    width: 240px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase!important;
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
    box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.25)
    
}
.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: transform 0.3s;        
}
.feature-card h5{
    color: #3E4581;
    font-weight: 600;
    margin-bottom: 15px;
}
.feature-card p{
    color: #3E4581;
    
    font-weight: 300;
    font-size: 16px;    
}
.feature-card:hover {
    transform: translateY(-5px);
}
.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;
}
.feature-icon i {
    font-size: 24px;
    color: #6a5acd;
}

.our-services-cards{
    min-height: 270px;     
    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: transform 0.3s;        
}
.price-card h6{
    color: #3E4581;
    font-weight: 600;
    margin-bottom: 14px;
}
.price-card p{
    color: #3E4581;
    
    font-weight: 300;
    font-size: 13px;    
    margin: 0;
}
.price-card:hover {
    transform: translateY(-5px);
}
.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;*/
}


