.wow {
  visibility: hidden;
}

@-webkit-keyframes movedown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes movedown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.movedown {
  -webkit-animation-name: movedown;
  animation-name: movedown;
}

/* @-webkit-keyframes moveline {
	0% {
		height: 0;
	}

	100% {
		height: 79%;
	}
}

@keyframes moveline {
	0% {
		height: 0;
	}

	100% {
		height: 77%;
	}
} */

/* .movedown {
	-webkit-animation-name: moveline;
	animation-name: moveline;
} */

/* @-webkit-keyframes white_black {
	0% {
	  color: var(--white-color);
	}
  
	100% {
	  color: var(--primary-color);
	}
  }
  
  @keyframes white_black {
	0% {
	  color: var(--white-color);
	}
  
	100% {
	  color: var(--primary-color);
	}
  }
  
  .white_black {
	-webkit-animation-name: white_black;
	animation-name: white_black;
  } */

@-webkit-keyframes black_orange {
  0% {
    color: var(--primary-color);
  }

  100% {
    color: var(--secondary-color);
  }
}

@keyframes black_orange {
  0% {
    color: var(--primary-color);
  }

  100% {
    color: var(--secondary-color);
  }
}

.black_orange {
  -webkit-animation-name: black_orange;
  animation-name: black_orange;
}

.orange-color {
  color: var(--secondary-color);
}

@-webkit-keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade_top {
  -webkit-animation-name: fade_top;
  animation-name: fade_top;
}

.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

@keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

.slide_left {
  -webkit-animation-name: slide_left;
  animation-name: slide_left;
}

@-webkit-keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

@keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

.slide_right {
  -webkit-animation-name: slide_right;
  animation-name: slide_right;
}

/* @font-face {
  font-family: "Karatone DEMO";
  src: url("../assets/fonts/karatone/KaratoneDEMO.woff2") format("woff2"),
    url("../assets/fonts/karatone/KaratoneDEMO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-Black.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-BlackItalic.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato-bold";
  src: url("../assets/fonts/lato/Lato-Bold.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-Heavy.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-HeavyItalic.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-BoldItalic.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-Light.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-LightItalic.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-Italic.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Inter Medium";
  src: url("../assets/fonts/lato/Inter Medium.woff2") format("woff2"),
    url("../assets/fonts/lato/Inter Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Inter MediumItalic.woff2") format("woff2")
    url("../assets/fonts/lato/Inter MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lato-semibold";
  src: url("../assets/fonts/lato/Lato-Semibold.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-Thin.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/lato/Lato-SemiboldItalic.woff2") format("woff2"),
    url("../assets/fonts/lato/Lato-Thin.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
} */

/* BW Gradual */
/* @font-face {
  font-family: "Bw Gradual Light";
  src: url("../fonts/bw-gradual/BwGradualDEMO-Light.woff2") format("woff2"),
    url("../fonts/bw-gradual/BwGradualDEMO-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bw Gradual Medium";
  src: url("../fonts/bw-gradual/BwGradualDEMO-Medium.woff2") format("woff2"),
    url("../fonts/bw-gradual/BwGradualDEMO-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bw Gradual Regular";
  src: url("../fonts/bw-gradual/BwGradualDEMO-Regular.woff2") format("woff2"),
    url("../fonts/bw-gradual/BwGradualDEMO-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bw Gradual Bold";
  src: url("../fonts/bw-gradual/BwGradualDEMO-Bold.woff2") format("woff2"),
    url("../fonts/bw-gradual/BwGradualDEMO-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bw Gradual ExtraBold";
  src: url("../fonts/bw-gradual/BwGradualDEMO-ExtraBold.woff2") format("woff2"),
    url("../fonts/bw-gradual/BwGradualDEMO-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

/* new  */

