.wow {
  visibility: hidden;
  @media reen and (max-width: 600px) {
      visibility:unset;
  }
}

.animated {
  animation-duration: 1s;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz25 {
  font-size: 25px;
}

.bg-red {
  background-color: #D72129;
}

.bg-gray {
  background: #ECECEC !important;
}

.text-red {
  color: #D72129;
}

.text-black {
  color: black;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background: #D72129;
}

::-moz-selection {
  background: #D72129;
  color: white;
}

::selection {
  background: #D72129;
  color: white;
}

body {
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  background: #FFFFFF;
  position: relative;
 
}

@media (min-width: 1200px) {
  .container {
    max-width: 1088px;
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.bg-none {
  background-image: none !important;
}

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

.py-64 {
  padding-block: 64px;
}
@media only screen and (max-width: 600px) {
  .py-64 {
    padding-block: 40px;
  }
}

.btn-1 {
  background-color: #D72129;
  border-radius: 15px;
  background: #D72129;
  color: white;
  padding: 9px 15px;
  display: inline-block;
  transition: 0.3s;
  font-size: 18px;
  border: none;
  font-weight: 500;
}
.btn-1 i {
  display: inline-flex;
  color: white;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  .btn-1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .btn-1 {
    padding: 9px 14px;
    font-size: 15px;
    flex-shrink: 0;
  }
}
.btn-1:hover {
  color: #D72129;
  box-shadow: inset 0px 0px 0px 1px #D72129, 0px 9px 19px 1px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
  background: white;
}
.btn-1:hover i {
  color: #D72129;
}

.marquee-container {
  width: 100%;
  background: #D72129;
  padding: 5px 0;
  overflow: hidden;
}
.marquee-container .marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 50px;
}
.marquee-container .marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 50px;
  min-width: 100%;
  animation: scroll 20s linear infinite;
}
.marquee-container .marquee:hover .marquee-content {
  animation-play-state: paused;
}
.marquee-container .marquee-item {
  color: white;
  font-size: 16px;
  white-space: nowrap;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.marquee-container .marquee[dir=rtl] .marquee-content {
  animation-name: scroll-rtl;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  z-index: 20;
  background: white;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
header:has(.search-form-wrapper.active) {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  header .btn-1 {
    padding: 4px;
    font-size: 14px;
    flex-shrink: 0;
  }
}
header .header-main-content {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo-img img {
  max-height: 73px;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  header .logo-img img {
    max-height: 42px;
  }
}

.search-form-wrapper {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding: 0 25px 0 15px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s;
}
.search-form-wrapper:focus-within {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.438);
}
.search-form-wrapper .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.search-form-wrapper .search-form .search-btn {
  border: none !important;
  color: black;
  font-size: 20px;
  transition: 0.3s;
  padding-top: 8px;
}
.search-form-wrapper .search-form .search-btn:hover {
  color: #D72129;
}
.search-form-wrapper .search-form .form-control {
  padding-block: 10px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: black;
  font-size: 18px;
  box-shadow: none;
}
.search-form-wrapper .search-form .form-control::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 0.5;
}
.search-form-wrapper .search-form .form-control::placeholder {
  color: black;
  font-size: 14px;
  opacity: 0.5;
}
.search-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  max-height: 100px;
  margin-top: 5px;
}

.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
}

.main-menu > li {
  margin-inline-end: 24px;
  position: relative;
}
.main-menu > li > a {
  color: black;
  font-size: 18px;
  transition: 0.3s;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-menu > li > a {
    font-size: 16px;
  }
}
.main-menu > li:hover > a {
  color: #D72129;
}

.main-menu > li:last-of-type {
  margin: 0;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}
