@charset "utf-8";

:root {
  --primary_color: #1B2748;
  --secondary_color: #BDA390;
  --white: #ffffff;
  --black: #051C2C;
  --prograph_light: #939A9F;
  --prograph: #60707B;
  --bg_light: #F2F4FA;
}

/* Start recall fonts*/
@font-face {
  font-family: 'IBM-SemiBold';
  src: url('fonts/IBMPlexSansArabic-SemiBold.woff2') format('woff2'),
      url('fonts/IBMPlexSansArabic-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM-Bold';
  src: url('fonts/IBMPlexSansArabic-Bold.woff2') format('woff2'),
      url('fonts/IBMPlexSansArabic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM-Light';
  src: url('fonts/IBMPlexSansArabic-Light.woff2') format('woff2'),
      url('fonts/IBMPlexSansArabic-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.row {
  overflow: hidden;
}

/* End recall fonts*/
* {
  box-sizing: border-box;
  font-family: 'IBM-Light' !important;
}

html,body{
  margin: 0;
  padding: 0;
}
::-moz-selection {
  /* Code for Firefox */
  background: var(--primary_color);
  color: var(--white);
  opacity: 10%;
}

::selection {
  background: var(--primary_color);
  color: var(--white);
  opacity: 10%;
}
/*--- .lg-outer This class is most important in light gallary  ---*/
.lg-outer {
  direction: ltr;
}

.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}


h3,
h2,
h1,
h4,
h5
 {
  font-family: 'IBM-Bold' !important;
  margin: 0;
}
a
 {
  font-family: 'IBM-SemiBold' !important;
  margin: 0;
}
p,
h6,
span,
div,
li,
ul {
  font-family: 'IBM-Light' !important;
  margin: 0;
}

a {
  text-decoration: none !important;
}

a:hover{
  color: var(--secondary_color) !important;
}

.font_bold {
  font-family: "IBM-Bold" !important;
}

.font_SemiBold {
  font-family: "IBM-SemiBold" !important;
}
.font_regular,.font_Light {
  font-family: "IBM-Light" !important;
}

.prograph_color {
  color: var(--prograph);
}
.prograph_light_color {
  color: var(--prograph_light);
}

.white_color {
  color: var(--white);
}

.black_color {
  color: var(--black);
}

.primary_color {
  color: var(--primary_color) !important;
}

.secondary_color {
  color: var(--secondary_color) !important;
}
.light_color {
  color: var(--bg_light) !important;
}

.bg_secondary_color {
  background-color: var(--secondary_color);
}

.bg_primary_color {
  background-color: var(--primary_color);
}

.bg_white {
  background-color: var(--white);
}

.bg_black {
  background-color: var(--black);
}
.bg_light {
  background-color: var(--bg_light);
}


.center {
  display: block !important;
  margin: auto !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.justify {
  text-align: justify !important;
}

.sticky {
  position: fixed;
  background-color: var(--bg_light);
  z-index: 1000;
  top: 0;
  right: 0;
  padding-top: 5px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  animation: navbarAnimation 0.5s ease-in-out;  /* Animation when it sticks */
}
 /* Animation keyframes for the navbar */
 @keyframes navbarAnimation {
  from {
      top: -60px;  /* Start from above the screen */
      opacity: 0;
  }
  to {
      top: 0;  /* End at the top of the page */
      opacity: 1;
  }
}


/* to change the tooltips color and the background color */
.tooltip-inner {
  color: var(--white);
  font-size: 0.7rem;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: var(--primary_color) !important;
}

.form-control:focus, .form-select:focus {
  border: none !important;
  box-shadow: 0 0 0 1px var(--primary_color);
  background-color: var(--bg_light);
}
.form-control, .form-select {
  border: 2px solid #E5E7EB !important;
  background-color: var(--bg_light);
}
.form-select{color: var(--black) !important;}

.form-control::placeholder {
  color: var(--prograph_light);
}

body[dir="rtl"] [type=email], body[dir="rtl"] [type=number], body[dir="rtl"] [type=tel], body[dir="rtl"] [type=url] {
    direction: rtl;
}

body[dir="ltr"] .d-rtl{display: none;}
body[dir="rtl"] .d-ltr{display: none;}
.dropdown-item:active {background-color: var(--primary_color) !important;}
.svg_white {
  filter: brightness(0) invert(1);
}
.pointer{  cursor: pointer;}
/*--------------------Start page style ---------------------------*/
.top_contact_info{
  background-color: #051C2C;
}
.navbar .nav-link{color: var(--primary_color);}
.navbar .nav-link:hover,.navbar .nav-link.active{color: var(--secondary_color);}
.custom_link .text,.custom_link .icon{
  background-color: var(--secondary_color);
  transition: background-color 0.4s ease;
  color: var(--white);
  font-family: "IBM-SemiBold" !important;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_link.primaryBG .text,.custom_link.primaryBG .icon{
  background-color: var(--primary_color);
  transition: background-color 0.4s ease;
  color: var(--white);
  font-family: "IBM-SemiBold" !important;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[dir="rtl"] .custom_link .text{ border-radius:20px 0 20px 0 ;}
body[dir="ltr"] .custom_link .text{ border-radius: 0 20px 0 20px ;}
body[dir="rtl"] .custom_link .icon{  border-radius:0 20px 0 20px ;  border: 1px solid var(--white);}
body[dir="ltr"] .custom_link .icon{  border-radius:20px 0 20px 0 ;  border: 1px solid var(--white);}
.custom_link:hover .text,.custom_link:hover .icon{
  background-color: var(--primary_color);
}
.services .custom_link:hover .text,.services .custom_link:hover .icon, .Al-Mihdhar_APP .custom_link:hover .text,.Al-Mihdhar_APP .custom_link:hover .icon{
  background-color: var(--prograph_light);
}
.custom_link:hover.primaryBG .text,.custom_link:hover.primaryBG .icon{
  background-color: var(--secondary_color);
}
#carouselMainSlide .carousel-item {
  position: relative;
}

#carouselMainSlide .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 15%;
  bottom: 20px;
  z-index: 1;

  background-image: url('../images/slide_overlay_shape.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 350px auto;
}

#carouselMainSlide .carousel-caption{top: 30% ;}
.services_slide .white{background-color: #ffffffcc;}
.services_slide .white, .services_slide .primary, .services_slide .secondary{height: 90px; border-radius: 12px 0 12px 0;}
.services_slide .white .icon{width: 50px; height: 50px;}
.primary,.secondary {
  position: relative;
  background-image: url('../images/slideBtn_bg.svg');
  background-position: center;
  overflow: hidden;
  color: var(--white);
}
.primary .icon,.secondary .icon {color: #ffffffcc !important;}

.primary::before,.secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.primary::before { background: #1B2748cc ;}
.secondary::before { background: #BDA390cc ;}

.primary > *, .secondary > * {
  position: relative;
  z-index: 2;
}

.about .title .text{color: #60707B;}
.custom_shap{clip-path: polygon(12% 0%, 100% 0%, 100% 84%, 88% 100%, 0% 100%, 0% 15%);}
.paly_icon{
  position: absolute;
  top: 38%;
  left: 38%;
  width: 65px; 
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 50px;
  overflow: hidden;
  background: rgba(235, 235, 235, 0.212); /* لون شفاف */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}
.about {
  background-image: url('../images/aboutBg.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.border_primary{border-color: var(--primary_color) !important;}
.item_card{border: 1px solid #ffffff1A; border-radius:0 20px 0 20px ;} 
.News_and_events .item_card{border: 1px solid #DCE2E6;} 
.News_and_events .item_card .img_container{border-radius:0 50px 0 50px ;} 
.item_card hr{color: #ffffff50;}
.News_and_events .item_card hr{color: #949496 !important;}
.item_card::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url('../images/item_cardBg.svg');
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
}
.item_link:hover .readMore .text{color: var(--secondary_color);}
.item_link:hover .readMore .text{color: var(--secondary_color);}
.item_card .main_icon {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

body[dir="rtl"] .item_card:hover .main_icon {
  transform: scale(1.2) translateX(-22px);
}
body[dir="ltr"] .item_card:hover .main_icon {
  transform: scale(1.2) translateX(22px);
}

.item_card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item_link:hover .item_card {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.img_container{
  overflow: hidden;
  width: 100%;
  height: 220px;
}
.item_card .animation_image {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.item_card:hover .animation_image {
  transform: scale(1.2);
}
.item_card:hover h4 {
  color: var(--secondary_color);
}

.item_card {
  display: flex;
  flex-direction: column;
}
.item_card .readMore {
  margin-top: auto;
}

.avatar img{width: 40px; height: 40px;border: 2px solid var(--prograph_light);margin-left: -15px;}
.avatarCounter{width: 290px;}
body[dir="rtl"] .Our_branches .container{
  background: url('../images/mapourBranchBg.svg') no-repeat center left;
  background-size: 650px auto;
}
body[dir="ltr"] .Our_branches .container{
  background: url('../images/mapourBranchBg.svg') no-repeat center right;
  background-size: 650px auto;
}
.svg_black{filter: brightness(0) saturate(100%) invert(9%) sepia(18%) saturate(1814%) hue-rotate(167deg) brightness(92%) contrast(96%);}
.Al-Mihdhar_APP {
  background-image: url('../images/al-mihdhar_app_Bg.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.app_features .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #967A65;
  width: 50px;
  height: 50px;
}
.app_features_section{
  position: relative;
  z-index: 1;}
  .app_images{margin-bottom: -150px;}

.breadcrumb{position: relative;
background-repeat: no-repeat;
background-size: cover;
min-height: 220px;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f1a3ae7 ;
}  
.breadcrumb > * {
  position: relative;
  z-index: 2;
}
.custom_card.card {
  position: relative;
  border: none;
  border-radius: 25px;
  background-color: #F9FAFB;
}
.custom_card.card .bg_white{
background-color: #F9FAFB;
}
.custom_card.card.bg_light{
background-color: var(--bg_light);
}

body[dir="rtl"] .custom_card.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  right: -10px;
  width: 30px;
  background: var(--secondary_color);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
body[dir="rtl"] .custom_card.card.border_primary::before{
  background: var(--primary_color);
}
body[dir="ltr"] .custom_card.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: -10px;
  width: 30px;
  background: var(--secondary_color);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body[dir="ltr"] .custom_card.card.border_primary::before{
  background: var(--primary_color);
}

.title_with_line {
  position: relative;
  margin-bottom: 30px;
}

.title_with_line::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: var(--secondary_color);
  margin: 10px auto 0;
  border-radius: 2px;
}
.our_values .icon{
  width: 70px ;
  height: 70px ;
  border-radius: 14px;
  background-color: #ffffff0D ;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}
.our_values .item:hover .icon{background-color: var(--secondary_color) ;}
.our_values .item:hover{cursor: pointer;}

.number_list {
  counter-reset: item;
  list-style: none;
  padding: 0;
}

.number_list li {
  counter-increment: item;
  font-family: "IBM-SemiBold" !important;
  color: var(--prograph);
  position: relative;
  margin-bottom: 20px;
}

.number_list li::before {
  content: counter(item);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: var(--secondary_color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.Complaints_and_feedback .number_list li::before {top: 12px;}
body[dir="rtl"] .number_list li::before {right: 0px;}
body[dir="ltr"] .number_list li::before {left: 0px;}
body[dir="rtl"] .number_list li {  padding-right:40px;}
body[dir="ltr"] .number_list li {  padding-left:40px;}

.branches_map{
  position: relative;
  z-index: 1;
  margin-top: -120px;}
  .bg_gray{background-color: #F9FAFB;}

  .nav {
    --bs-nav-link-color: var(--prograph);
    --bs-nav-link-hover-color: var(--white);
    --bs-nav-link-bg: var(--secondary_color);
}
.nav-pills {
  --bs-nav-pills-border-radius: 50px;
  --bs-nav-pills-link-active-color: var(--white);
  --bs-nav-pills-link-active-bg: var(--secondary_color);
  --bs-nav-pills-link-hover-bg: var(--secondary_color);
}
.nav-pills .nav-link{ font-family: "IBM-Bold" !important; background-color: #F3F4F6; padding-left: 20px; padding-right: 20px;}
body[dir="rtl"] .nav-pills .nav-link{ margin-left: 15px;}
body[dir="ltr"] .nav-pills .nav-link{ margin-right: 15px;}
.nav-pills .nav-link:hover{ background-color: var(--secondary_color);}
.tab-content .card .icon{  width: 45px; height: 45px; background-color: #BDA3901A; border-radius: 10px;}
.bg_light_secondary_color{background-color: #BDA3901A;}
.tab-content .card .open{   background-color: #DCFCE7; color: #16A34A;}
.tab-content .card .close{   background-color: #fcdcdc; color: #a31616;}
.job_item.custom_border{border-color: #e7e8e9 ;}
a.bg_secondary_color,button.bg_secondary_color{transition: 0.4s ease-in-out;}
a.bg_secondary_color:hover,button.bg_secondary_color:hover{background-color: var(--primary_color); color: var(--white) !important;}
.btn:hover.bg_white{background-color: var(--secondary_color);}
.dashed_border{border: 2px dashed #E5E7EB;}
.Privacy_guarantee .prograph_light_color{color: #D1D5DB;}
.Privacy_guarantee {
  position: relative;
  background-color: var(--primary_color);
}

body[dir="rtl"] .Privacy_guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/Privacy_guaranteeBg.svg') 50px center no-repeat;
  background-size: 80px 99px;
  opacity: 0.2;
  pointer-events: none;
}
body[dir="ltr"] .Privacy_guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/Privacy_guaranteeBg.svg') 90% center no-repeat;
  background-size: 80px 99px;
  opacity: 0.2;
  pointer-events: none;
}
.search_input input{background-color: #FFFFFF1A; border: 1px solid #FFFFFF33 !important;}
body[dir="rtl"] .search_input i{color: #9CA3AF; margin-left: -32px;}
body[dir="ltr"] .search_input i{color: #9CA3AF; margin-right: -32px;}
.Frequently_asked_questions .title .border-start{border-width: 7px !important; border-color: var(--secondary_color) !important;}
.accordion .accordion-item{margin-bottom: 15px;border: 1px solid #F3F4F6 !important; border-radius: 14px !important}
.accordion .accordion-button{font-family: "IBM-Bold" !important;}
.accordion-button:not(.collapsed) {color: var(--white); background-color: var(--secondary_color);}
.accordion-button:focus{z-index: 3; border-color: var(--white); outline: 0; box-shadow: var(--white);}
.accordion-button:not(.collapsed)::after {filter: brightness(0) invert(1) !important;}
.accordion-button::after {  filter: grayscale(1) sepia(1) hue-rotate(15deg) saturate(0.8) !important;}
.hover_white{transition: 0.4s ease-in-out;}
.hover_white:hover{color: var(--white) !important;}

.pagination {
  --bs-pagination-color: var(--black);
  --bs-pagination-bg: var(--bg_light);
  --bs-pagination-border-radius: 14px;
  --bs-pagination-hover-color: var(--white) !important;
  --bs-pagination-hover-bg: var(--bg_light);
  --bs-pagination-hover-border-color: var(--secondary_color);
  --bs-pagination-focus-color: var(--white);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem var(--bg_light);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--secondary_color);
  --bs-pagination-active-border-color: var(--secondary_color);
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
}

.breadcrumb .cat{background-color: #BDA39033; color: var(--secondary_color); border: 1px solid var(--secondary_color);}
.share .bg_light{width: 50px; height: 50px;}
ul.circle_list li::marker {
  color: #BDA390; /* لون العلامة */
}
.text_green{color: #4ADE80;}
/*----------------------------------------------------------------*/
/*--                  The media query Started                   --*/
/*----------------------------------------------------------------*/
/*--------------------Start mobile device style ---------------------------*/
@media screen and (max-width: 480px) {
  body, html  { overflow-x: hidden;}
  .navbar-brand img{height: 62px;}
  #carouselMainSlide .carousel-item::before {left: 1%; bottom: 5px; }
  #carouselMainSlide .carousel-item img {height: 400px; }
  .carousel-caption {left: 5%; right: 5%; top: 8% !important;}
  .avatarCounter{width: 100%;}
  .Our_branches .container{
    background: url('../images/mapourBranchBg.svg') no-repeat center bottom;
    background-size: 100% auto;
  }
  .app_images img{height: 300px;}
  .app_images{margin-bottom: -50px;}
  .Al-Mihdhar_APP {
    background-size: contain;
  }
  .branches_map iframe{ height: 250px;}
  .search_input{width: 75% !important;}
  }


/*--------------------Start ipade and device style ---------------------------*/
@media (max-width: 991px) and (min-width: 480px) {
    body, html  { overflow-x: hidden;}
    #carouselMainSlide .carousel-item::before {left: 6%; }
    #carouselMainSlide .carousel-item img {height: 500px; }
    .avatarCounter{width: 100%;}
    .Our_branches .container{
      background-size: 450px auto !important;
    }
    .app_images{margin-bottom: -50px;}
    .Al-Mihdhar_APP {
      background-size: contain;
    }
    .search_input{width: 80% !important;}
}

/*--------------------Start small device style ---------------------------*/
@media (max-width: 1300px) and (min-width: 991px) {
    body, html  { overflow-x: hidden;}
    #carouselMainSlide .carousel-item::before {left: 8%; }
    #carouselMainSlide .carousel-item img {height: 500px; }


}
/*--------------------Start laptop device (not HD screen) style ---------------------------*/
@media (min-width: 1300px) and (max-width: 1899px) {
  body, html  { overflow-x: hidden;}

  .container,.container-lg,.container-md,.container-sm,.container-xl { max-width: 1200px;}

  #carouselMainSlide .carousel-item::before {left: 8%; }
  #carouselMainSlide .carousel-item img {height: 500px; }
  .Al-Mihdhar_APP {
    background-size: contain;
  }
}



/*--------------------Start Full HD device style ---------------------------*/
@media screen and (min-width: 1900px) {
  body, html  { overflow-x: hidden;}

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ max-width: 1400px !important; }
 
}