/* Inter  */
@font-face {
  font-family: "Inter Light";
  src: url("../fonts/inter/Inter24pt-Light.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/inter/Inter24pt-Medium.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Inter ExtraBold";
  src: url("../fonts/inter/Inter24pt-ExtraBold.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/inter/Inter24pt-SemiBold.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/inter/Inter24pt-Bold.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Rubik */
@font-face {
  font-family: 'Rubik-Bold';
  src: url('../fonts/rubik/Rubik-Bold.woff2') format('woff2'),
    url('../fonts/rubik/Rubik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik-SemiBold';
  src: url('../fonts/rubik/Rubik-SemiBold.woff2') format('woff2'),
    url('../fonts/rubik/Rubik-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/rubik/Rubik-Regular.woff2') format('woff2'),
    url('../fonts/rubik/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik-Medium';
  src: url('../fonts/rubik/Rubik-Medium.woff2') format('woff2'),
    url('../fonts/rubik/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  /* colors */
  --primary-color: #130f06;
  --secondary-color: #BD9265;
  /* --secondary-color: #995a54; */
  --white-color: #ffffff;
  --pure-black-color: #2b2b2b;
  --background-smoke: #ffffff;
  --background-gray: #f5f5f7;
  --secondary-highlight-color: #0366d6;
  --highlight-color: #7D5931;
  /* font-sizes */
  --banner-title-font-size: 3rem;
  --section-title-font-size: 2.5rem;
  --section-subtitle-font-size: 2rem;
  --paragraph-font-size: 1.5rem;
  --content-font-size: 1.25rem;
  --content-font-size-2: 1.125rem;
  --link-font-size: 1rem;
  --footer-fonts-size: 0.875rem;

  /* font-families */
  --light-font-family: "Inter Light";
  --regular-font-family: "Inter Regular";
  --medium-font-family: "Inter Medium";
  --semibold-font-family: "Inter Semibold";
  --bold-font-family: "Inter Bold";
  --title-font-family: "Rubik-SemiBold";
  --subtitle-font-family: "Rubik-Medium";
  /* --black-font-family: "Lato-semibold"; */

  /* other */
  --common-transition: all 0.6s ease;
  --web-border-radius: 1rem;
  --mobile-border-radius: 0.6rem;
  --common-gap-size: 1.5rem;
  --small-gap-size: 1rem;
  --medium-gap-size: 3rem;
  --big-gap-size: 4rem;
  --tiny-gap-size: 0.75rem;
  --biggest-gap-size: 7.5rem;
}

.link-fonts p {
  font-size: var(--link-font-size);
}

.footer-fonts p,
.faq_ul li {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Inter Regular";
}

.footer-big-text h2 {
  font-size: 3rem;
  font-family: var(--title-font-family);
}

.section-subtitle p {
  font-size: var(--section-subtitle-font-size);
  font-family: var(--subtitle-font-family);
}

.heavy-fonts {
  font-family: var(--bold-font-family) !important;
}

/* Custom scrollbar for Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 4px;
  /* Width of the vertical scrollbar */
  height: 4px;
  /* Height of the horizontal scrollbar */
}

/* Remove the up/down arrow buttons on the scrollbar */
::-webkit-scrollbar-button {
  display: none;
}

/* The scrollbar track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background-color: transparent;
  /* Transparent background */
}

/* The draggable part of the scrollbar (thumb) */
::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  /* Color of the scrollbar thumb */
  border-radius: 2px;
  /* Rounded corners */
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #ec650222;
  /* Darker color when hovered */
}

/* Custom scrollbar for Firefox */
* {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: var(--secondary-color) transparent;
  /* Thumb color and track color */
}

.semi-medium-bold {
  font-family: var(--semi-medium-bold-family);
}

.light-fonts {
  font-family: var(--light-font-family);
}

.regular-fonts {
  font-family: var(--regular-font-family) !important;
}

.semibold-fonts {
  font-family: var(--semibold-font-family) !important;
}

.bold-fonts {
  font-family: var(--bold-font-family) !important;
}

.medium-fonts {
  font-family: var(--medium-font-family) !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
supply,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: var(--regular-font-family);
  color: var(--primary-color);
}

html {
  height: auto;
  font-size: 16px;
  scroll-behavior: smooth;
}

* {
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.2;
  width: 100%;
}

body.no-scroll-body {
  overflow-y: hidden;
  padding-right: 10px !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  background-color: transparent;
  color: unset;
  outline: none;
  font-family: inherit;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: unset;
  color: unset;
}

img {
  max-width: 100%;
  transition: var(--common-transition);
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.p0 {
  padding: 0 !important;
}

.main-container-fluid {
  width: 100%;
  padding: 0 2rem;
}

.main-container {
  width: 90%;
  margin: 0 auto;
}

.main-container-2 {
  width: 75%;
  margin: 0 auto;
}

.mini-container {
  width: 90%;
  max-width: calc(1920px - 640px);
  margin: 0 auto;
}

.bg-black {
  background-color: var(--primary-color);
}

.bg-gray {
  background-color: var(--background-gray);
}

.content_accordian {
  display: none;
}

.section-padding {
  padding: 5rem 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.section-padding {
  padding: 5rem 0;
}

.section-padding-small {
  padding: 2rem 0;
}

.hover-enable {
  display: none;
}

.hover-disable {
  display: inline-block;
}

.mobile-image {
  display: none;
}

.web-image {
  display: block;
}

div:focus-visible,
img:focus-visible,
button:focus-visible {
  outline: none;
  border: none;
}

body.no-scroll-body {
  overflow-y: hidden;
}

.visible-tab-mobile {
  display: none !important;
}

.hide-tab-mobile {
  display: block !important;
}

.flex-row {
  display: flex;
  gap: 0.5rem;
}

.inner-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.inner-flex-small {
  gap: var(--small-gap-size);
}

.inner-flex.inner-flex-smallest {
  gap: 0.25rem;
}

.medium-gap {
  gap: var(--medium-gap-size);
}

.inner-flex.inner-flex-big {
  gap: var(--big-gap-size);
}

.inner-flex.inner-flex-tiny {
  gap: var(--tiny-gap-size);
}

.inner-flex.inner-flex.inner-flex-biggest {
  gap: var(--biggest-gap-size);
}

.big-gap {
  gap: var(--big-gap-size);
}

.inner-flex.inner-flex-large {
  gap: 10rem;
}

.common-gap {
  gap: var(--common-gap-size);
}

.inner-flex.inner-flex-center {
  text-align: center;
  align-items: center;
}

.white-color {
  color: var(--white-color) !important;
}

.black-color {
  color: var(--pure-black-color) !important;
}

.highlight-color {
  color: var(--highlight-color) !important;
}

.primary-color {
  color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.secondary-highlight-color {
  color: var(--secondary-highlight-color) !important;
}

/* fonts css */

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}

.inter-meduim {
  font-family: "Inter Medium";
}

.banner-title h1,
.banner-title h1 span,
.banner-title h2,
.banner-title h2 span {
  font-size: var(--banner-title-font-size);
  line-height: 0.9;
  font-family: var(--title-font-family);
  text-transform: capitalize;
}

.banner-title h1 span,
.banner-title h2 span {
  color: var(--secondary-color);
  text-transform: capitalize;
}

.section-title h1,
.section-title h1 span,
.section-title h2,
.section-title h2 span {
  font-size: var(--section-title-font-size);
  font-family: var(--title-font-family);
  text-transform: capitalize;
}

.section-title h1 span,
.section-title h2 span {
  color: var(--secondary-color);
}

.section-content p,
.section-content p span {
  font-size: var(--content-font-size);
  line-height: 1.5;
  color: #393939;
  font-family: "Inter Regular";
}

.section-content p span {
  color: var(--secondary-color);
}

.section-paragraph p,
.section-paragraph p span {
  font-size: var(--paragraph-font-size);
  line-height: 1.5;
  font-family: "Inter Medium";
}

.section-paragraph p span {
  color: var(--secondary-color);
}

.section-text p,
.section-text span,
.section-text p span {
  font-size: 1rem !important;
  line-height: 1.25;
}

.section-text p span {
  color: var(--secondary-color);
}

.section-subtitle h4,
.section-subtitle h4 span {
  font-size: var(--section-subtitle-font-size);
  font-family: var(--semibold-font-family);
  color: var(--primary-color);
}

.section-subtitle h4 span {
  color: var(--secondary-color);
}

.smallest-font p {
  font-size: 0.85rem;
}

.link-font-size a p,
.link-font-size a p span.material-symbols-outlined,
.link-font-size p {
  font-size: var(--link-font-size);
}

.match_forever-button {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  transition: var(--common-transition);
  width: fit-content;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.match_forever-button p,
.match_forever-button span {
  position: relative;
  z-index: 3;
  line-height: 1 !important;
}

.button-style-primary {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  border-radius: 62.438rem;
  /* 62.438rem */
}

.button-style-primary span,
.button-style-primary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: var(--link-font-size);
  font-family: var(--semibold-font-family);
  /* text-transform: uppercase; */
}

.button-style-primary:hover {
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-primary:hover span,
.button-style-primary:hover p {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.button-style-secondary {
  border: 1px solid var(--secondary-color);
  /* border-radius: 999px; */
  background-color: var(--secondary-color);
}

.button-style-secondary-outline {
  border: 1px solid var(--secondary-color);
  /* border-radius: 999px; */
  background-color: transparent;
}

.button-style-secondary-outline span,
.button-style-secondary-outline p {
  color: var(--secondary-color);
  font-size: 1rem;
  font-family: var(--semibold-font-family);
}

.button-style-secondary span,
.button-style-secondary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1rem;
  font-family: var(--semibold-font-family);
  /* text-transform: uppercase; */
}

.button-style-black-outline {
  border: 1px solid var(--highlight-color);
  /* border-radius: 999px; */
  background-color: transparent;
}

.button-style-black-outline span,
.button-style-black-outline p {
  color: var(--highlight-color);
  transition: var(--common-transition);
  font-size: 1rem;
  font-family: var(--semibold-font-family);
  /* text-transform: uppercase; */
}

.button-style-secondary {
  position: relative;
  color: var(--white-color);
}

.button-style-secondary-outline::after {
  content: "";
  background: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--common-transition);
}

.button-style-black-outline::after {
  content: "";
  background: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--common-transition);
}

.button-style-secondary::after {
  content: "";
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--common-transition);
}

@media screen and (min-width: 1024px) {

  .button-style-secondary:hover {
    color: var(--secondary-color);
    background-color: transparent;
    transition: var(--common-transition);
  }

  .button-style-black-outline:hover::after,
  .button-style-secondary-outline:hover::after,
  .button-style-secondary:hover::after {
    transform: translateY(100%);
  }

  .button-style-secondary:hover span,
  .button-style-secondary:hover p {
    color: var(--secondary-color);
    transition: var(--common-transition);
  }

  .button-style-black-outline:hover {
    background-color: var(--highlight-color);
    transition: var(--common-transition);
  }

  .button-style-black-outline:hover span,
  .button-style-black-outline:hover p {
    color: var(--white-color);
    transition: var(--common-transition);
  }
}

.button-style-white {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
}

.button-style-white span,
.button-style-white p {
  color: var(--primary-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-white:hover {
  border: 1px solid var(--white-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-white:hover span,
.button-style-white:hover p {
  color: var(--white-color);
  transition: var(--common-transition);
}

/* css start here  */
.nav-toggle {
  cursor: pointer;
  display: flex;
  transition: var(--common-transition);
  gap: 5px;
  padding: 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-toggle:focus-visible {
  outline: none;
}

/* .nav-toggle:hover .bar.top {
  transform: scaleX(0);
} */

/* .nav-toggle:hover .bar.bottom {
  transform: scaleX(1.5) translateY(-8px);
} */

.bar {
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 1rem;
  background-color: var(--primary-color);
  transition: var(--common-transition);
}

/* .bar.top {
  margin-top: 0 !important;
  margin-bottom: 8px;
} */

.nav-toggle.active .bar.top {
  transform: translateY(7px) rotate(45deg);
  background-color: var(--white-color);
}

.nav-toggle.active .bar.middle {
  transform: scale(0);
}

.nav-toggle.active .bar.bottom {
  transform: translateY(-7px) rotate(-45deg);
  background-color: var(--white-color);
}

.line-break {
  display: block;
}

/* .header-main {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fafafa;
} */
.header-main {
  position: fixed;
  width: 100%;
  background-color: #fafafa;
  z-index: 9999999;
}

.header-wrapper.header-wrapper-active .header-main {
  background-color: transparent !important;
}

.header-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

.match-forever-home-wrapper {
  padding-top: 7rem;
  background: #ffffff;
}

.header-btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.login-btn {
  border: none !important;
  background-color: #f4f1ec !important;
  padding: 0.75rem 1.25rem !important;
}

.footer-main-flex {
  display: flex;
  justify-content: space-between;

  padding-bottom: 6rem;
  border-bottom: 1px solid var(--secondary-color);
  /* align-items: center; */
}

.icons-social {
  display: flex;
  gap: 1.5rem;
}

.social-icons-div {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}

.link-hover-mob {
  display: none;
}

.contact-link-flex {
  display: flex;
  align-items: center;
  gap: 0.813rem;
}

/* .get-touched p:hover{
	color: var(--secondary-color) !important;
} */
.footer-box {
  background-color: #bd9265;
  padding: 3rem;
  border-radius: 1rem;
}

.common-flex {
  display: flex;
}

.footer-box-flex {
  gap: 3rem;
}

.footer-box-main {
  margin-top: -13rem;
  z-index: 9999;
}

.android-badge-s1 {
  width: 10.125rem;
  height: fit-content;
  transition: var(--common-transition);
}

.apple-badge-s1 {
  width: 9rem;
  transition: var(--common-transition);
}

.icons-social-mob {
  display: none;
}

/* .groom-btn{
	background-color: var(--secondary-color);
	
} */
.groom-btn p {
  color: #f4f1ec;
}

.groom-bride-btn-flex {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.section-1-main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/home-images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.section-1-main-center {
  /* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%); */
  width: fit-content;
  height: fit-content;
  text-align: center;
  /* margin: 0 auto;
	padding: 25% 0; */
}

.jc-c {
  justify-content: center;
}

.item-center {
  align-items: center;
}

.header-logo {
  width: 9rem;
}

.footer-logo {
  width: 11.447rem;
}

.icons-width-footer {
  width: 1.25rem;
}

.footer-none-web {
  display: none;
}

.contact-us-icon-footer {
  width: 1.125rem;
}

.jc-space-between {
  justify-content: space-between;
}

.footer-bt-padding {
  padding-top: 2.5rem;
}

.link-hover a p:hover {
  color: var(--secondary-color);
}

.link-hover a span:hover {
  color: var(--secondary-color);
}

.link-salt:hover {
  color: var(--secondary-color);
}

.menu-width {
  width: 1rem;
}

.male-img-hover {
  display: none;
}

.groom-bride-btn-flex button:hover .male-img-normal {
  display: none;
}

.groom-bride-btn-flex button:hover .male-img-hover {
  display: block;
}

.section-1-bottom {
  width: 100%;
  background-color: var(--secondary-color);
  padding: 1rem 0;
}

.section-1-bottom-flex {
  gap: 3rem;
}

.section-1-bottom-center {
  width: fit-content;
  margin: 0 auto;
}

.badge-flex {
  gap: 1rem;
}

.bg-color-all {
  background-color: #f5f5f5;
}

.about-us-s2-flex> :nth-child(1),
.about-us-s2-flex> :nth-child(2) {
  flex-basis: 50%;
  width: 50%;
}

.about-us-s2-flex {
  gap: 10rem;
}

.why-choose-grid-item {
  padding: 2.5rem;
  border: 1px solid #f3ead8;
  border-radius: 1.5rem;
  min-height: 41.5rem;
  backface-visibility: hidden;
}

.readmore_text .readmore_click {
  color: var(--secondary-color) !important;
  display: block;
  width: fit-content;
  margin-top: 1rem;
  font-size: 1.125rem;
}

.grid-icon {
  width: 6rem;
}

.why-choose-grid {
  display: grid;
  padding: 3rem 0;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
}

.swiper-whychoose-us {
  display: none;
}

.swiper-pagination {
  padding-top: 2rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;

  opacity: 0.2;
  background: var(--secondary-color);
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #bd9265;
}

.back-side-grid {
  background-color: #f4f1ec;
  padding: 2.5rem;
  border-radius: 1.5rem;
  height: 33.75rem;

  /* backface-visibility: hidden; */
  /* transform: rotateX(180deg); */
  /* position: absolute; */
}

/* .rotating-card {
  perspective: 1000px;
}
.rotating-card-inner {
  transform-style: preserve-3d;
  transition: 0.6s all ease-out;
} */
.form-group {
  position: relative;
}

.bg-color-light {
  background-color: #f4f1ec;
}

.couple-pic {
  width: 33rem;
  margin-top: -47rem;
  /* border-radius: 62.438rem; */
}

.couple-pic img {
  border-radius: 62.438rem;
}

/* .absolute{
  position: absolute;
}
.rotating-card:hover .rotating-card-inner{
  transform: rotateX(180deg);
} */

.s3-padding-bottom {
  padding-bottom: 26rem;
}

.timeline-container {
  width: 100%;
  margin: 0 auto;
  height: fit-content;
  padding-top: 15rem;
  /* height: 105.875rem; */
}

.container-box {
  padding: 3rem;
  background-color: white;
  border-radius: 1.5rem;
  width: 42.5%;
  position: relative;
  /* animation: movedown 1s linear forwards; */
  /* opacity: 0.3; */
  z-index: 3;
}

/* @keyframes movedown {
    0%{
        opacity: 1;
       
    }
    100%{
        opacity: 1;
        
    }
} */
.container-box:nth-child(1) {
  /* animation-delay: 0s; */
}

.container-box:nth-child(2) {
  /* animation-delay: 1s; */
}

.container-box:nth-child(3) {
  /* animation-delay: 2s; */
}

.container-box:nth-child(even) {
  left: 0;
  /* opacity: 0.3; */
}

.container-box:nth-child(odd) {
  margin-left: auto;
  /* opacity: 0.3; */
}

.mlauto {
  margin-left: auto;
  /* opacity: 0.3; */
}

.timeline-container::after {
  content: none;
  position: absolute;
  width: 4px;
  background: #bd9265;
  top: 0;
  left: 50%;
  height: 0;
  /* Controlled by JavaScript */
  transform: translateX(-50%);
  transition: height 0.1s ease-out;
  /* Smooth animation */
}

.timeline-container {
  position: relative;
  width: 100%;
  height: fit-content;
  /* Example height */
}

.timeline-line {
  position: absolute;
  width: 4px;
  background: #bd9265;
  top: 0;
  left: 50%;
  height: 0;
  /* Start from 0 */
  transform: translateX(-50%);
  transition: height 0.5s ease-out;
  /* Smooth height animation */
}

/* @keyframes moveline{
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
  } */
.icon-timline {
  height: 3rem;
  width: 3rem;
  position: absolute;
  right: -24.5%;
  z-index: 999;
  transform: translateX(-50%);
}

.icon-timline-main-top {
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.container-box:nth-child(odd) .icon-timline {
  left: -24.5%;
  transform: translateX(50%);
}

.founder-img {
  width: 38.75rem;
  height: 38.75rem;
  border-radius: 50%;
  background-color: #cdcdcd;
}

.founder-img img {
  width: 100%;
  height: 100%;

  border-radius: 50%;
}

.founder-flex {
  gap: 10rem;
}

.design-img {
  /* margin-left: auto; */
  margin-top: 5rem;
  /* width: 46.643rem; */
}

.founder-title {
  display: block;
}

.founder-mob {
  display: none;
}

/* .story-main-flex{
 
    display: grid;
    grid-template-columns: repeat(2,1fr);
  } */
.story-main-flex-left {
  /* border-radius: 3rem; */
  padding: 6rem;
  background-color: white;
  justify-content: space-around;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.swiper-slide-story {
  border-radius: 3rem;
  text-align: start;
  /* width: 80%; */
  margin: 0 auto;
}

.story-main-flex-left {
  width: 50%;
  flex-basis: 50%;
}

.story-main-flex-right {
  width: 50%;
  flex-basis: 50%;
}

.story-main-flex-right {
  border-radius: 3rem;
}

.story-main-flex-right img {
  height: 38rem;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  object-position: top;
}

.swiper-scrollbar-story {
  border-radius: 10px;
  position: relative;
  width: 40rem;
  height: 6px;
  /* -ms-touch-action: none; */
  background: var(--white-color);
}

.section-padding-bt {
  padding-bottom: 10rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset;
  left: unset;
  right: unset;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: unset;
  right: unset;
  left: unset;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: unset;
  width: 6rem;
  height: 6rem;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.swiper-icon {
  width: 2rem;
}

.swiper-icon-flex {
  gap: 1.5rem;
}

.scroll-flex {
  gap: 3rem;
  align-items: center;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--secondary-color);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.s6-main-column {
  gap: 5rem;
}

.swiper-pagination-story-swiper {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination {
  display: none;
}

.padding-bt-top {
  padding: 5rem 0 10rem 0;
}

.question-left {
  gap: 15rem;
}

.main-accordion {
  padding: 3rem;
  background-color: white;
  border-radius: 1.5rem;
}

.plus-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #f4f1ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus-icon-img {
  height: 1.125rem;
  width: 1.125rem;
}

.active .plus-icon-img {
  content: url(../images/home-images/minus-icon-accordion.svg);
}

.active .plus-icon {
  background-color: var(--secondary-color);
}

.question-flex {
  gap: 15rem;
}

.question-flex-left,
.question-flex-right {
  width: 50%;
  flex-basis: 50%;
}

.facbook-icon:hover {
  content: url(../images/footer/facebook-icon-hover.svg);
}

.x-icon:hover {
  content: url(../images/footer/x-icon-hover.svg);
}

.insta-icon:hover {
  content: url(../images/footer/insta-icon-hover.svg);
}

.linkdin-icon:hover {
  content: url(../images/footer/linkdin-icon-hover.svg);
}

.onclick-show {
  gap: 2rem;
}

.get-metched {
  justify-content: center;
  align-items: center;
}

.get-touched.active :nth-child(1) {
  display: none;
}

.get-touched.active :nth-child(2) {
  display: block;
}

.get-touched :nth-child(1) {
  display: block;
}

.get-touched :nth-child(2) {
  display: none;
}

.onclick-show {
  position: absolute;
  z-index: 99999999999;
  top: 100%;
  left: 50%;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--secondary-color);
  border-radius: 8px;
  transform: translate(-50%, 10px);
}

.onclick-show a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF50;
  padding: 1rem 1.5rem;
}

.onclick-show a:last-child {
  border-bottom: none;
}

.android-badge-s1:hover {
  content: url(../images/home-images/mobile-badge-hover.svg);
  transition: var(--common-transition);
}

.apple-badge-s1:hover {
  content: url(../images/home-images/apple-bages-hover.svg);
  transition: var(--common-transition);
}

.match-forever-home-wrapper a {
  width: fit-content;
}

.footer-mobile-badge:hover {
  content: url(../images/home-images/mobile-badge-hover.svg);
}

.footer-apple-badge:hover {
  content: url(../images/home-images/apple-bages-hover.svg);
}

.why-choose-grid-item.showing {
  display: none;
}

.back-side-grid.showing {
  display: block;
}

.back-side-grid {
  display: none;
}

.Success-story-swiper-sec {
  padding-left: 7.5%;
}

.readmore-less.contentshow> :nth-child(2),
.readmore-less> :nth-child(1),
.readtoggletext.contentshow> :nth-child(2),
.readtoggletext> :nth-child(1) {
  display: block;
}

.readmore-less.contentshow> :nth-child(1),
.readmore-less> :nth-child(2),
.readtoggletext.contentshow> :nth-child(1),
.readtoggletext> :nth-child(2) {
  display: none;
}

.about-top-flex {
  display: grid;
  grid-template-columns: calc(100% - 55% - 5rem) calc(100% - 45% - 5rem);
  gap: 10rem;
  align-items: center;
}

.about-us-card-img img {
  border-radius: 3rem;
}

.about-us-new-card {
  transform: translateY(25%);
}

.wfc {
  width: fit-content;
}

.accordion_click .common-flex.jc-space-between.item-center>div:nth-child(1) {
  width: calc(100% - 4rem);
  flex-basis: calc(100% - 4rem);
}

.main-accordion {
  cursor: pointer;
  transition: var(--common-transition);
}

.main-accordion:hover {
  background-color: #f4f1ec;
  transition: var(--common-transition);
}

.main-accordion .plus-icon {
  border: 1px solid #f4f1ec;
  transition: var(--common-transition);
}

.main-accordion:hover .plus-icon {
  border: 1px solid var(--secondary-color);
  transition: var(--common-transition);
}

@media only screen and (min-width: 1930px) {
  .icon-timline {
    right: -22.8%;
  }

  .container-box:nth-child(odd) .icon-timline {
    left: -22.8%;
  }
}

.popup-tell-me-section {
  max-height: 70vh;
  border-radius: 1.5rem;
  padding: 1rem;
  transform: translate(-50%, -50%) scale(0);
  transition: var(--common-transition);
  position: fixed;
  top: 50%;
  left: 50%;
  /* width: 36%; */
  width: 90%;
  max-width: 1280px;
  background-color: #FAF3EA;
  overflow: hidden;
  z-index: 10000;
}

.popup-tell-me-section.active {
  transition: var(--common-transition);
  transform: translate(-50%, -50%) scale(1);
}

.popup-title {
  padding: 1rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.popup-title_close {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-title_close img {
  width: 2rem;
  height: 2rem;
}

.steps-div {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
}

.section-content-2 p,
.section-content-2 span {
  font-size: var(--content-font-size-2);
}

.click-overly {
  background-color: #FFFFFF68;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  backdrop-filter: blur(22px);
}

.click-overly.active {
  display: block;
}

.title-font-family {
  font-family: var(--title-font-family) !important;
}

ks-swiper-container {
  display: block;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.popup-tell-me-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #FAF3EA;
  text-align: left;
  width: 100%;
  align-items: start;
}

.popup-tell-me-section .swiper-slide>div {
  width: 100%;
}

.applicationImg img {
  max-width: 100%;
  /* Prevent oversized images */
  height: auto;
}

.popupFlex {
  display: grid;
  align-items: start;
  gap: 3rem;
  grid-template-columns: calc(100% - 65% - 1.5rem) calc(100% - 35% - 1.5rem);
}

.popupFlex>div:nth-child(2) {
  height: 100%;
}

.applicationSwiper .swiper-pagination {
  padding-top: 0;
  justify-content: start;
}

.applicationSwiper ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.applicationSwiper li {
  font-size: var(--content-font-size);
  line-height: 1.5;
  color: #393939;
  font-family: "Inter Regular";
}

.application-flex {
  align-items: center;
}

.swiper-pagination.application-pagination .swiper-pagination-bullet {
  color: var(--secondary-color);
  padding: 0.5rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: var(--common-transition);
  height: 3rem;
  display: grid;
  font-size: 1.5rem;
  place-items: center;
  background-color: unset;
  opacity: 1;
  padding: 0;
  line-height: 1;
}

.swiper-pagination.application-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--secondary-color);
}

.swiper-button-our-next.application-next,
.swiper-button-our-prev.application-prev {
  width: 3rem;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: var(--common-transition);
  height: 3rem;
  display: grid;
  place-items: center;
}

.swiper-button-our-next.application-next:hover,
.swiper-button-our-prev.application-prev:hover {
  border: 1px solid var(--secondary-color);
}

.applicationContent p a {
  color: var(--secondary-color);
  cursor: pointer;
}

/*jignesh */
.faq_ul .ul_padding_left25 {
  padding-left: 25px;
}

.faq_ul .ul_padding_left {
  padding-left: 10px;
}

.faq_ul li {
  position: relative;
}

.faq_ul li::before {
  position: absolute;
  content: "";
  background-color: var(--secondary-color);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  top: 7px;
  left: -13px;
}

.faq_ul li {
  position: relative;
}

.faq_ul li::before {
  position: absolute;
  content: "";
  background-color: var(--secondary-color);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  top: 7px;
  left: -13px;
}

.faq_ul_black li {
  position: relative;
}

.faq_ul_black li::before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  top: 7px;
  left: -13px;
}

.fwbold {
  font-weight: bold;
}

.btn_center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.navigation-wrapper {
  height: 100%;
  overflow-y: scroll;
  background-color: transparent;
  padding: 2rem 1.2rem 3rem 1.2rem;
  width: 88%;
  position: fixed;
  top: 0;
  left: unset;
  right: -100%;
  display: flex;
  z-index: 999999;
  flex-direction: column;
  gap: 5rem;
  justify-content: space-between;
  transition: var(--common-transition);
  width: 30%;
  /* z-index: 1; */
}

.navigation-wrapper.navigation-wrapper-active {
  left: unset;
  right: 0;
  transition: var(--common-transition);
}

.nav-toggle.active {
  position: relative;
  z-index: 99;
  aspect-ratio: 1;
  background: var(--secondary-color);
  border-radius: 50%;
}

.navigation-wrapper-links ul {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  width: fit-content;
  margin-left: auto;
  align-items: end;
  /* transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
  /* transform-style: preserve-3d; */
}

.web_menu_flex {
  margin-top: 80px;
}

/* .web_menu_flex #accordion li p a:hover {
  color: var(--secondary-color);
  transition: var(--common-transition);
} */

.alc {
  align-items: center;
}

.radio-buttons-selections {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* New Design CSS Starts Here */

.bannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000045;
}

.bannerTagline {
  position: absolute;
  top: 50%;
  width: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overflow {
  overflow: hidden;
}

.border-radius {
  border-radius: var(--web-border-radius);
}

.sect2Tagline {
  line-height: 1.5;
}

.flex50>div:first-child,
.flex50>div:nth-child(2) {
  flex-basis: 50%;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.purple-bg {
  background-color: #FAF3EA;
}

.testimonialImg {
  width: 12rem;
  border-radius: 50%;
  overflow: hidden;
}

.testimonialSwiper .swiper-slide {
  background: transparent;
  /* height: max-content; */
}

.testimonialSwiper .swiper-slide>div {
  width: 70%;
}

.swiper-pagination.testimonial-pagination {
  padding: 0;
}

.swiper-pagination.testimonial-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 2px;
  background: #0d3b6640;
}

.swiper-pagination.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3rem;
  height: 2px;
  background: #000;
}

.whyChooseAccordionBlock {
  border-bottom: 1px solid #bac6bb;
}

.whyChooseAccordionClick {
  padding: 1.5rem 0;
  cursor: pointer;
}

.whyChooseAccordionClick .accordionIcon span.plus,
.whyChooseAccordionClick.active .accordionIcon span.minus {
  display: block;
}

.whyChooseAccordionClick.active .accordionIcon span.plus,
.whyChooseAccordionClick .accordionIcon span.minus {
  display: none;
}

.whyChooseicon {
  width: 2.5rem;
  min-width: 2.5rem;
  flex-basis: 2.5rem;
}

.whyChooseAccordionClick>div:nth-child(1) {
  flex-basis: calc(100% - 5rem);
  gap: 2rem;
}

.whyChooseContentAccordian {
  padding: 0rem 4.5rem 1.5rem 4.5rem;
}

.faqContentAccordion {
  padding: 0 0 1.5rem;
}

.newsletterform {
  width: 75%;
  display: flex;
  align-items: center;
}

.newsletterform>div:nth-child(1) {
  flex-basis: calc(100% - 2rem);
}

.newsletterform>div:nth-child(2) {
  flex-basis: 2rem;
}

.newsletterform>div .form-control {
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #00000050;
  outline: none;
  font-size: var(--content-font-size);
  font-family: var(--medium-font-family);
  border-radius: 0;
  background: none;
  box-shadow: none;
  height: 60px;
}

.newsletterform>div button {
  display: grid;
  place-items: center;
  padding: 1rem 0;
  height: 60px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #00000050;
}

.newsletterform>div button span {
  color: #999999;
}

.newsletterform>div .form-control::placeholder {
  font-family: var(--regular-font-family);
}

.newsletterform.ng-valid-email.ng-invalid.ng-submitted button {
  border-color: #f00;
}

.newsletterform>div .form-control.error~div button,
.newsletterform>div .form-control.error::placeholder,
.newsletterform>div .form-control.error {
  color: #f00;
  border-color: #f00;
}

.footer-wrapper {
  background: #ffffff;
}

.footerContent {
  padding: 4rem 7.5rem;
  background: #FAF3EA;
  border-radius: 1rem;
}

.newsletterform label.error {
  display: none !important;
}

.footerCommonGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 3.5rem;
}

.footerLogo {
  width: 12rem;
}

.locationFlex {
  width: 60%;
}

.locationFlex span {
  flex-basis: 1.5rem;
  width: 1.5rem;
}

.locationFlex p {
  flex-basis: calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
}

.quickLinksGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.quickLinksGrid>div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quickLinksGrid>div ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footerContent a,
.footerContent p {
  font-size: 1.125rem;
}

.footerContent .section-subtitle p,
.footerContent .section-subtitle a {
  font-size: var(--section-subtitle-font-size);
}

.poweredByStrip {
  padding-top: 4rem;
}

.poweredByStrip p {
  color: #00000050;
}

.scroll-reveal-text span {
  opacity: 0.3;
  transition: opacity 0.6s ease;
  display: inline-block;
  text-transform: unset !important;
  color: var(--highlight-color) !important;
  margin-right: 10px;
  /* spacing between words */
}

.bannerImg {
  height: 60vh;
}

.bannerImg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.creativeImg img {
  width: 100% !important;
}

.whyChooseImg {
  height: 70vh;
}

.whyChooseImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plansGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.plansGrid>div {
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

.planningItem {
  padding: 2rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 1rem;
}

.planningItem .section-content p,
.section-content.shortDescription p {
  /* font-size: 1.125rem; */
  font-size: 1rem;
}

.section-content.shortDescription {
  min-height: 10rem;
}

.pricingBtn {
  margin-top: auto;
  padding: 2rem 0 0 0;
}

.featureList ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.featureList ul li p {
  /* font-size: 1.125rem; */
  font-size: 1rem;
}

/* .featureList ul li p.shortDescription {
  font-size: 1rem;
} */

.featureItem>span {
  width: 1.5rem;
  min-width: 1.5rem;
  flex-basis: 1.5rem;
}

.featureItem p span {
  font-family: var(--semibold-font-family);
}

.featureItem>p {
  width: calc(100% - 1.5rem);
  flex-basis: calc(100% - 1.5rem);
}

.CurrrencyText p span {
  font-size: 2.25rem;
}

.planningItem.popular {
  background-color: #FAF3EA;
  border-color: var(--secondary-color);
}

.popularTag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--semibold-font-family);
  padding: 0.75rem 1.5rem;
  border-radius: 5rem;
  background: #FAF3EA;
  color: var(--highlight-color);
  border: 1px solid var(--highlight-color);
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.plan-container {
  width: 83%;
}

.gettoKnowus_popup {
  width: 70%;
  height: 75vh;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow-y: scroll;
  /* scrollbar-width: none; */
  transform: translate(-50%, -50%) scale(0);
  transition: var(--common-transition);
  border-radius: var(--web-border-radius);
  background-color: #ffffff;
  z-index: 10000;
}

.gettoKnowus_popup.active {
  transform: translate(-50%, -50%) scale(1);
  transition: var(--common-transition);
}

.gettoknows-grid {
  display: grid;
  padding: 4rem;

  grid-template-columns: repeat(2, 1fr);
  gap: var(--medium-gap-size);
}

.sticky_div {
  position: sticky;
  height: fit-content;
  top: 4rem;
}

.close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

.close-btn span {
  font-size: 2rem;
}

.patchImg,
.patchImg img {
  width: 100%;
  max-width: 100%;
}

.salt-hover a {
  color: var(--primary-color);
}

.salt-hover a:hover {
  color: #e30715;
}

.feature-ul {
  padding-left: 1rem;
  list-style: disc;
}

.whyChooseicon img {
  filter: grayscale(1) hue-rotate(175deg) grayscale(0) hue-rotate(75deg) grayscale(1);
}

.swiperNavigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.swiper-button-next.testimonial-next,
.swiper-button-prev.testimonial-prev {
  width: 3rem;
  height: 3rem;
  padding: 0.35rem;
  /* background: unset; */
  border: 1px solid transparent;
  transition: var(--common-transition);
}

.swiper-button-next.testimonial-next:hover,
.swiper-button-prev.testimonial-prev:hover {
  border-color: var(--secondary-color);
}

.FounderImg video {
  width: 100%;
  height: 100%;
}

/* Contact Number Input */

.conatct_number_input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.7rem;
}

.display_country_code {
  width: 35px;
}

.country_code_data {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  font-size: var(--moblink-size);
}

.country_code_list_data ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.country_code_list_data ul li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all ease 0.2s;
}

.country_code_list_data ul li:hover {
  background-color: #dddddd;
}

.country_code_list_data li>div {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.country_code_list_data {
  position: absolute;
  top: 100%;
  left: 0;
  height: 40vh;
  overflow-y: scroll;
  width: 300px;
  z-index: 99999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border: 1px solid #999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search_c-code {
  padding: 0 1rem;
  padding-bottom: .5rem;
}

.search_c-code input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  background: white;
  cursor: pointer;
  margin: 0;

}

.country_code_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}

.country_code_overlay.code_overlay {
  display: block;
  /* z-index: 999; */
}

.country_code_list_data {
  display: none;
}

.country_code_list_data.active {
  display: block;
}

.country_code_list_data img {
  width: 25px !important;
}

#contact_no {
  padding-left: 7rem;
}

.contact_country_flag {
  width: 22px;
}

.web_menu_flex #accordion li a {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  background-color: #FAF3EA;
  border: 1px solid #FAF3EA;
  border-radius: 2rem;
  display: block;
  transform: rotate(0);
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* transition: all 0.6s ease; */
}

/* .web_menu_flex #accordion li:first-child {
  background-color: #0D3B66;
  border-color: #0D3B66;
}

.web_menu_flex #accordion li:nth-child(3) {
  background-color: #B8F2E6;
  border-color: #B8F2E6;
}

.web_menu_flex #accordion li:nth-child(5) {
  background-color: #933944;
  border-color: #933944;
} */

/* .web_menu_flex #accordion li:nth-child(3) p a, 
 .web_menu_flex #accordion li:first-child p a,
.web_menu_flex #accordion li:nth-child(5) p a {
  color: var(--white-color) !important;
} */

.social-links-nav {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: end;
  margin-top: 1.5rem;
}

.social-links-nav a {
  display: block;
  width: 2rem;
}

#contact-page-wrapper-master-template {
  padding-top: 6rem;
}

.contact-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}

.contact-form-card.contact-form-card-margin {
  margin-bottom: 1.5rem;
}

.section-label {
  font-family: var(--medium-font-family);
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #676767;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.custom-radio {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #1E1E1E;
  cursor: pointer;
  font-size: 1.25rem;
  user-select: none;
  transition: all 0.2s ease;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio.selected {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.contact-main-form-detail {
  padding: 1.25rem;
  border: 1px solid #DCDCDC;
  border-radius: 1rem;
}

.form-control {
  border: 0px;
  border-bottom: 1px solid #DCDCDC;
  padding: 1.25rem 0;
  margin: 0 !important;
  font-size: 1.25rem;
  color: #1E1E1E;
  font-family: var(--semibold-font-family);
  box-shadow: unset;
  background: unset;
  border-radius: 0 !important;
}

::placeholder {
  font-size: 1.25rem;
  color: #676767;
  font-family: var(--regular-font-family);
}

.contact-row-flex {
  display: grid;
  grid-template-columns: calc(100% / 2 - 1rem) calc(100% / 2 - 1rem);
  gap: 2rem;
}

.contact-row-flex.contact-row-flex-3 {
  grid-template-columns: repeat(3, 1fr);
}
.contact-row-flex.contact-row-flex-1 {
  grid-template-columns: 100%;
}
.contact-row-flex.contact-row-flex-6 {
  grid-template-columns: repeat(6, 1fr);
}

.form-control:focus-visible,
.form-control:focus {
  border-color: var(--secondary-color);
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

/* input:is(:-webkit-autofill, :autofill) {
  background-color: transparent !important;
} */

.inner-flex-medium {
  gap: var(--medium-gap-size);
}

.contact-form-card {
  position: relative;
}

.form-control-contact-no {
  padding-left: 7rem;
}

.contact-form-checkbox {
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
}

.disclaimerCheckbox .custom-checkbox{
  display: flex;
  /* gap: 1.25rem; */
  align-items: start;
}
/* .disclaimerCheckbox input {
  margin-top: 0.5rem !important;
  width: fit-content;
  accent-color: var(--secondary-color);
} */
/* .disclaimerCheckbox label {
  font-size: 1.25rem;
} */

.custom-checkbox label ,
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  user-select: none;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #b28961;
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent !important;
  cursor: not-allowed !important;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 30%;
  width: 6px;
  height: 10px;
  border: solid #b28961;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
}

.custom-checkbox input.ng-not-empty ~ .checkmark::after ,
.custom-checkbox input:checked+.checkmark::after {
  display: block;
}

.contact-footer-grid-wrapper {
  display: grid;
  grid-template-columns: calc(100% - 70% - 1rem) calc(100% - 30% - 1rem);
  gap: 2rem;
}

.contact-emails-card-detail {
  border-radius: 1rem;
  background-color: var(--white-color);
  padding: 1.5rem;
}

.contact-page-frame {
  border-radius: 1rem;
  overflow: hidden;
}

.contact-page-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--background-smoke);
}

.section-link-content p,
.section-link-content a p {
  color: var(--highlight-color);
  font-family: var(--semibold-font-family);
}

.section-link-content a:hover p {
  text-decoration: underline;
}

.social-contact-flex {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

label.error {
  /* display: none !important; */
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: -15px;
  right: 0;
}

md-toast.md-toast {
  position: fixed;
  z-index: 999999999999999;
}

.form-control.error {
  color: #f00;
  border-color: #f00;
}

.form-control.error::placeholder {
  color: #f00;
}

#blogs-page-wrapper-master-template {
  padding-top: 8rem;
}

.blogs-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.blogs-card-wrapper {
  padding: 1.5rem;
  border: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-row-blogs {
  /* margin-top: 1rem; */
  padding-top: 1rem;
  border-top: 1px solid #DCDCDC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blogs-arrow span.material-symbols-outlined {
  font-size: 16px;
}

.blogs-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blogs-card-titledetail-wrapper {
  padding: 1.5rem 0;
}

.blogDescription {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* padding-top: 1rem;
  border-top: 1px solid #d9d9d9; */
}

.blogDescription p {
  font-size: var(--content-font-size);
  line-height: 1.5;
  color: #393939;
  /* margin-bottom: 10px; */
  font-family: "Inter Regular";
}

.blogDescription h3,
.blogDescription h4 {
  padding-top: 1.5rem;
  font-size: var(--section-subtitle-font-size);
  font-family: var(--title-font-family);
}

.blogDescription ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  padding-left: 1.5rem;
}

.blogDescription ul li {
  list-style-type: disc;
}

.blogDescription ul li p {
  margin-bottom: 0;
}

.blogDescription h3,
.blogDescription h4,
.blogDescription h3 strong,
.blogDescription h4 strong {
  color: var(--highlight-color);
  font-family: var(--title-font-family);
}

.moreBlogList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* margin-top: 7.5rem; */

}

