@font-face {
  font-family: OutfitThin;
  src: url("../fonts/Outfit-Thin.ttf");
}

@font-face {
  font-family: OutfitExtraLight;
  src: url("../fonts/Outfit-ExtraLight.ttf");
}

@font-face {
  font-family: OutfitLight;
  src: url("../fonts/Outfit-Light.ttf");
}

@font-face {
  font-family: OutfitRegular;
  src: url("../fonts/Outfit-Regular.ttf");
}

@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/Outfit-Medium.ttf");
}

@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: OutfitBold;
  src: url("../fonts/Outfit-Bold.ttf");
}

@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: OutfitBlack;
  src: url("../fonts/Outfit-Black.ttf");
}

@font-face {
  font-family: Stellar;
  src: url("../fonts/Stellar.ttf");
}

:root {

  --font-100: OutfitThin;

  --font-200: OutfitExtraLight;

  --font-300: OutfitLight;

  --font-400: OutfitRegular;

  --font-500: OutfitMedium;

  --font-600: OutfitSemiBold;

  --font-700: OutfitBold;

  --font-800: OutfitExtraBold;

  --font-900: OutfitBlack;

  --font-main: Stellar;

  /* ========== COLORS ========== */

  --primary: #D3B67A;

  --primary-gradient: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #D3B67A;

  --secondary: #6D5D3C;

  /* ========== TRANSITIONS ========== */

  --transition-smooth: all 0.4s ease-in-out;

  --transition-fast: all 0.25s ease;

  /* ========== BORDER RADIUS ========== */

  --radius-sm: 13px;

  --radius-lg: 50px;

  /* ========== RESPONSIVE HEADING SIZE ========== */

  --main-heading-size: clamp(48px, calc(2.5rem + 2vw), 78px);

  --h1-size: clamp(48px, calc(3.5rem + 2vw), 108px);

  --standard-heading-size: clamp(27px, calc(2.5rem + 2vw), 58px);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}




html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

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

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}



::-webkit-scrollbar-thumb {
  background: var(--primary);
}



body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: var(--font-400);
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;

}

p {
  margin-bottom: 15px;
  color: #6a7382;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {

  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--primary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: white !important;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  border-radius: 5px;
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--primary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  width: 100%;
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
  height:auto !important;
}

/* header */
.header {
  padding: 8px 0 8px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  width: 100%;
  position: absolute;
}

header.sticky {
  padding: 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--primary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid var(--primary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: var(--primary);
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: var(--font-400);
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #000001;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links>ul {
  padding-left: 18px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: var(--primary);
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: var(--primary);
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: var(--primary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--primary);
}

.footer-bootom-links>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
}

ul.navbar-nav {
  gap: 22px;
}

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

.heder-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.menu-button {
  background: black;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: var(--transition-smooth);
}

button.menu-button img {
  height: 11px;
}

button.menu-button:hover {
  background: #535353;
}

.footer-section .fp-overflow {
  height: auto !important;
  max-height: auto !important;
}

section.hero-section {
  padding: 0;
  height: 100vh !important;
  position: relative;
  padding-top: 110px;
  background: var(--primary-gradient);
  /* background-image: url(../images/hero-bg.png); */
  /* background-position: bottom right; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  transform-style: preserve-3d;
}

.hero-auth-pic {
  position: absolute;
  /* width: 100%; */
  height: 700px;
  right: 0;
  bottom: -110px;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
}

.hero-banch {
  position: absolute;
  /* width: 100%; */
  height: 190px;
  left: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  width: 100%;
}

.hero-content {
  /* position: relative; */
  /* transform-style: preserve-3d; */
}

.hero-content h1 {
  font-size: var(--h1-size);
  font-family: var(--font-main);
  margin: 0;
  position: absolute;
  bottom: 250px;
  left: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303030;
  max-width: 500px;
  line-height: 1.1;
  will-change: transform;
}

