@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
/* font-family: "Oswald", sans-serif; */
/* font-family: "Inter", sans-serif; */
/* font-family: "Open Sans", sans-serif; */

:root {
  --font-heading: "Oswald", sans-serif;
  --font-para: "Open Sans", sans-serif;
  --heading-larg: ;
  --heading-h1: 60px;
  --heading-h2: 55px;
  --heading-h3: 40px;
  --heading-h4: 32px;
  --heading-h5: 28px;
  --heading-h6: 24px;
  --font-size-btn: 20px;
  --body-font-medium: 18px;
  --body-font-small: 16px;
  --body-font-xs: 15px;
  --theme-color: #e95630;
  --bg-secondry: #142544;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: var(--font-para);
  font-weight: normal;
  font-size: var(--body-font-medium);
  font-style: normal;
  line-height: normal;
  color: #001E1F;
}


h1 {
  font-family: var(--font-heading);
  font-size: var(--heading-h1);
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-family: var(--font-heading);
  font-size: var(--heading-h2);
  font-weight: 700;
  line-height: 120%;
}

h3 {
  font-family: var(--font-heading);
  font-size: var(--heading-h3);
  font-weight: 600;
  line-height: normal;
}

h4 {
  font-family: var(--font-heading);
  font-size: var(--heading-h4);
  font-weight: 600;
  line-height: normal;
}