.BlogGrid {
  display: grid;
  grid-template-columns: calc(70% - 1rem) calc(30% - 1rem);
  gap: 2rem;
}

.blogImage {
  height: 50vh;
}

.blogImage img {
  height: 100%;
  object-fit: cover;
}

.swiper-scrollbar {
  height: 5px;
}

@media screen and (min-width: 1024px) {
  .footerContent a:hover {
    color: var(--highlight-color);
  }

  .blogs-card-wrapper .blogs-arrow,
  .blogs-card-wrapper .blog-card-image-wrapper img {
    transition: var(--common-transition);
  }

  .blogs-card-wrapper:hover .blog-card-image-wrapper img {
    transform: scale(1.125);
  }

  .blogs-card-wrapper:hover .blogs-arrow {
    transform: translateX(50%);

  }

  .web_menu_flex #accordion li:hover a {
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    transform-origin: 100%;
    transform: rotateX(20deg) rotateY(10deg) rotate(5deg) scale(1.125);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* transition: all .6s ease; */
  }

  .button-style-secondary-outline:hover {
    /* border-radius: 999px; */
    background-color: var(--secondary-color);
  }

  .button-style-secondary-outline:hover span,
  .button-style-secondary-outline:hover p {
    color: var(--white-color);
  }

}

.scheduleCallFormPopup,
.scheduleCallPopup {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  width: 90%;
  max-width: 600px;
  z-index: 99;
  transition: var(--common-transition);
}

