@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --p: #4A625E;
  --h2: #054239;
  --unnamed-color-border: #E9E9E9;
  --white: #FAFAFA;
  --color-btn: #054239;
  --border: #2B84C5;
  --color-primary-variant: #054239;
  --transition: all 500ms ease;
}

* {
  padding: 0;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none;

  border: none;
}

html {
  scroll-padding-top: 100px;
}

body,
html {
  overflow-x: hidden;
}

body {
  background: #f6fffe;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* Section styling for better navigation */
section[id] {
  scroll-margin-top: 120px;
}

/* Smooth scroll animations */
.smooth-scroll {
  transition: all 0.3s ease;
}

/* Active section highlighting */
section[id]:target {
  animation: sectionHighlight 0.5s ease;
}

@keyframes sectionHighlight {
  0% {
    background-color: rgba(5, 66, 57, 0.05);
  }

  100% {
    background-color: transparent;
  }
}

/* Navigation link hover effects */
.nav-bar ul li a:hover,
.mobile-bottom-nav .nav-item:hover,
.mobile-menu-links .menu-link:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

/* Active link styling */
.nav-bar ul li.active a,
.mobile-bottom-nav .nav-item.active,
.mobile-menu-links .menu-link.active {
  color: var(--white) !important;
  font-weight: 600;
}

/* Scroll indicator */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--h2), var(--color-btn));
  z-index: 9999;
  transition: width 0.3s ease;
}

/* Section transitions */
section {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

section.fade-in {
  opacity: 0;
  transform: translateY(30px);
}

section.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

a {
  text-decoration: none;
  color: initial;
}

::selection {
  color: #fff;
  background: var(--color-primary-variant);
}

::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: var(--color-primary-variant);
  border-radius: 0.25rem;
}

::-webkit-scrollbar {
  width: 0.5rem;
  background: var(--unnamed-color-border);

}

h1, h2, h3, h4 {
  line-height: 1.1;
}

h1 {
  font-size: 4rem;
  color: var(--color-white);
}

h2 {
  font-size: 3.5rem;
}

a {
  color: inherit !important;
  transition: var(--transition);
}

a:hover {
  color: var(--color-primary);
}

h1, h2, h3, h4, h5, h6, p, a, address, ul, li {
  padding: 0;
  margin: 0px !important;
}

p, li, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 ul, li {
  text-transform: capitalize;
}




.ctn-preloader img {
  width: 100px;
  height: auto;
}