h5 {
  color: inherit;
  font-family: var(--font-heading);
  font-size: var(--heading-h5);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


h6 {
  font-family: var(--font-para);
  font-size: var(--heading-h6);
  font-weight: 700;
  line-height: normal;
}

p {
  font-size: var(--body-font-medium);
  line-height: 150%;
}

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

a:hover {
  color: var(--theme-color);
}

.text-underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-bg {
  background-color: var(--theme-color);
}

.bg-secondry {
  background-color: var(--bg-secondry);
}

secondarycolor {
  color: var(--bg-secondry);
}

.theme-color,
theme {
  color: var(--theme-color);
}

.line-height-base {
  line-height: 1.5;
}

.line-hight-2 {
  line-height: 2;
}

.text-red {
  color: #f00;
}

.default-btn {
  font-size: var(--body-font-medium);
  border: none;
  color: white;
  padding: 1.5rem 3.2rem;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.transparent-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.transparent-btn:hover {
  color: inherit;
}

.transparent-btn:after {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  right: 0;
  width: 0;
  background: var(--theme-color);
  transition: 0.5s;
  z-index: -1;
}

.theme-btn {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
  z-index: 2;
}

.theme-btn:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #000;
  top: 0;
  margin: auto;
  transform: scaleX(0) skewX(-35deg);
  transition: 0.5s;
  z-index: -1;
}

.theme-btn:hover:after {
  transform: scaleX(1.5) skewX(-35deg);
  width: 100%;
}

.secondory-btn {
  background: var(--bg-secondry);
  color: #fff;
  border: 1px solid var(--bg-secondry);
}

.transparent-btn:hover::after {
  width: 100%;
  left: 0;

}

.theme-btn:hover {
  /* background: #000; */
  border: 1px solid #000;
  color: #fff;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-110 {
  padding-top: 11rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-110 {
  padding-bottom: 11rem;
}


.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 7rem 0;
}

.ptb-80 {
  padding: 8rem 0;
}

.ptb-90 {
  padding: 9rem 0;
}

.ptb-100 {
  padding: 10rem 0;
}

.ptb-110 {
  padding: 11rem 0;
}



.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mtb-10 {
  margin: 1rem 0;
}

.mtb-20 {
  margin: 2rem 0;
}

.mtb-30 {
  margin: 3rem 0;
}

.mtb-40 {
  margin: 4rem 0;
}

.mtb-50 {
  margin: 5rem 0;
}

.mtb-60 {
  margin: 6rem 0;
}

.tagline {
  font-size: var(--body-font-small);
  color: #f48f2c;
  margin: 0;
}

.bg-grey {
  background: linear-gradient(0deg, #F1F3F3 0%, #F1F3F3 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.bg-black,
.bg-dark,
.bg-black p,
.bg-dark p {
  color: #fff;
}

.title-w-50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.title-w-70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.banner-img-pattern {
  background-image: url('../img/inner-bage-banner-img.webp');
  background-size: cover;
  background-position: center;
}

/* Header Start  */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.upper-header {
  background: var(--theme-color);
}

.upper-header-menu ul {
  display: flex;
  font-size: var(--body-font-small);
  gap: 20px;
  color: #fff;
}


.upper-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.top-header-btn {
  background: #000;
  display: inline-block;
  padding: 0.7rem 3rem;
  font-size: var(--body-font-xs);
  border-radius: 5px;
  color: #fff;
  line-height: 100%;
}

.nav.custom-navbar.fixed-top {
  animation: header-anime .3s ease-in-out 1 forwards;
  position: fixed;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0px 6px 20px 0 #00000059;
}

@keyframes header-anime {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}


.navbar-brand {
  max-width: 150px;
}

.myNav-menu li {
  border-right: 1px solid rgba(0, 0, 0, .05);
  padding: .5rem 1rem .4rem 0;
  margin: 0 2rem 0 0;
}

.myNav-menu li:last-child {
  border-right: none;
  /* margin-right: 0; */
  padding-right: 0;
}

/* Header End  */



.home-banner {
  background: #e0f2ff;
}


.banner-left .default-btn {
  margin-top: 2rem;
}

.banner-heading h1 {
  font-size: var(--heading-h3);
}

.banner-right {
  width: 85%;
  margin-left: auto;
}

/* //================ */

/* //================ */

/* Service section  */
.cards-parent {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
}

.cards-mine {
  width: 33.33%;
  text-align: left;
  padding: 2rem 2rem;
  color: #fff;
}

.cards-mine h4 {
  margin-bottom: 2rem;
}

.cards-mine p {
  margin-bottom: 4rem;
}

.bg-1 {
  background: #F48F25;
  /* Orange */
}

.bg-2 {
  background: #6b5f8e;
  /* Muted purple */
}

.bg-3 {
  background: #e94b4b;
  /* Red */
}

.bg-4 {
  background: #19739f;
  /* Teal blue */
}

.bg-5 {
  background: #8A44EA;
  /* Bright violet */
}

.bg-6 {
  background: #2245ba;
  /* Royal blue */
}

.bg-7 {
  background: #2aa876;
  /* Emerald green - adds a fresh, balanced tone */
}

.bg-8 {
  background: #f7c948;
  /* Soft yellow - adds brightness and warmth */
}

.bg-9 {
  background: #c54ea4;
  /* Magenta - complements purple and red shades */
}

/* Service section  End*/

/* About us  */

.about-content {
  padding-right: 5rem;
}

.about-img1 {
  border-radius: 8px;
  overflow: hidden;
}

.about-content-right {
  padding-left: 5rem;
}

.about-us h2 {
  font-size: var(--heading-h3);
}

/* About us  */

/* Expretise section start */
.sociliazations-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 0.8rem;
  font-size: var(--body-font-small);
}

.sociliazations-list ul li {
  padding: 1rem 2.7rem;
  background: #ea4d24;
  color: #fff;
  border-radius: 4px;
}

/* Expretise section End */
/* ===========Seo Packages====== */
.package-head {
  text-align: center;
  color: rgb(255, 255, 255);
  background: var(--theme-color);
  padding: 21px 0px;
}

.package-list-cont i {
  font-size: var(--heading-h6);
  vertical-align: middle;
  padding-right: 10px;
}

.package-list-cont .fa-check-circle {
  color: rgb(21, 192, 44);
}

.package-list-cont .fa-times-circle {
  color: #ee0b0b;
}

.pack-content ul li {
  color: rgb(44, 44, 44);
  font-weight: 500;
  padding: 9px 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  list-style: none;
}

.package-block {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 9px 3px;
  padding-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 11px 11px 7px 7px;
  border-bottom: 11px solid var(--theme-color);
}

.pack-content {
  padding: 4px 1.8rem;
}

.package-secondory-head {
  text-align: center;
  padding-top: 2.5rem;
}

/* ===========Seo Packages====== */
/* =====Faq Section Start===== */

.faq-section .accordion-item {
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  background: #ebebeb;
}

.faq-section .accordion-button {
  font-size: inherit;
  box-shadow: none;
  background: var(--bg-secondry);
  color: #fff;
  border-radius: 8px;

}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: 8px 8px 0 0;
}

.faq-section .accordion-item .accordion-header {
  font-size: var(--body-font-medium);
}

.faq-section .accordion-button::after {
  background-color: var(--theme-color);
  height: 25px;
  width: 25px;
  background-position: center;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M7 7V.5h2V7h6.5v2H9v6.5H7V9H.5V7z'/%3E%3C/svg%3E");
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M15 9H1V7h14z'/%3E%3C/svg%3E");
}

.check-square-list li:not(:last-child) {
  margin-bottom: 15px;
}

.check-square-list li {
  display: flex;
  /* gap: .5rem; */
  align-items: flex-start;
}

.check-square-list li i {
  line-height: 1.5;
}

.check-color-orange i {
  color: var(--theme-color);
  margin-right: 1rem;
}

/* =====Faq Section End======= */

/* Why Choose service content  */
.choose-serve-row {
  border-radius: 4px;
  box-shadow: 0 0 27px 0px #0000003b;
  padding: 16px;
  margin-bottom: 6rem;
}

.reflector .choose-serve-row:nth-child(even) {
  flex-direction: row-reverse;
}

.choose-serve-row:last-child {
  margin-bottom: 0;
}

.choose-serve--content {
  width: 80%;
  padding-right: 2.5rem;
}

.reflector .choose-serve-row:nth-child(even) .choose-serve--content {
  padding-left: 2.5rem;
  padding-right: 0;
}

.choose-serve--img {
  width: 20%;
}

.choose-serve--content h3 {
  font-size: var(--heading-h6);
  color: #e95630;
  margin-bottom: 4px;
}

.list-flex-column-2 {
  display: flex;
  flex-wrap: wrap;
}

.list-flex-column-2>* {
  width: 50%;
  padding-right: 9px;
}

/* Why Choose service content  */
/* ============Footer section============ */
.footer {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-position: center center;
  font-size: var(--body-font-small);
}

.footer p {
  font-size: var(--body-font-small);
  opacity: 0.7;
}

.upper-footer {
  color: #fff;
  padding-bottom: 8rem;
}

.upper-footer li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer-quick-links li {
  position: relative;
  width: fit-content;
}

.footer-quick-links li:before {
  position: absolute;
  content: '//';
  left: 0;
  transition: 0.3s;
  color: var(--theme-color);
  opacity: 0;
  font-weight: 700;
  font-size: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-quick-links li a:hover {
  transform: translateX(19px);
  opacity: 1;
}

.footer-quick-links li a {
  opacity: 0.7;
  transition: 0.3s;
  display: inline-block;
}

.footer-quick-links li:hover:before {
  opacity: 1;
}

.upper-footer h6 {
  margin-bottom: 4rem;
}

.upper-footer p {
  line-height: 1.8;
  margin: 0;
}

.footer-abt {
  padding-right: 5rem;
}

.lower-footer {
  color: #fff;
  padding: 2.5rem 0;
  border-top: 1px solid #ffffff47;
}

.lower-footer p {
  margin: 0;
}

.lower-footer p,
.bottom-fotter-link {
  color: rgb(255 255 255 / 80%);
  opacity: 2;
}

.bottom-fotter-link ul {
  gap: 1rem;
}

.bottom-fotter-link ul li a:hover {
  color: var(--theme-color);
}

/* ============Footer section============ */
/* ===============Click to top button============= */
.progress-wrap2 {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 55px;
  width: 55px;
  z-index: 9;
}

.progress-wrap {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 50%;
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 12%);
  transition: all .125s ease-in;
  z-index: 10000;
}

.progress-wrap2.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.x-back-to-top_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: fit-content;
  width: fit-content;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path.white {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg.progress-circle path.blue {
  stroke: #0000003d;
  stroke-width: 4px;
  box-sizing: border-box;
}

.x-back-to-top_icon svg path {
  fill: var(--theme-color);
}

/* ===============Click to top button============= */

/* About us page  */
.inner-page-banner {
  position: relative;
}

.inner-page-banner:after {
  position: absolute;
  content: '';
  top: 0;
  height: 65%;
  width: 100%;
  background: #000;
}


.inner-page-banner-inner {
  position: relative;
  z-index: 1;
  padding: 7rem 0;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

.inner-page-banner-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-img {
  position: relative;
  height: 60rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

.inner-banner-img:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 60%);
}

.abt-banner-content {
  position: absolute;
  color: #fff;
  padding-left: 50px;
}

.service-block {
  padding: 2.4rem;
  background: #e7e5e54a;
  border-radius: 0 0 1.4rem 1.4rem;
  border-top: .7rem solid var(--theme-color);
  height: 100%;
}

.bg-dark .service-block,
.bg-black .service-block {
  background: #121111;
}



.service-block p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #212121;
  font-size: var(--body-font-small);
  margin: 0;
}

.bg-dark .service-block p,
.bg-black .service-block p {
  color: #fff;
}


.service-block-img {
  margin-bottom: 2rem;
  height: 8rem;
  width: 8rem;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 1rem;
}

.bg-dark .service-block-img,
.bg-black .service-block-img {
  background: #000;
}

.serve-block-main .row {
  justify-content: center;
  gap: 3.2rem 0;
  align-items: stretch;
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-size: var(--body-font-small);
  font-weight: 700;
  gap: 1rem;
}

.learn-more-btn i {
  transition: 0.3s;
}

.learn-more-btn:hover {
  color: var(--theme-color);
}

.learn-more-btn:hover i {
  transform: translateX(5px);
}


.choose-content {
  padding-left: 5.5rem;
}

.choose-block {
  position: relative;
  background: #fdfdfd;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: .8rem;
  padding-left: 4rem;
  box-shadow: 0px 0px 43px 0 #00000014;
  border: 1px solid #efefef;
}

.choose-block.choose-block-second {
  margin-left: -5.5rem;
}

.choose-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6.5rem;
  width: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 1rem;
  left: -3rem;
  backdrop-filter: blur(23px);
  background: #f1f1f1;
}

