@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


body {
  font-family: "Cairo", sans-serif;
  display: flex;
  flex-direction: column;
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

footer {
  flex-shrink: 0; /* Prevent footer from shrinking */
  background: #034ea2 !important;
  width: 100% !important;
  height: auto !important;
}

.clear {
  clear: both !important;
}

.home-slider {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.custom-slider {
    width: 100%;
    max-width: 100%;
    height: 500px; /* Fullscreen height */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.slick-slide {
    display: none; /* Prevents stacking */
}

.slide {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-initialized .slick-slide {
    display: block; /* Displays slides correctly when initialized */
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    font-size: 18px;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.custom-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 76, 156, 0.1); /* #034EA2 with 70% opacity */
  z-index: 1;
}

.slider-content {
  position: relative;
  top: 50%;
  width: 78%;
  margin: 0 auto;
  z-index: 999;
}

.slider-content .slider-sub-title {
  color: #ffc200;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
}

.slider-content .slider-title {
  color: white;
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  width: 50%;
}

header#masthead {
  background: white !important;
  padding: 30px 0px !important;
}

.navbar-light {
  background: none;
  width: 100%;
  margin: 0 auto;
  z-index: 99999999;
  position: relative;
}

.navbar-brand {
  width: 200px;
  padding: 0px !important;
  margin: 0px !important;
}

.navbar-brand img {
  width: 100%;
}

.nav-link {
  font-size: 1.2rem !important;
  color: #A7A9AC !important;
}

.navbar-nav .active a {
  color: #003DA6 !important;
}


#main-nav {
  justify-content: end;
}


.icare-sub-header {
  width: 60%;
  background: #ECEEF2;
  clear: both;
  top: -115px;
  position: relative;
  padding: 50px 160px 50px 0px;
  border-bottom-left-radius: 20px;
}

.icare-sub-header ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.icare-sub-header ul li {
  display: grid;
  padding-left: 140px;
  align-self: flex-end;
}

.icare-sub-header ul li i {
  text-align: center;
  font-size: 2rem;
  color: #034ea2;
}

.icare-sub-header ul li img {
  max-height: 50px;
  max-width: 60px;
  margin: 20px auto;
}

.icare-sub-header ul li a {
  color: #034EA2;
  font-size: 1.5rem;
}

.icare-sub-header ul li:last-child {
  padding-left: 10px;
}

.icare-title {
  color: #034ea2;
  font-size: 2rem;
  margin-bottom: 30px;
}

.icare-body {
  font-size: 1.2rem;
  text-align: justify;
  color: grey;
}

.why-icare {
  padding-top: 50px;
}


.facts-section {
  margin-top: 150px;
}

.facts-section .col-right {
  float: right;
}

.facts-section .col-left {
  float: right;
  margin-right: 20px;
}

.facts-section h4 {
  font-size: 2.5rem;
  text-align: center;
}

.facts-section p {
  text-align: center;
}


.be-our-client .join-us-statics {
  width: 100%;
  background:
    url('../../../images/logo-corner.png') top left no-repeat,
    linear-gradient(45deg, rgba(46, 128, 176, 1), rgba(91, 196, 191, 0.8));
  background-size: 150px 150px, cover;
  padding: 50px 40px 50px 0px;
  height: 180px;
}

.be-our-client .join-us-statics h4, a {
  color: white;
}

.be-our-client .join-us-statics p {
  color: white;
  margin: 0px;
  padding-top: 10px;
}

.be-our-client .join-us-statics h4 {
  margin: 0px;
}

.be-our-client .join-us-image {
  box-shadow: 0 0 0 10px white;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.icare-highlights {
  background: url('../../../images/item-bottom-left.png') right no-repeat, #034ea2;
  background-size: 500, cover;
  padding-bottom: 70px;
}

.icare-highlights h4 {
  color: #ffc200;
  font-size: 3rem;
  line-height: 1;
  width: 400px;
  white-space: pre-wrap;
  padding-top: 100px;
}

.service h5 {
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

.icare-highlights p {
  color: white;
}

.icare-highlights .item {
  background: #65A8B8;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
  display: flex;
  padding: 15px 30px;
  border-top-left-radius: 15px;
}

.icare-highlights .items {
  flex-grow: 2;
}

.icare-highlights .item h3 {
  font-size: 1.4rem;
  color: white;
  padding-right: 30px;
  font-weight: 200;
}

.icare-highlights .item  img {
  height: 40px;
  margin: auto 0;
}

.testimonials {
  background: url('../../../images/logo-corner.png') top left no-repeat;
  background-size: 400px 400px, cover;
  padding: 75px 0px 75px 0px;
  background-color: #eaeaea;
}

.testimonials .slick-slide {
  height: auto;
}

.testimonial-text {
  background: white;
  padding: 60px;
  border-top-right-radius: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #214c9c;
}

.testimonial-text .fa-quote-left {
  float: left;
  padding-top: 15px;
  font-size: 90px;
  color: #eaeaea;
}

.testimonial-text .fa-quote-right {
  font-size: 90px;
  color: #eaeaea;
  float: right;
  margin-top: -74px;
}

.testimonials-items h6 {
  color: #214c9c;
  font-size: 1.5rem;
  margin: 0px;
  padding: 0px;
}

.testimonial-company {
  color: #989898;
  font-size: 1.2rem;
  margin: 0px;
  padding: 0px;
}

.testimonials-items .slick-prev {
  background: rgb(0 0 0 / 13%);
  left: 0px;
  top: 33%;
}

.testimonials-items .slick-next {
  background: rgb(0 0 0 / 13%);
  right: 0px;
  top: 33%;
}

.testimonials h4 {
  padding-bottom: 25px;
}

.information {
  display: flex;
}

.information img {
  width: 100px;
}

.faq-section {
  width: 100%;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.faq-header {
  cursor: pointer;
  padding: 15px;
  background-color: #204C9C;
  color: white;
  font-weight: bold;
  border-top-left-radius: 15px;
  margin-bottom: 5px;
}

.faq-content {
  padding: 15px;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-left-radius: 15px;
  display: none;
  margin-bottom: 20px;
}

.faq-header .arrow {
  transition: transform 0.3s;
  float: left;
}

.faq-header.active .arrow {
  transform: rotate(180deg);
}

.icare-contact {
  padding: 135px 0px 80px 0px;
}

.contact-outline {
  border-top-left-radius: 20px;
  border: solid 1px #034ea2;
}

.contact-information {
  background: #034ea2;
  padding: 40px;
  border-top-left-radius: 20px;
}

.contact-information h5 {
  color: #ffc200;
  font-size: 3rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.contact-information h4 {
  color: white;
}

.contact-information p {
  margin: 0px;
  padding: 0px;
}

.blue-rect {
  height: 40px;
  width: 40px;
  background: #034ea2;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  right: -12px;
  top: 70px;
}

.contact-information .contact-icon i {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background: #65A8B8;
  text-align: center;
  float: left;
  text-align: center;
  padding-top: 19px;
  font-size: 1.4rem;
}

.contact-information ul {
  margin-left: -40px;
}

.contact-information .icon-title {
  font-size: 1.5rem;
}

.contact-information ul li {
  color: white;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  list-style: none;
}

.contact-form {
  padding: 70px 50px;
}

.contact-form h5 {
  color: #333333;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

.contact-form h4 {
  color: #204C9C;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.2;
}



.wpcf7 .wpcf7-submit {
  background: #034ea2;
  width: 30%;
}

.wpcf7 .wpcf7-submit:hover {
  background: #66a8b8;
  transition: all .3s ease-in-out;
}

.rtl .wpcf7 input[type="email"] {
  direction: rtl
}

.footer-text {
  color: white;
  font-size: 21px;
  font-weight: 300;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  padding-top: 80px;
}

.page-template-services-page .slider-content {
  top: 40%;
}

.page-template-services-page .slider-content .slider-title {
  font-size: 1.5rem;
  line-height: 1.2;
  width: 70%;
  font-weight: 300;
  text-align: justify;
}

.page-template-career-page .slider-content .slider-title {
  font-size: 1.5rem;
  line-height: 1.2;
  width: 70%;
  font-weight: 300;
  text-align: justify;
}

.page-template-about-page .slider-content .slider-title {
  font-size: 1.5rem;
  line-height: 1.2;
  width: 70%;
  font-weight: 300;
  text-align: justify;
}

.about-icare .service {
  margin-top: 50px;
}

.career-icare {
  margin-top: 50px;
}

.career-icare .icare-title {
  line-height: 1.1;
}

.page-template-career-page .slider-sub-title {
  line-height: 1;
  padding-bottom: 20px;
}

.jobs-list {
  margin-bottom: 50px;
}

.jobs-list .intro {
  margin-top: 50px;
  font-size: 2rem;
  width: 50%;
  line-height: 1.1;
  color: #ffc200;
  margin-bottom: 10px;
}

.jobs-information {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.jobs-information li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-weight: bold;
}

.job-apply-now-single label {
  width: 100%;
}

.job-apply-now-single p {
  margin-bottom: 0.5rem;
}

.job-apply-now-single textarea.form-control {
  height: 120px;
}

.jobs-information li span {
  font-weight: normal;
}

.jobs-list a {
  color: #0c4c91;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
}

.job-apply-now {
  border: solid 1px #ffc200;
  border-radius: 5px;
  color: #0c4c91;
  font-size: 1rem !important;
  padding: 4px 10px;
}

.service:hover {
  transition: all .3s ease-in-out;
  border-radius: 7px;
}

.about-icare .service h5 {
  color: #0c4c91;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: solid 3px #ffc200;
}

.partnerships-icare {
  margin-top: 50px;
}

.partnerships-icare .icare-title {
  line-height: 1.1;
}

.partnerships-icare .why-icare-image {
  text-align: center;
}
.partnerships-icare img {
  width: 200px;
  margin: auto;
  margin-top: 50px;
}

.page-template-services-page .service h5 {
  color: #0c4c91;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 600px) {
  .home-slider {
    top: -155px;
  }

  .menu-short-number {
    display: none;
  }
  .slider-content {
    width: 100%;
    top: 60%;
    right: auto;
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
  }

  .slider-content .slider-sub-title {
    font-size: 2rem;
    text-align: left;
  }
  .slider-content .slider-title {
    font-size: 2rem;
    text-align: left;
    width: 100%;
    font-weight: 300;
  }

  .icare-sub-header {
    background: none;
    width: 100%;
    top: -175px;
    padding: 20px 0px 20px 0px;
  }

  .icare-sub-header ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .icare-sub-header ul li {
    padding: 20px;
    font-size: 2rem;
    background: #034ea2;
    color: white;
    margin-bottom: 10px;
  }

  .why-icare {
    width: 90%;
    margin: 0 auto;
    margin-top: -130px;
  }

  .icare-title {
    font-size: 3rem;
    line-height: 1;
  }

  .icare-body {
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
  }

  .why-icare-features-list {
    width: 100%;
  }

  .why-icare-features {
    width: 95%;
    margin: 0 auto;
  }

  .why-icare-features p {
    padding-left: 0px;
  }

  .site-info {
    text-align: center;
    font-size: 1.5rem;
    color: white;
  }

  .icare-mobile-menu {
    margin: 0px !important;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
  }

  .icare-mobile-menu .container {
    padding-top: 50px;
  }

  .icare-mobile-menu #main-nav ul {
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 50px !important;
  }

  .icare-mobile-menu #main-nav ul li {
    padding-bottom: 30px;
  }

  .icare-mobile-menu #main-nav .nav-link {
    font-size: 2rem !important;
  }

  .facts-section .col {
    flex-basis: 50%
  }

  .facts-section .col-right {
    float: none;
    text-align: center;
  }

  .facts-section .col-left {
    float: none;
    margin-right: 0px;
  }

  .facts-section h4 {
    font-size: 3.5rem;
  }

  .facts-section p {
    font-size: 1.6rem;
    line-height: 1;
  }

  .be-our-client .col {
    flex-basis: 100%;
  }

  .be-our-client .join-us-statics {
    padding: 60px 50px;
    height: auto;
  }

  .be-our-client .join-us-image {
    box-shadow: none;
  }

  .icare-highlights .col {
    flex-basis: auto;
    margin-top: 10px;
  }

  .serives h5 {
    font-size: 2rem;
    line-height: 1;
  }

  .icare-highlights .item {
    width: 100%;
  }

  .icare-highlights .items {
    margin-top: -50px;
  }

  .icare-highlights .item h3 {
    font-size: 2.1rem;
  }

  .testimonials-div {
    display: none;
  }

  .faq-header {
    font-size: 1.6rem;
    font-weight: 100;
  }

  .faq-content {
    font-size: 1.6rem;
  }

  .blue-rect {
    display: none;
  }

  .contact-information {
    padding: 0px 20px;
  }

  .contact-information ul {
    margin-left: 0px;
  }

  .contact-information .contact-data {
    margin: 0px;
  }

  .contact-icon {
    display: none;
  }

  .contact-information h5 {
    font-size: 2.5rem;
  }

  .contact-information ul {
    border: none;
    padding: 0px;
  }

  .contact-information ul li {
    margin-bottom: 0px;
  }

  .contact-data .icon-title {
    font-size: 2.3rem;
  }

  .contact-data .icon-data {
    font-size: 2rem;
    font-weight: 100;
  }

  .contact-form {
    padding: 40px 30px;
  }

  .contact-form h5 {
    font-size: 2.5rem;
  }

  .contact-form h4 {
    font-size: 2.1rem;
  }

  .form-control {
    font-size: 1.5rem;
  }

  .wpcf7 .wpcf7-submit {
    font-size: 1.5rem;
  }

  .icare-sub-header ul li a {
    color: white;
  }

  .icare-sub-header ul li i {
    color: white;
  }

  .service h5 {
    font-size: 2rem;
    line-height: 1;
  }

  .icare-highlights p {
    font-size: 1.25rem;
  }

  .site-info {
    margin: 0 auto;
  }

  .page-template-services-page .slider-content {
    top: 50%;
  }

  .page-template-services-page .slider-content {
    padding-left: 20px;
  }

  .page-template-services-page .slider-content .slider-title {
    width: 90%;
  }

  .services .row {
    display: block;
  }

  .services {
    margin-top: -100px;
  }

  .services h5 {
    font-size: 2rem !important;
  }

  .services p {
    font-size: 1.5rem;
  }

  .page-template-about-page .slider-content .slider-title {
    width: 90% !important;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .about-icare {
    margin-top: -150px;
  }

  .about-icare .row {
    display: block;
  }

  .about-icare .service h5 {
    font-size: 2rem;
  }

  .about-icare .service p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.4;
  }

  .jobs-list .intro {
    width: 90%;
  }

  .career-icare {
    margin-top: -120px;
  }

  .custom-post-item p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .custom-post-item a {
    font-size: 2rem;
  }

  .jobs-template-default .row {
    margin: 0px;
  }

  .job-apply-now-single {
    margin-bottom: 30px;
  }

  .job-apply-now-single .wpcf7-submit {
    width: 100%;
    padding: 10px 10px;
  }
}