.main-menu .menu-item-has-children > a {
  color: black;
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.main-menu .menu-item-has-children > a::after {
  content: "\f078";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  color: black;
  transition: 0.3s;
}
.main-menu .menu-item-has-children:hover > a {
  color: #D72129;
}
.main-menu .menu-item-has-children:hover > a::after {
  color: #D72129;
}
.main-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}
.main-menu .menu-item-has-children .sub-menu {
  width: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  right: -22px;
  list-style: none;
  box-shadow: 0px 2px 13px 9px rgba(0, 0, 0, 0.02);
  padding: 12px;
  transition: 0.3s;
}
.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
}
.main-menu .menu-item-has-children .sub-menu a {
  padding: 10px;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5;
  color: black;
  text-align: center;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: color linear 0.2s;
}
.main-menu .menu-item-has-children .sub-menu a:hover {
  color: #D72129;
}

.bars {
  z-index: 21;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;
}
.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 1.5px;
  background-color: #D72129;
  transition: 0.3s;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(0px) translateY(0px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

.header-icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-icons .header-icon {
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s;
}
.header-icons .header-icon:hover {
  color: #D72129;
}

.search-icon {
  width: 25px;
}
.search-icon.active i:before {
  content: "\e59b";
  font-family: "Font Awesome 6 Pro";
}

.dropdown-parent {
  position: relative;
  display: inline-block;
}
.dropdown-parent .dropdown-list {
  width: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #F8F4EC;
  position: absolute;
  top: 80px;
  inset-inline-end: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  transition: all 0.4s;
}
.dropdown-parent .dropdown-list li {
  text-align: center;
  transition: 0.3s;
}
.dropdown-parent .dropdown-list a {
  padding: 10px;
  align-items: center;
  font-size: 18px;
  color: black;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: 0.3s;
}
.dropdown-parent .dropdown-list a:hover {
  color: #D72129;
}
.dropdown-parent:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }
  .main-menu > li {
    margin-inline-end: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }
  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }
  .logo-img {
    margin-inline-end: auto;
  }
  .header-main-content {
    height: auto;
    justify-content: flex-end;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .main-menu > li {
    margin-inline-end: 0;
    margin-bottom: 25px;
  }
  .main-menu > li:nth-child(5) {
    margin-inline-start: unset;
  }
  .main-menu > li > a {
    font-size: 18px;
    font-weight: 500;
  }
  .main-menu > li:nth-child(4) {
    margin-inline-start: 0;
  }
  .bars {
    display: flex;
  }
  .navigation {
    overflow-y: auto;
    position: fixed;
    opacity: 0;
    transition-duration: 1s;
    visibility: hidden;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100vh;
    padding: 40px;
    padding-top: 3rem;
    background-color: #fff;
    transition: 0.3s;
    z-index: 20;
    -webkit-clip-path: circle(0.5% at 0 0);
            clip-path: circle(0.5% at 0 0);
  }
  .open-sidebar {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(140.9% at 0 0);
            clip-path: circle(140.9% at 0 0);
    transition: 0.3s;
  }
  .main-menu .menu-item-has-children > a::after {
    font-size: 14px;
    transition: 0.3s;
    color: #D72129;
  }
  .main-menu .menu-item-has-children > a.icon-rotate::after {
    transform: rotate(180deg);
  }
  .main-menu .menu-item-has-children > a::after {
    font-size: 15px;
  }
  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    padding-top: 18px;
  }
  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-inline-start: 14px;
  }
  .main-menu .menu-item-has-children .sub-menu li:before {
    content: "\e404";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #D72129;
    font-size: 14px;
    transition: 0.3s;
  }
  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
  }
  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }
  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
    color: black;
  }
  .main-menu .menu-item-has-children {
    width: auto;
    padding: 0;
  }
  .main-menu .menu-item-has-children > a {
    justify-content: space-between;
    cursor: pointer;
  }
  .main-menu .menu-item-has-children {
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .navigation .container {
    padding-inline: 20px;
  }
  .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #D72129;
  }
  .main-menu .menu-item-has-children {
    padding: 0;
  }
}
.hero-section {
  animation: zoomBackground 30s linear infinite alternate;
  transition: 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .hero-section {
    animation: none;
    height: auto;
    background-size: cover !important;
    background-position: center top !important;
  }
}
.hero-section .hero-car {
  transform: translateY(60px);
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-car {
    max-width: 70%;
    margin: auto;
    transform: translateY(0);
  }
}
.hero-section .hero-main-content {
  position: relative;
  width: 100%;
  max-height: 688px;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-main-content {
    height: auto;
    padding-block: 3rem;
  }
}
.hero-section .hero-main-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #D72129;
  opacity: 0.75;
  -webkit-clip-path: polygon(0 0, 34% 0, 50% 100%, 14% 100%);
          clip-path: polygon(0 0, 34% 0, 50% 100%, 14% 100%);
}
@media only screen and (max-width: 991px) {
  .hero-section .hero-main-content:before {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-main-content:before {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-main-content {
    width: 100%;
  }
}
.hero-section .hero-main-content .hero-content {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-main-content .hero-content {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}
.hero-section .hero-main-content .hero-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-main-content .hero-title {
    font-size: 25px;
  }
}
.hero-section .hero-main-content .hero-text {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-main-content .hero-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-main-content .hero-text {
    font-size: 15px;
  }
}
.hero-section .hero-btn {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-btn {
    justify-content: center;
  }
}

@keyframes zoomBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}
.section-title {
  font-weight: bold;
  font-size: 35px;
  color: black;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-title span {
  background: #F5F5F5;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 20px;
  }
}

.section-description {
  font-size: 20px;
  color: black;
}
@media only screen and (max-width: 768px) {
  .section-description {
    font-size: 16px;
  }
}

.about-us-section {
  position: relative;
}
.about-us-section .description {
  font-size: 20px;
  color: black;
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .about-us-section .description {
    font-size: 16px;
    text-align: center;
  }
}
.about-us-section .about-img {
  border-radius: 15px 0px 0px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  overflow: hidden;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-us-section .about-img {
    margin-bottom: 40px;
    border-radius: 15px;
    width: 50%;
    height: auto;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 600px) {
  .about-us-section .about-img {
    width: 100%;
  }
}

.features-list {
  padding: 0;
  margin: 0;
}
.features-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 20px;
  color: black;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: normal;
}
.features-list li i {
  color: #D72129;
}
@media only screen and (max-width: 600px) {
  .features-list li {
    font-size: 16px;
    text-align: start;
  }
}

.about-wrapper {
  padding-inline-start: 3rem;
}

.about-tabs {
  background: #E4E4E4;
  min-height: 110px;
  padding-inline-start: 3rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-tabs {
    padding: 1rem;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .about-tabs {
    margin-top: -70px;
  }
}
@media (max-width: 1024px) {
  .about-tabs {
    margin-top: 2rem;
  }
}
.about-tabs .nav-tabs {
  gap: 35px;
  margin-top: -20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about-tabs .nav-tabs {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .about-tabs .nav-tabs {
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
}
.about-tabs .nav-tabs .nav-link {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d72129;
  font-size: 20px;
  color: #D72129;
}
@media (max-width: 600px) {
  .about-tabs .nav-tabs .nav-link {
    font-size: 16px;
  }
}
.about-tabs .nav-tabs .nav-link.active {
  background: #D72129;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 0 0 1px white, 0px 3px 6px rgba(0, 0, 0, 0.27);
}
.about-tabs .tab-pane {
  color: #000;
  font-size: 18px;
}
@media (max-width: 600px) {
  .about-tabs .tab-pane {
    font-size: 16px;
  }
}

.cta-section {
  margin-bottom: 4rem;
}
.cta-section .cta-content {
  border-radius: 15px;
  overflow: hidden;
  padding: 2rem;
  background-size: cover;
  background-position: center 70%;
}
@media (max-width: 768px) {
  .cta-section .cta-content {
    text-align: center;
  }
}
.cta-section .cta-content .cta-title {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.services-section {
  background: url("../images/services-shape-2.png"), url("../images/services-shape-1.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-color: #E4E4E4;
}
@media (max-width: 600px) {
  .services-section {
    background: #E4E4E4;
  }
}

.services-slider {
  padding-top: 3rem;
  transform: translateY(130px);
  margin-top: -130px;
}

.service-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.service-card-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  pointer-events: none;
}

.single-service-card {
  position: relative;
  transition: 0.3s;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.single-service-card .service-card-img img {
  width: 100%;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-service-card .description {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: white;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  font-size: 18px;
  color: #ffffff;
  padding: 3rem 1rem 1rem;
  text-align: center;
  display: flex;
  z-index: 5;
  flex-direction: column;
  align-items: center;
}
.single-service-card .service-title {
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 1.8;
  margin: 8px 0 10px;
  padding-inline: 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
.single-service-card .service-title a {
  color: black;
  transition: 0.3s;
}
.single-service-card a:has(i) {
  font-size: 18px;
  color: white;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-top: auto;
  text-decoration: none;
}
.single-service-card a:has(i):hover {
  color: #D72129;
}
.single-service-card:hover {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.26));
}
.single-service-card:hover .service-title {
  opacity: 0;
}
.single-service-card:hover .description {
  opacity: 1;
}

.services-swiper {
  padding-bottom: 3rem;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E36369;
  border: 1px solid #E36369;
  opacity: 0.17;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D72129;
  opacity: 1;
  border-radius: 7px;
  width: 46px;
  transition: 0.3s;
}

.features-section {
  margin-top: 200px;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}

@media only screen and (max-width: 768px) {
  .features-section {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 600px) {
  .features-section {
    padding-top: 40px !important;
  }
}

.features-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .features-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
  }
  .features-wrapper .single-feature {
    flex: 0 0 40%;
  }
}
.features-wrapper .single-feature {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 137px;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  .features-wrapper .single-feature {
    margin-top: 1rem;
  }
}
.features-wrapper .single-feature:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(../images/feature-shape.png) no-repeat center;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 103px;
  display: block;
  transition: 0.3s;
}
.features-wrapper .single-feature::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  background: url(../images/feature-shape.png) no-repeat center;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 103px;
  display: block;
  transform: rotate(180deg);
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  .features-wrapper .single-feature {
    flex: 0 0 40%;
  }
}
.features-wrapper .single-feature .wrapper {
  border-radius: 15px;
  padding: 14px;
  position: relative;
  width: 100%;
  height: 100%;
}
.features-wrapper .single-feature .feature-title {
  font-size: 20px;
  color: black;
  margin-top: 18px;
  transition: 0.3s;
}
.features-wrapper .single-feature .icon {
  height: 50px;
  overflow: hidden;
}
.features-wrapper .single-feature .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.features-wrapper .single-feature:hover {
  background: #D72129;
}
.features-wrapper .single-feature:hover .feature-title {
  color: #fff;
}
.features-wrapper .single-feature:hover img {
  filter: brightness(0) invert(1);
}

.gallery-section {
  padding: 3rem 0;
}
.gallery-section .swiper-wrapper {
  padding-bottom: 2rem;
}
.gallery-section .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}
.gallery-section .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
  z-index: 5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);

}
@media only screen and (max-width: 600px) {
	    .gallery-section .swiper-slide.swiper-slide-active {
	        	transform:scale(1);
	    }
	
	}