.whatsappBtn .match_forever-button.button-style-secondary {
  background: #25D366;
  border-color: #25D366;
}

.transParentBtn .match_forever-button.button-style-secondary {
  background: #bd92651c;
  border: none;
}

.transParentBtn .match_forever-button.button-style-secondary span,
.transParentBtn .match_forever-button.button-style-secondary p {
  color: var(--secondary-color);
}

.match_forever-button .onHover {
  display: none;
}

@media screen and (min-width:1024px) {
  .whatsappBtn .match_forever-button.button-style-secondary:hover {
    background: transparent;
    border-color: #25D366;
  }

  .match_forever-button:hover .onHover {
    display: block;
  }

  .match_forever-button:hover .offHover {
    display: none;
  }

  .whatsappBtn .match_forever-button.button-style-secondary:hover {
    background: transparent;
    border-color: #25D366;
  }

  .whatsappBtn .match_forever-button.button-style-secondary:hover p {

    color: #25D366;

  }

  .profile-card-wrapper .hoverVisibleBtn {
    opacity: 0;
    pointer-events: none;
    transition: var(--common-transition);
  }

  .profile-card-wrapper:hover .hoverVisibleBtn {
    opacity: 1;
    pointer-events: all;
  }

}

.scheduleCallPopupOverlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: #00000035;
  backdrop-filter: blur(22px);
  transition: var(--common-transition);
}