.ctn-preloader {
  -webkit-box-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition-delay: 1s;
  z-index: 999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .loader-section {
  background-color: #053730 !important;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  width: calc(50% + 1px);
}

.ctn-preloader.loaded {
  cursor: auto !important;
  visibility: hidden;
  z-index: -2;
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}



/* ====================== */



.btn-main {
  background-color: var(--h2);
  color: #d4ebe8 !important;
  padding: 10px 64px;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: fit-content;
  /* clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px); */
  clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
  transition: all 0.3s ease;
}

.btn-main:hover {
  background-color: var(--h2);
  transform: scale(1.02);
}

.btn-main2 {
  background-color: #1b534a;
}


.button-text {
  font-size: 20px;
  flex-grow: 1;
  text-align: center;
}

/* =====================================hero=============================== */
img.logo-hero {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 30%;
  height: auto;
}

.icon-wats {
  width: 70px;
  height: 70px;
  background: #11312c;
  padding: 10px;
  position: fixed;
  font-size: 30px;
  right: 36px;
  bottom: 26px;
  z-index: 89;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  z-index: 32;
}

.icon-wats i {
  transform: rotate(-45deg)
}

.hero-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero-img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.hero-img-slide[style*="opacity:1"] {
  z-index: 2;
  opacity: 1;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  height: 100vh;
  flex-direction: column;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/mask.png") no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}

.hero h1 {
  color: #D4EBE8 !important;
  text-align: center;
  font-size: 20px;
  padding-bottom: 12px;
}


.hero h2 {
  color: #D4EBE8 !important;
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  line-height: 1.5;
}

.hero p {
  color: #AFDBD4 !important;
  text-align: center;
  font-size: 18px;
  padding: 17px 0 23px 0;
  max-width: 800px;
}

/*  */
.status-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.status-container {
  background: url("/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/MASK2.png") no-repeat;
  background-size: 100% 100%;
  padding: 24px 78px;
  margin-top: -95px;
  position: relative;
}

.status-item .icon {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  background: radial-gradient(#eaf6f5 27%, #deebea 88%);
  font-size: 23px;
  color: var(--h2) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.status-item .icon i {
  transform: rotate(-45deg);
}

.status-item .contetn h6 {
  font-size: 14px;
  font-weight: bold;
  color: var(--h2) !important;
  padding-bottom: 4px;
}

.status-item .contetn p {
  font-size: 13px;
  color: var(--p) !important;
}

.about.about3 h6.before {
  color: #D4EBE8 !important;
}

.about.about3 .before::before {
  background: #D4EBE8 !important;
}

.about.about3 p {
  color: #8DAEAA !important;
}

.about.about3 .diamond-about3 h2 {
  font-size: 24px !important;
  padding: 13px 0 21px 0;
}

.about.about3 h2 {
  color: #D4EBE8 !important;
}

.about.about3 .right-about-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}

.about.about3 {
  padding: 140px 0;
  background: url("/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/about3.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  z-index: 1;
}

img.about3-img-Vector1 {
  position: absolute;
  left: 113px;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 130px;
}

img.about3-img-Vector2 {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100px;
}

img.about3-img-one {
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 400px;
}

.about3 .v-m {
  display: flex;
  flex-direction: column;
  gap: 121px;
}

.diamond-about3 {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.about.about3 .diamond-about3 p {
  max-width: 200px;
  padding: 0;
}

.diamond-about3::before {
  content: '';
  background: #0f4a41;
  width: 244px;
  height: 244px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}

.v-m .icon {
  font-size: 50px;
  color: #d4ebe8 !important;
}

svg.icon.e-font-icon-svg{
  font-size: 50px !important;
  color: #d4ebe8 !important;
  width: 50px !important;
}

.v-m h2 {
  font-size: 24px;
  padding: 10px 0;
  color: #D4EBE8 !important;
}

.v-m p {
  font-size: 14px;
  color: #8DAEAA !important;
}

/* ========================== */
.status-section {
  padding: 40px 0;
  background: url(/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/status.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}

.number-box {
  padding: 10px 0;
  font-size: 62px;
  color: var(--h2);
  font-weight: bold;
  display: inline-block;
}

.text-box {
  color: #4A625E;
  font-size: 14px;
  text-align: center;
}


/* ========================== */


.projects-section {
  padding: 100px 0;
  background: #f9fbfd;
  position: relative;
  overflow: hidden;
}

.projects-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projects-images {
  flex: 1 1 45% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

section.about.about4 {
  padding-bottom: 267px !important;
}

.contact-item {
  display: flex !important;
  gap: 11px !important;
}

.contact-item i {
  color: var(--h2) !important;
  font-size: 25px !important;
}

.about.about4.page_about4 {
  margin-bottom: 181px !important;
  padding-top: 0 !important;
}

.about.about4 img.about3-img-Vector1 {
  left: unset !important;
  right: 23% !important;
  bottom: 8% !important;
  max-width: 56px !important;
}

.diamond-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 120px) !important;
  grid-template-rows: repeat(2, 120px) !important;
  gap: 20px !important;
  position: relative !important;
  transform: rotate(45deg) !important;
}

.about.about4 h2 {
  font-size: 48px !important;
}

.diamond {
  position: relative !important;
}

.diamond img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: rotate(-45deg) !important;
}

.diamond:first-of-type {
  width: 450px !important;
  height: 450px !important;
  top: -45px !important;
  left: -55px !important;
}

.diamond.diamond-2 {
  width: 335px !important;
  height: 335px !important;
  top: -48px !important;
  left: 238px !important;
  z-index: -1;
}

.diamond.diamond-3 {
  width: 390px !important;
  height: 390px !important;
  top: 84px !important;
  left: 1px !important;
}

.diamond-4 {
  width: 154px !important;
  height: 154px !important;
  background: #2f635b !important;
  position: relative !important;
  z-index: -2 !important;
  bottom: -28px !important;
  right: -211px !important;
}

.diamond-5 {
  width: 170px !important;
  height: 170px !important;
  background: #054239 !important;
  position: relative !important;
  z-index: -2 !important;
  bottom: -11px !important;
  left: -304px !important;
}




/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.about.about3.services {
  background: url("/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/Rectangle 15.png") no-repeat;
  background-size: 100% 100% !important;
  padding: 150px 0 !important;
}


.before-after {
  position: relative !important;
  color: var(--h2) !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: fit-content !important;
}

.before-after::after {
  content: " ";
  position: absolute !important;
  top: 50% !important;
  right: -98px !important;
  width: 73px !important;
  height: 1px;
  background: var(--h2) !important;
}

.before-after::before {
  content: " " ;
  position: absolute !important;
  top: 50% !important;
  left: -98px !important;
  width: 73px !important;
  height: 1px !important;
  background: var(--h2) !important;
}

.about.about3.services h6.before-after {
  color: #D4EBE8 !important;
}

.about.about3.services .before-after::before {
  background: #D4EBE8 !important;
}

.about.about3.services .before-after::after {
  background: #D4EBE8 !important;
}

.card-services {
  border: 1px solid transparent !important;
  transition: all 0.3s ease-in-out !important;
}

.card-body {
  padding: 27px !important;
}

.card-services:hover {
  border-color: #f6fffe94 !important;
}

.card-services .details {
  padding-top: 20px !important;
  margin-top: 20px !important;
  border-top: 1px solid #8daeaa4a !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr)) !important;
  justify-content: center !important;
  color: #8DAEAA !important;
  font-size: 14px !important;
}

.card-services .details i {
  padding-inline-end: 10px !important;
}

.card-services h5.price, .card-services p.title-card {
  padding: 0 !important;
  font-size: 24px !important;
  color: #D4EBE8 !important;
  font-weight: bold !important;
  line-height: normal !important;
}


.card-services .card-body {
  background: #0F4A41 !important;
}

.card-services a.more {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  background: #1b534a;
  color: #d4ebe8 !important;
  margin-top: 20px !important;
}


img.coin {
  width: 23px !important;
  object-fit: contain !important;
  height: auto !important;
  display: inline !important;
}


button.beautiful-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  background: #1b534a;
  color: #d4ebe8 !important;
}

svg.e-font-icon-svg {
  font-size: 14px !important;
  width: 14px !important;
  fill: #d4ebe8;
}

.about3 i.fas {
  font-size: 30px;
  color: #d4ebe8;
}

















































































.about {
  padding: 100px 0 !important;
  position: relative !important;
}

.about-img-one {
  position: absolute !important;
  top: 20% !important;
  left: 20px !important;
  z-index: -1 !important;
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
}

.before {
  position: relative !important;
  color: var(--h2) !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: fit-content !important;
}

.before::before {
  content: " ";
  position: absolute !important;
  top: 50% !important;
  left: -98PX !important;
  width: 73px !important;
  height: 1px !important;
  background: var(--h2) !important;
}

.about h2 {
  color: var(--color-primary-variant) !important;
  font-size: 52px !important;
  font-weight: bold !important;
  padding: 27px 0 41px 0 !important;
}

.about p {
  color: var(--p) !important;
  font-size: 18px !important;
  padding-bottom: 20px !important;
}

.icon-about {
  min-width: 90px !important;
  min-height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  background: radial-gradient(#eaf6f5 27%, #deebea 88%) !important;
  font-size: 40px;
  color: var(--h2) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(42deg);
  position: absolute;
  bottom: -30px !important;
  right: -30px !important;
}

.icon-about i {
  transform: rotate(-45deg) !important;
}



.about-mask {
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  width: 100% !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
  height: 614px !important;
  max-width: 467px !important;
}

.about-mask img {
  width: 100% !important;
  height: 100% !important;
}

.about .path {
  position: absolute !important;
  height: 356px !important;
  width: 333px !important;
  bottom: 0 !important;
  z-index: 3 !important;
  right: 0 !important;
}


img.cover {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 3 !important;
  /* opacity: 0.5; */
}

.about2 h2 {
  color: var(--color-primary-variant) !important;
  font-size: 52px !important;
  font-weight: bold !important;
  padding: 15px 0 23px 0 !important;
}


.about2 .about-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}


.about.about2 {
  padding: 0 !important;
  margin-bottom: -260px !important;
  z-index: 2 !important;
  position: relative !important;
}

.owl-dot {
  width: 12px;
  height: 8px;
  background: #ddf3f1 !important;
  transition: all ease 400ms;
}

.owl-dot.active {
  width: 15px;
  background: var(--color-primary-variant) !important;
}

.owl-carousel.single-imgs .owl-item img {
  height: 500px;
  object-fit: cover;
}

.owl-dots {
  display: flex;
  gap: 10px;
  padding: 19px 0;
  align-items: center;
  justify-content: center;
}

button.owl-prev, button.owl-next {
  width: 50px;
  height: 50px;
  background: #D4EBE8 !important;
  font-size: 22px !important;
  border-radius: 0% !important;
  border: none !important;
  transition: var(--transition);
  color: var(--h2) !important;
  transform: rotate(45deg) !important;
}

button.owl-prev i, button.owl-next i {
  transform: rotate(-45deg) !important;
}

button.owl-prev.disabled, button.owl-next.disabled {
  background: #18675bcd !important;
  color: #D4EBE8 !important;
}



button.owl-prev, button.owl-next {
  display: flex !important;
  justify-content: center;
  align-items: center
}

.owl-nav {
  position: absolute;
  width: 116%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.inout-icon-div label {
  color: var(--h2);
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: bold;
}

.inout-icon-div small {
  height: 0;
  font-size: 11px;
}

.contact-us-home {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  margin-bottom: -318px;
}

.form-contact-home {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 50px 30px;
  background: #F6FFFE;
  z-index: 1;
  box-shadow: #eaf1f8 0px 0px 15px;
  position: relative;
}

.div-flex-co {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.div-flex-co h4 {
  color: var(--h2);
  font-size: 20px;
  padding-bottom: 20px;
}

.inout-icon-div {
  position: relative;
}

.inout-icon-div-textarea i {
  top: 18px !important;
  transform: unset;
}

.inout-icon-div i {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #8b9e9b;
}

.inout-icon-div-textarea textarea {
  color: #8b9e9b;
  padding-right: 30px;
  padding-top: 10px;
  background: #ecf7f6;
  width: 100%;
  border: 1px solid transparent;
}

.input-form-contact {
  height: 50px;
  border: 1px solid transparent;
  caret-color: #E1E1E1;
  padding: 5px 33px;
  transition: .5s linear;
  width: 100%;
  color: #8b9e9b;
  background: #ecf7f6;
}

.contact-us-home textarea::placeholder {
  color: #8b9e9b;
}

.contact-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.input-form-contact:focus, .inout-icon-div-textarea textarea:focus {
  border: 1px solid var(--color-btn);
  caret-color: var(--color-btn);
  font-weight: bold;
  color: var(--color-btn);
}

.input-form-contact::placeholder {
  color: #8b9e9b;
}


.inout-icon-div:focus-within i {
  color: #054239;
}

.inout-icon-div-textarea textarea:focus::placeholder {
  font-weight: bold;
  color: #054239;
}


.contact-us-home h2 {
  color: #054239;
  padding-top: 32px;
  font-size: 42px;
}

.error {
  color: red !important;
  font-size: 10px !important;
  display: none;
  position: absolute;
  bottom: -18px;
  right: 3px;
  z-index: 2;
}



.owl-theme .owl-nav {
  direction: rtl !important;
  z-index: -1;
}




/* 
 */

section.about.about3.services.page-services {
  margin: 100px 0;
}

.contact-page {
  margin-bottom: 100px;
}

/* Privacy Header */
.page-heading {
  background: url(/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/hero.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 117px 0px 77px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.page-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/mask.png") no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}

.page-title {
  font-size: 3.5rem;
  padding-bottom: 20px;
  text-align: center;
  /* color: #fff; */
}

.page-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  text-align: center;
}

/*  */
.page-services .card-services .card-body {
  background: #4a625e0d;
}

.page-services .card-services h5.price, .page-services .card-services p.title-card {
  color: var(--h2);
}

.page-services .card-services .details {
  color: var(--p);
}


.page-services img.coin {
  filter: invert(1) hue-rotate(545deg);
}



.lg-outer .lg-inner {
  direction: ltr;
}


.single-page .card-services .card-body p {
  font-size: 14px;
  color: var(--p);
  text-align: start;
  padding-bottom: 20px;
}

.list-details {
  text-align: start;
  padding-bottom: 10px;
  font-size: 14px;
  color: var(--p);
  padding-inline-start: 10px;
}

.list-details li {
  list-style: disc;
  padding-bottom: 10px;
}

.lg-backdrop, .lg-outer .lg-thumb-outer {
  background-color: #6f6f6f87 !important;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.single-page .card-services .card-body {
  background: #ecf7f6 !important;
}

.lg-outer .lg-thumb-outer {
  background-color: #6f6f6fae !important;
}


