@font-face {
  font-family: "font_light";
  src: url("/site/fonts/GE\ SS\ Two\ Light\ -\ [UrduFonts.com].otf")
    format("opentype");
}

@font-face {
  font-family: "font_meduim";
  src: url("/site/fonts/GE\ SS\ Two\ Medium\ -\ [UrduFonts.com].otf")
    format("opentype");
}

@font-face {
  font-family: "font_bold";
  src: url("/site/fonts/GE\ SS\ Two\ Bold\ -\ [UrduFonts.com].otf")
    format("opentype");
}

@font-face {
  font-family: "Somar";
  src: url("/site/fonts/Somar.ttf") format("opentype");
}

@font-face {
  font-family: "DINArabic";
  src: url("/site/fonts/DINArabic.ttf") format("opentype");
}

body {
  font-family: "font_meduim";
  overflow-x: hidden;
}

section.about-company {
  padding-top: 200px;
}

.about-img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  direction: ltr;
  gap: 20px;
}

.about-img-container .img-desc {
  border-radius: 10px;
  overflow: hidden;
}

.about-img-container .img-desc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-container .img-desc:nth-child(2) {
  height: 480px;
}

.about-img-container .img-desc:nth-child(1) {
  height: 400px;
  position: relative;
  top: -60px;
}

.about-img-container .img-desc:nth-child(3) {
  height: 190px;
  position: relative;
  top: -140px;
}

.about-img-container .img-desc:nth-child(4) {
  height: 130px;
  background-color: var(--primary2);
  color: #fff;
  padding: 20px;
  text-align: right;
  padding-top: 15px;
}

.about-img-container .img-desc p {
  font-size: 16px;
  font-weight: 400;
  font-family: "font_light";
}

.about-img-container .img-desc p.incremental-num {
  font-family: "Somar";
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff,
    -1px -2px 0px #fff;
  color: var(--primary2);
}

.abt-header-txt {
  position: relative;
  font-size: 32px;
  font-family: "font_bold";
  margin-bottom: 20px;
  color: var(--primary3);
  display: inline-block;
  width: fit-content;
  padding-right: 50px;
}
.abt-header-txt::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--primary2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-company-desc h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.about-company-desc p {
  font-size: 20px;
  font-family: "font_light";
  color: var(--text-gray);
  line-height: 1.6;
}

.about-company-desc ul {
  margin-top: 30px;
  padding: 0;
}

.about-company-desc ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.about-company-desc ul li p {
  font-size: 20px;
  color: #000;
}

section.our-services {
  margin-top: 50px;
  margin-bottom: 50px;
}

section.our-services .row {
  margin-bottom: 100px;
  padding-left: 70px;
  padding-right: 70px;
}

.section-header {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}

.section-header p {
  text-align: center;
  font-size: 24px;
}

.section-header img {
  width: 350px;
  height: 160px;
  margin-top: 30px;
}

section.our-services .img {
  width: 50px;
  height: 50px;
}

section.our-services .img img {
  width: 100%;
  height: 100%;
}

section.our-services h2 {
  font-size: 36px;
}

section.our-services p {
  font-family: "Somar";
  font-size: 20px;
  color: #8d8f95;
  line-height: 2;
}

.mka-order div {
  position: relative;
  color: var(--primary3);
  font-size: 18px;
  font-family: "Somar";
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-bottom: 1px solid var(--primary3);
  cursor: pointer;
}

.mka-order div:hover {
  color: #fff;
}

.mka-order div:hover::before {
  height: 100%;
}

.mka-order div::before {
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  position: absolute;
  counter-reset: 0;
  background-color: var(--primary3);
  transition: 0.4s;
  z-index: -1;
}

.services-text-desc {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services-img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 400px;
  height: 350px;
}

.services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.services-img::before {
  position: absolute;
  content: "";
  background-color: #ebf1fa;
  width: 70%;
  height: 70%;
  top: -30px;
  right: -30px;
  z-index: -1;
  border-radius: 10px;
}

.res-menu {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--primary3);
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: none;
  transition: 0.3s;
}

.res-menu span {
  width: 100%;
  height: 2px;
  background-color: var(--primary1);
  transition: 0.3s;
}

.res-menu:hover {
  background-color: var(--primary1);
}

.res-menu:hover span {
  background-color: #fff;
}

/* responsive menu */
.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #9999998c;
  left: -100%;
  transition: 0.4s;
  z-index: 9999999999;
}

.overlay.show {
  left: 0;
}

