@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.outfit_bold {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.outfit_medium {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.outfit_semibold {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.outfit_light {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

.inter {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.inter_bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.inter_medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.inter_semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.inter_light {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.plus_jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.plus_jakarta_bold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
}
.plus_jakarta_medium {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.plus_jakarta_semibold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
.plus_jakarta_light {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

:root {
  --primary-color: #ef0b69;
  --secondary-color: #25c4f9;
  --white: #fff;
  --black: #000;
  --blue: #1596ce;
  --darkblue: #111d5e;
  --background-color: #f9f9f9;
  --border: #eceff3;
  --danger: #f91818;
  --grey: #00000099;
  --darkgrey: #9e9e9e;
}

a {
  text-decoration: none !important;
}
.bg_primary {
  background-color: var(--primary-color);
}
.bg_secondary {
  background-color: #00a6dd;
}
.bg_blue {
  background-color: var(--blue);
}
.txt_primary {
  color: var(--primary-color);
}
.txt_secondary {
  color: var(--secondary-color);
}
.txt_danger {
  color: var(--danger);
}
.txt_white {
  color: var(--white);
}
.txt_black {
  color: var(--black);
}
.txt_danger {
  color: var(--danger);
}
.txt_grey {
  color: var(--grey);
}
.txt_darkgrey {
  color: var(--darkgrey);
}
.txt_blue {
  color: var(--blue);
}
.txt_darkblue {
  color: var(--darkblue);
}

body {
  /* background-color: var(--background-color); */
  font-family: "Plus Jakarta Sans", sans-serif;
}

.card {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 1px 3px 0px #1018281a;
}

.h_100vh {
  height: 100vh;
}
.min_h_100vh {
  min-height: 100vh;
}

.h_10vh {
  height: 10vh;
}
.h_20vh {
  height: 20vh;
}
.h_30vh {
  height: 30vh;
}
.h_40vh {
  height: 40vh;
}
.h_50vh {
  height: 50vh;
}
.h_60vh {
  height: 60vh;
}
.h_70vh {
  height: 70vh;
}
.h_80vh {
  height: 80vh;
}
.h_90vh {
  height: 90vh;
}
.h_100vh {
  height: 100vh;
}

/* Base font sizes (Desktop - 1024px and above) */
.fs_10 {
  font-size: 10px;
}
.fs_11 {
  font-size: 11px;
}
.fs_12 {
  font-size: 12px;
}
.fs_13 {
  font-size: 13px;
}
.fs_14 {
  font-size: 14px;
}
.fs_15 {
  font-size: 15px;
}
.fs_16 {
  font-size: 16px;
}
.fs_17 {
  font-size: 17px;
}
.fs_18 {
  font-size: 18px;
}
.fs_19 {
  font-size: 19px;
}
.fs_20 {
  font-size: 20px;
}
.fs_22 {
  font-size: 22px;
}
.fs_24 {
  font-size: 24px;
}
.fs_26 {
  font-size: 26px;
}
.fs_28 {
  font-size: 28px;
}
.fs_30 {
  font-size: 30px;
}
.fs_32 {
  font-size: 32px;
}
.fs_34 {
  font-size: 34px;
}
.fs_36 {
  font-size: 36px;
}
.fs_38 {
  font-size: 38px;
}
.fs_40 {
  font-size: 40px;
}
.fs_42 {
  font-size: 42px;
}
.fs_44 {
  font-size: 44px;
}
.fs_46 {
  font-size: 46px;
}
.fs_48 {
  font-size: 48px;
}
.fs_50 {
  font-size: 50px;
}
.fs_55 {
  font-size: 55px;
}
.fs_60 {
  font-size: 60px;
}
.fs_65 {
  font-size: 65px;
}
.fs_70 {
  font-size: 70px;
}
.fs_80 {
  font-size: 80px;
}
.fs_90 {
  font-size: 90px;
}

/* Tablet (768px to 1023px) - Reduce by ~20% */
@media (max-width: 1023px) {
  .fs_10 {
    font-size: 9px;
  }
  .fs_11 {
    font-size: 10px;
  }
  .fs_12 {
    font-size: 11px;
  }
  .fs_13 {
    font-size: 12px;
  }
  .fs_14 {
    font-size: 13px;
  }
  .fs_15 {
    font-size: 14px;
  }
  .fs_16 {
    font-size: 15px;
  }
  .fs_17 {
    font-size: 16px;
  }
  .fs_18 {
    font-size: 17px;
  }
  .fs_19 {
    font-size: 18px;
  }
  .fs_20 {
    font-size: 18px;
  }
  .fs_22 {
    font-size: 20px;
  }
  .fs_24 {
    font-size: 22px;
  }
  .fs_26 {
    font-size: 24px;
  }
  .fs_28 {
    font-size: 25px;
  }
  .fs_30 {
    font-size: 26px;
  }
  .fs_32 {
    font-size: 28px;
  }
  .fs_34 {
    font-size: 30px;
  }
  .fs_36 {
    font-size: 32px;
  }
  .fs_38 {
    font-size: 33px;
  }
  .fs_40 {
    font-size: 34px;
  }
  .fs_42 {
    font-size: 36px;
  }
  .fs_44 {
    font-size: 38px;
  }
  .fs_46 {
    font-size: 40px;
  }
  .fs_48 {
    font-size: 42px;
  }
  .fs_50 {
    font-size: 44px;
  }
  .fs_55 {
    font-size: 48px;
  }
  .fs_60 {
    font-size: 52px;
  }
  .fs_65 {
    font-size: 56px;
  }
  .fs_70 {
    font-size: 60px;
  }
  .fs_80 {
    font-size: 68px;
  }
  .fs_90 {
    font-size: 76px;
  }
}

/* Mobile (up to 767px) - Reduce by ~50% for large sizes */
@media (max-width: 767px) {
  .fs_10 {
    font-size: 9px;
  }
  .fs_11 {
    font-size: 10px;
  }
  .fs_12 {
    font-size: 11px;
  }
  .fs_13 {
    font-size: 12px;
  }
  .fs_14 {
    font-size: 13px;
  }
  .fs_15 {
    font-size: 14px;
  }
  .fs_16 {
    font-size: 15px;
  }
  .fs_17 {
    font-size: 16px;
  }
  .fs_18 {
    font-size: 16px;
  }
  .fs_19 {
    font-size: 17px;
  }
  .fs_20 {
    font-size: 18px;
  }
  .fs_22 {
    font-size: 19px;
  }
  .fs_24 {
    font-size: 20px;
  }
  .fs_26 {
    font-size: 22px;
  }
  .fs_28 {
    font-size: 23px;
  }
  .fs_30 {
    font-size: 24px;
  }
  .fs_32 {
    font-size: 26px;
  }
  .fs_34 {
    font-size: 27px;
  }
  .fs_36 {
    font-size: 28px;
  }
  .fs_38 {
    font-size: 30px;
  }
  .fs_40 {
    font-size: 32px;
  }
  .fs_42 {
    font-size: 32px;
  }
  .fs_44 {
    font-size: 34px;
  }
  .fs_46 {
    font-size: 35px;
  }
  .fs_48 {
    font-size: 36px;
  }
  .fs_50 {
    font-size: 38px;
  }
  .fs_55 {
    font-size: 40px;
  }
  .fs_60 {
    font-size: 42px;
  }
  .fs_65 {
    font-size: 44px;
  }
  .fs_70 {
    font-size: 46px;
  }
  .fs_80 {
    font-size: 50px;
  }
  .fs_90 {
    font-size: 54px;
  }
}

/* Small Mobile (up to 480px) - Further reduction for very small screens */
@media (max-width: 480px) {
  .fs_10 {
    font-size: 9px;
  }
  .fs_11 {
    font-size: 10px;
  }
  .fs_12 {
    font-size: 11px;
  }
  .fs_13 {
    font-size: 12px;
  }
  .fs_14 {
    font-size: 13px;
  }
  .fs_15 {
    font-size: 13px;
  }
  .fs_16 {
    font-size: 14px;
  }
  .fs_17 {
    font-size: 15px;
  }
  .fs_18 {
    font-size: 15px;
  }
  .fs_19 {
    font-size: 16px;
  }
  .fs_20 {
    font-size: 16px;
  }
  .fs_22 {
    font-size: 18px;
  }
  .fs_24 {
    font-size: 19px;
  }
  .fs_26 {
    font-size: 20px;
  }
  .fs_28 {
    font-size: 21px;
  }
  .fs_30 {
    font-size: 22px;
  }
  .fs_32 {
    font-size: 24px;
  }
  .fs_34 {
    font-size: 25px;
  }
  .fs_36 {
    font-size: 26px;
  }
  .fs_38 {
    font-size: 28px;
  }
  .fs_40 {
    font-size: 28px;
  }
  .fs_42 {
    font-size: 30px;
  }
  .fs_44 {
    font-size: 31px;
  }
  .fs_46 {
    font-size: 32px;
  }
  .fs_48 {
    font-size: 34px;
  }
  .fs_50 {
    font-size: 35px;
  }
  .fs_55 {
    font-size: 38px;
  }
  .fs_60 {
    font-size: 40px;
  }
  .fs_65 {
    font-size: 42px;
  }
  .fs_70 {
    font-size: 44px;
  }
  .fs_80 {
    font-size: 48px;
  }
  .fs_90 {
    font-size: 52px;
  }
}
.br_0 {
  border-radius: 0px !important;
}
.br_2 {
  border-radius: 2px !important;
}
.br_4 {
  border-radius: 4px !important;
}
.br_6 {
  border-radius: 6px !important;
}
.br_8 {
  border-radius: 8px !important;
}
.br_10 {
  border-radius: 10px !important;
}

.br_12 {
  border-radius: 12px !important;
}
.br_14 {
  border-radius: 14px !important;
}
.br_16 {
  border-radius: 16px !important;
}
.br_18 {
  border-radius: 18px !important;
}
.br_20 {
  border-radius: 20px !important;
}

.br_24 {
  border-radius: 24px !important;
}
.br_28 {
  border-radius: 28px !important;
}
.br_32 {
  border-radius: 32px !important;
}

.br_40 {
  border-radius: 40px !important;
}
.br_50 {
  border-radius: 50px !important;
}

.grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form-control {
  box-shadow: 0px 1px 2px 0px #1018280d !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  min-height: 40px !important;
}

.primary_btn {
  color: var(--white);
  /* background: linear-gradient(var(--primary-color), var(--secondary-color)); */
  background: linear-gradient(
    95.53deg,
    var(--primary-color) 6.02%,
    var(--secondary-color) 98.77%
  );
  border: 2px solid var(--blue);
  border-radius: 10px;
  min-height: 40px;
  padding: 10px 16px;
}
.secondary_btn {
  color: var(--white);
  /* background: linear-gradient(var(--primary-color), var(--secondary-color)); */
  background: linear-gradient(
    95.53deg,
    var(--secondary-color) 6.02%,
    var(--primary-color) 98.77%
  );
  /* border: 2px solid var(--blue); */
  border-radius: 10px;
  min-height: 40px;
  padding: 10px 22px;
}

.blue_btn {
  background: linear-gradient(95.53deg, #25c4f9 6.02%, #1596ce 98.77%);
}
.pink_btn {
  background: linear-gradient(95.51deg, #ff4d97 5.69%, #ef0b69 97.53%);
}

.otp_input {
  width: 60px !important;
  height: 60px !important;
  border-radius: 12px !important;
  border: 1px solid var(--border) !important;
  box-shadow: none !important;
}

.otp_input:focus {
  border-color: var(--blue) !important;
  caret-color: var(--blue) !important;
  outline: none !important;
}

.success_circle {
  border: 4px solid var(--blue);
  border-radius: 50%;
}

.success_circle img {
  width: 32px;
}

.success_circle.success_blue .success_circle_inner {
  background-color: var(--blue);
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: 10px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_blue {
  background-color: var(--blue);
}

.navbar-expand-lg .navbar-nav {
  gap: 10px;
}
.nav-item .nav-link {
  font-size: 18px;
}
.statics_group {
  gap: 13px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.statics_group .statics_box {
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  padding: 60px 10px;
}

.testimonial_card {
  background: #fff;
  border-radius: 20px !important;
  padding: 30px;
  box-shadow: 0px 9px 9px 0px #00000040;
}

.testimonial_header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.testimonial_avatar img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial_user_info h5 {
  margin: 0;
  font-size: 24px;
}

.testimonial_user_info span {
  font-size: 13px;
  color: var(--blue);
}

.testimonial_content p {
  color: #b4b4b4;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.testimonial_divider {
  border-top: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.testimonial_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom_owl_nav {
  display: flex;
  gap: 12px;
}

.nav_btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  opacity: 0.7;
}

.nav_btn:hover {
  opacity: 1;
  background: var(--blue);
}

.nav_btn img {
  width: 20px !important;
  height: 20px !important;
}

.triangleBg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(13%);
  height: 100%;
  object-fit: contain;
}

.jobCard {
  border: 1px solid #d6d6d6;
  padding: 40px 20px;
  border-radius: 12px;
  transition: 0.4s ease-in-out;
}

.jobCard:hover {
  background: linear-gradient(
    110.43deg,
    var(--blue) -0.47%,
    var(--primary-color) 98.16%
  );
  color: var(--white);
}

.jobCard:hover .secondary_btn {
  background: var(--white);
  color: black;
}

.footer {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 90px;
}

.footer .newsletter {
  display: flex;
  gap: 10px;
  border: 1px solid #e1e1e1;
  padding: 9px;
  border-radius: 99px;
}

.footer .newsletter input {
  background: transparent;
  border: none;
  width: 100%;
  padding: 7px 6px;
  color: #a0a0a0;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 17px;
}

.footer_links_group {
  gap: 40px;
  padding: 0;
  display: flex;
  font-family: "outfit";
  flex-direction: column;
  margin-top: 20px;
}

.footer_links {
  list-style: none;
  gap: 40px;
  color: #9f9f9f;
}

.footerCoptyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 29px;
  border-top: 1px solid #cfcfcf;
}

.home_background_image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.home_banner {
  background-image: url("../background/home_background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.jobBoxGroup .jobBox {
  padding: 50px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.jobBoxGroup .jobBox.boxBlue {
  background: linear-gradient(180deg, #fbfcfe 0%, #f2f6fe 100%);
  border: 1px solid #c2edff;
}
.jobBoxGroup .jobBox.boxPink {
  background: linear-gradient(180deg, #fbfcfe 0%, #ffedf5 100%);
  border: 1px solid #ffc5dd;
}
.jobBoxGroup .jobBox h1 {
  color: #1e1e1e;
  font-family: "Outfit";
  font-weight: 500;
}
.jobBoxGroup .jobBox p {
  color: #8f8d8d;
  font-size: 22px;
  font-family: "Outfit";
  max-width: 270px;
  line-height: 30px;
}

.jobBoxGroup .jobBox img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footerTop {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footerTop a {
  color: #343434;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
}

.footerCopyright {
  display: flex;
  border-top: 1px solid #e6e6e6;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footerCopyright a {
  color: #343434;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 18px;
}

.gradient-text {
  background: linear-gradient(95.53deg, #ef0b69 6.02%, #25c4f9 98.77%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent; /* IMPORTANT */
}

.gradient-text2 {
  background: linear-gradient(95.53deg, #ef0b69 6.02%, #25c4f9 98.77%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent; /* IMPORTANT */
}

.stepSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.setpBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.setpBox .boxIcon {
  background: var(--darkblue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}
.setpBox .boxIcon:hover {
  background: var(--blue) !important;
}
.setpBox .boxIcon img {
  width: 36px;
  height: 36px;
}

.setpBox h1 {
  font-family: "Outfit";
  font-weight: 700;
  font-size: 24px;
}
.setpBox p {
  font-family: "Outfit";
  font-weight: 400;
  max-width: 300px;
  font-size: 18px;
  color: #00000099;
  text-align: center;
}

.contactForm input {
  width: 100%;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
}

.contactForm textarea {
  width: 100%;
  min-height: 130px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  resize: vertical;
}

/* Contact Form Responsive Styles */
@media screen and (max-width: 991px) {
  .contactForm .row .col-md-6:first-child {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .contactForm input,
  .contactForm textarea {
    font-size: 14px;
  }
  
  .contactForm .row .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.testimoniallogo {
  width: 250px;
}

@media screen and (max-width: 786px) {
  .grid_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 586px) {
  .footerCopyright {
    flex-wrap: wrap;
  }
  .footerTop {
    flex-direction: column;
  }
  .footer > *:first-child {
    grid-column: 1 / -1; /* Spans across all columns */
  }
  .testimoniallogo {
    width: 150px;
  }
  .nav_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    opacity: 0.7;
  }
  .nav_btn img {
    width: 15px !important;
    height: 15px !important;
  }
}

@media screen and (max-width: 400px) {
  .testimoniallogo {
    width: 120px;
  }
}

@media screen and (max-width: 786px) {
  .stepSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .testimonial_content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .statics_group .statics_box {
    padding: 30px 10px;
    min-height: 140px;
  }

  .footer .newsletter input {
    font-size: 14px;
  }
  .footer_links_group {
    gap: 20px;
    padding: 0;
    display: flex;
    font-family: "outfit";
    flex-direction: column;
    margin-top: 20px;
  }
}

.or_separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #000;
}

.or_separator::before,
.or_separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #eceff3;
}

.or_separator::before {
  margin-right: 15px;
}

.or_separator::after {
  margin-left: 15px;
}

.google_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background 0.3s;
  margin-bottom: 20px;
}

.google_btn:hover {
  background: #f9f9f9;
}

.google_btn img {
  width: 30px;
  margin-right: 12px;
}