.gallery-section .swiper-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .video-preview {
  position: relative;
}
.gallery-section .video-preview .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.testimonials-section {
  position: relative;
  padding-bottom: 50px;
}
.testimonials-section .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 600px) {
  .testimonials-section .section-title {
    margin-bottom: 25px !important;
  }
}
.testimonials-section .single-testimonial-card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  padding: 16px 20px;
  color: black;
  height: 100%;
  position: relative;
}
.testimonials-section .single-testimonial-card:after {
  content: "";
  background: #D72129;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  transform: rotate(10deg);
  position: absolute;
  z-index: -2;
  inset: 0;
}
.testimonials-section .single-testimonial-card img {
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.testimonials-section .single-testimonial-card .stars {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.testimonials-section .single-testimonial-card .stars i {
  width: 48px;
  height: 48px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFC107;
  font-size: 20px;
  margin-top: 10px;
  margin-inline: auto;
  margin-bottom: -38px;
}
.testimonials-section .testimonials-card-name {
  display: flex;
  align-items: center;
}
.testimonials-section .user-info {
  gap: 10px;
  flex-direction: column;
  margin-top: -44px;
  margin-bottom: 10px;
}
.testimonials-section .name {
  font-size: 20px;
  display: inline-flex;
  font-weight: 500;
}
.testimonials-section .testimonials-text {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-align: center;
}

.testimonials-swiper {
  padding-bottom: 40px;
  padding-inline: 20px;
  padding-top: 3rem;
}

.contact-us {
  background: #E4E4E4;
  margin-top: 3rem;
}
.contact-us .contact-content .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 35px;
}
.contact-us .contact-img {
  max-height: 390px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-us .contact-img {
    display: none;
  }
}
.contact-us .contact-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  position: relative;
  background: rgba(0, 0, 0, 0.44);
  padding-top: 32px;
  margin-top: 100px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  footer {
    margin-top: 50px;
  }
}
footer .footer-about {
  margin-top: 32px;
}
footer .footer-about img {
  max-height: 117px;
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer .footer-about img {
    margin: 0 0 10px;
  }
}
footer .footer-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1rem;
}
footer .footer-menu {
  margin-top: 32px;
}
@media only screen and (max-width: 600px) {
  footer .footer-menu {
    gap: 20px !important;
  }
}
footer .footer-menu ul {
  line-height: 2;
}
footer .footer-menu a {
  font-size: 16px;
  color: white;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  footer .footer-menu a {
    font-size: 14px;
  }
}
footer .footer-menu a:hover {
  color: #D72129;
}
footer .footer-info {
  margin-top: 25px;
  font-size: 16px;
  color: white;
}
@media only screen and (max-width: 600px) {
  footer .footer-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-info {
    text-align: start;
  }
  footer .footer-info ul {
    justify-content: start;
  }
}
footer .footer-info i {
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background-color: #D72129;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  transition: 0.3s;
  color: white;
}
footer .footer-info a {
  color: white;
  transition: 0.3s;
}
footer .footer-info a:hover {
  color: #D72129;
}
footer .footer-info a:hover i {
  background-color: #D72129 !important;
  color: white !important;
}
footer .footer-info ul {
  line-height: 2;
}
footer .social-icons {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
  justify-content: end;
}
@media only screen and (max-width: 600px) {
  footer .social-icons {
    justify-content: center;
    margin-top: 30px;
  }
}
footer .social-icons i {
  font-size: 25px;
  color: black;
  transition: 0.3s;
}
footer .social-icons a {
  display: block;
}
footer .social-icons a:hover i {
  background-color: #D72129 !important;
  color: white !important;
}

