﻿:root {
  --color-primary: #ebe34c;
  --color-secondary: #3d4e35;
  --text-secondary: #3d4e35;
  --radious: 15px;
  --radious_large: 45px;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-semi";
  src: url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-extralight";
  src: url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Borel";
  src: url("../fonts/Borel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}
body {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: var(--text-secondary);
}
.navbar-toggler {
  padding: 0px;
  margin-top: 8px;
}
.color_primary {
  color: var(--text-secondary);
}
.color2 *,
.color2 {
  color: #4b4b4b !important;
}
.color3 {
  color: #656862 !important;
}
.color4 {
  color: #e88f5f !important;
}
b {
  font-family: "Poppins-semi", sans-serif;
}
section,
footer {
  overflow-x: hidden;
}
.bg_primary {
  background-color: var(--color-primary);
}
.text_primary {
  color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--text-secondary) !important;
}
.bg_white {
  background-color: #fff;
}
.mt-355 {
  margin-top: 355px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.text-white {
  color: #fff;
}
/* Padding All */
.p-55 {
  padding: 55px !important;
}
.p-75 {
  padding: 75px !important;
}

/* Padding Horizontal (left + right) */
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}
.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}
.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}
.px-lg-145 {
  padding-left: 110px;
  padding-right: 110px;
}

