/* 1. Use a more-intuitive box-sizing model */

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

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

*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* text-wrap: balance; */
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/* custom css */
.heading-1 {
  font-family: "DM Sans";
  /* clamp(minimum, preferred (calc or vw), maximum) */
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 3px;
}

.heading-2 {
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.6px;
  color: #000;
}

.heading-3 {
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  color: #000000;
}

.heading-4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.heading-5 {
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
}

.white {
  color: white;
}

.black {
  color: #000;
}

p {
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.para {
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.s-para {
  color: #171717;
  font-family: "Work Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.custom-btn {
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid rgb(87 201 221);
  background: rgb(87 201 221);
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); */
  padding: 15px 25.573px 16px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  height: 50px;
  color: white;
}

.custom-btn.big {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  background: rgba(87, 201, 221, 0.8666666667);
  display: inline-flex;
  padding: 18px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.custom-btn.transparent {
  color: #FFF;
  text-align: center;
  background: transparent;
}

.tags {
  color: #171717;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: .5rem;
}

.dots {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 2px;
  background: rgba(87, 201, 221, 0.8666666667);
}

/* custom css */
/* reviews css */
.client-details {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 6px;
}

.reviews-sec-parent {
  position: relative;
  z-index: 0;
  padding: 0px 0rem 0rem 0rem;
  width: auto;
}

.review-slider-2-parent {
  position: absolute;
  width: 320px;
  top: -5px;
  right: 0px;
  left: 0;
  display: inline-block;
  height: 40px;
  transform: rotate(0deg);
  z-index: 9;
}

.review-slider-2-parent figure.client-pictures {
  transform: rotate(0deg);
  border: 2px solid #232F3E;
  border-radius: 212px;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide {
  transform: translate(0px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(02) {
  transform: translate(-30px, 0px);
  z-index: -1;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(03) {
  transform: translate(-60px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(04) {
  transform: translate(-90px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
  transform: translate(-120px, 0px);
  transform: translate(-130px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(06) {
  transform: translate(-170px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  z-index: 999;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure.client-pictures {
  border-color: white !important;
  z-index: 999;
}

.review-slider-child p {
  margin: 3.4rem 0 0;
  width: 100%;
  border-top: 1px solid rgba(87, 201, 221, 0.87);
  padding-top: 10px;
  color: #333;
  font-family: "Work Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.9px;
}

/* reviews css */
/* services-sec */
.services-sec {
  background: #E6FAFC;
}

.py {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* services-sec */
/* hero section */
.hero-section {
  background-image: url("../images/hero-bg.webp");
  height: 100vh;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}

.hero-section:before {
  /* backdrop-filter: blur(11px); */
  opacity: 0.3;
  background: #000;
  position: absolute;
  right: 0;
  left: unset;
  top: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: all ease 5s;
}

.hero-section.box.show:before {
  opacity: 0.5;
  transition: all ease 1s;
}

.side-line {
  border: 0px solid;
  border-left: 3px solid rgba(87, 201, 221, 0.87);
  padding-left: 1rem;
  width: 76%;
}

header {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all ease-in-out .7s;
}

.tags.white {
  color: white;
}

.parent-form {
  border-radius: 10px 10px 10px 0px;
  border: 1px solid rgba(87, 201, 221, 0.87);
  opacity: 1;
  background: #00000096;
  padding: 20px;
  position: relative;
  z-index: 1;
  animation: 4s linear infinite bf-animate;
}

.parent-form h6 {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.2px;
  margin-bottom: 11px;
}

.parent-form :is(input, textarea, select) {
  border-radius: 5px;
  border: 1px solid #54595F;
  background-color: transparent;
  color: #FFF !important;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.parent-form :is(input, textarea, select)::placeholder {
  color: #FFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.parent-form .form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(87, 201, 221, 0.87);
}

.parent-form .custom-btn {
  width: 100%;
  opacity: 1;
}

.form-select:focus {
  border-color: rgba(87, 201, 221, 0.87);
  outline: 0;
  box-shadow: none;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: unset !important;
  color: inherit !important;
}

option {
  border-radius: 5px;
  border: 1px solid #54595F;
  background-color: rgba(0, 0, 0, 0.3215686275);
  opacity: 0.6;
  color: #FFF !important;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a.nav-link {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 5px;
}

header a.nav-link:is(.active, :hover) {
  color: rgba(87, 201, 221, 0.87) !important;
}

.btn-parent {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2rem;
}

/* hero section */
/* portfolio css */
.portfolio-sec {
    position: relative;
    z-index: 2;
    background: #E6FAFC;
    height: 100%;
    width: 100%;
    padding-bottom: 16rem;
}

.portfolio-sec .hand-writing {
  position: absolute;
  left: 0;
  top: -167px;
  z-index: -1;
}

.portfolio-sec .man-hand-writing {
  position: absolute;
  top: -218px;
  right: 0;
  z-index: -1;
}

.tags.yellow-tag p {
  color: white;
}

.tags.yellow-tag .dots {
  background: white;
}

.swiper.portfolio-slider {
  padding: 0rem 0 0rem;
}

/* portfolio css */
/* packages css  */
.for-top-layers {
  position: relative;
}

.for-top-layers .left-bubble-layers {
  position: absolute;
  left: 0;
  top: -110px;
  z-index: -1;
}

.for-top-layers .bubble-layers-3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.packages-card {
  border-radius: 6px;
  border: 1px solid #2E3031;
  background: #FFF;
  padding: 22px;
}

.packages-card .heading {
  color: #2E3031;
  font-family: "Work Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.packages-header .pricing {
  color: #2E3031;
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
  margin: 1.4rem 0 2rem;
  justify-content: center;
  border: 1.5px solid #2E3031;
}

.packages-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  max-height: 500px;
  padding: 0;
}

span.pkg-details {
  color: #191D23;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
}

.packages-card ul li {
  display: flex;
  align-items: start;
  gap: 10px;
}

.packages-card.active .heading,
.packages-card.active p,
.packages-card.active .pricing {
  color: white;
}

.packages-card.active .packages-header .custom-btn.white-btn {
  background: transparent;
  color: white;
  border-color: white;
}

.packages-card.active ul span.pkg-details {
  color: white;
}

.packages-card.active ul li .pkg-icon {
  background: white;
}

.packages-card p {
  /* font-weight: 300; */
  font-size: 15px;
}

.custom-btn.white-btn {
  background: white;
  color: #2E3031;
}

.packages-card {
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
  overflow: hidden;
}

.packages-card ul li .pkg-icon {
  background: #57C9DD;
  border-radius: 22px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages-card:before {
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  content: "";
  position: absolute;
  background: #57C9DD;
  z-index: -1;
  transition: all ease 0.5s;
  opacity: 0;
}

.packages-card.active:before {
  opacity: 1;
  height: 100%;
}

.tags p {
  color: #F90;
  text-align: center;
  font-family: "Lily Script One";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.98px;
  text-transform: capitalize;
}

.packages-section {
  /* margin-top: 7rem; */
}

/* width */
.packages-card ::-webkit-scrollbar {
  width: 20px;
  width: 4px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 250px;
}

.packages-card ::-webkit-scrollbar-track {
  border-radius: 10px;
  border-radius: 250px;
  background: rgba(46, 48, 49, 0.1843137255);
}

.packages-card ::-webkit-scrollbar-thumb {
  background: rgba(87, 201, 221, 0.87);
  border-radius: 10px;
  width: 4px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 250px;
}

.packages-card.active ::-webkit-scrollbar-thumb {
  background: #000;
}

.packages-card ::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.packages-card.active ul li .pkg-icon {
  background: white;
}

/* Track */

.bg-layer-right {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

.about-us {
  position: relative;
  z-index: 0;
}

.parent-about-images {
  position: relative;
  z-index: 0;
}

.parent-about-images figure.right-img {
  position: absolute;
  right: -100px;
  top: 120px;
  animation: slideIn 10s linear infinite;
}

.reviews-sec {
  position: absolute;
  bottom: 16px;
  z-index: 2;
  width: 250px;
  height: 140px;
  right: -40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(207, 207, 207, 0.50);
  padding: 24px;
}

a.parent-ceo figure {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
}

a.parent-ceo figure figcaption strong {
  color: #333;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

a.parent-ceo figure figcaption span {
  color: #333;
  font-family: "Work Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-us .custom-content p {
  margin: 1rem 0 1rem;
}

.bg-layer-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ghostwriting-solutions-slider  */

.parent-ghostwriting-solutions-slider {
  position: relative;
  z-index: 0;
}

.ghostwriting-solutions-slider {
  height: 960px;
  position: relative;
  z-index: 0;
}

.services-card {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #FFF;
  height: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}

figure.arrow-white {
  position: absolute;
  right: 0;
  top: 200px;
  border-radius: 50px 0 0 50px;
  background: #E6FAFC;
  border: 1px solid #FFF;
  padding: 5px;
  margin: 0;
}

figure.services-img img {
  width: 100%;
  transition: all ease .5s;
}

.services-card.first-services-card {
  padding: 22px;
}

.services-card .content-card {
  padding: 24px 25px;
}

.services-card .content-card p {
  margin: 0;
}

.services-card.first-services-card .custom-btn {
  display: inline;
}

.services-card.first-services-card p {
  margin-bottom: 1rem;
}

figure.services-img {
  margin: 0;
}

header .btn-parent {
  margin-top: 0;
}

.services-card .heading-3 {
  color: #000;
}

.services-card .content-card p {
  color: #333;
}

.parent-why-chcoice-list {
  padding-right: 3rem;
}

.inner-parent-why-choice {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 50% 50%;
  width: 90%;
  gap: 20px;
  margin-top: 2rem;
}

.list-child-why-choice-us {
  width: auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 0 20px 0 rgba(207, 207, 207, 0.28);
  display: inline-flex;
  padding: 28px 40px 28px 28px;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
}

.list-child-why-choice-us figure {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

/* what we offer */

/* why-choice-us-sec  */
figure.crafting-quality-img {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  width: 50%;
}

.why-choice-us-sec.py {
  position: relative;
  z-index: 0;
}

.why-choice-us-bg {
  background-size: 810px 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}

figure.crafting-quality-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-child-why-choice-us figure figcaption {
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
}

.main-heading.centered {
  text-align: center;
  margin-bottom: 2rem;
}

.main-heading.centered .tags {
  justify-content: center;
}

.main-heading.centered p {
    width: 75%;
    margin: auto;
    color: #333;
}

/* .quick-inquiry-sec */

.quick-inquiry-sec .container {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 5px 30px 0 rgba(207, 207, 207, 0.50);
  overflow: hidden;
  margin-top: -15rem;
  z-index: 2;
  position: relative;
}

figure {
  margin: 0;
}

figure.quick-inquiry-img img {
  margin-left: auto;
}

figure.quick-inquiry-img {
  position: relative;
  z-index: 0;
}

.satisfied-customers-percentage {
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 5px 30px 0 rgba(207, 207, 207, 0.50);
  display: flex;
  align-items: center;
  padding: 14px 20px;
  left: -120px;
  bottom: 16px;
  gap: 4px;
}

.numbers-of-percentage span {
  color: #333;
  text-align: center;
  font-family: "DM Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 3px;
  display: inline-block;
}

.satisfied-customers span {
  display: block;
  color: #333;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.quick-inquiry-sec .main-heading {
  height: 100%;
  padding-left: 3rem;
}

.quick-inquiry-sec a.btn.custom-btn {
  display: inline-block;
}

/* team css */
.team-card-parent {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 500px;
}

.team-member-details {
  position: absolute;
  bottom: 35px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 5px 16px 0 rgba(218, 218, 218, 0.50);
  text-align: center;
  padding: 20px 50px;
  z-index: 99999;
  height: auto;
}

.social-media-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 6px;
}

.team-member-details figcaption {
  color: #000;
  text-align: center;
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.team-card-parent figure {
  position: relative;
  z-index: 1;
}

span.team-member-professional {
  color: #333;
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.team-card-parent figure img {
  width: 100%;
}

.cta-counter {
  background-image: url('../images/bg-dook.webp');
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}

.counter-child {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 5px 30px 0 rgba(218, 218, 218, 0.50);
  display: flex;
  align-items: center;
  height: 150px;
  gap: 16px;
  border-radius: 10px;
  overflow: hidden;
}

p.counter-number {
  margin: 0;
  color: #333;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.6px;
}

.counter-child figure {
  background: rgba(87, 201, 221, 0.87);
  height: 100%;
  width: 78.34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-child span {
  color: #171717;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.py2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* faq css */
.faqs {
  background-image: url('../images/faq-bg.webp');
  height: 100%;
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
  background: transparent;
}

.accordion-item {
  background: transparent;
  border-color: #57C9DD;
}

.accordion-button {
  background: transparent;
}

.accordion-button:not(.collapsed) {
  color: #333333;
}

.accordion-button {
  color: #333333;
}

.accordion-body {
  color: #333333;
}

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

.accordion-button:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

/* testimonials css */
.testimonials-card {
  border-radius: 10px;
  background: #E6FAFC;
  display: flex;
  width: 100%;
  height: auto;
  padding: 50px 30px 36px 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.testimonials-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.testimonials-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonials-header figcaption {
  color: #000;
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  flex-direction: column;
  display: flex;
}

.testimonials-header figcaption span {
  color: #171717;
  font-family: "Work Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

/* footer css */
/* our-authers */
.our-authers-card {
  text-align: center;
  position: relative;
  z-index: 0;
}

.our-authers-card figure {
  margin-bottom: 1rem;
}

.our-authors-bottom-layer {
  position: absolute;
  bottom: -20px;
  left: 0;
  max-width: 190px;
}

.py2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

footer {
  background: rgba(87, 201, 221, 0.87);
  padding: 5rem 0 0rem;
  position: relative;
  z-index: 0;
}

.social-media-list {
  display: flex;
  gap: 12px;
}

.left-footer p {
  color: #333;
}

/* footer */
ul.footer-anchar-list li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: "Work Sans";
}

ul.footer-anchar-list {
  list-style-image: url('../images/list-item-arrow.png');
  padding-left: 22px;
}

.footer-link-parent .footer-link-child:before {
  content: "";
  width: 18px;
  height: 2px;
  flex-shrink: 0;
  background: #333;
  position: absolute;
  bottom: -20px;
}

.footer-link-parent .footer-link-child:after {
  content: "";
  width: 60%;
  height: 2px;
  flex-shrink: 0;
  background: #333;
  position: absolute;
  bottom: -20px;
  left: 20%;
}

.footer-link-parent h6 {
  display: inline-block;
  margin-bottom: 3rem;
  color: #000;
  position: relative;
  z-index: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.92px;
  text-transform: capitalize;
  font-family: "Work Sans";
}

ul.footer-anchar-list li {
  margin: 0px 0 18px;
}

.recent-post {
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
}

.actual-date {
  color: #333;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.post-content {
  width: 100%;
}

.post-date h6 {
  color: #333;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.2px;
  text-transform: capitalize;
  margin: 0;
}

.recent-post figure {
  width: 40%;
  overflow: hidden;
  border-radius: 8px;
}

.recent-post figure img {
  transition: all ease .4s;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list {
  list-style: none;
  padding: 0;
}

.parent-bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.parent-bottom-footer ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.bottom-footer {
  background: #000;
  margin-top: 5rem;
}

figure.footer-arrow {
  position: relative;
  z-index: 0;
  top: -40px;
  cursor: pointer;
}

.parent-bottom-footer p {
  margin: 0;
  font-weight: 500;
  color: white;
}

.parent-bottom-footer ul li a {
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  color: white;
}


.email-subscribe input {
  border-radius: 6px 0px 0px 6px;
  border: #F90;
  display: flex;
  width: 100%;
  height: 62px;
  padding: 16.5px 65.2px 16.5px 15px;
  justify-content: center;
  align-items: center;
  border: 0px solid #F90;
  border-radius: 6px;
}

.email-subscribe form {
  position: relative;
  z-index: 0;
}

.email-subscribe form button.btn.btn-primary {
  position: absolute;
  right: 9px;
  top: 8px;
  background: #000;
  border-radius: 8px;
  border: 0;
  height: 47px;
  padding: 0 14px;
}

.email-subscribe {
  margin: 2rem 0 0;
}

.email-subscribe label.form-check-label {
  color: rgba(255, 255, 255, 0.60);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.email-subscribe label.form-check-label a {
  color: #FFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-left: 4px;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

span.post-img {
  display: inline-block;
}

.form-check-input[type=checkbox] {
  padding: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #CCC;
}

.email-subscribe label.form-check-label {
  color: rgba(255, 255, 255, 0.60);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

figure.footr-logo {
  margin-bottom: 1rem;
}

a.navbar-brand {
  color: rgba(87, 201, 221, 0.87);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.6px;
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid #57C9DD;
}

.hero-section .custom-btn.transparent {
  /* border: 0; */
  /* padding: 6px; */
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

/* footer css */

/* animation */

.typing-container p span.typed-text {
  font-weight: normal;
  color: #dd7732;
}

.typing-container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.typing-container p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

.typing-container span {
  color: rgba(87, 201, 221, 0.87);
}

@keyframes bf-animate {

  0%,
  100% {
    border-color: rgb(255, 255, 255);
  }

  50% {
    border-color: rgba(87, 201, 221, 0.87);
    filter: drop-shadow(0px 0px 50px rgba(119, 87, 0, 0.87));
  }

  80% {
    border-color: rgb(255, 255, 255);
  }
}

@keyframes slideIn {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(-20px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.list-child-why-choice-us:is(.active, :hover) {
  background: rgba(87, 201, 221, 0.87);
}

.list-child-why-choice-us:is(.active, :hover) img {
  filter: brightness(0) invert(1);
}

.list-child-why-choice-us:is(.active, :hover) figure figcaption {
  color: white;
}

.swiper-slide:is(.swiper-slide-active, :hover) .team-member-details {
  background: rgba(87, 201, 221, 1);
}

.swiper-slide:is(.swiper-slide-active, :hover) .team-member-details figcaption {
  color: white;
}

.swiper-slide:is(.swiper-slide-active, :hover) span.team-member-professional {
  color: white;
}

.accordion-button:hover {
  background: rgba(87, 201, 221, 0.87);
  color: white;
}

.services-card:before {
  background: rgba(87, 201, 221, 0.87);
  opacity: 0;
  height: 0%;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  transition: all ease .5s;
}

.services-card:hover:before {
  background: rgba(87, 201, 221, 0.87);
  opacity: 1;
  transition: all ease .5s;
  height: 100%;
}

.services-card:hover .heading-3 {
  color: white;
  transition: all ease .6s;
}

.services-card:hover p {
  color: white;
  transition: all ease .6s;
}

.services-card:hover .heading-2 {
  color: white;
}

.services-card:hover .tags {
  color: white;
}

.services-card:hover .tags .dots {
  background: white;
}

.services-card:hover .btn.custom-btn {
  background: white;
  color: black;
}

.services-card:hover figure.services-img img {
  transform: scale(1.1);
  transition: all ease .5s;
}

.services-card figure.services-img {
  overflow: hidden;
  transition: all ease .5s;
}

.recent-post:hover figure img {
  transform: scale(1.2);
  transition: all ease .4s;
}

.recent-post figure img {
  transition: all ease .4s;
}

.custom-btn:hover {
  background: rgb(0 149 175);
  color: white;
}

.swiper.portfolio-slider figure {
  overflow: hidden;
  border-radius: 12px;
}

.swiper.portfolio-slider figure:hover img {
  transform: scale(1.1);
  transition: all ease .3s;
}

.swiper.portfolio-slider figure img {
  transition: all ease .3s;
  width: 100%;
}


ul.footer-anchar-list li a:hover {
  color: white;
}

.recent-post:hover span.post-img {
  filter: brightness(0) invert(1);
}

.recent-post:hover .actual-date {
  color: white;
}

.recent-post:hover .post-date h6 {
  color: white;
}

.email-subscribe:hover button.btn.btn-primary {
  background: rgba(87, 201, 221, 0.87);
}

.social-media-list figure:hover img {
  filter: brightness(0) invert(1);
}

.parent-bottom-footer ul li a:hover {
  color: rgb(126 236 255 / 87%);
}

.packages-card.active:hover .packages-header .custom-btn.white-btn {
  background: white;
  color: black;
  border-color: black;
}

/* animation */

/* top header css */
.top-header-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.office-details {
  display: flex;
  align-items: center;
  gap: 24px;
}

.office-time {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
}

.office-time p {
  color: white;
  margin: 0;
}

.top-social-media-list {
  display: flex;
  align-items: center;
}

.top-social-media-list p {
  margin: 0;
  color: white;
  margin-right: 1rem;
}

.top-social-media-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-social-media-list ul li a img {
  transition: all ease .4s;
}

.top-header {
  background: #57C9DD;
  padding: 12px 0;
}

/* top header css */

/* inner css */
.inner-banner {
  background-image: url('../images/banner-bg.png');
  background-size: cover;
  height: 390px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner .heading-1 {
  font-size: 40px;
  text-align: center;
  color: white;
}

.bread-crums ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
  color: white;
  justify-content: center;
}

.bread-crums ul li a {
  color: #57C9DD;
}

.bread-crums ul li a.active {
  color: white;
}

.video-parent video {
  width: 807px;
  height: 505px;
  border-radius: 10px;
  border: 0px solid #F90;
  background: transparent;
  object-fit: cover;
  text-align: center;
}

.video-section {
  position: relative;
  z-index: 0;
  text-align: center;
}

.video-parent {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .custom-btn.transparent:hover {
  /* background: transparent; */
  /* color: rgb(87 201 221); */
}

/* services-page */
.reverse-row {
  flex-direction: row-reverse;
}

.services-list {
  border-radius: 20px;
  border: 1px solid #54595F;
  padding: 30px;
  position: sticky;
  top: 100px;
}

.services-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #CCFAFF;
  padding: 14px 15px;
  margin: 16px 0;
}

.services-list ul li:nth-child(01) a {
  margin-top: 0;
}

.services-list ul li:last-child a {
  margin-bottom: 0;
}

.services-list ul li a {
  color: #302F2F;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-list .heading-2 {
  margin-bottom: 1.6rem;
}

.services-detail-content .heading-2 {
  margin: 2rem 0 1rem;
}

.step-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.step-content-header span {
  color: #333;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step-content {
  border-radius: 20px;
  border: 1px solid #54595F;
  padding: 25px 25px;
}

a.transparent-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.step-content-parent .row {
  margin: 2rem 0;
}

figure.step-images img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

figure.step-images {
  height: 100%;
  width: 100%;
}

.services-details {
  position: relative;
  z-index: 0;
}

.services-list ul li a:is(:hover, .active) {
  background: rgba(87, 201, 221, 0.87);
  color: #000000;
}

.accordion-button:hover:after {
  filter: brightness(0) invert(1);
}

.team-sec {
  overflow-x: hidden;
}

/* services-page */

/* contact */
.contact-card-row {
  padding-top: 1rem;
}

/* conatct css */
.contact-sec {
  padding: 8rem 0 4rem;
  /* overflow-x: hidden; */
  position: relative;
  z-index: 0;
}

.contact-card {
  border-radius: 10px;
  background: #FFD0B8;
  padding: 2rem 25px;
}

.contact-card h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  font-family: "Work Sans";
}

ul.contact-list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  margin: 2rem 0 0rem;
}

.contact-card p {
  color: #333;
}

ul.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.contact-list li p {
  margin: 0;
}

ul.contact-list a {
  color: #333;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.contact-card-row {
  padding-top: 1rem;
}

section.iframe-map {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

.contact-sec figure.mic-outer {
  top: 60px;
}

.child-check-boxes {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    align-items: center;
}

.Work-form-parent {
  padding-top: 3rem;
  /* border-top: 2px solid #FFF; */
  margin-top: 1rem;
}

.Work-form-parent label.form-label,
.Work-form-parent h6 {
  color: #333;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 187.5% */
}

.Work-form-parent input {
  margin-bottom: 2rem;
  border-radius: 10px;
  border: 1px solid #CCC;
  background-color: #FFF;
  height: 54px;
}

.child-check-boxes label.form-check-label {
  color: #333;
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}

.child-check-boxes .form-check-input[type=checkbox] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #CCC;
}

.child-check-boxes .form-check {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0;
  line-height: normal;
  min-height: auto;
  height: 40px;
}

.Work-with-us-sec .container {
  border-radius: 20px;
  background: #F0F0FF;
  padding: 7rem 6rem;
  width: 55%;
}

.form-check-input:checked {
  background-color: #57C9DDDD;
}

.form-check-input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.parent-check-boxes {
  margin-bottom: 1rem;
}

.form-check.bottom-check {
  margin-top: 1rem;
}

.form-check.bottom-check label.form-check-label {
  color: #333;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
  margin-left: 10px;
}

.form-check.bottom-check label.form-check-label a {
  color: #333;
  font-family: "Work Sans";
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.Work-form-parent .custom-btn.big.white {
  background: #000;
  border-color: #000;
}

span.top-line {
  width: 100%;
  height: 2px;
  background: white;
  display: flex;
  position: relative;
  z-index: 0;
  top: -55px;
}

span.top-line:before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -5px;
  right: unset;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  content: "";
  background: white;
}

span.top-line:after {
  position: absolute;
  z-index: 0;
  left: unset;
  top: -5px;
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  content: "";
  background: white;
}

.Work-with-us-sec .main-heading.centered p {
  width: 80%;
}

.Work-form-parent textarea {
  height: 180px;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #57C9DD;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.inner-banner {
  padding-top: 3rem;
}

.email-subscribe .form-check-input[type=checkbox] {
  width: 14px;
  height: 14px;
  border-color: white;
}

/* contact */

/* modal css */
#popup_form {
  backdrop-filter: blur(5px);
}

#popup_form .close span {
  position: relative;
  top: -3px;
}

.modal-header {
  padding: 0;
  border: 0;
}

.modal-content {
  background: transparent;
  border: none;
}

#popup_form .close {
  background-color: #000;
  color: #fff;
  border-radius: 23px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 18px;
  z-index: 1;
  top: 18px;
  cursor: pointer;
  opacity: 1;
  font-size: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup_form .close span {
  position: relative;
  top: -3px;
}

.entry-box {
  background: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  /* box-shadow: 0 0 50px 0 #000; */
  position: relative;
  overflow: hidden;
  pointer-events: auto;
}

.entry-left {
  text-align: center;
  background: rgb(87 201 221);
}

.entry-box h1 {
  text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 60px;
  font-family: "DM Sans";
}

.entry-right {
  padding: 0px 30px;
}

.entry-right .text {
    position: relative;
    margin: 12px 0 12px;
}

.entry-right .text:before {
  content: "";
  width: 6px;
  height: 50px;
  background: rgb(87 201 221);
  border-radius: 20%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.entry-right .text h2 {
  font-size: 30px;
  color: #313131;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  font-family: "DM Sans";
}

.entry-right .text h2 span {
  color: rgb(87 201 221);
}

.entry-right p {
  color: #343434;
  font-size: 12px;
  margin: 0;
}

.entry-right .form-group {
  margin-bottom: 10px;
}

.entry-right input {
  border-radius: 5px;
  height: 51px;
  padding-left: 20px;
  border: 2px solid #e3e3e3;
  box-shadow: none;
  background: #fafafa;
  margin: 5px 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  /* font-family: Inter; */
  font-family: "DM Sans";
  font-size: 14px;
  line-height: normal;
}

.entery-submit {
  width: 60%;
  background: rgb(87 201 221) !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: none !important;
  padding: 10px;
  cursor: pointer;
  border-radius: 30px;
  font-family: "DM Sans";
}

/* modal css */


/* header  */
header#header.fixed {
  position: fixed;
  top: 0;
  transition: all ease-in-out .7s;
  background: #57C9DD;
}

header#header.fixed nav.navbar {
  background: transparent;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
  background: white;
  color: #DA6A2F;
}

header#header.fixed nav.navbar .navbar-brand {
  color: white;
}


header.fixed .nav-link:is(.active, :hover) {
  color: #57c9dd !important;
  background: #ffffff;
}

header.fixed .nav-link {
  border-radius: 6px;
}

header.fixed .custom-btn.big {
  border-color: white;
}

/* header  */

.iti.iti--allow-dropdown {
    width: 100%;
}

a.navbar-brand {
    max-width: 200px;
}

a.navbar-brand img {
    filter: brightness(0) invert(1);
}

figure.footr-logo img {
    filter: brightness(0) invert(1);
    max-width: 250px;
}



.custom-btn.transparent.black {
    color: black;
    border-color: black;
}

.custom-btn.transparent.black:hover {
    color: white;
    border-color: white;
}

.testimonials-header figure {
    max-width: 70px;
}

.testimonials-card p {
    height: 110px;
    overflow-y: auto;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #57C9DD #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #57C9DD;
    border-radius: 10px;
    border: 3px solid #ffffff;
}


.services-sec {
    background-image: url('../images/services-sec-back.webp');
    height: 100%;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

:focus-visible {
    outline: 0 !important;
}