.responsive-menu {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100vh;
  transition: 0.4s;
  z-index: 9999999999;
}

.responsive-menu.show {
  right: 0;
}

.close-menu {
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid var(--primary3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: cursive;
  margin-left: 20px;
  cursor: pointer;
  color: var(--primary3);
  transition: 0.3s;
}

.close-menu:hover {
  background-color: var(--primary3);
  color: #fff;
}

.res-logo {
  width: 60%;
  margin: auto;
}

.res-logo a {
  display: block;
  width: 100%;
}

.res-logo a img {
  width: 100%;
  height: 100%;
}

.responsive-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.responsive-menu ul li {
  width: 90%;
  text-align: center;
  height: 60px;
  border-bottom: 1px solid var(--primary3);
  position: relative;
}

.responsive-menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--primary3);
  z-index: -1;
  transition: 0.3s;
}

.responsive-menu ul li:hover::before {
  height: 100%;
}

.responsive-menu ul a {
  display: block;
  font-size: 17px;
  font-family: "Somar";
  transition: 0.3s;
  color: var(--primary1);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.responsive-menu ul a:hover {
  color: #fff;
}

.benafites {
  margin-top: 50px;
  padding-bottom: 20px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.benafite-card {
  border-radius: 10px;
  border: 1px solid #c0c0c1;
  padding: 40px 20px;
  background-color: #fff;
  transition: 0.4s;
  height: 100%;
}

.benafite-card:hover {
  box-shadow: 0 0 20px #99999933;
  border-color: transparent;
  border-top-color: var(--primary2);
  transform: translateY(-10px);
}

.benafite-card .img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  position: relative;
}

.benafite-card .img img {
  width: 100%;
  height: 100%;
}

@keyframes looping {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.benafite-card .img img.s1 {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 4px;
  animation: looping infinite 2s linear;
}

.benafite-card .img img.s2 {
  position: absolute;
  left: 20px;
  top: 19px;
  width: 30px;
  height: 30px;
  animation: looping infinite 2s linear;
}

@keyframes scalling {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.benafite-card .img img.s5 {
  position: absolute;
  left: 54px;
  top: 0px;
  width: 18px;
  height: 30px;
  animation: scalling 2s infinite linear;
  transform: scale(-1);
}

.benafite-card .img img.s6 {
  position: absolute;
  left: -4px;
  top: 43px;
  width: 18px;
  height: 30px;
  animation: scalling 2s infinite linear;
  transform-origin: bottom;
}

.benafite-card h2 {
  margin-bottom: 20px;
  color: var(--primary1);
  font-size: 20px;
}

.benafite-card p {
  margin-bottom: 20px;
  color: var(--text-gray);
  font-size: 18px;
  font-family: "font_light";
}

section.barnches {
  background-color: var(--primary1);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
}

section.barnches .abt-header-txt {
  color: #fff;
}

.links-card {
  margin-top: 30px;
}

.links-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.links-card ul img {
  width: 40px;
  height: 40px;
}

.links-card ul p {
  font-family: "Somar";
  font-size: 16px;
}

.barnches .mka-border:not(:last-child) {
  position: relative;
}

.barnches .mka-border:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary2);
}

.contactus {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contactus form input,
textarea {
  width: 100%;
  height: 65px;
  background-color: #ebf1fa;
  border-radius: 5px;
  padding: 10px;
  transition: 0.4s;
  outline: none;
  border: 1px solid #dfe5ef;
  margin-bottom: 20px;
  display: block;
  color: #8d8f95;
  font-size: 16px;
  font-family: "font_light";
}

#service_request input,
textarea {
  width: 100%;
  height: 65px;
  background-color: #ebf1fa;
  border-radius: 5px;
  padding: 10px;
  transition: 0.4s;
  outline: none;
  border: 1px solid #dfe5ef;
  margin-bottom: 20px;
  display: block;
  color: #8d8f95;
  font-size: 16px;
  font-family: "font_light";
}

textarea {
  height: 200px;
  resize: none;
}

.row.ctmn-padding{
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.contactus form input:focus,
textarea:focus {
  background-color: transparent;
}

.contactus form input::placeholder {
  color: #8d8f95;
  font-size: 16px;
  font-family: "font_light";
}

.contactus form button {
  background-color: var(--primary2);
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 200px;
  cursor: pointer;
  border: 1px solid var(--primary2);
  margin-right: 10px;
  margin-top: 30px;
  margin-right: 11px;
}


#service_request button {
  background-color: var(--primary2);
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 200px;
  cursor: pointer;
  border: 1px solid var(--primary2);
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}

#service_request button:hover {
  background-color: transparent;
  color: var(--primary1);
}

.map-location {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.map-location iframe {
  width: 100%;
  height: 100%;
}

.contactus ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}

.contactus ul li a .img {
  width: 50px;
  height: 50px;
  background-color: #fff7e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}

.contactus ul li a:hover .img {
  background-color: var(--primary1);
}

.contactus ul li a:hover .img img {
  animation: rubberBand infinite 1s;
  filter: brightness(2.5);
}

.contactus ul li a .img img {
  width: 23px;
  height: 23px;
}

.contactus ul li a p {
  color: var(--primary1);
  font-size: 18px;
  font-family: "font_light";
}

.contactus ul li a p span {
  color: #000;
  font-family: "font_meduim";
}

section.about-cards {
  margin-top: 100px;
}

section.about-cards .about-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #f4f4f4b8;
  transition: 0.4s;
  height: 100%;
}

section.about-cards .about-card .img {
  width: 100px;
  height: 100px;
  border: 1px solid var(--primary2);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}

section.about-cards .about-card .img img {
  width: 55px;
  height: 55px;
}

.about-cards .about-card h2 {
  font-size: 24px;
  color: var(--primary3);
}

.about-cards .about-card p {
  font-size: 16px;
  font-family: "font_light";
}

section.about-cards .about-card:hover {
  background-color: #fff;
  box-shadow: 0 0 20px #99999933;
  transform: translateY(-10px);
}

section.about-cards .about-card:hover .img {
  background-color: #fff7e6;
}

.mtb-margin {
  margin-bottom: 100px;
}

section.mtt-margin {
  margin-top: 130px;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

button.mlr-auto {
  margin-left: auto !important ;
  margin-right: auto !important;
  text-align: center;
}

.custom-input {
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #ebf1fa;
  border-radius: 5px;
  transition: 0.4s;
  border: 1px solid #dfe5ef;
  margin-bottom: 20px;
  color: #8d8f95;
  font-size: 16px;
  font-family: "font_light";
}

.custom-input .arr {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray);
}

.custom-input select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #8d8f95;
  padding: 10px;
}

