:root {
  --p-color: #518a62;
  --s-color: #abc57a;
}

/* Bold */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-semiBold.ttf") format("truetype");
  font-weight: 650;
  font-style: normal;
}

/* Book */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: #fbfbfb;
}

::selection {
  background: #000;
  color: #fff;
}

a,
p {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

span {
  color: var(--p-color);
}

h2 {
  font-size: 40px;
  line-height: 45px;
  color: #000;
}

p {
  color: #000;
  font-size: 17px;
  line-height: 28px;
  margin: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--p-color);
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.btn_dflt {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.prc {
  color: var(--p-color);
}

.ser {
  color: var(--s-color);
}

.prb {
  background: var(--p-color);
  color: #fff;
  border: 1px solid var(--p-color);
}

.seb {
  background: var(--s-color);
  color: #fff;
  border: 1px solid var(--s-color);
}

.lib {
  background: #fff;
  color: #333333;
  border: 1px solid #707070;

  &:hover img {
    filter: grayscale() invert() brightness(7);
  }
}

a.header_btn {
  display: none !important;
}

a.navbar-brand {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Aleo", serif !important;
}

a.navbar-brand img {
  width: 200px;
  /* filter: brightness(0) invert(1); */
}

a.header_btn span {
  height: 45px;
  width: 45px;
  background: var(--s-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.header_btn:hover span {
  background: var(--p-color);
}

.btn_dflt.prb:hover {
  background: var(--s-color);
}

.btn_dflt.lib:hover {
  background: var(--p-color);
  color: #fff;
}

.btn_dflt.seb:hover {
  background: var(--p-color);
}

.btn-livechat {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.floating_wrap,
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap,
.floating_wrap .btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 275px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 50px 0 0 50px;
  background: #fff;
}

.floating_wrap {
  top: 171px;
  z-index: 1000;
}

.floating_wrap .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap {
  top: 60px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span {
  color: var(--p-color);
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px;
}

.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  text-decoration: none;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span.icoo,
.floating_wrap .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--p-color);
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
  color: var(--p-color);
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px 0 5px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* banner sect */
.banner {
  padding: 170px 0 100px;
  position: relative;
}

section.banner.other_banner {
  padding: 150px 0;
}

section.banner.other_banner:before {
  height: 100%;
}

.banner:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/hero-bg-webp.webp) no-repeat center center / cover;
  z-index: 0;
}

/* Premium Centered Hero Text Block matching Mockup */
.hero-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #fff;
  z-index: 2;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.hero-main-text {
  font-size: 72px;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.hero-pill-badge {
  background: var(--p-color) !important;
  color: #ffffff !important;
  padding: 8px 38px;
  border-radius: 50px;
  font-size: 64px;
  font-weight: 700 !important;
  line-height: 1.1;
  display: inline-block;
  box-shadow: 0 6px 20px rgba(81, 138, 98, 0.4);
  font-family: "Montserrat", sans-serif !important;
}

.hero-line-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.hero-desc-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: left;
  max-width: 260px;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Glassmorphism Frosted Hero Form */
form.hero_glass_form {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid var(--p-color) !important;
  border-radius: 16px;
  padding: 50px 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18) !important;
  z-index: 2;
  position: relative;
  margin-bottom: -280px !important;
  /* Positioned half on hero banner, half on counter section below */
}

form.hero_glass_form h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

form.hero_glass_form .form-control {
  background: #ffffff !important;
  border: 1px solid #878787 !important;
  border-radius: 8px !important;
  height: 50px !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 500 !important;
}

form.hero_glass_form .form-control::placeholder {
  color: #777 !important;
  opacity: 0.8;
}

.services_label_wrap {
  margin-top: 15px;
  margin-bottom: 10px;
}

.services_label_wrap h5 {
  font-size: 18px;
  font-weight: 600 !important;
  color: #000;
  margin: 0;
}

.hero_services_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hero_services_grid label {
  font-size: 16px;
  font-weight: 500 !important;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.hero_services_grid input[type="checkbox"] {
  border: 1.5px solid #000;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

form.hero_glass_form textarea.form-control {
  height: 120px !important;
  padding-top: 15px !important;
  resize: none !important;
  border-radius: 12px !important;
}

.hero_submit_btn {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1.5px solid var(--p-color) !important;
  color: #000 !important;
  border-radius: 50px !important;
  height: 48px !important;
  padding: 0 45px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.hero_submit_btn:hover {
  background: var(--p-color) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(81, 138, 98, 0.4) !important;
}

@media (max-width: 991px) {
  .hero-line {
    font-size: 45px;
    gap: 15px;
  }

  .hero-main-text {
    font-size: 44px;
  }

  .hero-pill-badge {
    font-size: 38px;
    padding: 6px 24px;
  }

  .hero-line-middle {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .hero-desc-text {
    font-size: 15px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  form.hero_glass_form {
    padding: 30px 20px;
    margin-bottom: -180px !important;
    /* Adjusted overlap for tablet screens */
  }

  .counter_sect {
    padding: 220px 0 80px !important;
    /* Adjusted spacing for overlapping form on tablet */
  }
}

@media (max-width: 575px) {

  .hero-line,
  .hero-line-middle {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .hero-main-text {
    font-size: 32px;
  }

  .hero-pill-badge {
    font-size: 28px;
    padding: 4px 18px;
  }

  .hero_services_grid {
    gap: 10px 15px;
  }

  form.hero_glass_form {
    margin-bottom: -120px !important;
    /* Adjusted overlap for mobile screens */
  }

  .counter_sect {
    padding: 160px 0 60px !important;
    /* Adjusted spacing for overlapping form on mobile */
  }
}

.form_bx {
  background: #fff;
  padding: 50px;
  border: 1px solid var(--s-color);
  border-radius: 24px;
}

.form_bx h3 {
  font-size: 30px;
  font-weight: 600;
}

.form_bx input.form-control {
  height: 50px;
}

.form_bx input.form-control,
.form_bx textarea {
  font-size: 14px;
  font-family: "Montserrat";
  padding-left: 20px;
}

.form_bx h5 {
  font-size: 20px;
  color: #000;
}

.form_bx .servs {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.form_bx .servs input {
  border: 1px solid #000;
}

.form_bx .servs label {
  font-size: 16px;
  color: #000;
}

.form_bx button {
  background: #fff;
  border: 1px solid var(--s-color);
  border-radius: 50px;
  height: 40px;
  padding: 0px 30px;
  font-size: 18px;
  transition: 0.4s all ease-in-out;

  &:hover {
    background: var(--s-color);
    color: #fff;
  }
}

/* banner sect */

/* counter sect */
.counter_sect {
  padding: 330px 0 100px !important;
  /* Increased top padding to shift content below the overlapping glassmorphism form card */
}

.counter_sect h2 {
  font-size: 49px;
  text-align: center;
  font-weight: 650;
  line-height: 60px;
}

.counter_sect p {
  font-size: 22px;
  text-align: center;
  color: #000;
  margin: 20px 0;
}

.c_bx h6 {
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.c_bx p {
  font-size: 16px;
  margin: 0;
  line-height: 16px;
}

.c_bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
  border: 1px solid var(--s-color);
  padding: 30px 20px;
  border-radius: 15px;
}

/* counter sect */

/* service section */
.services {
  padding: 100px 0;
  background: #f3f6ef;
  /* Light premium background matching the image */
}

.services h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.services p {
  font-size: 18px;
  color: #222;
  line-height: 28px;
  max-width: 90%;
}

.serv_slider .slick-track {
  display: flex !important;
}

.serv_slider .slick-slide {
  height: inherit !important;
}

.serv_slider .slick-slide>div {
  height: 100%;
}

.serv_slider .item {
  height: 100%;
}

.serv_bx {
  margin: 0 15px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  padding: 18px;
  /* Added padding to box as per image */
  border: 1px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.serv_bx>img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
  /* Rounded corners on all sides */
}

.txt_bx {
  padding: 0 0 10px;
  /* Removed side padding so text aligns with image */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
}

.serv_bx h5 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.serv_bx p {
  font-size: 13px;
  text-align: left;
  line-height: 20px;
  color: #444;
  margin-bottom: 25px;
  padding-right: 0;
  flex-grow: 1;
  /* Pushes the 'Request a quote' link to the bottom */
}

.serv_bx a {
  color: var(--p-color);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #a3cba6;
  /* Light green underline matching image */
  padding-bottom: 3px;
  transition: 0.3s all ease-in-out;
}

.serv_bx a img {
  display: none;
  /* Hide arrow to match image */
}

.serv_bx:hover {
  background: var(--p-color);
  border-color: var(--p-color);
}

.serv_bx:hover h5,
.serv_bx:hover p {
  color: #fff;
}

.serv_bx:hover a {
  color: #fff;
  border-bottom-color: #fff;
}

/* service section */

/* how works sect */
.how_works {
  padding: 100px 0;
}

.how_works h2 {
  font-size: 58px;
  font-weight: 600;
}

.how_works p {
  font-size: 20px;
}

.how_works img {
  width: 100%;
  border-radius: 200px 0 0 0;
}

.work_bx span {
  font-size: 20px;
}

.work_bx p {
  color: #000000 !important;
}

.work_bx h3 {
  font-size: 58px;
  font-weight: 600;
}

.work_bx p strong {
  color: #000;
}

/* how works sect */

/* process section */
.process {
  background: #fbf2e7;
/* background: url('../images/system.png');
background-size: cover;
background-position:center center;
background-repeat:no-repeat; */
  /* Soft warm beige/peach background matching mockup */
  
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.process-title {
  font-size: 35px !important;
  line-height: 44px !important;
  font-weight: 500 !important;
  color: #000;
  margin-bottom: 40px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600 !important;
  /* Bold as shown in mockup */
  color: #000;
  margin: 20px 0;
  position: relative;
  padding-left: 30px;
}

.process-list li:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--p-color);
  border-radius: 50%;
}

.process-img {
  border-radius: 24px;
  /* Highly rounded corners */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  /* Soft elegant shadow */
  transition: transform 0.4s ease;
}

.process-img:hover {
  transform: scale(1.02);
}

@media (min-width: 992px) {
  .process-img {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .process {
    padding: 60px 0;
    text-align: center;
  }

  .process-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .process-list li {
    font-size: 20px;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .process-list li:before {
    display: none;
    /* Hide bullets on mobile for cleaner centered list */
  }

  .process-img {
    margin-top: 30px;
  }
}

/* process section */

/* portfolio section */

section.portfolio {
  padding: 100px 0;
  background: #fff;
}

.port-subtitle {
  font-size: 28px;
  font-weight: 700 !important;
  color: #000;
  margin-bottom: 10px;
}

.port-title {
  font-size: 41px;
  line-height: 37px;
  font-weight: 500 !important;
  color: #000;
  margin-bottom: 25px;
}

.port-desc {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 50px;
  font-weight: 500 !important;
}

.port_slider .port_bx {
  margin: 15px;
  border: 1.5px solid var(--p-color);
  border-radius: 12px;
  padding: 40px 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.port_slider .port_bx:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(81, 138, 98, 0.15);
}

.port_slider .port_bx img {
  border-radius: 6px;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18); */
  max-height: 340px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.port_slider .port_bx:hover img {
  transform: scale(1.02);
}

/* portfolio section */

/* bottom form sect */

section.btm_form {
  padding: 100px 0;
  background: #eef3e4;
}

.btm-subtitle {
  font-size: 20px;
  font-weight: 500 !important;
  color: #000;
  margin-bottom: 20px;
}

.btm-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500 !important;
  color: #000;
  margin-bottom: 25px;
}

.btm-desc {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: 500 !important;
  margin-bottom: 40px;
}

.btm-contact-info {
  margin-top: 40px;
  margin-bottom: 30px;
}

.btm-contact-info h4 {
  font-size: 22px;
  font-weight: 500 !important;
  color: #000;
  margin-bottom: 25px;
}

.btm-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.btm-contact-item i {
  font-size: 24px;
  color: #000;
  width: 24px;
  text-align: center;
}

.btm-contact-item a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.btm-socials {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.btm-socials a {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: transform 0.3s ease, background 0.3s ease;
  text-decoration: none;
}

.btm-socials a:hover {
  transform: scale(1.1);
  background: var(--p-color);
  color: #fff;
}

/* right side card */
form.btm_form_card {
  background: #f6f7f3;
  border: 1.5px solid var(--p-color);
  border-radius: 16px;
  padding: 50px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

form.btm_form_card .form-group {
  margin-bottom: 20px;
}

form.btm_form_card .form-control {
  background: #fdfdfd;
  border: 1.2px solid #cccccc;
  border-radius: 8px;
  height: 55px;
  font-size: 16px;
  padding-left: 20px;
  color: #000;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}

form.btm_form_card .form-control:focus {
  border-color: var(--p-color);
  box-shadow: 0 0 10px rgba(81, 138, 98, 0.15);
  background: #fff;
  outline: none;
}

form.btm_form_card textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

form.btm_form_card .form-control::placeholder {
  color: #7c7c7c;
  opacity: 0.8;
}

form.btm_form_card button.btn-submit {
  background: var(--p-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

form.btm_form_card button.btn-submit:hover {
  background: var(--s-color);
  color: #000;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  section.btm_form {
    padding: 60px 0;
  }

  .btm-title {
    font-size: 38px;
    line-height: 46px;
  }

  form.btm_form_card {
    margin-top: 40px;
    padding: 35px 25px;
  }
}

@media (max-width: 575px) {
  .btm-title {
    font-size: 32px;
    line-height: 40px;
  }

  .btm-contact-item a {
    font-size: 16px;
  }
}

/* bottom form sect */

/* footer css */

/* newsletter bar */
.newsletter-bar {
  background: var(--p-color);
  padding: 60px 0;
}

.newsletter-bar h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 500 !important;
  margin: 0;
}

.newsletter-input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 48%);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.newsletter-input-group:focus-within {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  border-color: #fff;
}

.newsletter-input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: none;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  outline: none !important;
}

.newsletter-input::placeholder {
  color: #2b2b2b;
  opacity: 0.7;
}

.newsletter-submit-btn {
  background: transparent;
  border: none;
  height: 55px;
  width: 60px;
  font-size: 24px;
  color: #000;
  /* Black icon as shown in image */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.newsletter-submit-btn:hover {
  transform: scale(1.1);
  color: #222;
}

/* footer black */
.footer-black {
  background: #000;
  padding: 80px 0 40px;
  color: #fff;
}

.footer-logo {
  max-width: 240px;
}

.footer-desc {
  font-size: 16px;
  line-height: 26px;
  color: #e0e0e0;
  font-weight: 500 !important;
  max-width: 800px;
  margin: 0 auto;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 40px 0 30px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom-links {
  display: flex;
  gap: 30px;
}

.footer-bottom-links a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.footer-bottom-links a:hover {
  opacity: 0.7;
  color: #fff;
}

.footer-bottom-copyright p {
  color: #fff;
  font-size: 15px;
  font-weight: 500 !important;
  margin: 0;
}

@media (max-width: 767px) {
  .newsletter-bar {
    padding: 40px 0;
    text-align: center;
  }

  .newsletter-bar h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .footer-black {
    padding: 60px 0 30px;
  }

  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-bottom-links {
    justify-content: center;
    gap: 20px;
  }
}

.modal-content {
  border-radius: 20px;
}

.modal-body {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 0;
}

.modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  /* filter: invert(1); */
  z-index: 1;
  opacity: 1;
}

.modal-body h3 {
  margin: 10px 0 30px;
  font-size: 35px;
  color: #000;
}

.modal-body .form_bx button {
  background: var(--p-color);
  border: 1px solid var(--s-color) !important;
}

/* footer css */


.terms_privacy h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

.terms_privacy p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.terms_privacy a {
  color: var(--p-color);
  font-weight: 650;
}

.terms_privacy ul li {
  font-size: 16px;
  margin-bottom: 15px;
  list-style: circle;
}