@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap");
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-size: 20px;
  font-family: "Sanuk";
  padding-right: 0 !important;
  /* font-family: "Sora", sans-serif; */
  /* font-family: "Raleway", sans-serif; */
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li a,
a {
  text-decoration: none;
}
.btn-style {
  display: inline-block;
  font-size: 24px;
  font-family: "Sora", sans-serif;
  color: #000;
  border-radius: 8px;
  padding: 9px 15px;
  background: #fffef3;
  border: 3px solid #000;
  min-width: 264px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-style:hover {
  background: #ab6d47;
  border: 3px solid #ab6d47;
  color: #fff;
}
h1 {
  font-weight: bold;
  color: #ab6d47;
  font-size: 48px;
  font-family: "Sanuk";
}
h2 {
  color: #ab6d47;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Sanuk";
}
h3 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-family: "Sanuk";
}
/*===========================  End custom css  ===========================*/

/*===========================  End custom css  ===========================*/
.header-main {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  position: absolute;
  background-color: transparent;
  padding: 20px 0;
}
.header-main .container {
  position: relative;
}
.navbar {
  padding: 0;
}
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent !important;
  position: relative;
}
.navbar-toggler-icon {
  color: white;
  width: 27px;
}
.navbar-toggler {
  border: 2px solid white;
  background-color: #ffffff;
  padding: 7px 5px;
  border-radius: 5px;
}

.humber-menu {
  background: white;
  padding: 4px 5px;
  display: inline-block;
  border-radius: 6px;
}
.humber-menu img {
  width: 30px;
}
.hero-menu-humber {
  position: absolute;
  right: 0;
  top: 30px;
}
.offcanvas.offcanvas-end {
  top: 0px;
  background-color: rgba(255, 255, 255, 1); /* transparent with white tint */
}
.nav-link,
.nav-link.active {
  color: #ab6d47 !important;
}
.offcanvas-body {
  padding: 27px;
}
.offcanvas-header .btn-close {
  /* background: url("../images/close.png") no-repeat center center;
  background-size: 40px 40px; */
  opacity: 1;
  top: 30px;
  right: 30px;
  position: absolute;
}
/*===========================  End custom css  ===========================*/

/*===========================  Start Hero Section  ===========================*/

/* end nav area start  */
.hero-main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 90px 0 50px 0;
  position: relative;
}
.hero-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* menu start  */

/* menu End  */
.hero-text {
  position: relative;
  z-index: 2;
}
.hero-logo img {
  width: 280px;
}
 .title-h1 h1{
  color: #ffffff;
  padding: 50px 0 20px 0;
 }
.hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

/*===========================  End Hero Section  ===========================*/

/*===========================  Start about Section  ===========================*/
.about-main {
  background-color: #f0f0f0;
}
.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-left {
  padding: 60px 0 130px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative;
  z-index: 1;
}
.about-left p {
  padding: 12px 0;
  line-height: 1.3;
}
.about-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.about-right img {
  width: 100%;
  margin-left: -100px;
  z-index: 0;
  position: relative;
}
/*===========================  End about Section  ===========================*/

/*===========================  Start Story Section  ===========================*/
.story-main {
  padding-top: 40px;
}
.hero-btn {
  padding: 40px 0;
}
/* bottom part start  */
.story-bottom {
  background: url("../images/women.png") no-repeat scroll 0 0 / cover;
  position: relative;
}
.story-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.extra-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.story-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.story-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.story-img {
  width: 100%;
}
.story-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}
.story-text {
  padding: 25px 0 15px 0;
}
.story-text h2 {
  color: #ffffff;
  padding-bottom: 5px;
}
.story-text p {
  padding: 12px 0;
  color: #ffffff;
}
/*===========================  End Story Section  ===========================*/

/*===========================  Start Join our Team Section  ===========================*/
.team-main {
  padding: 50px 0 30px 0;
  background: #f0f0f0;
  overflow: hidden;
}
.team-main h1 {
  padding-bottom: 10px;
}
.team-main .hero-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.job-btn {
  font-style: italic;
  min-width: 300px;
}

