* {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: "Nunito", sans-serif;
}
a {
  text-decoration: none;
}

nav {
  border-bottom: 1px solid white;
  z-index: 3;
}
nav .logo {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: white;
}
nav .link {
  color: white;
}
nav .active {
  font-weight: 600;
}
nav .logo:hover {
  color: white;
}
.header-section {
  background-image: url(../imgs/1.jpg);
  background-size: cover; /* Updated */
  background-position: center; /* Updated */
  height: auto;
  overflow: hidden !important;
}
.header-section h2 {
  font-size: 50px;
}
.header-section h1 {
  font-size: 60px;
  font-weight: 700;
}
.header-section .titles {
  margin-top: 30px;
  padding: 40px;
}
.header-section p {
  font-size: 22px;
}
.header-section .btn-contact {
  color: #005aa1;
}
.header-section .header-img img {
  width: 90%;
}
.about-company-section {
  margin-top: 100px;
  padding: 80px 0px 80px 0px;
  overflow: hidden !important;
}
.about-company-section img {
  width: 90%;
}
.section-titles h4 {
  font-family: "Nunito", sans-serif;
  color: #f3c907;
}
.section-titles h2 {
  color: #005aa1;
  line-height: 55px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 38px;
}
.about-company-section .cont-1 {
  border-bottom: 1px solid rgb(195, 195, 195);
  border-top: 1px solid rgb(195, 195, 195);
  border-right: 1px solid rgb(195, 195, 195);
  padding-top: 15px;
}
.about-company-section .cont-2 {
  border-bottom: 1px solid rgb(195, 195, 195);
  border-top: 1px solid rgb(195, 195, 195);
  border-left: 1px solid rgb(195, 195, 195);
  padding-top: 15px;
}
.about-company-section .about-icon {
  background-color: white;
  padding: 14px;

  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #f3c907;

  font-size: 32px;
}
.about-company-section .about-card {
  width: 80%;
  padding: 10px;
}
.about-company-section .about-card h5 {
  font-family: "Nunito", sans-serif;
  /* color: #f3c907; */
}
.about-company-section .about-card p {
  font-size: 18px;
}
.about-company-section .btn-qoute {
  background-color: #005aa1;
}
.about-company-section .tel-icon {
  background-color: #005aa1;
  color: white;
}
.about-company-section .call {
  font-size: 18px;
}
.about-company-section .tel-num {
  font-family: "Nunito", sans-serif;
}
.steps-section {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden !important;
}
.steps-section .step-desc {
  border: #fff2b9 1px solid;
}
.steps-section .step-num {
  background-color: #f2f9ff;
  width: 20%;
}
.steps-section .step-num h3 {
  color: #005aa1;
}
.steps-section h3,
.steps-section h4 {
  font-family: "Nunito", sans-serif;
}
.services-section {
  background-image: url(../imgs/22.png);
  background-size: 100% 100%;
  background-position: center;
  height: auto;
  overflow: hidden !important;
}
.services-section .card {
  border: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.services-section .card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.services-section .card:hover h3 {
  color: #005aa1;
}
.services-section .service-row {
  border: 1px solid #e8f4fe;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 20px;
}
.services-section .card-icon {
  width: 23px;
  height: 25px;
  padding: 30px;
  background-color: #f2f9ff;
  color: #005aa1;
}
.services-section .card h3 {
  font-family: "Nunito", sans-serif;
  color: #f3c907;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.services-section .card p {
  font-size: 16px;
}
.products-section {
  margin-bottom: 100px;
  /* overflow: hidden !important; */
}
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.product-card {
  margin-bottom: 20px;
  overflow: hidden;
}
.product-card:hover .layer {
  top: 0%;
  bottom: 0%;
}
.product-card h3 {
  font-family: "Nunito", sans-serif;
  color: #005aa1;
}
.carousel-indicators {
  top: 530px;
}
.carousel-indicators [data-bs-target] {
  background-color: #005aa1;
}
.products-section .layer-icon {
  border: 4px white solid;
  width: 30px;
  height: 30px;
  padding: 30px;
}
.products-section .layer {
  top: 100%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  background-color: #005aa1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.products-section .layer p {
  line-height: 35px;
}
.products-section .layer h4 {
  font-family: "Nunito", sans-serif;
}
.products-section .product-btn {
  color: #005aa1;
}

.info-section {
  background-image: url(../imgs/mm.png);
  background-size: 100% 100%;
  background-position: center;
  height: auto;
  overflow: hidden !important;
}
.info-section .num {
  width: 70px;
  height: 70px;
  background-color: #005aa1;
}
.info-section h3 {
  font-family: "Nunito", sans-serif;
  color: #758693;
}
.info-section p {
  font-size: 18px;
  line-height: 30px;
}
.articles-section {
  margin-top: 90px;
  margin-bottom: 80px;
}
.articles-section h3,
.articles-section h4,
.articles-section span {
  font-family: "Nunito", sans-serif;
}
.articles-section .co-name {
  color: #005aa1;
}
.articles-section span,
.articles-section .calender {
  color: #f3c907;
}
.articles-section .date-num {
  color: #005aa1;
}
.articles-section .btn-read {
  background-color: #005aa1;
}
.articles-section .btn-read:hover {
  background-color: #f3c907;
}
.footer-section {
  background-image: url(../imgs/bgf.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: auto;
  overflow: hidden !important;
}

.footer-section p,
.footer-section a,
.footer-section .arrow {
  color: #758693;
  line-height: 30px;
}
.footer-section .soc-icon {
  background-color: #758693;
  width: 30px;
  height: 30px;

  color: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.footer-section h5,
.footer-section span {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-section .titles-half {
    width: 100%;
  }
  .header-section .img-half {
    width: 100%;
  }
  .about-company-section .about-company-img {
    width: 100%;
  }
  .about-company-section .about-company-desc,
  .product-section .w-denefit,
  .product-section .services-desc-col,
  .product-section .sservice-img-col {
    width: 100%;
  }
  .product-section .services-desc-col,
  .product-section .sservice-img-col {
    text-align: center;
  }
  .product-section .w-denefit .card-icon {
    padding: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .steps-section .step-card,
  .services-section .card-wd {
    width: 50%;
  }
  .product-section .w-denefit,
  .product-section .services-desc-col,
  .product-section .sservice-img-col {
    width: 100%;
  }
  .product-section .services-desc-col,
  .product-section .sservice-img-col {
    text-align: center;
  }
  .product-section .w-denefit .card-icon {
    padding: 10px !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 430px) {
  .header-section h2 {
    font-size: 30px;
  }
  .header-section h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .header-section .titles {
    margin-top: 30px;
    padding: 40px;
  }
  .header-section p {
    font-size: 18px;
  }
  .section-titles h2 {
    color: #005aa1;
    line-height: 45px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 28px;
  }
  .section-titles {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-section .titles {
    padding: 20px;
  }
  .header-section p {
    font-size: 16px;
  }
  .header-section .header-img img {
    width: 100%; /* Adjusted width for smaller screens */
  }
}
/* about style */
/* /////////////////////////////////// */
.about-header {
  background-image: url(../imgs/about-bgd.png);
  background-size: cover;
  background-position: center;
  height: 45vh;
  overflow: hidden !important;
}
.about-header .layer {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.why-section img {
  width: 90%;
}
.why-section {
  background-image: url(../imgs/about-4sh.png);
  background-size: cover;
  background-position: center;
  overflow: hidden !important;
  height: auto;
  padding-top: 85px;
  padding-bottom: 80px;
}
.why-section h2 {
  line-height: 48px;
}
.why-section p {
  line-height: 40px;
}
.why-section .section-titles {
  border: 3px solid #fffae2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.why-section .section-titles .note i {
  color: #f3c907;
}
.why-section .section-titles .note span {
  font-family: "Nunito", sans-serif;
}
.why-section .section-titles .note {
  background-image: linear-gradient(to right, #d9eaff, #ffffff);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.numbers-section {
  background-image: url(../imgs/num-bg.png);
  background-size: cover;
  /* background-position: center; */
  overflow: hidden !important;
  /* height: auto; */
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 70px;
}
.numbers-section .number h3 {
  font-family: "Reem Kufi", sans-serif;
  font-size: 46px;
  margin-top: 15px;
}
.numbers-section p {
  font-family: "Nunito", sans-serif;
}
#carouselExampleIndicators button.carousel-control-prev span,
#carouselExampleIndicators button.carousel-control-next span {
  background-color: #005aa1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.vision-section {
  margin: 60px 0px;
}
.vision-section .third-text {
  width: 70%;
  line-height: 35px;
  font-size: 20px;
}
.vision-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #005aa1;
}

#carouselExampleIndicators2 button.carousel-control-prev span,
#carouselExampleIndicators2 button.carousel-control-next span {
  background-color: #005aa1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.feedback-section {
  background-color: #e7edf8;
  padding: 70px;
}
.feedback-section .feedback h4 {
  font-family: "Nunito", sans-serif;
  color: #005aa1;
}
.feedback-section .feedback i {
  color: #f3c907;
  font-size: 50px;
}
.contact-section .send-btn {
  background-color: #005aa1;
  color: white;
}
.contact-section .cont-layer {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 90, 161, 0.5);
}
.contact-section .cont-layer i {
  background-color: #005aa1;
}
.about-header,
.why-section,
.numbers-section,
.vision-section,
.feedback-section,
.contact-section {
  overflow-x: hidden;
}
/* services style */
/* /////////////////////////////////// */
.service-header {
  background-image: url(../imgs/servicebg.png);
  background-size: cover;
  background-position: center;
  height: 45vh;
  overflow: hidden !important;
}
.service-header .layer {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.service-section {
  overflow: hidden;
}
.service-section .service-title,
.product-section .product-title {
  background-color: #ecf7ff;
}
.service-section .service-img img,
.product-section .service-img img {
  width: 85%;
}
.service-section .services-desc {
  font-size: 18px;
  line-height: 38px;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #d9eaff, #fff7cd) 1;
  /* border-image: linear-gradient(to right, #d9eaff, #ffffff); */
}
.service-section .service-notes i,
.product-section .service-notes i {
  /* border: 5px solid #fff7cd; */
  color: #f3c907;
  height: 50px;
  width: 50px;
  text-align: center;
}
.service-section .service-notes span,
.product-section .service-notes span {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}
/* products style */
/* /////////////////////////////////// */
.product-header {
  background-image: url(../imgs//product-bg.png);
  background-size: cover;
  background-position: center;
  height: 45vh;
  overflow: hidden !important;
}
.product-header .layer {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.product-section .services-desc {
  font-size: 18px;
  line-height: 38px;
}
.product-section .product-about {
  color: #005aa1;
}
.product-section .benefit-txt {
  color: #005aa1;
}
.product-section .benefit {
  padding-top: 0 !important;
  /* border: 2px solid #fff7cd; */
}
.product-section .icon-card {
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  background-color: #f6fbff;
  /* border-bottom: 2px solid #fff9d5;
  border-right: 2px solid #fff9d5;
  border-left: 2px solid #fff9d5; */
}
.product-section .icon-card i {
  font-size: 40px;
  color: #005aa1;
}
.product-section .benefit-desc p {
  font-size: 18px;
  line-height: 32px;
}
.product-section .card-title {
  color: #005aa1;
  line-height: 35px;
}
/* contact style */
/* /////////////////////////////////// */
.contact-header {
  background-image: url(../imgs/cont-bg.png);
  background-size: cover;
  background-position: center;
  height: 45vh;
  overflow: hidden !important;
}
.contact-header .layer {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.contact-info-section {
  margin-top: 80px;
}
.contact-info-section .info-icon {
  height: 55px;
  width: 55px;
  color: #005aa1;
  padding-top: 10px;
}
.contact-info-section .info-desc {
  font-family: "Nunito", sans-serif;
}
.contact-info-section .loc:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
}
.contact-info-section .loc {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contact-info-section .info-row {
  border: 10px solid #eff8ff;
}
.contact-section .contact-desc {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}