.bg-black .choose-icon,
.bg-dark .choose-icon {
  background: #0e0e0e;
}

.bg-black .choose-block,
.bg-dark .choose-block {
  background: #3f3d3df2;
  border: 1px solid #0000;
}

/* About us page  */
/* =====Services Page========= */
.core-bussiness-card {
  padding: 3rem 2.5rem;
  background: #f3f3f3;
  box-shadow: 0 0 13px 2px rgb(0 0 0 / 7%);
  height: 100%;
}

.bg-dark .core-bussiness-card,
.bg-black .core-bussiness-card {
  background: #121111;
}

.core-bussiness-card h5 {
  margin: 0.5rem 0 1.5rem 0;
}

.core-bussiness-card p,
.what-we-delivery-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: var(--body-font-small);
  margin: 0;
}

.core-bussiness-card p {
  color: #212121;
}

.bg-dark .core-bussiness-card p,
.bg-black .core-bussiness-card p {
  color: #fff;
}

.bg-dark .core-bussiness-card img,
.bg-black .core-bussiness-card img {
  filter: brightness(0) invert(1);
}

.seo-serve .core-bussiness-card p {
  display: unset;
}

.what-we-delivery {
  z-index: 2;
  position: relative;
}


.what-we-delv-container .row,
.core-bussines-serve .row {
  gap: 2rem 0;
}