.scheduleCallPopupOverlay.active {
  z-index: 98;
  opacity: 1;
  pointer-events: all;
}

.scheduleCallFormPopup.active,
.scheduleCallPopup.active {
  transform: translate(-50%, -50%) scale(1);
}

.scheduleCallPopup .matchedButtonsGrid {
  grid-template-columns: repeat(2, 1fr);

}

.matchedButtonsGrid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.matchedButtonsGrid button {
  width: 100%;
}

.call-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  min-height: 90vh;
}

.container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
  max-width: 900px;
}

h2 {
  color: #333;
  font-size: 2.5rem !important;
  margin-bottom: 15px;
}

p {
  font-size: 14px;
  color: #666;
}

input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

button {
  width: 100%;
  padding: 12px;
  background-color: #bd9265;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all ease 0.6s;
}

@media screen and (min-width: 1024px) {
  button:hover {
    background-color: transparent;
    border: 1px solid #bd9265;
    transition: all ease 0.6s;
    color: #bd9265;
  }

  .radio-buttons-selections button:hover {
    background-color: #bd9265;
    border: 1px solid #bd9265;
    transition: all ease 0.6s;
    color: #ffffff;
  }
}

.radio-buttons-selections button {
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  color: #bd9265;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #bd9265;
  transition: all ease 0.6s;
}