section.barnches-cards-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.barnches-cards-container .card {
  transition: 0.4s;
  border: 1px solid #f7f7f7;
}

.barnches-cards-container .card:hover {
  box-shadow: 0 0 20px #99999933;
  transform: translateY(-10px);
}

.barnches-cards-container .card:hover h2 {
  background-color: #fff7e6;
}

.barnches-cards-container h2 {
  color: var(--primary1);
  background-color: #f7f7f7;
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  margin-bottom: 0;
}

.barnches-cards-container ul .bra-item-li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
  border-bottom: 1px solid #f7f7f7;
}

.barnches-cards-container ul .bra-item-li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary2);
}

.barnches-cards-container ul .bra-item-li img {
  width: 20px;
  height: 20px;
}

.barnches-cards-container ul .bra-item-li .title {
  font-size: 16px;
  color: #000;
}

.barnches-cards-container ul .bra-item-li .decrip {
  font-size: 16px;
  color: var(--primary1);
  font-family: "font_light";
  margin-top: 5px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.main-map {
  height: 600px;
}

.main-map iframe {
  width: 100%;
  height: 100%;
}

.contactsection {
  margin-bottom: 100px;
}

.contactsection .benafite-card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff7e6;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.contactsection .benafite-card {
  height: 100%;
}

.contactsection .benafite-card img {
  width: 40px;
  height: 40px;
}

.cont-card {
  border-radius: 2px;
  position: relative;
}

.cont-card::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--primary2);
  transition: 0.3s;
}

.cont-card:hover::before {
  width: 100%;
}
section.our-services .img {
    width: 80px;
    height: 80px;
  }

  .links-card ul p {
    width: 75%;
  }

  .benafite-card {
    border: 1px solid #e9e9e978;
  }

  .footer-heading::before {
    width: 32px;
    height: 3px;
  }

  .abt-header-txt::before {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .abt-header-txt {
    padding-right: 70px;
  }


  .barnches-cards-container .card {
    margin-bottom: 20px;
  }

  #map{
    margin-bottom: 50px;
  }


  .modal-header {
   border: none;
}


  /* section.about-company  */

  .footer-frm form {
    position: relative;
  }

  .email-errorq.error-text.text-danger {
    position: absolute;
    top: -25px;
  }