.what-we-delivery-card h5 {
  margin-bottom: 1.2rem;
}

.what-we-delivery-card img {
  max-width: 160px;
  margin: auto;
}

.what-we-delivery-card {
  padding: 3rem 2.5rem;
  border-radius: .8rem;
  background: #f8f8f8;
  box-shadow: 0 0 13px 2px rgb(0 0 0 / 7%);
  position: relative;
}

.what-we-delivery-card:after {
  position: absolute;
  content: '';
  background: var(--theme-color);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  border-radius: .8rem;
}

.what-we-delivery-card:hover:after {
  transform: rotate(4deg);
}

.bg-black .what-we-delivery-card,
.bg-dark .what-we-delivery-card {
  background: #212529;
}

.what-we-delivery-card p {
  font-size: var(--body-font-small);
}

.read-more-btn {
  margin-top: 3rem;
  text-align: center;
}

/* =====Services Page========= */
/* contact us page  */
.contact-form .form-group {
  margin-bottom: 1.4rem;
}

.contact-form .form-group label {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.contact-form .form-control {
  padding: 1.2rem 1rem;
  border-radius: .6rem;
  font-size: var(--body-font-xs);
  box-shadow: none;
  outline: none;
  border: 1px solid #e1e1e1;
}

.contact-form {
  padding: 3rem;
  background: #f3f3f3;
}

.contact-form textarea.form-control {
  max-height: 200px;
  height: 150px;
}


.contact-section-content {
  padding-right: 5rem;
}

.inner-banner-small {
  padding: 10rem 0;
}

.contact-img img {
  width: 100%;
}

/* contact us page  */

/* Middle banner  */
.inner-middle-banner-tagline {
  background: #8a35bf;
  color: #fff;
  padding: 2rem 3rem;
  border: 12px solid #ffff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 #00000042;
}

.middle-banner-tagline-sec-img {
  max-width: 80%;
}

.bottom-bg-sec {
  padding: 110px 0;
  background: url('../img/seo.png');
  color: #fff;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

.bottom-bg-sec:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #00000080;
}

.bottom-bg-sec-content {
  position: relative;
  /* max-width: 580px; */
}

.banner-description {
  margin-top: 0;
}

.bottom-bg-sec-content h3 {
  margin-bottom: 2rem;
}

/* Middle banner  */


.process-block {
  background: #fff;
  position: relative;
  padding: 3.5rem;
}

.step-number {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;

}

.reflector .row:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 8rem;
}

.reflector .row:nth-child(even) .about-content-right {
  padding-right: 5rem;
  padding-left: 0;
}

.abt-content-img img {
  width: 100%;
}

.float-img-img {
  float: right;
  width: 40%;
  margin-left: 5rem;
  margin-bottom: 4rem;
  box-shadow: 0 0 94px 0 #0000001f;
  overflow: hidden;
}

.float-img-img img {
  transition: 0.5s;
}

.float-img-img:hover img {
  transform: scale(1.04);
}

.float-img-content-card:not(:last-child) {
  margin-bottom: 3.5rem;
}

.highlighted-sec {
  padding: 6rem 3rem;
  border-radius: 26px;
}

.highlighted-sec h2 {
  margin-bottom: 3rem;
}

.bg-theme-light {
  background-color: #e956301f;
  border: 10px solid var(--theme-color);
}

.bg-secondry-light {
  background: #8534c82e;
  border: 10px solid #8333ca;
}

.line-clamp-unset .core-bussiness-card p,
.line-clamp-unset .what-we-delivery-card p {
  display: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: unset;
}

.shadow-none {
  box-shadow: none;
}