.radio-buttons-selections .active {
  background-color: #bd9265;
  border: 1px solid #bd9265;
  transition: all ease 0.6s;
  color: #ffffff;
}

input,
select {
  width: 100%;
  padding: 10px;
  margin: 0 0 10px 0 !important;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  background: white;
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

select {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  /* margin: 10px 0; */
}

/* Time Selectors Row */
.time-select {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.time-select select {
  flex: 1;
}

/* Member Profile Page CSS Starts Here  */

.profile-card-wrapper {
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: rgba(37, 83, 185, .1) 0 2px 6px;
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
  padding: var(--small-gap-size);
}

.profile-card-image img {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1;
  width: 100%;
  border-radius: .75rem;
}

.profile-chips-content {
  background-color: #badcdd;
  padding: .5rem 1.5rem;
  border-radius: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: .5rem;
  align-items: center;
}

.profile-icon,
.profile-chips-content .chips-icon {
  width: 1.5rem;
  flex-basis: 1.5rem;
}

.profileDescriptionFlex p {
  flex-basis: calc(100% - 2.5rem);
}

.profile-chips-flex {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.section-content p.readmore_text span {
  color: var(--primary-color);
}

.profileDescriptionFlex .readmore_text .readmore_click {
  display: inline;
  margin-top: 0;
}

.profile-card-content-block {
  min-height: auto;
}

.profile-plan-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 5rem;
  padding: 0.5rem 1.25rem;
  background: var(--white-color);
}

.profile-plan-label p {
  line-height: 1 !important;
  font-size: .75rem;
  font-family: var(--semibold-font-family);
  color: var(--secondary-color);
}

/* Member Profile Page CSS Ends Here  */

.two-grid-form {
  display: grid;
  grid-template-columns: calc(100% / 2 - 5px) calc(100% / 2 - 5px);
  gap: 10px;
}

.close-callpopuppform {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close-callpopuppform span.material-symbols-outlined {
  font-size: 1.5rem !important;
}

.fileInputBlock input{
  opacity: 0;
  position: relative;
  z-index: 9;
}

.fileInputText{
  position: absolute;
  display: flex !important;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fileInputText p {
  font-size: 1.25rem;
}

.mediaImg img{
  object-fit: contain;
  aspect-ratio: 1;
}