.copyrights {
  padding-block: 15px;
  color: white;
  margin-top: 40px;
  border-top: 1px solid white;
}
.copyrights a {
  color: #D72129;
  transition: 0.3s;
}
.copyrights a:hover {
  color: white;
}

.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 18;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.floating-icons .up-btn {
  background-color: #D72129;
  filter: drop-shadow(0px 3px 6px rgba(239, 62, 104, 0.47));
  color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.floating-icons .up-btn.show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.floating-icons .up-btn:hover {
  background-color: white;
  color: black;
}
.floating-icons .whatsapp-icon {
  background-color: #2AA81A;
  color: white;
  padding: 10px;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: pulse-green 2s infinite;
}
.floating-icons .whatsapp-icon:hover {
  background-color: #D72129;
  color: white;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 168, 26, 0.93);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(225, 78, 29, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(225, 78, 29, 0);
  }
}
.breadcrumb-section {
  background-size: cover !important;
  padding-block: 3rem;
}
@media only screen and (max-width: 600px) {
  .breadcrumb-section {
    padding-block: 2rem;
  }
}
.breadcrumb-section ul {
  padding: 0;
  margin: 0;
}
.breadcrumb-section ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-section ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #D2D2D2;
  margin-inline: 10px;
}
.breadcrumb-section ul li a {
  color: #D2D2D2;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .breadcrumb-section ul li a {
    font-size: 16px;
  }
}
.breadcrumb-section ul li a:hover {
  color: #D72129;
}
.breadcrumb-section .main-title {
  color: white;
  font-size: 35px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 600px) {
  .breadcrumb-section .main-title {
    font-size: 25px;
  }
}