.team-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.team-list h4 {
  padding: 12px 0;
  line-height: 1.3;
}
.team-list p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
}
.team-list p span {
  text-transform: uppercase;
}
/* right css start  */

.team-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}
.team-img {
  max-width: 427px;
  width: 100%;
}

/*===========================  End Join our Team Section  ===========================*/

/*===========================  End Join our Team Section  ===========================*/
.location-main {
  background: #fdf2da;
  padding: 30px 0 20px 0;
}
.location-main .hero-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.nav-link.active {
  font-weight: 700;
}
.location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.team-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(60% - 15px);
  flex: 0 0 calc(60% - 15px);
}
.location h1 {
  padding-bottom: 10px;
}
.location P {
  color: #aa6c46;
  font-size: 18px;
  padding: 7px 0;
  line-height: 1.3;
}
.location-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(40% - 15px);
  flex: 0 0 calc(40% - 15px);
}
.location-left img {
  width: 100%;
  max-width: 420px;
}
/*===========================  End Join our Team Section  ===========================*/

/*===========================  Start Footer Section  ===========================*/
.footer-main {
  padding: 12px 0;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-text a {
  color: #aa6c46;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-text a:hover {
  text-decoration: underline;
}
.footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer-ul li {
  position: relative;
}
.footer-ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #aa6c46;
}
.footer-ul li:last-child::after {
  display: none;
}
.footer-ul li,
.footer-ul li a {
  color: #aa6c46;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-ul li a:hover {
  text-decoration: underline;
}
/*===========================  End Footer Section  ===========================*/
/* boottom to top start */
#backToTopBtn {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #ab6d47; /* Bootstrap primary color */
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

#backToTopBtn:hover {
  background-color: #ab6d47;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* boottom to top End */

/*===========================  Start Join Our Team application popup Section  ===========================*/
.application-title {
  text-align: center;
}
.application-form {
  background: -o-linear-gradient(315deg, #8b6f47 0%, #a0826d 50%, #8b6f47 100%);
  background: linear-gradient(135deg, #8b6f47 0%, #a0826d 50%, #8b6f47 100%);
  padding: 8px;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.application-modal-header {
  position: absolute;
  right: 34px;
  top: 16px;
  z-index: 99;
  background: transparent;
  border: none;
}
.application-content-modal {
  position: relative;
}
.application-content-scrollable .modal-content {
  border-radius: 16px !important;
}

.form-content {
  background: #fff8f0;
  padding: 25px;
  border-radius: 10px;
}

.subtitle {
  color: #a0826d;
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
  font-style: italic;
}

.application-group {
  margin-bottom: 10px;
}

.application-group input[type="text"],
.application-group input[type="email"],
.application-group select,
.application-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #a0826d;
  border-radius: 8px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #aa6c46;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.application-group input[type="text"]::-webkit-input-placeholder, .application-group input[type="email"]::-webkit-input-placeholder, .application-group textarea::-webkit-input-placeholder {
  color: #c4997a;
  font-weight: 700;
}
.application-group input[type="text"]::-moz-placeholder, .application-group input[type="email"]::-moz-placeholder, .application-group textarea::-moz-placeholder {
  color: #c4997a;
  font-weight: 700;
}
.application-group input[type="text"]:-ms-input-placeholder, .application-group input[type="email"]:-ms-input-placeholder, .application-group textarea:-ms-input-placeholder {
  color: #c4997a;
  font-weight: 700;
}
.application-group input[type="text"]::-ms-input-placeholder, .application-group input[type="email"]::-ms-input-placeholder, .application-group textarea::-ms-input-placeholder {
  color: #c4997a;
  font-weight: 700;
}
.application-group input[type="text"]::placeholder,
.application-group input[type="email"]::placeholder,
.application-group textarea::placeholder {
  color: #c4997a;
  font-weight: 700;
}

.application-group input:focus,
.application-group select:focus,
.application-group textarea:focus {
  outline: none;
  border-color: #8b6f47;
  -webkit-box-shadow: 0 0 0 3px rgba(160, 130, 109, 0.1);
          box-shadow: 0 0 0 3px rgba(160, 130, 109, 0.1);
}

.application-group select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A0826D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

.application-group textarea {
  min-height: 150px;
  resize: vertical;
}

.file-upload {
  margin-bottom: 25px;
}

.file-label {
  color: #aa6c46;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
  font-weight: 700;
}

.file-input-wrapper {
  position: relative;
}

.file-upload input[type="file"] {
  display: none;
}

.file-button {
  display: inline-block;
  padding: 10px 25px;
  background: white;
  color: #aa6c46;
  border: 2px solid #aa6c46;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.file-button:hover {
  background: #a0826d;
  color: white;
}

.application-btn {
  width: 100%;
  padding: 15px;
  background: #aa6c46;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(139, 111, 71, 0.3);
          box-shadow: 0 4px 15px rgba(139, 111, 71, 0.3);
}

.application-btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(139, 111, 71, 0.4);
          box-shadow: 0 6px 20px rgba(139, 111, 71, 0.4);
}

.application-btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*===========================  End Join Our Team application popup Section  ===========================*/

/*===========================  Start Contact Form Section  ===========================*/
.contact-form {
  padding: 0 !important;
}
.contact-logo {
  text-align: center;
  padding: 0px 0 21px 0;
}
.contact-logo img {
  max-width: 150px;
  width: 100%;
}
.contactForm-container {
  background: #fef9f3;
  border: 8px solid #a67c52;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.contactForm-container::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: -o-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(166, 124, 82, 0.3) 10px,
    rgba(166, 124, 82, 0.3) 12px
  );
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(166, 124, 82, 0.3) 10px,
    rgba(166, 124, 82, 0.3) 12px
  );
  border-radius: 12px;
  z-index: -1;
}
.phone-number a{
  text-align: center;
  color: #a67c52;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
  border: 2px solid #a67c52;
  border-radius: 25px;
  padding: 9px 14px;
  display: block;
  background: white;
}