/* Padding Vertical (top + bottom) */
.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* Padding Top */
.pt-30 {
  padding-top: 30px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-138 {
  padding-top: 138px !important;
}
.pt-168 {
  padding-top: 168px !important;
}

/* Padding Bottom */
.pb-22 {
  padding-bottom: 22px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-162 {
  padding-bottom: 162px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

/* Padding Start (left in LTR) */
.ps-55 {
  padding-left: 55px !important;
}
.ps-75 {
  padding-left: 75px !important;
}
.ps-115 {
  padding-left: 115px !important;
}

/* Padding End (right in LTR) */
.pe-55 {
  padding-right: 55px !important;
}
.pe-75 {
  padding-right: 75px !important;
}
.pe-85 {
  padding-right: 85px !important;
}
.mt-65 {
  margin-top: 65px;
}
.gx-6 {
  --bs-gutter-x: 3.6rem;
}
.gx-22 {
  --bs-gutter-x: 2rem;
}
.f-16 {
  font-size: 16px !important;
}
.line-26 {
  line-height: 26px !important;
}
header {
  /* position: absolute; */
  width: 100%;
  top: 10px;
}
.brands.menu_logo1 {
  width: 200px;
  height: 181px;
  object-fit: cover;
}
.brands.menu_logo2 {
  width: 168px;
  height: 168px;
  object-fit: cover;
}
.navbar-brand img {
  width: 40px;
  height: 27px;
  object-fit: contain;
}
.nav-link {
  padding: 0px 8px !important;
}
header *,
header a {
  font-size: 24px !important;
  font-weight: normal;
  font-family: "Borel", sans-serif;
  color: #fff !important;
}
/* hero  */
.hero_sec {
  /* background: url(../img/hero.webp); */
  /* height: 1320px; */
  /* background-position: center; */
  /* background-size: cover; */
  position: relative;
  z-index: 1;
  /* background-repeat: no-repeat; */
  display: flex;
  justify-content: center;
}
.hero_sub_head {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  text-shadow: 0px -0px 15px #505050;
  text-align: center;
  font-family: "Borel", sans-serif;
  padding: 20px 5px 0;
}
.hero_spacer {
  height: 340px;
}
.hero_head {
  font-size: 100px;
  line-height: 85px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px -0px 15px #505050;
}
/* hero  */

/* button  */
.normal_btn {
  font-size: 22px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  height: 61px;
  width: 255px;
  align-items: center !important;
  display: flex;
  justify-content: center;
}
.normal_btn img {
  height: 30px !important;
  width: 24px !important;
  object-fit: contain;
}
.btn-outline-new {
  border: 2px dashed #656862 !important;
  border-radius: var(--radious) !important;
  color: #656862 !important;
}
.round_sec .btn-outline-new:hover {
  border: 2px dashed #e1d7d7 !important;
  border-radius: var(--radious) !important;
  color: #e1d7d7 !important;
}
.btn {
  padding: 10px !important;
  font-weight: 300;
}
/* button  */

.main-container {
  width: 100%;
  margin: 0 auto;
}
.footer {
  background-color: #4b4b4b;
  padding-top: 130px;
  color: #fff;
}
.footer_sub_head {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: "Borel", sans-serif;
}
.footer_main_head {
  font-size: 50px;
  line-height: 45px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.footer_description {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.footer_link {
  margin-bottom: 0px;
}
.footer_link a {
  text-decoration: none;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.footer-bottom {
  background-color: #696969;
  margin-top: 110px;
  padding: 45px 0px 50px 0px;
  border-top: 2px dashed #fff;
}
.footer-bottom p a,
.footer-bottom p {
  font-size: 20px;
  line-height: 34px;
  color: #e4e4da;
  text-decoration: none;
}
.quote_pname {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Borel", sans-serif;
  /* margin-top: 30px; */
}
.quotes_icon {
  height: 45px;
  width: 60px;
  margin-bottom: 30px;
  object-fit: contain;
}
.sub_head {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Borel", sans-serif;
  margin-bottom: 15px;
  padding-top: 50px;
}
.sub_head2 {
  font-size: 36px;
  line-height: 58px;
  font-weight: normal;
  font-family: "Borel", sans-serif;
  margin-bottom: 5px;
}
.main_head {
  font-size: 60px;
  line-height: 55px !important;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.description {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.statement {
  font-size: 22px !important;
  line-height: 36px !important;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.spl_head {
  position: relative;
  margin-bottom: 80px;
}
.spl_head.mb118 {
  margin-bottom: 118px;
}
.spl_head::after {
  content: "";
  width: 152px;
  border-bottom: 5px solid var(--color-secondary);
  display: inline-block;
  position: absolute;
  border-radius: var(--radious);
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.spl_head.w87::after {
  width: 87px;
}
.spl_head.w100::after {
  width: 100px;
}
.spl_head.bm58::after {
  bottom: -58px;
}
.spl_head.primary_border::after {
  border-bottom: 5px solid var(--color-primary) !important;
}
.spl_head.line-25::after {
  bottom: -15px;
}
.spl_head.pos-center::after {
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.default_border {
  border: 2px dashed #656862 !important;
}
.normal_radious {
  border-radius: var(--radious) !important;
  overflow: hidden;
}
.spl_radious {
  border-radius: var(--radious_large) 0px var(--radious_large)
    var(--radious_large) !important;
}
ol,
ul {
  padding-left: 1.7rem;
}
.section2 {
  background-image: url(../img/sec2.webp);
  background-position: center;
  background-size: cover;
}
.section3 {
  background-image: url(../img/sec3.webp);
  background-position: center;
  background-size: 140%;
  background-attachment: fixed;
}
.section6 {
  z-index: 10;
  position: relative;
  border-radius: var(--radious_large) !important;
  /* overflow: hidden; */
}
.default_radious {
  border-radius: var(--radious_large) !important;
  /* overflow: hidden; */
}
.section7 {
  background-image: url(../img/sec7.webp);
  background-position: top;
  background-size: cover;
  margin-top: -440px;
  padding-top: 603px;
}
.h-775 {
  height: 775px;
}

.round_shape {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #656862 !important;
  background-color: #fff;
}
.section6 .card {
  position: relative;
  min-height: 415px;
}
/* Hide all buttons initially */
.section6 .row .card-body .normal_btn {
  /* display: none; */
}

/* Show button only inside the hovered .card (step) */
.section6 .row .col:hover .card-body .normal_btn {
  display: flex;
}
/* Add dashed line to the left */
/* .section6 .col:not(:first-child) .card::before { */
.section6 .center_line::before {
  content: "";
  position: absolute;
  top: 22%;
  left: 50%;
  width: 170%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #fff,
    #fff 5px,
    transparent 5px,
    transparent 10px
  );
  transform: translate(-50%, -50%);
  z-index: 0;
  margin: 0 auto;
  right: 0;
}

/* .section6 .col:not(:first-child) .round_shape::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 50%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #ccc,
    #ccc 5px,
    transparent 5px,
    transparent 10px
  );
  transform: translateY(-50%);
  z-index: 0;
}

/* Right line for all except the last column */
/* .section6 .col:not(:last-child) .round_shape::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: 50%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #ccc,
    #ccc 5px,
    transparent 5px,
    transparent 10px
  );
  transform: translateY(-50%);
  z-index: 0; 
} */

.round_shape h2 {
  font-size: 72px !important;
  font-family: "Borel";
  margin-bottom: -55px !important;
  line-height: 58px;
}
.round_sec h3 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 10px;
  font-weight: 600;
}
.round_sec .card-text {
  font-size: 24px;
  line-height: 40px;
}
.bg_dark {
  background-color: rgba(75, 75, 79, 0.9);
}
.interview_carousal .item .card {
  height: 385px !important;
  width: 620px;
}
.interview_carousal .owl-dots .owl-dot span {
  width: 60px !important;
  height: 15px !important;
}
.interview_carousal .owl-dots .owl-dot.active span,
.interview_carousal .owl-dots .owl-dot:hover span {
  background: var(--color-primary) !important;
}
.interview_carousal .owl-nav.disabled + .owl-dots {
  margin-top: 80px !important;
}

.video_container {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.video_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(89, 97, 83, 0.75);
}
.video_play_btn {
  width: 70px;
  height: 100px;
  object-fit: contain;
  z-index: 10;
}
.video_progress {
  width: 95% !important;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  z-index: 10;
}
.deine_sec .card {
  position: relative;
}
.deine_sec .card::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background-image: url(../img/symbol-plus.webp);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.accordion_style1 .accordion-item,
.accordion_style2 .accordion-item {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: var(--radious);
  border-bottom: 0;
}
.accordion_style1 .accordion-item .accordion-button,
.accordion_style2 .accordion-item .accordion-button {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  background-color: #fff;
  width: 100%;
  border: 2px dashed #656862 !important;
  border-radius: var(--radious) !important;
  padding: 8px 25px 8px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #4b4b4b;
  cursor: pointer;
}
.accordion_style1 .accordion-item .accordion-body,
.accordion_style2 .accordion-item .accordion-body {
  font-size: 24px;
  line-height: 40px;
  color: #4b4b4b;
  font-weight: normal;
}
.accordion-collapse {
  border-left: 2px dashed #656862 !important;
  border-right: 2px dashed #656862 !important;
  border-bottom: 2px dashed #656862 !important;
  border-radius: var(--radious) !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.accordion_style1 .accordion-item .accordion-body ul,
.accordion_style2 .accordion-item .accordion-body ul {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}
.accordion_style1 .accordion-item .accordion-body ul li,
.accordion_style2 .accordion-item .accordion-body ul li {
  padding-left: 4px;
  margin-left: 20px;
}
.accordion-body {
  padding: 20px;
  padding-bottom: 50px;
}
.accordion_style2 .accordion-body {
  padding: 20px;
  padding-bottom: 30px;
}
.accordion_style1 .accordion-item .accordion-body ul li::marker {
  content: "+";
  color: #4b4b4b;
  font-weight: 100;
}
.accordion-button:focus {
  z-index: 3;
  box-shadow: none !important;
}
.accordion-button .custom-icon {
  margin-left: auto;
  transition: transform 0.3s ease;
}
/* Hide default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Add custom image icon (collapsed state) */
.accordion-button::before {
  content: "";
  background-image: url("../img/down_arrow.webp"); /* your plus icon */
  background-size: 24px 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 30px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* Change icon when expanded */
.accordion-button:not(.collapsed)::before {
  background-image: url("../img/top_arrow.webp"); /* your minus icon */
}
.hero_leaf {
  position: absolute;
  left: -180px;
  bottom: 410px;
}
.hero_leaf img {
  width: 174px;
  height: 294px;
  object-fit: contain;
}
.leaf2 {
  position: absolute;
  left: -55px;
  bottom: 130px;
  margin: auto;
  z-index: -1;
}
.leaf3 {
  position: absolute;
  right: -90px;
  bottom: -145px;
  margin: auto;
  z-index: -1;
}
.leaf4 {
  position: absolute;
  right: -185px;
  top: -28px;
  margin: auto;
  z-index: 0;
}
.leaf5 {
  position: absolute;
  left: -84px;
  top: 372px;
  margin: auto;
  z-index: 0;
}
.leaf6 {
  position: absolute;
  left: -90px;
  top: 17px;
  margin: auto;
  z-index: -1;
}
.leaf7 {
  position: absolute;
  right: -70px;
  bottom: -140px;
  margin: auto;
  z-index: -1;
  rotate: -47deg;
}
.leaf8 {
  position: absolute;
  right: -103px;
  top: 5px;
  margin: auto;
  z-index: 1;
}
.leaf9 {
  position: absolute;
  left: 125px;
  top: -103px;
  margin: auto;
  z-index: 9999;
}
.leaf10 {
  position: absolute;
  right: 0px;
  bottom: -137px;
  margin: auto;
  z-index: 2;
}
.leaf11 {
  position: absolute;
  left: -35px;
  top: 114px;
  margin: auto;
  z-index: 2;
}
.leaf12 {
  position: absolute;
  right: -108px;
  top: 250px;
  margin: auto;
  z-index: -1;
  width: auto;
}
.leaf13 {
  position: absolute;
  left: -123px;
  top: -203px;
  margin: auto;
  z-index: -1;
  width: auto;
}
.leaf14 {
  position: absolute;
  right: 0px;
  top: 6px;
  margin: auto;
  z-index: 2;
  width: auto;
  rotate: 20deg;
}
.leaf15 {
  position: absolute;
  right: 0px;
  top: -110px;
  margin: auto;
  z-index: 0;
  width: auto;
}
.leaf16 {
  position: absolute;
  left: -35px;
  top: 50%;
  margin: auto;
  z-index: 2;
}
.leaf17 {
  position: absolute;
  right: -0px;
  top: 15%;
  margin: auto;
  z-index: 0;
}
.leaf18 {
  position: absolute;
  right: 0%;
  top: -200px;
  margin: auto;
  z-index: 0;
  width: 100px;
  left: 0%;
}
.leaf18 img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.leaf19 {
  position: absolute;
  bottom: 50px;
  margin: auto;
  z-index: 0;
  width: 100px;
  left: 20%;
}
.menu_logo2 {
  margin-right: 100px;
}
.menu_logo1 {
  margin-right: -25px;
}
footer .normal_btn {
  height: 61px;
  width: 265px;
}
footer .normal_btn img {
  height: 30px !important;
  width: 34px !important;
  object-fit: contain;
}
.hero_text {
  /* background-image: url(../img/hero_bg.png);
  background-repeat: no-repeat;
  background-position: center; */
  background-size: contain;
}

/* menu  */
.menu_container_bg a {
  all: unset;
  cursor: pointer;
}
.menu_container_bg {
  overflow: hidden;
  z-index: -9999;
  /* min-height: 100vh; */
  background-image: url("../img/menu_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease; /* Added opacity transition */
}
.menu_container_bg.open {
  z-index: 99999;
  opacity: 1;
  overflow-y: auto !important;
}

.menu_container {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  height: 100vh;
}
.menu_leaf1 {
  position: absolute;
  right: -65px;
  top: -37px;
  margin: auto;
  z-index: -1;
}
.menu_leaf1 img {
  height: 315px;
  width: auto;
  object-fit: contain;
}

.menu_leaf2 {
  position: absolute;
  left: -39px;
  bottom: 25%;
  margin: auto;
  z-index: -1;
}
.menu_leaf2 img {
  height: 250px;
  width: auto;
  object-fit: contain;
}
.menu_container .main_head {
  all: unset;
  font-family: "Poppins-extralight", sans-serif;
  font-size: 60px !important;
  line-height: 80px !important;
  text-transform: capitalize;
  margin-bottom: 0px;
  display: block;
  color: #fff;
}
.menu_container .main_head:hover,
.menu_container .main_head.active,
.menu_footer p:hover {
  color: var(--color-primary);
}

.menu_container_bg .menu_close {
  flex: 0 0 auto;
  background-image: url("../img/menu-close.webp");
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  left: 0%;
  margin: 0 auto;
  z-index: 1000;
}
.menu_container_bg .menu_footer {
  padding: 0px 195px;
  color: #fff;
  font-size: 19px;
  line-height: 33px;
  font-family: "Poppins-extralight", sans-serif;
}
/* menu  */

/* validation frm 
 */
.field-wrapper {
  position: relative !important;
  /* margin-bottom: 40px !important; */
}
.validate_frm .form-control,
.validate_frm .custom-check {
  border: thin dashed #fff !important;
  background-color: transparent;
  border-radius: var(--radious) !important;
  color: #fff;
  padding: 30px 40px 50px 40px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
}
.validate_frm .form-control::placeholder {
  color: #fff; /* Your desired color */
  opacity: 1; /* Optional: make sure it’s fully visible */
}
.form-control.valid:focus,
.form-control.invalid:focus {
  border-color: none;
  box-shadow: none;
  background-color: #fff;
  color: #000 !important;
}

.valid-icon img {
  width: 20px;
  height: 20px;
}

/* Optional: hide Bootstrap's built-in checkmark */
.form-control.valid,
.form-control.invalid {
  background-image: none !important;
}

.valid-icon,
.invalid-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  display: none;
  background: var(--color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: thin dashed #fff;
}

.form-control.valid ~ .valid-icon,
.custom-check.valid ~ .valid-icon {
  display: flex;
}

.form-control.invalid ~ .invalid-icon,
.custom-check.invalid ~ .invalid-icon {
  display: flex;
}
.field-wrapper .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form_modal .close_btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  top: -50px;
  width: 50px;
  height: 50px;
}
.form_modal .close_btn img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.cursor-pointer {
  cursor: pointer;
}
/* validation frm 
 */

/*Popup Css*/

.custom-popup {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
  background-color: #1a9e4a;
  color: white;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: slide-in 0.5s ease-out;
  font-size: 16px;
  max-width: 350px;
}

.popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-close {
  margin-left: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*Popup Css End*/
.btn:hover {
  background-color: #ebe34c !important;
  border-color: #fff424 !important;
  border: 2px dashed #656862 !important;
  border-radius: var(--radious) !important;
  color: #656862 !important;
}
.nex-pev-button {
  display: flex;
}

.nav_link {
  color: white !important;
  text-decoration: none !important;
}

.opacity-50:hover {
  background-color: white !important;
}

.textarea-field textarea {
  height: 250px !important;
  padding: 30px 40px 0px 40px;
}

.validate_frm .custom-check span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.validate_frm .custom-check span a {
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  a.mx-2.normal_btn.align-items-center.btn.btn-outline-new.bg_white {
    margin-bottom: 12px;
  }
}

/* = Blocs -------------------------------------------------------------- */

.bg-header-hintergrund-komplett-1 {
  background-image: url(../img/hero.webp) !important;
}

.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}
.bloc .container {
  /* padding-left: 0;
  padding-right: 0; */
  position: relative;
  /* max-width: 100%; */
}

/* .bloc-lg {
  padding: 100px 20px;
} */

.bloc-fill-screen {
  height: 1320px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* .bloc-fill-screen > .container {
  align-self: flex-middle;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
} */
.bloc-fill-screen > .container > .row {
  /* flex-grow: 1; */
  /* align-self: center; */
  width: 100%;
}
/* .bloc-fill-screen .fill-bloc-top-edge,
.bloc-fill-screen .fill-bloc-bottom-edge {
  flex-grow: 0;
} */
.bloc-fill-screen .fill-bloc-top-edge {
  align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge {
  align-self: flex-end;
  margin-bottom: 8%;
}

/* .set-header-pos {
  margin-bottom: 5%;
} */

@media (max-width: 991px) {
  .bloc-fill-screen .fill-bloc-bottom-edge {
    margin-bottom: 10%;
  }
}

@media (max-width: 575px) {
  .bloc-fill-screen .fill-bloc-bottom-edge {
    margin-bottom: 15%;
  }
}