.single-value {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
  text-align: center;
  padding: 0 10px 10px;
  height: 85%;
}
.single-value .title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #D72129;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 0 0 40% 40%;
  transform: translateY(-14px);
  position: relative;
}
.single-value .title:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -9px;
  transform: rotate(-45deg);
  border-width: 10px;
  border-style: solid;
  border-color: #C40300 transparent transparent transparent;
}
.single-value .title:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -9px;
  transform: rotate(-135deg);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #C40300 transparent;
}
.single-value .description {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 15px);
  padding: 28px 20px 20px;
  border-radius: 10px;
  background: #fff;
  border: 1.5px solid #ee0a07;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: -32px;
}
.single-value .icon {
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-20px);
  padding: 8px;
}
.single-value .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-certificate {
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
}

.service-page-wrapper .why-us-features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.service-page-wrapper .why-us-features ul li {
  display: flex;
  align-items: center;
  flex: 0 0 48%;
  gap: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .service-page-wrapper .why-us-features ul li {
    flex: 0 0 100%;
  }
}
.service-page-wrapper .why-us-features ul li .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.service-page-wrapper .service-img {
  border-radius: 10px;
  border: 2px solid #ee0a07;
  overflow: hidden;
}

.single-step {
  text-align: center;
}
.single-step .icon {
  position: relative;
  background: url(../images/step.png) center center no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: auto;
  font-size: 50px;
  text-shadow: 1px 1px 0 #D72129, -1px -1px 0 #D72129;
  color: #F5F5F5;
}
.single-step .title {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 1200px) {
  .service-steps .col-lg-3:not(:last-child) .single-step {
    position: relative;
  }
  .service-steps .col-lg-3:not(:last-child) .single-step::after {
    content: "";
    position: absolute;
    top: 67%;
    right: 60%;
    width: 100%;
    height: 1px;
    background-color: #ee0a07;
    z-index: -1;
  }
}
.single-related-project {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-related-project a {
  transition: 0.3s;
}
.single-related-project a img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-related-project a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.single-related-project a .content .title {
  margin-bottom: 20px;
}
.single-related-project:hover .content {
  opacity: 1;
  visibility: visible;
}

.service-faq {
  background: #DEDEDE;
}
.service-faq .section-title span {
  background: #DEDEDE;
}

/*FAQ*/
@media only screen and (max-width: 600px) {
  .faq-section {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .faqs img {
    margin-inline: auto;
    display: block;
  }
}

.faq-wrapper {
  padding-inline-end: 1rem;
}

.single-faq-item {
  margin-bottom: 24px;
}
.single-faq-item .faq-title {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d72129;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  margin-bottom: 5px;
  box-shadow: 3px 3px 0 0 #D72129;
}
@media only screen and (max-width: 600px) {
  .single-faq-item .faq-title {
    padding: 12px 30px 12px 80px;
    font-size: 16px;
  }
}
.single-faq-item .faq-title::after {
  content: "\f0d7";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #D72129;
  transition: 0.3s;
  bottom: 0;
  top: 0;
  inset-inline-end: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.single-faq-item .faq-title.active {
  color: #D72129;
}
.single-faq-item .faq-title.active::after {
  content: "\f0d8";
  transition: 0.3s;
  color: black;
}
.single-faq-item .faq-content {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  padding: 20px;
  display: none;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .single-faq-item .faq-content {
    font-size: 16px;
  }
}

.faq-categories {
  background: #dedede;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .faq-categories {
    position: sticky;
    top: 90px;
  }
}
.faq-categories .nav-tabs {
  gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .faq-categories .nav-tabs {
    flex-direction: column;
  }
}
.faq-categories .nav-link {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  transition: 0.3s;
}
.faq-categories .nav-link:hover, .faq-categories .nav-link.active {
  background: #D72129;
  color: #fff;
}

.cta-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  background: white url(../images/cta.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .cta-box {
    margin: -60px 0 0;
    transform: translateY(25px);
  }
}
.cta-box .cta-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.dynamic-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  /* Define the grid pattern: 3 columns base */
  grid-template-columns: repeat(3, 1fr);
}

/* Row 1: Items 1-2 (first item spans 2, second item spans 1) */
.grid-item:nth-child(7n+1) {
  grid-column: span 2;
}

.grid-item:nth-child(7n+2) {
  grid-column: span 1;
}

/* Row 2: Items 3-5 (3 equal columns, each spans 1) */
.grid-item:nth-child(7n+3) {
  grid-column: span 1;
}

.grid-item:nth-child(7n+4) {
  grid-column: span 1;
}

.grid-item:nth-child(7n+5) {
  grid-column: span 1;
}

/* Row 3: Items 6-7 (first item spans 1, second item spans 2 - opposite of row 1) */
.grid-item:nth-child(7n+6) {
  grid-column: span 1;
}

.grid-item:nth-child(7n+7) {
  grid-column: span 2;
}

/* Responsive design */
@media (max-width: 768px) {
  .dynamic-grid {
    grid-template-columns: 1fr;
  }
  .grid-item:nth-child(n) {
    grid-column: span 1 !important;
  }
  .dynamic-grid {
    padding: 20px;
    gap: 15px;
  }
}
.project-gallery {
  position: relative;
}
.project-gallery .swiper-button-prev,
.project-gallery .swiper-button-next {
  width: 38px;
  height: 38px;
  border: 1px solid #D72129;
  border-radius: 10px;
  background: #f5f5f5;
  top: 100%;
  margin: 0;
  transition: 0.3s;
}
.project-gallery .swiper-button-prev:after,
.project-gallery .swiper-button-next:after {
  display: none;
}
.project-gallery .swiper-button-prev svg,
.project-gallery .swiper-button-next svg {
  width: 16px;
  height: 16px;
}
.project-gallery .swiper-button-prev svg path,
.project-gallery .swiper-button-next svg path {
  fill: #D72129;
  transition: 0.3s;
}
.project-gallery .swiper-button-prev:hover,
.project-gallery .swiper-button-next:hover {
  background: #D72129;
}
.project-gallery .swiper-button-prev:hover svg path,
.project-gallery .swiper-button-next:hover svg path {
  fill: #fff;
}
.project-gallery .swiper-button-prev {
  right: calc(50% - 60px) !important;
}
.project-gallery .swiper-button-next {
  left: calc(50% - 60px) !important;
}

.single-blog-card {
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  background: #fff;
  transition: 0.3s;
}
.single-blog-card .blog-card-img {
  position: relative;
}
.single-blog-card .blog-card-img .post-date {
  position: absolute;
  top: 13px;
  right: 0;
  background: white;
  color: #D72129;
  padding: 5px 10px;
  border-radius: 16px 0px 0px 16px;
  font-size: 16px;
}
.single-blog-card .blog-card-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.single-blog-card .blog-title {
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 16px 0;
}
.single-blog-card .blog-title a {
  color: #000;
  text-decoration: none;
}
.single-blog-card .description {
  font-size: 18px;
  padding: 0 16px 0;
}
.single-blog-card .read-more {
  font-size: 16px;
  color: #D72129;
  text-decoration: none;
  margin-top: 10px;
  text-align: end;
  display: block;
  padding: 0 16px 16px;
}
.single-blog-card .read-more:hover {
  color: black;
}
.single-blog-card:hover {
  background: #ececec;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
}
.single-blog-card:hover img {
  transition: 0.3s;
  filter: brightness(1.05);
}
.single-blog-card:hover .blog-title a {
  color: #D72129;
}

.post-content {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.pagination .page-link {
  color: black;
  background-color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex;
  font-size: 20px;
  box-shadow: none !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #D72129;
  color: white;
}

.contact-form {
  padding: 24px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.contact-form label {
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
}
.contact-form .form-control {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ee0a07;
  box-shadow: 3px 3px 0 0 #D72129;
  opacity: 0.8;
  color: black;
  font-size: 20px;
  margin-bottom: 16px;
  padding: 10px;
  transition: 0.3s;
  direction: rtl;
}
.contact-form .form-control:focus {
  border-color: #D72129;
  box-shadow: 0 2px 0 0 #D72129;
  outline: none;
  transition: 0.3s;
  background-color: #fff;
  opacity: 1;
}
.contact-form .btn {
  padding-inline: 3rem;
  margin-top: 1rem;
}

.contact-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-info ul {
  line-height: 1.8;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info li {
  margin-bottom: 20px;
}
.contact-info li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.contact-info li a:hover {
  color: #D72129;
}
.contact-info li a:hover i {
  background: white;
  color: #D72129;
}
.contact-info li i {
  width: 23px;
  height: 23px;
  background: #D72129;
  color: #DEDEDE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 15px;
}

.map-wrapper {
  width: 100%;
  margin-top: 3rem;
}
.map-wrapper iframe {
  width: 100%;
  display: block;
  max-height: 240px;
}

@media only screen and (max-width: 600px) {
  .about-content {
    text-align: center;
  }
}
.contact-info-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #D72129;
  padding-top: 40px;
}
.contact-info-content .contact-info-item:last-child {
  flex-grow: 1;
  flex-basis: 100%;
}
.contact-info-content .contact-info-item i {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: #D72129;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
}
.contact-info-content .contact-info-item p {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}
.contact-info-content .contact-info-item a {
  font-size: 18px;
  color: white;
  font-weight: 400;
  transition: 0.3s;
}
.contact-info-content .contact-info-item a:hover {
  color: #D72129;
}

.single-order-step {
  background: url(../images/step-bg.png) center center no-repeat;
  width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-inline: 3.5rem 1rem;
  gap: 10px;
  position: relative;
  margin-inline: auto;
}
.single-order-step .step-icon {
  flex-shrink: 0;
}
.single-order-step .step-number {
  position: absolute;
  top: -30px;
  right: -5px;
  color: #D72129;
  font-size: 70px;
  font-weight: bold;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
  letter-spacing: -2px;
}

.quotation-form {
  padding: 50px;
  background: #ECECEC;
  border: 0;
  border-radius: 10px;
}
.quotation-form .form-control {
  background-color: #ECECEC;
}

.book-page-wrapper {
  background: url("../images/book-bg.jpg") no-repeat;
  padding-block: 50px;
  background-size: 100% auto;
}
@media only screen and (max-width: 600px) {
  .book-page-wrapper {
    background-size: cover;
  }
}

.book-form {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 50px 20%;
}
.book-form label {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.book-form .form-control {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(13, 33, 50, 0.6117647059);
  border-radius: 5px;
  color: black;
  padding: 10px;
  transition: 0.3s;
  direction: rtl;
  margin-bottom: 16px;
}
.book-form .form-control:focus {
  border-color: #D72129;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  outline: none;
  transition: 0.3s;
  background: #fff;
}/*# sourceMappingURL=main.css.map */


 