.contact-header-text {
  text-align: center;
  margin-bottom: 10px;
}

.contact-header-text h1 {
  color: #a67c52;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.contact-header-text p {
  color: #a67c52;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.contactForm-group {
  margin-bottom: 10px;
}

.contactForm-group input[type="text"],
.contactForm-group input[type="email"],
.contactForm-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #a67c52;
  border-radius: 8px;
  font-size: 15px;
  color: #a67c52;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Sanuk";
}
.contactForm-group input[type="text"]::-webkit-input-placeholder, .contactForm-group input[type="email"]::-webkit-input-placeholder, .contactForm-group textarea::-webkit-input-placeholder {
  color: #c4997a;
  font-weight: 500;
}
.contactForm-group input[type="text"]::-moz-placeholder, .contactForm-group input[type="email"]::-moz-placeholder, .contactForm-group textarea::-moz-placeholder {
  color: #c4997a;
  font-weight: 500;
}
.contactForm-group input[type="text"]:-ms-input-placeholder, .contactForm-group input[type="email"]:-ms-input-placeholder, .contactForm-group textarea:-ms-input-placeholder {
  color: #c4997a;
  font-weight: 500;
}
.contactForm-group input[type="text"]::-ms-input-placeholder, .contactForm-group input[type="email"]::-ms-input-placeholder, .contactForm-group textarea::-ms-input-placeholder {
  color: #c4997a;
  font-weight: 500;
}
.contactForm-group input[type="text"]::placeholder,
.contactForm-group input[type="email"]::placeholder,
.contactForm-group textarea::placeholder {
  color: #c4997a;
  font-weight: 500;
}

.contactForm-group input[type="text"]:focus,
.contactForm-group input[type="email"]:focus,
.contactForm-group textarea:focus {
  outline: none;
  border-color: #8b6543;
  -webkit-box-shadow: 0 0 8px rgba(166, 124, 82, 0.3);
          box-shadow: 0 0 8px rgba(166, 124, 82, 0.3);
}

.contactForm-group textarea {
  min-height: 140px;
  resize: vertical;
}

.contactForm-btn {
  width: 100%;
  padding: 16px;
  background: #a67c52;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.contactForm-btn:hover {
  background: #8b6543;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(166, 124, 82, 0.4);
          box-shadow: 0 5px 15px rgba(166, 124, 82, 0.4);
}