section.sec-02 {
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

section.sec-02 h2 {
  font-size: var(--main-heading-size);
  font-family: var(--font-main);
  font-weight: bold;
  text-transform: uppercase;
  /* max-width: 590px; */
  line-height: 1.1;
  margin: 0 auto;
}

.globe {
  background-image: url("https://cdn.prod.website-files.com/65dcdb5f4e5572b2cb4d4586/65df8a5b1ff3706ec8ad8a1e_Rotating_earth_animated_transparent-ezgif.com-resize%20(2).gif");
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 3.9rem;
  height: 4.4rem;
  /* margin-left: .3rem; */
  margin-right: 0;
  display: inline-block;
  transform: translateY(12px);
}

.globe-main {
  display: inline-flex;
  align-items: center;
  font-size: var(--main-heading-size);
  font-family: var(--font-main);
  font-weight: bold;
  text-transform: uppercase;
  /* max-width: 590px; */
  line-height: 1.4;
  margin: 0 auto;
  transform: translateY(16px);
}

.arrow-btn {
  padding: 17px 40px;
  background: #FFD60D;
  border-radius: 60px;
  color: #190000;
  font-family: var(--font-700);
  position: relative;
  display: inline-flex;
  font-size: 16px;
  transition: var(--transition-smooth);
}



.arrow-btn span {
  position: absolute;
  background: #FFD602;
  height: 45px;
  width: 45px;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  border: 2px solid #190000;
  opacity: 0;
  transition: var(--transition-smooth);
}

.arrow-btn:hover span {
  right: -20px;
  opacity: 1;
}

.arrow-btn:hover {
  background: var(--secondary);
  color: white;
}

.black-hover:hover {
  background: #190000;
  color: white;
}


.about-auth {
  background: #190000;
  border-radius: 32px;
  height: 100vh;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.about-auth-content h2 {
  font-size: var(--standard-heading-size);
  font-family: var(--font-main);
  color: #6D5D3C;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-auth-content p {
  color: white;
}

.about-auth-cont .row {
  align-items: center;
}

.about-auth-cont .img-box {
  height: 570px;
  border-radius: 20px;
  overflow: hidden;
}

.about-auth-cont .img-box img {
  object-position: top;
}



.hand-book {
  position: absolute;
  right: 0;
  height: 590px;
  bottom: 10px;
  z-index: 2;
}

.book-sec {
  height: 100vh !important;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #6D5D3C;
  margin-top: -40px;
  padding-top: 230px;
  overflow: unset !important;
  height: auto !important;
}

.book-sec-content p {
  color: #d2d2d2;
}

.book-sec-content h2 {
  font-size: var(--main-heading-size);
  color: white;
  text-transform: uppercase;
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 1.1;
}

section.faq {
  margin-top: -30px;
  background: var(--primary-gradient);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-wrapper {
  margin-top: 60px;
  max-width: 890px;
  margin: 0 auto;
  margin-top: 40px;
}

.faq-item {
  border-bottom: 1px solid #9a8a74;
  padding: 20px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}

.faq-question h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  font-family: var(--font-600);
  color: #190000;
}

.faq-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #7c6a4d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: var(--transition-smooth);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.faq-answer p {
  margin-top: 15px;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-heading h2 {
  font-size: var(--main-heading-size);
  color: #190000;
  text-transform: uppercase;
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 1.1;
  max-width: 690px;
}


footer {
  background-color: #190000;
  color: #fff;
  font-size: 14px;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-input {
  max-width: 400px;
}

.footer-links a {
  color: #ffffff99;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.footer-links a:hover {
  text-decoration: underline;
}

.subscribe-btn {
  background-color: #f5ddc2;
  border: none;
  color: #000;
  padding: 10px 20px;
  border: 2px solid #f5ddc2;
  transition: 0.3s;
  margin: 5px;
}

.footer-social a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.newsletter-input {
  background: white;
  border-radius: 0;
}

.newsletter-input input {
  border: 0;
  color: black !important;
  opacity: 1;
  background: white;
}

.newsletter-input input::placeholder {
  color: #959595 !important;
}

.subscribe-btn:hover {
  background: transparent;
}

.footer-content {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-content p {
  margin: 0;
  color: #ffffff99;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links .row {
  width: 100%;
}

.footer-links .row .col-6 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.footer-top-heading {
  font-size: 39px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
  font-family: var(--font-dm);
}

.footer-bottom.container {
  font-size: 15px;
}

.footer-heading {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.footer-content p , .footer-content p a {
  color: #ffffff99 !important;
}

.responsive-book {
  display: none;
}

.book-sec-main hr {
  color: white;
  z-index: 3;
  position: relative;
  opacity: 1;
}

.book-sec .row {
  align-items: center;
}

.sec-book {
  padding-top: 80px;
  height: unset !important;
}

.sec-book .img-box-content {
  position: relative;
  z-index: 3;
}


/* Overlay Styling */
.full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 29%);
  /* Transparent white */
  backdrop-filter: blur(15px);
  /* The Glass Effect */
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

  /* Hide initially */
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

/* When the menu is active */
.full-screen-menu.active {
  opacity: 1;
  visibility: visible;
}

/* Navigation Links */
.menu-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.menu-content a {
  font-size: clamp(28px, calc(3.5rem + 2vw), 42px);
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin: 15px 0;
  text-transform: uppercase;

  /* Animation start state */
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  font-family: var(--font-main);
  color: white;
  font-weight: bold;
}

/* Staggered Entrance */
.full-screen-menu.active .menu-content a {
  opacity: 1;
  transform: translateY(0);
  /* Multiplies the delay by the index (--i) */
  transition-delay: calc(0.1s * var(--i));
  font-family: var(--font-main);
  color: white;
  font-weight: bold;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 3rem;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}

.full-screen-menu.active .menu-content a:hover {
  text-decoration: underline;
}

.no-scroll {
  overflow: hidden;
}

.other-title {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: unset !important;
  transform: none !important;
  text-align: center;
}

.hero-section.other-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68vh !important;
}

.hero-section.other-hero .hero-content {
  flex-direction: column;
  display: flex;
  align-items: center;
}

.testimonial-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
}

.testimonial-heading h2 {
  font-size: var(--main-heading-size);
  color: #190000;
  text-transform: uppercase;
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 1.1;
}

.testimonial-item {
  /* max-width: 320px; */
}

.testimonial-item {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #190000;
  padding: 26px 35px;
  background: #190000;
  border-radius: 16px;
}



.testimonial-item p {
  color: #ffffffd1;
  margin-top: 9px;
}

.rating {
  color: orange;
  font-size: 20px;
}


.testi-item-bottom strong {
  color: white;
  font-family: var(--font-600);
  display: flex;
  gap: 12px;
}

.testi-item-bottom strong i {
  color: #12D800;
  stroke: white;
}

/* Swiper basic sizing */
.testimonial-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

/* Positioning navigation near the heading */
.testimonial-heading {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  margin-bottom: 30px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.testimonial-navigation {
  display: flex;
  gap: 10px;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}

/* Customizing Swiper buttons (Remix Icons can be used instead of default arrows) */
.testimonial-navigation .swiper-button-next,
.testimonial-navigation .swiper-button-prev {
  position: static;
  width: 88px;
  height: 48px;
  background: #f0f0f0;
  /* border-radius: 50%; */
  color: #000;
  border: 2px solid #190000;
  border-radius: 30px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.testimonial-navigation .swiper-button-next::after,
.testimonial-navigation .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-navigation-icon {
  display: none;
}

/* Ensure the transition looks buttery smooth */
.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Optional: Add a subtle fade effect to the content during the slide */
.testimonial-item {
  transition: transform 0.8s ease, filter 0.8s ease;
}

.book-sec-main.about-thebook-sec {
  border-radius: 20px;
  overflow: hidden;
  margin-top: -20px;
}

.auth-heading.about-auth-content {
  max-width: 740px;
}

.auth-heading.about-auth-content h2 {
  line-height: 1;
}

.main-about-auth {
  height: auto;
  margin-top: -20px;
}

.mail {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mail-content {
  flex-direction: column;
  display: flex;
}

.mail-content span {
  color: #e3e3e3ad;
}

.mail-content a {
  color: white;
  font-family: var(--font-600);
  font-size: 17px;
}

.contact-us-heading h2 {
  font-size: var(--standard-heading-size);
  font-family: var(--font-main);
  color: #6D5D3C;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.contact-wrapper .img-box-content {
  height: 500px;
}

/* Container styling */
.contact-form-container {
  background-color: #6d5b43;
  /* The earthy brown from the image */
  padding: 40px;
  border-radius: 25px;
  color: #ffffff;
}

.form-title {
  /* Replace with your specific heading font if available */
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  font-family: var(--font-main);
  font-size: 33px;
  /* font-weight: 900; */
}

/* Label styling */
.contact-form-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #e0d5c5;
}

/* Input & Textarea styling */
.contact-form-container .form-control {
  background-color: #8b7a63;
  /* Lighter brown for inputs */
  border: none;
  border-radius: 8px;
  color: #ffffff;
  padding: 12px 15px;
}

/* Placeholder color */
.contact-form-container .form-control::placeholder {
  color: #b5a896;
  font-size: 13px;
}

/* Remove blue glow on focus */
.contact-form-container .form-control:focus {
  background-color: #96866f;
  box-shadow: none;
  outline: none;
  color: #fff;
}

/* The Yellow Submit Button */
.submit-btn {
  background-color: #ffcc00;
  /* Bright yellow */
  border: none;
  border-radius: 50px;
  /* Pill shape */
  padding: 10px 10px 10px 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #e6b800;
}

/* The Arrow Circle inside the button */
.arrow-icon {
  background-color: #d4a017;
  /* Darker yellow/gold circle */
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
}

.contact-btn {
  opacity: 1 !important;
  margin: 0 auto;
  display: block;
}

.contact-btn:hover {
  background: black;
}

.contact-form-container .form-control {
  color: #ffffff !important;
}

.contact-form-container .form-control::placeholder {
  color: #ffffff94 !important;
}
.navbar-brand img {
    width: 200px;
    object-fit: contain;
    height: 100px;
}
section.hero-section.other-hero.thank-you .hero-content {
}

section.hero-section.other-hero.thank-you .hero-content h1 {
    max-width: 890px;
    font-size: clamp(38px, calc(3.5rem + 2vw), 78px);
}

section.hero-section.other-hero.thank-you {
    height: 100vh !important;
}section.hero-section.other-hero.thank-you .arrow-btn {
    opacity: 1;
}