* {
  box-sizing: border-box;
}

a,
span,
i {
  display: inline-block;
}

body {
  position: relative;
  font-family: "Public Sans";
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}


:root {
  --black: #101012;
  --primary: #6265fe;
  --black-opacity: #10101280;
  --white: #ffffff;
  --white-opacity: #ffffff80;
  --border-color: #ffffff1a;
  --light-green: #f0fef8;
  --bg-light-gray: #f5f5f5;
  --bg-light-purple: #f5f6ff;
  --bg-soft-purple: #edeeff;
  --text-muted: #555555;
  --light-blue: #cfe7ff;
  --border-black-10: #1010121a;
  --border-black-7: #10101211;
  --primary-opacity-20: #6265fe33;
  --primary-bg-opacity-10: #6b5ce71a;
  --white-opacity-10: #ffffff1a;
}

@font-face {
  font-family: "Bricolage Grotesque ExtraLight";
  src:
    url("../fonts/BricolageGrotesque-ExtraLight.woff2") format("woff2"),
    url("../fonts/BricolageGrotesque-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque Medium";
  src:
    url("../fonts/BricolageGrotesque-Medium.woff2") format("woff2"),
    url("../fonts/BricolageGrotesque-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src:
    url("../fonts/BricolageGrotesque-Regular.woff2") format("woff2"),
    url("../fonts/BricolageGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src:
    url("../fonts/PublicSans-Regular.woff2") format("woff2"),
    url("../fonts/PublicSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans ExtraLight";
  src:
    url("../fonts/PublicSans-ExtraLight.woff2") format("woff2"),
    url("../fonts/PublicSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/*-- Slick CSS --*/
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-- Title --*/
h1,
.h1 {
  font-family: "Bricolage Grotesque Medium";
  font-weight: 500;
  font-size: 66px;
  line-height: 1.2;
  margin: 0;
}

h2,
.h2 {
  font-family: "Bricolage Grotesque Medium";
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
  margin: 0;
}

h3,
.h3 {
  font-family: "Bricolage Grotesque Medium";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}

h4,
.h4 {
  font-family: "Bricolage Grotesque Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

a:focus-visible {
  border: none;
  outline: none;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

p {
  margin: 0;
}

.padding-block {
  padding: 120px 0;
}

input:focus,
textarea:focus {
  border: 1px solid var(--black);
  outline: none;
}

/* ── Common Section Header ── */
.section-header {
  margin-bottom: 80px;
}

.section-header.center {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section-title {
  color: var(--black);
  margin-bottom: 32px;
}

.section-subtitle {
  color: var(--black-opacity);
  font-family: "Public Sans ExtraLight";
  font-weight: 200;
  line-height: 1.2;
  font-size: 18px;
}

@media screen and (max-width: 1800px) {
  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-header.center {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1600px) {
  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .section-header {
    margin-bottom: 20px;
  }

  .section-header.center {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 20px;
  }

  .section-header.center {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 24px;
  }

  .section-header.center {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 430px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

@media screen and (max-width: 1800px) {
  .padding-block {
    padding-block: 80px;
  }

  .container {
    max-width: 1500px;
  }

  h1,
  .h1 {
    font-size: 56px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }

  .padding-block {
    padding-block: 80px;
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  .PrimaryBtn {
    padding: 16px 24px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .padding-block {
    padding-block: 60px;
  }

  .container {
    max-width: 1140px;
  }

  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .padding-block {
    padding-block: 50px;
  }

  .container {
    max-width: 960px;
  }

  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .padding-block {
    padding-block: 40px;
  }

  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .container {
    max-width: 1140px;
  }

  h1,
  .h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    max-width: 421;
  }

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 430px) {

  h4,
  .h4 {
    font-size: 16px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 321px) {

  h4,
  .h4 {
    font-size: 16px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h1,
  .h1 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
}

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

.entry-title {
  display: none;
}

.edit-link {
  display: none;
}

.primarBtn {
  display: inline-flex;
}

.primarBtn a,
.primarBtn button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  border-radius: 60px;
}

.primarBtn a::before,
.primarBtn button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  height: 100%;
  background: var(--primary);
  transition: all 0.4s ease;
  z-index: 1;
  border-radius: 60px;
}

.primarBtn a::after,
.primarBtn button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease;
  z-index: 1;
  border-radius: 60px;
}

.primarBtn a:hover::before,
.primarBtn button:hover::before {
  width: 100%;
}

.primarBtn a:hover::after,
.primarBtn button:hover::after {
  left: 100%;
}

.primarBtn .btn-desc {
  position: relative;
  z-index: 2;
  border: 1px solid var(--black);
  height: 60px;
  padding: 10px 32px 10px 24px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.primarBtn .btnImg {
  position: relative;
  z-index: 2;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-left: -16px;
  transition: all 0.3s ease;
}

.primarBtn .btnImg img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.primarBtn a:hover .btn-desc,
.primarBtn button:hover .btn-desc {
  color: var(--white);
  border-color: transparent;
}

.primarBtn a:hover .btnImg,
.primarBtn button:hover .btnImg {
  background: var(--black);
}

.primarBtn .btnImg img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.primarBtn a:hover .btnImg img,
.primarBtn button:hover .btnImg img {
  transform: rotate(-10deg);
}

@media screen and (max-width: 1600px) {
  .primarBtn .btn-desc {
    height: 50px;
    padding: 10px 28px 10px 24px;
    font-size: 16px;
  }

  .primarBtn .btnImg {
    width: 50px;
    height: 50px;
    margin-left: -12px;
  }

  .primarBtn .btnImg img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .primarBtn a {
    margin-bottom: 10px;
  }

  .primarBtn .btn-desc {
    height: 44px;
    padding: 10px 25px 10px 13px;
    font-size: 14px;
  }

  .primarBtn .btnImg {
    width: 44px;
    height: 44px;
    margin-left: -16px;
  }

  .primarBtn .btnImg img {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 430px) {
  .primarBtn .btn-desc {
    height: 38px;
    padding: 10px 25px 10px 13px;
  }

  .primarBtn .btnImg {
    width: 38px;
    height: 38px;
  }

  .primarBtn .btnImg img {
    width: 14px;
    height: 14px;
  }
}

br {
  display: none;
}

/* -------header-------- */
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  width: 100%;
  z-index: 10000;
  background: transparent;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}

.navbar .menu {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.navbar .menu li a {
  font-family: "Public Sans";
  font-size: 18px;
  font-weight: 400;
  color: var(--black-opacity);
  line-height: 1.2;
  transition: color 0.3s ease;
}

.navbar .menu li a:hover {
  color: var(--black);
}

.navbar .menu li.current-menu-item a {
  color: var(--black);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--black);
  display: block;
}

.menu-close {
  display: none;
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu-close::before,
.menu-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--black);
  transform-origin: center;
}

.menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.site-header.scrolled {
  transition: all 0.3s linear;
}

.navbar.scrolled {
  background: var(--white);
  padding: 14px 20px;
  border-radius: 45px;
}

@media screen and (max-width: 1199px) {
  .navbar .menu {
    gap: 20px;
  }

  .navbar .menu li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    top: 48px;
  }

  .navbar {
    background-color: var(--white);
    padding: 14px 20px;
    border-radius: 45px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100%;
    background: var(--white);
    padding: 30px 20px;
    padding-top: 100px;
    transition: 0.3s ease;
    z-index: 9999;
  }

  .main-navigation.active {
    left: 0;
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.15);
  }

  .menu-close {
    display: block;
    font-size: 28px;
    text-align: right;
    cursor: pointer;
    top: 18px;
  }

  .navbar .menu {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }

  .header-btn {
    display: none;
  }

  .navbar {
    margin: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .main-navigation {
    width: 100%;
  }

  .site-header {
    top: 35px;
  }

  .site-branding img {
    max-width: 108px;

  }

  .menu-toggle span {
    width: 20px;
  }
}

/* ----------Hero Banner------- */
.hero-banner {
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}

.hero-banner .hero-banner-gradient {
  background: linear-gradient(180deg, #cfe7ff 0%, rgba(190, 243, 223, 0) 100%);
  width: 100%;
  height: 100%;
  border-radius: 40px;

}

.hero-banner .hero-banner-gradient .row {
  position: relative;
  z-index: 100;
}

.hero-banner .content {
  padding-top: 210px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.hero-banner .content h1 {
  margin-bottom: 32px;
}

.hero-banner .content p {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
  margin-bottom: 32px;
  color: var(--black-opacity);
  font-family: "Public Sans ExtraLight";
}

.hero-banner .hero-img {
  margin-top: -30px;
}

.hero-banner .hero-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .hero-banner .content {
    max-width: 1030px;
  }

  .hero-banner .content h1 {
    margin-bottom: 20px;
  }

  .hero-banner .content p {
    margin-bottom: 20px;
  }

  .hero-banner .content {
    padding-top: 180px;
  }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
  .hero-banner .hero-img {
    margin-top: -10px;
  }

  .hero-banner .content {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner .hero-banner-gradient {
    border-radius: 16px;
  }

  .hero-banner .content {
    max-width: 577px;
    padding-top: 140px;
  }

  .hero-banner .content p {
    font-size: 16px;
  }

  .hero-banner {
    padding: 15px;
  }

  .hero-banner .hero-img {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .hero-banner .content {
    padding-top: 120px;
  }
}

@media screen and (max-width: 430px) {
  .hero-banner .content {
    padding-top: 100px;
  }
}

/* -------Footer ------- */

.footer {
  background-color: var(--black);
  padding-top: 574px;
}

.footer .footer-widgets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border-color);
}

.footer .footer-widgets .footer-title {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 32px;
  font-family: "Bricolage Grotesque Medium";
}

.footer .footer-widgets .menu-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer .footer-widgets .menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
  color: var(--white-opacity);
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
}


.footer .footer-widgets .menu-item a::before,
.footer .footer-widgets .menu-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 2px;
  width: 0%;
  transition: all 0.4s ease;
}


.footer .footer-widgets .menu-item a::before {
  left: 0;
  background: var(--white);
}


.footer .footer-widgets .menu-item a::after {
  right: 0;
  background: var(--orange);
}


.footer .footer-widgets .menu-item a:hover::before,
.footer .footer-widgets .menu-item a:hover::after {
  width: 100%;
}

.contact-details__item {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}


.contact-details__icon a {
  width: 28px;
  height: 28px;
}


.footer .footer-widgets .menu-item a:hover {
  color: var(--white);
}

.right-reserved p {
  margin: 0;
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
  line-height: 1.2;
  color: var(--white-opacity);
}

.footer-newsletter {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--white-opacity-10);
  margin-bottom: 60px;
}

.footerleft {
  width: 100%;
  max-width: 512px;
}

.footerleft .footer-logo {
  margin-bottom: 32px;
}

.footer-desc {
  color: var(--white-opacity);
  font-size: 18px;
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
  line-height: 1.2;
}

.footer-right {
  width: 100%;
  max-width: 648px;
  height: 100%;
}

.footer-right h4 {
  color: var(--white);
  margin-bottom: 32px;
}

.custom-newsletter-form {
  border: 1px solid var(--white-opacity-10);
  border-radius: 60px;
  position: relative;
  display: flex;
  padding: 12px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-newsletter-form input {
  flex: 1;
  border: none;
  height: 100%;
  width: 100%;
  background: transparent;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  color: var(--white-opacity);
  font-family: "Public Sans ExtraLight";
}

.custom-newsletter-form .newsletter-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  max-width: 185px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  border-radius: 60px;
}


.custom-newsletter-form .newsletter-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  height: 100%;
  background: var(--primary);
  transition: all 0.4s ease;
  z-index: 1;
  border-radius: 60px;
}

.custom-newsletter-form .newsletter-btn:hover::before {
  width: 100%;
}

.custom-newsletter-form .newsletter-btn .btn-text {
  position: relative;
  z-index: 2;
  border: 1px solid var(--white);
  height: 60px;
  padding: 10px 32px 10px 24px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.custom-newsletter-form .newsletter-btn .btn-icon {
  position: relative;
  z-index: 2;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-left: -16px;
  transition: all 0.3s ease;
  z-index: 100;
  overflow: hidden;
}

.custom-newsletter-form .newsletter-btn .btn-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.custom-newsletter-form .newsletter-btn:hover .btn-text {
  border-color: transparent;
  color: var(--white);
  overflow: hidden;
}

.custom-newsletter-form .newsletter-btn:hover .btn-icon {
  background: var(--white);
}

.custom-newsletter-form .newsletter-btn:hover .btn-icon img {
  transform: rotate(-10deg);
  filter: brightness(0);
  transition: all 0.3s ease;
}

.contact-details__text a {
  color: var(--white-opacity);
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2;
  font-family: "Public Sans ExtraLight";
}

/* ── Contact Details Fix ── */

.contact-details__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-details__text .office-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque Medium";
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
}

.contact-details__text .owner-name {
  color: var(--white-opacity);
  font-size: 18px;
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
  line-height: 1.2;
  margin: 0;
  margin-bottom: 2px;
}

.contact-details__text a,
.contact-details__text p:not(.owner-name) {
  color: var(--white-opacity);
  font-size: 18px;
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
  line-height: 1.2;
}

/* plain text (no link) inside contact text */
.contact-details__text {
  color: var(--white-opacity);
  font-size: 18px;
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
  line-height: 1.2;
}

.contact-details__icon img {
  max-width: initial;
  width: 24px;
  height: 24px;
}

.contact-details__item {
  display: flex;
  gap: 10px;
}

.contact-details__item:nth-child(3) {
  margin-bottom: 10px;
}

.contact-details__item:nth-child(5) {
  margin-bottom: 5px;
}

@media screen and (max-width: 1600px) {
  .contact-details__text .office-title {
    font-size: 16px;
  }

  .contact-details__text .owner-name {
    font-size: 16px;
  }

  .contact-details__text a,
  .contact-details__text p:not(.owner-name) {
    font-size: 16px;
  }

  .contact-details__text {
    font-size: 16px;
  }

  .contact-details__icon img {
    max-width: initial;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .contact-details__text .office-title {
    font-size: 16px;
  }

  .contact-details__text .owner-name {
    font-size: 16px;
  }

  .contact-details__icon img {
    max-width: initial;
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 575px) {
  .contact-details__text .office-title {
    font-size: 14px;
  }

  .contact-details__text .owner-name {
    font-size: 14px;
  }

  .contact-details__text a,
  .contact-details__text p:not(.owner-name) {
    font-size: 14px;
  }

  .contact-details__text {
    font-size: 14px;
  }

  .contact-details__icon img {
    max-width: initial;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 1800px) {
  .footer .footer-widgets {
    gap: 28px;
    padding-bottom: 40px;
  }

  .footer .footer-widgets .footer-title {
    margin-bottom: 24px;
  }

  .right-reserved p {
    padding: 40px 0;
  }

  .footer {
    background-color: var(--black);
    padding-top: 574px;
  }

  .footer {
    background-color: var(--black);
    padding-top: 540px;
  }

  .footer-newsletter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .footerleft .footer-logo {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1600px) {
  .footer .footer-widgets {
    gap: 20px;
    padding-bottom: 30px;
  }

  .footer .footer-widgets .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer .footer-widgets .menu-item a {
    font-size: 18px;

  }

  .footer-newsletter {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .footer-right h4 {
    margin-bottom: 22px;
  }

  .custom-newsletter-form .newsletter-btn .btn-text {
    height: 50px;
    padding: 10px 28px 10px 24px;
    font-size: 16px;
    overflow: hidden;
  }

  .custom-newsletter-form .newsletter-btn .btn-icon {
    width: 50px;
    height: 50px;
    margin-left: -12px;
  }

  .custom-newsletter-form .newsletter-btn .btn-icon img {
    width: 20px;
    height: 20px;
  }

  .footer {
    padding-top: 505px;
  }

  .contact-details__text a {
    font-size: 18px;
  }

  .contact-details__item {
    gap: 12px;
    margin-bottom: 16px;
  }

  .contact-details__icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .footer .footer-widgets .footer-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer .footer-widgets .menu-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer .footer-widgets .footer-title {
    font-size: 20px;
  }

  .footer .footer-widgets .menu-item a {
    font-size: 16px;
  }

  .right-reserved p {
    padding: 30px 0;
  }

  .footer-right {
    max-width: 460px;
  }

  .footerleft {
    max-width: 424px;
  }

  .footer-right h4 {
    margin-bottom: 16px;
  }

  .footerleft .footer-logo {
    margin-bottom: 16px;
  }

  .custom-newsletter-form .newsletter-btn .btn-text {
    height: 44px;
    overflow: hidden;
  }

  .custom-newsletter-form .newsletter-btn .btn-icon {
    width: 44px;
    height: 44px;
  }

  .custom-newsletter-form .newsletter-btn {
    max-width: 157px;
  }

  .footer-desc {
    font-size: 16px;
  }

  .contact-details__icon {
    width: 24px;
    height: 24px;
  }

  .contact-details__text a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .custom-newsletter-form {
    border-radius: 16px;
    padding: 10px;
    padding-left: 0;
  }

  .footerleft .footer-logo {
    max-width: 180px;
  }

  .contact-details__icon {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 991px) {
  .footer .footer-widgets {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-newsletter {
    flex-direction: column;
    gap: 20px;
  }

  .custom-newsletter-form input {
    padding-left: 10px;
  }

  .footer-newsletter {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-details__icon a {
    width: 22px;
    height: 22px;
  }

}

@media screen and (max-width: 767px) {
  .footer .footer-widgets {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer .footer-widgets .footer-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .custom-newsletter-form input {
    padding-left: 12px;
    font-size: 16px;
  }

  .footer .footer-widgets {
    padding-bottom: 20px;
  }

  .contact-details__icon a {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 575px) {
  .footer .footer-widgets .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer .footer-widgets .menu-item a {
    font-size: 14px;
  }

  .contact-details__text a {
    font-size: 14px;
  }

  .right-reserved p {
    padding: 20px 0;
    font-size: 16px;
  }

  .footer .footer-widgets {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 430px) {
  .footer .footer-widgets {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .right-reserved p {
    font-size: 14px;
  }

  .custom-newsletter-form .newsletter-btn .btn-text {
    height: 38px;
    padding: 10px 25px 10px 13px;
    overflow: hidden;
  }

  .custom-newsletter-form .newsletter-btn .btn-icon {
    width: 38px;
    height: 38px;
  }

  .custom-newsletter-form .newsletter-btn .btn-icon img {
    width: 14px;
    height: 14px;
  }

  .custom-newsletter-form input {
    font-size: 14px;
  }

  .custom-newsletter-form .newsletter-btn {
    max-width: 133px;
  }
}

/* --------brand ------- */
.brand-marquee {
  width: 100%;
  background: transparent;
  padding: 20px 0 60px 0;
  box-sizing: border-box;
}

.marquee-wrapper {
  background: var(--black);
  border-radius: 90px;
  overflow: hidden;
  padding: 37px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 50s linear infinite;
  will-change: transform;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
}

.brand-logo-item {
  flex-shrink: 0;
}

.brand-logo-item img {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1800px) {
  .brand-marquee {
    padding: 20px 0 40px 0;
  }

  .marquee-wrapper {
    padding: 30px 0;
  }

  .marquee-content {
    gap: 40px;
  }
}

@media screen and (max-width: 1600px) {
  .brand-marquee {
    padding: 20px 0 30px 0;
  }

  .marquee-wrapper {
    padding: 25px 0;
  }

  .marquee-content {
    gap: 30px;
  }

  .brand-logo-item img {
    height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .brand-marquee {
    padding: 16px 0 30px 0;
  }

  .marquee-wrapper {
    padding: 20px 0;
    border-radius: 50px;
  }

  .brand-logo-item img {
    height: 28px;
  }

  .marquee-content {
    gap: 24px;
  }
}

@media screen and (max-width: 480px) {
  .marquee-wrapper {
    border-radius: 40px;
  }

  .brand-logo-item img {
    height: 24px;
  }
}

/* -----serivce--------- */
.services {
  background-color: var(--light-green);
}

.services-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.services-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 16px;
  line-height: 1.2;
}

.services-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card__top {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.service-card__number {
  font-size: 44px;
  font-weight: 500;
  color: var(--primary-opacity-20);
  line-height: 1.2;
}

.service-card__arrow img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.service-card__heading {
  color: var(--black);
}

.service-card__para {
  font-size: 18px;
  color: var(--black-opacity);
  line-height: 1.3;
  margin-bottom: 60px;
}

.service-card__image {
  border-radius: 40px;
  overflow: hidden;
}

.service-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

@media screen and (max-width: 1600px) {
  .services-title {
    font-size: 36px;
  }

  .services-header {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .services-title {
    font-size: 28px;
  }

  .services-subtitle {
    font-size: 14px;
  }

  .services-header {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 1800px) {
  .services-grid {
    gap: 40px;
  }

  .service-card__number {
    font-size: 38px;
  }

  .service-card__arrow img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .card {
    margin-bottom: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1600px) {
  .services-grid {
    gap: 30px;
  }

  .service-card__number {
    font-size: 32px;
  }

  .service-card__para {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .card {
    margin-bottom: 16px;
  }

  .service-card__image {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .services-grid {
    gap: 20px;
  }

  .service-card__number {
    font-size: 28px;
  }

  .service-card__image {
    border-radius: 8px;
  }

  .service-card__image img {
    border-radius: 8px;
  }

  .service-card__arrow img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .service-card__number {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .service-card__para {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 320px) {}

.who-we-are {
  background: var(--white);
}

.wwa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wwa-header__left {
  flex: 1;
  max-width: 700px;
}

.wwa-header__right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.wwa-inner {
  display: flex;
  gap: 32px;
}

.wwa-image {
  width: 100%;
  max-width: 512px;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
}

.wwa-image img {
  width: 100%;
  height: auto;
  /*aspect-ratio: 265 / 391;*/
  object-fit: cover;
  display: block;
  border-radius: 40px;
}

.wwa-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.wwa-grid> :nth-child(1),
.wwa-grid> :nth-child(2) {
  grid-column: span 3;
}

.wwa-grid> :nth-child(3),
.wwa-grid> :nth-child(4),
.wwa-grid> :nth-child(5) {
  grid-column: span 2;
}

.wwa-grid> :nth-child(4) {
  width: 512px;
  justify-self: center;
}

.stat-card {
  border-radius: 40px;
  padding: 32px 32px 32px 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  box-sizing: border-box;
}

.stat-card__bg-number {
  position: absolute;
  pointer-events: none;
  user-select: none;
  letter-spacing: -6px;
  z-index: 0;
  font-family: "Bricolage Grotesque Medium";
  font-weight: 500;
  font-size: 140px;
  line-height: 1.2;
  color: rgba(107, 92, 231, 0.1);
}

.stat-card[style*="#6265FE"] .stat-card__bg-number,
.stat-card[style*="#6B5CE7"] .stat-card__bg-number {
  color: rgba(255, 255, 255, 0.1);
}

.wwa-grid> :nth-child(1) .stat-card__bg-number {
  top: 48px;
  right: -76px;
  left: auto;
  transform: rotate(270deg);
}

.wwa-grid> :nth-child(2) .stat-card__bg-number {
  top: -43px;
  right: 12px;
  left: auto;
  transform: rotate(270deg);
}

.wwa-grid> :nth-child(3) .stat-card__bg-number {
  top: 14px;
  right: -48px;
  left: auto;
  transform: rotate(270deg);
}

/* .wwa-grid > :nth-child(4) .stat-card__bg-number {
     top: 14px;
    right: -48px;
    left: auto;
    transform: rotate(270deg);
} */

.wwa-grid> :nth-child(5) .stat-card__bg-number {
  top: 10px;
  right: -35px;
  left: auto;
  transform: rotate(270deg);
}

.stat-card__top {
  position: relative;
  z-index: 1;
  flex: 1;
}

.stat-card__number {
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.wwa-grid> :nth-child(1) .stat-card__number {
  color: var(--white);
}

.wwa-grid> :nth-child(1) .stat-card__bg-number {
  color: #FFFFFF0F;
}

.wwa-grid> :nth-child(1) .stat-card__label {
  color: var(--white);
}

.stat-card[style*="#6265FE"] .stat-card__number,
.stat-card[style*="#6B5CE7"] .stat-card__number {
  color: var(--white);
}

.stat-card__sub-heading {
  font-size: 18px;
  font-weight: 400;
  font-family: "Public Sans";
  color: var(--black);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

.stat-card__para {
  font-family: "Public Sans ExtraLight";
  font-size: 18px;
  line-height: 1.2;
  color: var(--black-opacity);
  margin: 0;
  position: relative;
  z-index: 1;
}

.stat-card__desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  position: relative;
  z-index: 1;
}

.stat-card__label {
  font-size: 18px;
  font-family: "Public Sans";
  color: var(--black);
  display: block;
  margin-top: auto;
  position: relative;
  z-index: 1;
  padding-top: 22px;
  border-top: 1px solid var(--border-black-7);
}

.stat-card[style*="#6265FE"] .stat-card__label,
.stat-card[style*="#6B5CE7"] .stat-card__label {
  color: var(--white);
  border-top: 1px solid var(--white-opacity-10);
}

@media screen and (max-width: 1800px) {
  .wwa-inner {
    gap: 24px;
  }

  .stat-card {
    border-radius: 30px;
    padding: 20px;
    min-height: 320px;
  }

  .stat-card__bg-number {
    font-size: 80px;
  }

  .wwa-grid> :nth-child(1) .stat-card__bg-number {
    top: 27px;
    right: -36px;
  }

  .wwa-grid> :nth-child(2) .stat-card__bg-number {
    top: -16px;
    right: 14px;
  }

  .wwa-grid> :nth-child(3) .stat-card__bg-number {
    top: 14px;
    right: -24px;
  }

  .wwa-grid> :nth-child(4) {
    width: 420px;
  }

  .wwa-grid> :nth-child(5) .stat-card__bg-number {
    top: 10px;
    right: -17px;
  }

  .stat-card__label {
    padding-top: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .wwa-grid> :nth-child(4) {
    width: 320px;
  }

  .stat-card {
    border-radius: 20px;
  }

  .wwa-image img {
    /*aspect-ratio: 324 / 418;*/
    border-radius: 16px;
  }

  .wwa-image {
    border-radius: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .wwa-grid> :nth-child(4) {
    width: initial;
  }

  .stat-card__sub-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .stat-card__para {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .wwa-image {
    width: 100%;
    max-width: 300px;
  }

  .stat-card {
    min-height: 200px;
    height: 100%;
    padding: 20px;
  }

  .stat-card__bg-number {
    font-size: 68px;
  }

  .wwa-grid> :nth-child(1) .stat-card__bg-number {
    right: -28px;
  }

  .wwa-grid> :nth-child(2) .stat-card__bg-number {
    top: -16px;
    right: 8px;
  }

  .wwa-grid> :nth-child(3) .stat-card__bg-number {
    top: 14px;
    right: -14px;
  }

  .wwa-grid> :nth-child(3) .stat-card__bg-number {
    top: 14px;
    right: -17px;
  }

  .stat-card__label {
    padding-top: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .stat-card {
    border-radius: 20px;
  }

  .wwa-image img {
    aspect-ratio: 265 / 391;
  }

  .wwa-title {
    font-size: 32px;
  }

  .stat-card__bg-number {
    font-size: 50px;
  }

  .wwa-grid> :nth-child(1) .stat-card__bg-number {
    right: -17px;
  }

  .wwa-grid> :nth-child(2) .stat-card__bg-number {
    top: -8px;
    right: 8px;
  }

  .wwa-grid> :nth-child(3) .stat-card__bg-number {
    top: 10px;
    right: -7px;
  }

  .wwa-grid> :nth-child(5) .stat-card__bg-number {
    top: 9px;
    right: -6px;
  }
}

@media screen and (max-width: 991px) {
  .wwa-header__left {
    text-align: center;
  }

  .wwa-image {
    width: 100%;
    max-width: 100%;
    background: var(--light-blue);

    padding: 20px;
  }

  .wwa-image img {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .faq-image-card {
    display: none;
  }

  .wwa-inner {
    flex-direction: column;
  }

  .wwa-header {
    margin-bottom: 20px;
  }

  .wwa-header {
    gap: 0px;
  }

  .wwa-grid> :nth-child(4) {
    order: 5;
    grid-column: 1 / -1;
  }

  .wwa-grid> :nth-child(5) {
    grid-column: span 1;
  }
}

@media screen and (max-width: 991px) {


  .wwa-grid {
    grid-template-columns: 1fr;
  }


  .wwa-grid>* {
    grid-column: 1 / -1;
  }


  .wwa-grid> :nth-child(5) {
    order: 4;
  }

  .wwa-grid> :nth-child(4) {
    order: 5;
  }


}

@media screen and (max-width: 768px) {
  .wwa-header {
    flex-direction: column;
  }

  .wwa-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wwa-grid> :nth-child(1),
  .wwa-grid> :nth-child(2),
  .wwa-grid> :nth-child(3),
  .wwa-grid> :nth-child(4),
  .wwa-grid> :nth-child(5) {
    grid-column: span 1;
  }

  .stat-card__number {
    font-size: 30px;
  }

  .stat-card {
    min-height: 180px;
  }

  .wwa-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .wwa-grid {
    grid-template-columns: 1fr;
  }

  .who-we-are {
    padding: 50px 0;
  }
}

/* ------our progress----- */
.our-process {
  background: var(--white);
}

.process-inner {
  display: flex;
  gap: 160px;
}

.process-left {
  width: 100%;
  max-width: 512px;
  position: sticky;
  top: 100px;
}

.process-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.process-item {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 20px;
  padding-bottom: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--white);
}

.process-item__number {
  font-size: 24px;
  font-weight: 500;
  font-family: "Bricolage Grotesque Medium";
  color: var(--primary-opacity-20);
  transition: color 0.3s ease;
}

.process-item__content {
  flex: 1;
  width: 100%;
  max-width: 486px;
}

.process-item__heading {
  font-family: "Bricolage Grotesque Medium";
  color: var(--black);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.process-item__desc {
  font-size: 18px;
  color: var(--black-opacity);
  line-height: 1.2;
  margin: 0;
  font-family: "Public Sans ExtraLight";
}

.process-item__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 60px;
  position: relative;
}

.process-item__image {
  width: 272px;
  height: 144px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.85);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  position: absolute;
  right: 0;
}

.process-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.process-item__arrow {
  width: 60px;
  height: 60px;
  border: 1px solid var(--light-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.process-item__arrow img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.process-item:hover {
  border-bottom: 1px solid var(--border-black-10);
}

.process-item:hover .process-item__heading {
  color: var(--primary);
}

.process-item:hover .process-item__number {
  color: var(--primary);
}

.process-item:hover .process-item__image {
  opacity: 1;
  transform: scale(1);
}

.process-item:hover .process-item__arrow {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1800px) {
  .process-inner {
    gap: 100px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .process-right {
    gap: 20px;
  }

  .process-item {
    gap: 16px;
    padding-bottom: 20px;
  }

  .process-item__desc {
    font-size: 16px;
  }

  .process-item__heading {
    margin-bottom: 16px;
  }

  .process-item__arrow {
    width: 50px;
    height: 50px;
  }

  .process-item__arrow img {
    width: 20px;
    height: 20px;
  }

  .process-item__image {
    width: 220px;
    height: 120px;
    border-radius: 30px;
  }

  .process-left {
    max-width: 480px;
  }
}

@media screen and (max-width: 1600px) {
  .process-inner {
    gap: 60px;
  }

  .process-item__arrow {
    width: 40px;
    height: 40px;
  }

  .process-item__arrow img {
    width: 16px;
    height: 16px;
  }

  .process-item__image {
    width: 200px;
    height: 100px;
    border-radius: 20px;
  }

  .process-left {
    max-width: 460px;
  }
}

@media screen and (max-width: 1440px) {
  .process-left {
    max-width: 400px;
  }

  .process-inner {
    gap: 20px;
  }

  .process-item__image {
    width: 200px;
    height: 100px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 1199px) {
  .process-left {
    max-width: 360px;
  }

  .process-inner {
    gap: 20px;
  }

  .process-left {
    position: static;
  }

  .process-title {
    font-size: 32px;
  }

  .process-item__content {
    max-width: 500px;
  }

  .process-item__heading {
    margin-bottom: 10px;
  }

  .process-item {
    gap: 10px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  .process-inner {
    flex-direction: column;
  }

  .process-left {
    max-width: 100%;
  }

  .process-inner {
    gap: 20px;
  }

  .process-left {
    position: static;
  }

  .process-title {
    font-size: 32px;
  }

  .process-item__content {
    max-width: 500px;
  }

  .process-item__heading {
    margin-bottom: 10px;
  }

  .process-item {
    gap: 10px;
    padding-bottom: 16px;
  }

  .process-item__number {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .process-item {
    display: flex;
  }

  .process-item__desc {
    font-size: 14px;
  }

  .process-right {
    gap: 16px;
  }

  .process-item__right {
    min-width: 40px;
  }

  .process-item__arrow {
    width: 35px;
    height: 35px;
  }

  .process-item__arrow img {
    width: 14px;
    height: 14px;
  }

  .process-item__image {
    top: 0;
    width: 110px;
    height: 85px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 575px) {
  .process-item__image {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  /* .process-item__right {
        display: none;
    } */
}

/* -----Feature Work------ */

.featured-work {
  background: var(--white);
}

.fw-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}

.fw-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 20px;
  line-height: 1.2;
}

.fw-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

.fw-card {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
  align-items: center;
  background: var(--bg-light-gray);
  border-radius: 40px;
  overflow: hidden;
  padding: 32px;
  margin: 0 16px;
}

.featuredworksldrsection .fw-cards {
  max-width: calc(100% - 30%);
  margin: 0 -16px;
}

.featuredworksldrsection .fw-cards .slick-list {
  overflow: visible;
}

.featuredworksldrsection {
  overflow: hidden;
}

.featuredworksldrsection .container {
  position: relative;
}

.fw-cards {
  padding-bottom: 100px;
}

.fw-cards .slick-prev,
.fw-cards .slick-next {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  border: none;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  transform: none;
  border: 1px solid var(--light-blue);
  transition: all 0.3s linear;
}

.fw-cards .slick-prev:hover,
.fw-cards .slick-next:hover {
  background: var(--primary);
}

.fw-cards .slick-prev::before,
.fw-cards .slick-next::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.fw-cards .slick-prev {
  left: 50%;
  transform: translateX(-70px);
}

.fw-cards .slick-next {
  left: 50%;
  transform: translateX(10px);
}

.fw-cards .slick-prev::before,
.fw-cards .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}

.fw-cards .slick-prev::before {
  background-image: url("../images/black-left-arrow.svg");
}

.fw-cards .slick-next::before {
  background-image: url("../images/black-right-arrow.svg");
}

.fw-cards .slick-prev:hover::before,
.fw-cards .slick-next:hover::before {
  filter: brightness(0) invert(1);
}

.fw-card__image {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.fw-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 40px;
}

.fw-card__content {
  display: flex;
  flex-direction: column;
}

.fw-card__content .primarBtn a {
  justify-content: start;
}

.fw-card__title {
  color: var(--black);
  margin-bottom: 20px;
}

.fw-card__desc {
  font-size: 18px;
  color: var(--black-opacity);
  line-height: 1.2;
  font-family: "Public Sans ExtraLight";
  margin-bottom: 60px;
}

.fw-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}

.fw-card__stat-number {
  color: var(--black);
  margin-bottom: 8px;
}

.fw-card__stat-label {
  font-size: 18px;
  color: var(--black-opacity);
  line-height: 1.2;
  margin: 0;
  font-family: "Public Sans ExtraLight";
}

@media screen and (max-width: 1800px) {
  .fw-card {
    gap: 28px;
    border-radius: 30px;
    padding: 28px;
  }

  .fw-card__desc {
    margin-bottom: 40px;
  }

  .fw-card__stats {
    gap: 16px;
    margin-bottom: 40px;
  }

  .fw-card__image img {
    border-radius: 30px;
  }

  .fw-cards .slick-prev,
  .fw-cards .slick-next {
    width: 50px;
    height: 50px;
  }

  .fw-cards .slick-prev::before,
  .fw-cards .slick-next::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .fw-card {
    grid-template-columns: 300px 1fr;
  }

  .fw-card__image img {
    border-radius: 24px;
  }

  .fw-card__desc {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .fw-card__stats {
    gap: 16px;
    margin-bottom: 20px;
  }

  .fw-card__stat-label {
    font-size: 16px;
    color: var(--black-opacity);
    line-height: 1.2;
    margin: 0;
  }

  .fw-cards .slick-prev,
  .fw-cards .slick-next {
    width: 40px;
    height: 40px;
  }

  .fw-cards .slick-next::before {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .fw-card__image img {
    border-radius: 16px;
  }

  .fw-card {
    gap: 20px;
    border-radius: 24px;
    padding: 20px;
  }

  .fw-cards .slick-prev {
    transform: translateX(-50px);
  }

  .fw-cards {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .fw-card__title {
    margin-bottom: 16px;
  }

  .fw-card__desc {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .fw-card__stat-label {
    font-size: 14px;
  }

  .fw-card__stats {
    gap: 12px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  .fw-card {
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 8px;
  }

  .fw-card__image img {
    border-radius: 8px;
  }

  .fw-card__image {
    border-radius: 8px;
  }

  .fw-title {
    font-size: 32px;
  }

  .primarBtn .btnImg {
    width: 44px;
    height: 44px;
  }

  .primarBtn .btn-desc {
    height: 44px;
  }

  .fw-cards {
    padding-bottom: 60px;
  }

  .fw-cards .slick-prev::before,
  .fw-cards .slick-next::before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 575px) {
  .featuredworksldrsection .container {
    padding: 0;
  }

  .fw-card__stats {
    grid-template-columns: 1fr;
  }

  .featuredworksldrsection .fw-cards {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 430px) {
  .fw-card {
    padding: 20px;
    margin: 0 15px;
  }
}

/* ----Faq----- */

.faq {
  background: var(--white);
}

.faq-inner {
  display: flex;
  gap: 160px;
}

.faq-left {
  width: 100%;
  max-width: 512px;
  display: flex;
  flex-direction: column;
}

.faq .section-title {
  margin-bottom: 80px;
}

.faq-image-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.faq-image-card__img {
  width: 100%;
  aspect-ratio: 1/1.3;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}

.faq-image-card__overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  background: var(--white);
  backdrop-filter: blur(8px);
  padding: 32px 24px;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 36px;
}

.faq-image-card__text {
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.2;
}

.faq-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq-item {
  border: 1px solid var(--border-black-10);
  border-radius: 24px;
  overflow: hidden;
}

.faq-item.is-open {
  border-color: var(--primary);
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}

.faq-item__question span:first-child {
  font-size: 18px;
  font-weight: 200;
  color: var(--black);
  line-height: 1.2;
  font-family: "Public Sans ExtraLight";
  flex: 1;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.faq-item.is-open .faq-item__icon {
  border-color: var(--primary);
}

.faq-item.is-open .faq-item__icon svg line {
  stroke: var(--primary);
}

.faq-item.is-open .faq-plus-v {
  transform: rotate(90deg);
  transform-origin: center;
  opacity: 0;
}

/* ── Answer ── */
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
}

.faq-item.is-open .faq-item__answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-item__answer p {
  font-size: 16px;
  font-weight: 200;
  color: var(--black);
  line-height: 1.2;
  font-family: "Public Sans ExtraLight";
}

@media screen and (max-width: 1800px) {
  .faq-inner {
    gap: 100px;
  }

  .faq .section-title {
    margin-bottom: 40px;
  }

  .faq-right {
    gap: 20px;
  }

  .faq-item__question {
    padding: 24px;
  }

  .faq-left {
    max-width: 460px;
  }
}

@media screen and (max-width: 1600px) {
  .faq-item__question {
    padding: 24px;
  }

  .faq-inner {
    gap: 60px;
  }

  .faq .section-title {
    margin-bottom: 30px;
  }

  .faq-right {
    gap: 20px;
  }

  .faq-left {
    max-width: 420px;
  }

}

@media screen and (max-width: 1440px) {
  .faq-inner {
    gap: 30px;
  }

  .faq .section-title {
    margin-bottom: 30px;
  }

  .faq-left {
    max-width: 400px;
  }

  .faq-item {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .faq-inner {
    gap: 20px;
  }

  .faq-item__question {
    padding: 16px;
  }

  .faq-item__question span:first-child {
    font-size: 16px;
  }

  .faq-item {
    border-radius: 16px;
  }

  .faq-image-card__img {
    aspect-ratio: 1 / 1;
  }

  .faq-image-card__overlay {
    padding: 20px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 991px) {
  .faq-item {
    border-radius: 8px;
  }

  .faq-left {
    max-width: 100%;
  }

  .faq-inner {
    flex-direction: column;
  }

  .faq-image-card__img {
    border-radius: 20px 20px 0 0;
  }

  .faq-image-card {
    border-radius: 20px 20px 0 0;
  }

  .faq-image-card__overlay {
    position: static;
    border-radius: 0 0 14px 14px;
    bottom: 15px;
    border: 1px solid var(--border-black-10);
    width: 100%;
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq-image-card__img {
    object-fit: cover;
    object-position: top;
  }

  .faq-image-card__overlay {
    text-align: center;
  }

  .faq-item__answer p {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .faq-section {
    padding: 50px 0;
  }

  .faq-title {
    font-size: 26px;
  }

  .faq-item__question {
    padding: 16px 18px;
  }

  .faq-image-card__overlay {
    padding: 16px;
  }
}

/* -------Testimonial------- */

.testimonials-section {
  background: var(--bg-light-gray);
  overflow: hidden;
}

.testimonials-section h2 {
  color: var(--black);
}

.testimonials-section .content {
  display: flex;

}

.testimonials-section .section-header {
  max-width: 508px;
}

.testimonials-section .testimonials-grid {
  max-width: calc(100% - 544px);
  margin-left: auto;
}

.testimonials-section .section-header {
  margin-bottom: 0%;
  width: 100%;
  max-width: 512px;
}

/* .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
} */

.testimonial-card {
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 16px;
}

.testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.testimonial-card__quote {
  display: flex;
  align-items: center;
}

.testimonial-card__quote img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card__stars img {
  width: 16px;
  height: 15px;
  object-fit: contain;
}

.testimonial-card__review {
  font-size: 24px;
  font-family: "Public Sans ExtraLight";
  color: var(--black);
  line-height: 1.2;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border-black-10);
  flex-grow: 1;
}

.testimonial-card__client {
  display: flex;
  gap: 20px;
  margin-top: auto;
}

.testimonial-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-card__info {
  display: flex;
  flex-direction: column;
}

.testimonial-card__name {
  color: var(--black);
  margin-bottom: 12px;
}

.testimonial-card__designation {
  color: var(--black-opacity);
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  font-family: "Public Sans ExtraLight";
}

.testimonials-grid {
  position: relative;
}

.testimonials-grid .slick-prev,
.testimonials-grid .slick-next {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #CFE7FF;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  transform: none;
  transition: all 0.3s linear;
}

.testimonials-grid .slick-prev:hover,
.testimonials-grid .slick-next:hover {
  background-color: var(--primary);
}


.testimonials-grid .slick-prev::before,
.testimonials-grid .slick-next::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.testimonials-grid .slick-prev {
  left: -45%;
  bottom: 0;
  top: auto;
  transform: none;
}

/* Next Button */
.testimonials-grid .slick-next {
  left: calc(-45% - 80px);
  bottom: 0;
  top: auto;
  transform: none;
}

.testimonials-grid .slick-prev::before {
  background-image: url("../images/black-right-arrow.svg");
}

.testimonials-grid .slick-next::before {
  background-image: url("../images/black-left-arrow.svg");
}

.testimonials-grid .slick-prev:hover::before,
.testimonials-grid .slick-next:hover::before {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1800px) {

  .testimonial-card {
    padding: 30px;
  }

  .testimonials-grid .slick-prev,
  .testimonials-grid .slick-next {
    width: 50px;
    height: 50px;
  }

  .testimonials-grid .slick-next {
    left: calc(-51% - 70px);
  }

  .testimonials-grid .slick-prev {
    left: -51%;
  }
}

@media screen and (max-width: 1600px) {
  .testimonials-section h2 {
    margin-bottom: 20px;
  }

  .testimonial-card {
    padding: 24px;
    border-radius: 20px;
  }

  .testimonial-card__top {
    margin-bottom: 24px;

  }

  .testimonial-card__review {
    font-size: 18px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .testimonial-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  .testimonial-card__name {
    margin-bottom: 10px;

  }

  .testimonials-grid .slick-prev,
  .testimonials-grid .slick-next {
    width: 40px;
    height: 40px;
  }

  .testimonials-grid .slick-next {
    left: calc(-62% - 70px);
  }

  .testimonials-grid .slick-prev {
    left: -62%;
  }

  .testimonials-grid .slick-prev::before,
  .testimonials-grid .slick-next::before {
    width: 18px;
    height: 18px;
  }

  .testimonial-card__quote img {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonial-card {
    padding: 20px;
  }

  .testimonial-card__review {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .testimonials-grid .slick-next {
    left: calc(-85% - 70px);
  }

  .testimonials-grid .slick-prev {
    left: -85%;
  }

  .testimonial-card {
    margin: 0 8px;
  }

  .testimonials-section .section-header {
    max-width: 412px;
  }

  .testimonial-card__quote img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-section .testimonials-grid {
    flex: 1;
    max-width: initial;
    margin-left: auto;
    overflow: hidden;
    width: 100%;
  }

  .testimonials-section .section-header {
    max-width: 312px;
  }

  .testimonials-grid .slick-prev {
    display: none;
  }

  .testimonials-grid .slick-next {
    display: none;
  }

  .testimonial-card__quote img {
    width: 35px;
    height: 35px;
  }

  .testimonial-card__top {
    margin-bottom: 16px;
  }

  .testimonial-card__designation {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-title {
    font-size: 30px;
  }

  .testimonials-section .section-header {
    max-width: 100%;
    text-align: center;
  }

  .testimonials-section .content {
    flex-direction: column;
    gap: 20px;
  }

  .testimonials-grid .slick-prev {
    display: block;
    left: 50%;
    transform: translateX(-70px);
  }

  .testimonials-grid .slick-next {
    display: block;
    left: 50%;
    transform: translateX(10px);
  }

  .testimonials-section .testimonials-grid {
    padding-bottom: 60px;
  }

  .testimonials-grid .slick-prev {

    transform: translateX(-48px);
  }

  .testimonial-card__avatar {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card__review {
    font-size: 14px;
  }

  .testimonial-card__avatar {
    width: 40px;
    height: 40px;
  }

  .testimonial-card__designation {
    font-size: 14px;
  }

  .testimonial-card__name {
    margin-bottom: 5px;
  }

  .testimonial-card {

    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {}


/* -----industries -----*/
.industries {
  background: var(--bg-light-purple);
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.industry-card {
  background-color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  padding: 12px;
  text-align: center;
  transition: 0.3s ease;
}

.card-bg {
  border-radius: 32px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-soft-purple);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  padding: 10px;
  margin-bottom: 32px;
}

.industry-card:hover {
  transform: translateY(-5px);
}

.industry-card__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.industry-card .content {
  padding: 32px;
  padding-top: 0;
}

.industry-card__title {
  margin-bottom: 16px;
}

.industry-card__desc {
  color: var(--black-opacity);
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Public Sans ExtraLight";
}

@media screen and (max-width: 1800px) {
  .industries-grid {
    gap: 28px;
  }
}

@media screen and (max-width: 1600px) {
  .industries-grid {
    gap: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .industries-grid {
    gap: 20px;
  }

  .industry-card {
    border-radius: 20px;
  }

  .card-bg {
    border-radius: 10px;
    height: 200px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .industry-card .content {
    padding: 10px;
    padding-top: 0;
  }

  .industry-card__icon {
    width: 80px;
    height: 80px;
  }

  .industry-card__icon img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .industry-card__desc {
    font-size: 16px;
  }

  .industry-card__icon {
    width: 70px;
    height: 70px;
  }

  .industry-card__icon img {
    width: 25px;
    height: 25px;
  }

  .card-bg {
    height: 180px;
  }

  .industries-grid {
    gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-bg {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}

/* ── CTA Section ── */
.cta-section {
  background: var(--white);
  padding-inline: 20px;
}

.cta-wrapper {
  border-radius: 40px;
  overflow: hidden;
  padding: 120px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
}

.cta-content {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 100;
}

.cta-title {
  margin-bottom: 32px;
  color: var(--black);
}

.cta-subtitle {
  font-size: 18px;
  line-height: 1.2;
  color: var(--black-opacity);

  max-width: 784px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.cta-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-wrapper {
  padding: 120px 0px;
}

.cta-bg {
  background: linear-gradient(101.47deg, #cfe7ff 9.66%, #bef3df 100.57%);
  overflow: hidden;
  width: 100%;
  border-radius: 40px;
  position: relative;
}

.cta-bg::before,
.cta-bg::after {
  position: absolute;
  content: "";
  background: var(--white);
  opacity: 40%;
  width: 100%;

  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-bg::before {
  max-width: 1240px;
  height: 1240px;
}

.cta-bg::after {
  max-width: 1000px;
  height: 1000px;
}

.bg-circle {
  overflow: hidden;
  width: 100%;
  max-width: 760px;
  height: 760px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1800px) {
  .cta-bg::before {
    max-width: 1100px;
    height: 1100px;
  }

  .cta-bg::after {
    max-width: 940px;
    height: 940px;
  }

  .bg-circle {
    max-width: 760px;
    height: 760px;
  }

  .cta-wrapper {
    padding: 80px 0px;
  }
}

@media screen and (max-width: 1600px) {
  .bg-circle {
    max-width: 660px;
    height: 660px;
  }

  .cta-bg::after {
    max-width: 837px;
    height: 837px;
  }

  .cta-bg::before {
    max-width: 992px;
    height: 992px;
  }

  .cta-wrapper {
    padding: 70px 0px;
  }

  .cta-title {
    margin-bottom: 20px;
    color: var(--black);
  }
}

@media screen and (max-width: 1440px) {
  .bg-circle {
    max-width: 550px;
    height: 550px;
  }

  .cta-bg::after {
    max-width: 730px;
    height: 730px;
  }

  .cta-bg::before {
    max-width: 886px;
    height: 940px;
  }

  .cta-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .cta-wrapper {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 1199px) {
  .cta-bg {
    border-radius: 20px;
  }

  .bg-circle {
    max-width: 450px;
    height: 450px;
  }

  .cta-bg::after {
    max-width: 596px;
    height: 596px;
  }

  .cta-bg::before {
    max-width: 740px;
    height: 740px;
  }

  .cta-wrapper {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 991px) {
  .cta-bg {
    border-radius: 16px;
  }

  .cta-content {
    max-width: 540px;
  }

  .cta-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .bg-circle {
    max-width: 350px;
    height: 350px;
  }

  .cta-bg::after {
    max-width: 450px;
    height: 450px;
  }

  .cta-bg::before {
    max-width: 550px;
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .bg-circle {
    max-width: 280px;
    height: 280px;
  }

  .cta-bg::after {
    max-width: 368px;
    height: 368px;
  }

  .cta-bg::before {
    max-width: 463px;
    height: 463px;
  }
}

@media screen and (max-width: 575px) {
  .cta-wrapper {
    padding: 40px 0px;
  }

  .cta-title {
    margin-bottom: 16px;
  }

  .bg-circle {
    max-width: 210px;
    height: 210px;
  }

  .cta-bg::after {
    max-width: 274px;
    height: 274px;
  }

  .cta-bg::before {
    max-width: 324px;
    height: 324px;
  }

  .cta-subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 321px) {
  .bg-circle {
    max-width: 175px;
    height: 175px;
  }

  .cta-bg::after {
    max-width: 220px;
    height: 220px;
  }

  .cta-bg::before {
    max-width: 259px;
    height: 259px;
  }
}

/* ------Contact Us Form----- */
.contact-section {
  background-color: var(--white);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 60px;
  align-items: center;
  overflow: hidden;
  background: var(--bg-light-purple);
  margin-bottom: -455px;
  position: relative;
}

.contact-left {
  padding: 48px;
}

.contact-title {
  margin-bottom: 32px;
  color: var(--black);
}

.contact-subtitle {
  color: var(--black-opacity);
  margin-bottom: 40px;
  font-weight: 200;
  line-height: 1.2;
  font-size: 18px;
  font-family: "Public Sans ExtraLight";
}

.contact-right {
  height: 100%;
}

.contact-right img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.full-width {
  grid-column: span 2;
}

.full-width span {
  display: block;
}

.contact-form-grid input,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid var(--border-black-10);
  border-radius: 60px;
  padding: 18px 24px;
  background: transparent;
  font-size: 18px;
  color: var(--black-opacity);
  line-height: 1.2;
  font-weight: 200;
  font-family: "Public Sans ExtraLight";
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form-grid textarea {
  height: 99px;
  resize: none;
  border-radius: 24px;
  width: 100%;
}

.contact-social {
  padding-top: 60px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
}

.social-icons a {
  width: 60px;
  height: 60px;
  border: 1px solid var(--light-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.social-icons a:hover {
  background-color: var(--primary);
}


.social-icons a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.social-icons img {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1800px) {
  .contact-left {
    padding: 32px;
  }

  .contact-title {
    margin-bottom: 24px;
  }

  .contact-wrapper {
    border-radius: 40px;
  }

  .contact-social {
    padding-top: 40px;
  }

  .social-icons img {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 1600px) {
  .contact-left {
    padding: 28px;
  }

  .contact-title {
    margin-bottom: 20px;
  }

  .contact-subtitle {
    margin-bottom: 30px;
  }

  .contact-form-grid {
    margin-bottom: 30px;
  }

  .contact-wrapper {
    border-radius: 30px;
  }

  .contact-social {
    padding-top: 30px;
  }

  .contact-form-grid input,
  .contact-form-grid textarea {
    border-radius: 50px;
  }

  .social-icons a {
    width: 50px;
    height: 50px;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .contact-wrapper {
    border-radius: 20px;
  }

  .contact-left {
    padding: 20px;
  }

  .contact-title {
    margin-bottom: 18px;
  }

  .contact-subtitle {
    margin-bottom: 20px;
  }

  .contact-form-grid {
    margin-bottom: 20px;
  }

  .contact-social {
    padding-top: 20px;
  }

  .contact-form-grid input,
  .contact-form-grid textarea {
    border-radius: 20px;
    padding: 18px;
    font-size: 18px;
  }

  .social-icons a {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 1199px) {

  .contact-form-grid input,
  .contact-form-grid textarea {
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-wrapper {
    border-radius: 8px;
    grid-template-columns: 1fr;
  }

  .contact-left {
    order: 2;
  }

  .contact-right {
    order: 1;
  }

  .contact-form-grid input,
  .contact-form-grid textarea {
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
  }

  .contact-title {
    margin-bottom: 16px;
  }

  .contact-left {
    padding: 20px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .full-width {
    grid-column: span 1;
  }
}

@media screen and (max-width: 767px) {
  .contact-subtitle {
    font-size: 16px;
  }

  .social-icons img {
    width: 20px;
    height: 20px;
  }

  .contact-form-grid input,
  .contact-form-grid textarea {
    padding: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .social-icons {
    gap: 10px;
    padding-top: 12px;
  }

  .contact-form-grid textarea {
    height: 80px;
  }
}

@media screen and (max-width: 430px) {

  .contact-form-grid input,
  .contact-form-grid textarea {
    padding: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 321px) {}

body:not(.home) header .navbar {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 14px 20px;
  border-radius: 45px;
}

body:not(.home) footer.footer {
  padding-top: 60px;
}

.entry-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 200px;
  background: var(--bg-light-purple);
  padding: 20px;
  color: var(--black);
  border-radius: 20px;
}

.entry-content p {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}


.services:nth-of-type(odd) {
  background-color: var(--white);
}

.whatsappicon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    display: inline-block;
}

.whatsappicon img {
    display: block;
}


.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}
.wpcf7 form .wpcf7-response-output {
    border: none !important;
}