.contactForm-btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*===========================  End Contact Form Section  ===========================*/

/*===========================  Start Terms and Conditions Section  ===========================*/

/* Modal Body */
/* Modal Dialog */
.terms-bg {
  background: #ffffff !important;
}
.privacy-width {
  max-width: 750px;
  margin: 1.75rem auto;
}
.terms-conditions {
  padding: 20px;
}

/* Terms Header */
.terms-conditions-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e2e8f0;
}

.terms-conditions-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
  background: -o-linear-gradient(315deg, #ab6d47 0%, #ab6d47 100%);
  background: linear-gradient(135deg, #ab6d47 0%, #ab6d47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.terms-conditions-header p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

/* Terms Content Sections */
.terms-conditions-content {
  margin-bottom: 12px;
  padding: 20px;
  background: #f7fafc;
  border-radius: 12px;
  border-left: 4px solid #ab6d47;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.terms-conditions-content:hover {
  background: #edf2f7;
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
          box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}

.terms-conditions-content:first-of-type {
  background: -o-linear-gradient(315deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border-left-color: #764ba2;
  border-left-width: 4px;
}

.terms-conditions-content:first-of-type:hover {
  background: -o-linear-gradient(315deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
}

.terms-conditions-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms-conditions-content h4::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ab6d47;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.terms-conditions-content:first-of-type h4::before {
  background: #764ba2;
}

.terms-conditions-content p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
}

/* Animation */
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  -webkit-animation: slideIn 0.3s ease-out;
          animation: slideIn 0.3s ease-out;
}

/* Link Styling */
.terms-conditions-content a {
  color: #ab6d47;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.terms-conditions-content a:hover {
  color: #764ba2;
  text-decoration: underline;
}
/*===========================  End Terms and Conditions Section  ===========================*/

/*===========================  Start Privacy Policy Section  ===========================*/
.privacy-policy {
  -webkit-animation: fadeIn 0.8s ease;
          animation: fadeIn 0.8s ease;
  padding: 20px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.privacy-policy-header {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.privacy-policy-header::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ab6d47), color-stop(#ab6d47), to(transparent));
  background: -o-linear-gradient(left, transparent, #ab6d47, #ab6d47, transparent);
  background: linear-gradient(90deg, transparent, #ab6d47, #ab6d47, transparent);
  -webkit-box-shadow: 0 0 20px #ab6d47;
          box-shadow: 0 0 20px #ab6d47;
}
.privacy-policy-header p {
  font-size: 18px;
}

.privacy-policy-header h2 {
  color: #ab6d47;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.privacy-policy-header h2::first-letter {
  color: #ab6d47;
  font-size: 1.2em;
}
.privacy-policy-content {
  background: rgb(247 247 247);
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 16px;
  border: 1px solid #ab6d4761;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.privacy-policy-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ab6d47), to(#ab6d47));
  background: -o-linear-gradient(top, #ab6d47, #ab6d47);
  background: linear-gradient(180deg, #ab6d47, #ab6d47);
}
.privacy-policy-content p {
  font-size: 16px;
}

.privacy-policy-content:hover {
  border: 1px solid #d150009c;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.privacy-policy-content h4 {
  color: #ab6d47;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.privacy-policy-content h4::before {
  content: "◆";
  margin-right: 12px;
  font-size: 0.9rem;
  color: var(--accent-color);
  -webkit-animation: glow 2s ease-in-out infinite;
          animation: glow 2s ease-in-out infinite;
}

@-webkit-keyframes glow {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px var(--accent-color);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px var(--accent-color);
  }
}

.privacy-policy-content ul {
  list-style: none;
  padding-left: 0;
  margin: 18px 0;
}

.privacy-policy-content ul li {
  padding-left: 15px;
  position: relative;
  line-height: 1.8;
  font-size: 16px;
}

.application-content-scrollable {
  max-height: 85vh;
}

.modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.9) rotateX(10deg);
          transform: scale(0.9) rotateX(10deg);
  opacity: 0;
}

.modal.show .modal-dialog {
  -webkit-transform: scale(1) rotateX(0);
          transform: scale(1) rotateX(0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*===========================  End Privacy Policy Section  ===========================*/

