@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: PTSansRegular;
  src: url("../fonts/PTSans-Regular.ttf");
}

@font-face {
  font-family: PTSansBold;
  src: url("../fonts/PTSans-Bold.ttf");
}

@font-face {
  font-family: EUPHORIA;
  src: url("../fonts/EUPHORIA.ttf");
}

:root {
  --font-400: PTSansRegular;
  --font-700: PTSansBold;
  --font-E: EUPHORIA;
  --primary: #f7c007;
}

* {
  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;
  margin-bottom: 20px;
}

.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: "Poppins", sans-serif;
  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; */
  font-size: 16px;
  /* font-size: 20px; */
  color: #8f8f8f;
}

/* 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;
  flex-direction: column;
  text-align: center;
}

.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;
  padding: 10px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 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;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

/* 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.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.changing-contact {
    padding: 148px !important;
}

/* 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;
  border: 1.8903px solid rgba(129, 129, 129, 0.5);
  border-radius: 9.45148px;
}

.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;
  font-family: var(--font-700) 00;
  border-radius: 5px;
}

.btn-theme:hover {
  /* border: 2px solid black; */
  background: transparent;
  color: var(--primary);
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #f5f5f5;
  position: relative;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links > h6 {
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 0;
  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: 71px;
}

.social > p > a:hover {
  color: #ffffff;
  background: var(--primary);
}
.social p{
    margin: 10px -7px;
}
.footer-bootom-links > span {
  margin: 0;
  margin-right: 15px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
/*terms and condition*/
.terms-content h2 {
    font-size: 32px;
    font-family: var(--font-E);
    line-height: 1.2;
    text-transform: uppercase;
}
.terms-content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #8f8f8f;
}
/* end */
/* faqs */
.faqs-sec {
  padding: 27px 0 80px;
}

.faqs-sec .center-heading {
  margin-bottom: 50px;
}

.faqs-sec .center-heading>h3 {
    font-size: 40px;
    font-weight: 500;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    font-family: var(--font-E);
}

.faqs-sec .center-heading>p {
  font-size: 16px;
  font-weight: 400;
  max-width: 840px;
  margin: auto;
  text-align: center;
}

.faqs-sec .faqs-box .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--primary);
  box-shadow: none;
}

.faqs-sec .faqs-box .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.faqs-sec .faqs-box h4 button {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px !important;
  background: #ECECEC;
  color: #101E33;
}

.faqs-sec .faqs-box ul li {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 12px;
}

.faqs-sec .faqs-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}

.faqs-sec .faqs-box .accordion-item {
  border: none;
  border-radius: 20px !important;
  background-color: #ececec;
}

.faqs-sec .faqs-box .accordion-button::after {
  background-image: url("../images/plus.webp");
  transform: scale(1) !important;
}

.faqs-sec .faqs-box .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.webp");
}

/* 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;
  align-items: flex-start;
  justify-content: center !important;
}

/* ===================== Sidebar Push Layout Styles Start ===================== */
.layout {
  width: 100%;
  display: grid;
  grid-template-columns: 148px 1fr;
  /* margin-left: -146px; */
}

.sidebar {
  /* Remove position: fixed; */
}

.sidebar.expanded {
  width: 220px;
}

.main-content {
  flex: 1;
  padding-top: 10px;
}

.sidebar.expanded ~ .main-content,
.main-content.shifted {
  margin-left: 0;
  /* Not needed, but for clarity */
}

.menu-button {
  font-size: 29px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  transition: 0.3s;
  margin-left: auto;
}

.side-main-container {
  height: 100%;
  position: fixed;
}

.side-main-container {
  height: 100%;
  position: fixed;
  flex-direction: column;
  display: flex;
  background: #fffdf7;
  border-right: 1px solid #dcdcdc;
  padding: 10px 10px;
  width: 80px;
  transition: 0.3s;
}

.slider-nav {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  height: 100%;
  padding-bottom: 43px;
  align-items: flex-start;
  width: 100%;
  /* width: 90px; */
}

.slider-nav a {
  padding: 7px 13px;
  font-size: 22px;
  color: black;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}

.slider-nav a.active,
.slider-nav a:hover {
  background: #f7c007;
  border-radius: 50%;
  color: white;
}

.slider-nav a i {
  transition: 0.3s;
}

.slider-nav a:after {
  content: attr(data-section);
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 61%;
  font-size: 17px;
  color: black;
  opacity: 0;
  text-transform: capitalize;
  pointer-events: none;
  transition: 0.3s;
  z-index: -1;
}

.sidebar.active,
.sidebar.active .side-main-container {
  width: 160px;
}

.sidebar.active .slider-nav a:after {
  opacity: 1;
  pointer-events: all;
  left: 111%;
  z-index: 2;
}

div#sidebar .menu-button {
  /* margin-left: auto; */
}

.sidebar.active .side-main-container {
  width: calc(160px - 0px);
}

/* ===================== Sidebar Push Layout Styles End ===================== */

/* ===================== Hero Section Styles Start ===================== */
.hero-content {
  background-image: url(../images/hero-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
}

section.hero {
  padding: 0;
}

.hero-content h1,
.hero-content h2 {
  font-size: 60px;
  font-family: var(--font-E);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

.btn-main {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

a.btn-theme.btn-border {
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #0000009e;
}

a.btn-theme.btn-border:hover {
  border: 2px solid var(--primary);
  background: var(--primary);
}

.hero-bottom-img:hover img {
  transform: perspective(1000px) rotateY(15deg) scale(1.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
  filter: brightness(1.05);
}

.hero-bottom-img.push-left {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.3;
  transform: translateX(-10px);
}

.hero-bottom-img.push-right {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.3;
  transform: translateX(10px);
}

.hero-bottom-img {
  transition: all 0.3s ease;
}

.hero-bottom-img {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.hero-bottom-img.move-left {
  transform: perspective(800px) rotateY(10deg) translateX(-15px) scale(0.9);
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: brightness(0.8);
}

.hero-bottom-img.move-right {
  transform: perspective(800px) rotateY(-10deg) translateX(15px) scale(0.9);
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: brightness(0.8);
}

.hero-bottom-img.unfocused {
  opacity: 0.4;
  filter: blur(2px);
}

.hero-bottom-img.focused {
  transform: scale(1.05);
  z-index: 2;
}

.hero-bottom-img.focused {
  transform: scale(1.05);
  z-index: 2;
}

.hero-bottom-img {
  height: 100%;
}

.hero-bottom {
  margin-top: 10px;
}

.hero-bottom h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: var(--font-E);
}

/* ===================== Hero Section Styles End ===================== */

/* ===================== Sec-01 Section Styles Start ===================== */

.main-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.main-heading h2 {
  font-size: 52px;
  font-family: var(--font-E);
}

.sec-01-box {
  padding: 30px;
  background: #fbede3;
  text-align: center;
  padding-bottom: 90px;
  height: calc(100% - 34px);
  position: relative;
}

.sec-01-box h3 {
  font-size: 31px;
  font-family: var(--font-E);
}

.sec-01-box .img-box {
  height: 100%;
}

.sec-01-box .img-box img {
  object-fit: contain;
}

.sec-01-box:hover .img-box img {
  transform: perspective(1000px) translateY(10px) rotateY(15deg) scale(1.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: brightness(1.05) drop-shadow(8px 8px 20px #fff5eecb);
}

.sec-01-box > * {
  position: relative;
  z-index: 2;
}

.sec-01-box > img {
  position: absolute;
  left: 50%;
  transform: translateX(-42%);
  bottom: 50px;
  scale: 1.2;
}

.sec-01-card {
  display: flex;
}

.sec-01-card {
  margin-bottom: 20px;
  gap: 10px;
  align-items: center;
}

.sec-01-card-main {
  padding: 25px;
  border: 1px solid #dedede;
  background: white;
}

.sec-01-card-content {
  flex-direction: column;
  display: flex;
  flex: 1;
}

.sec-01-card .img-box-content {
}

.sec-01-card .img-box-content {
  flex: 0 0 110px;
  height: 100%;
  overflow: hidden;
}

.sec-01-card-content p {
  margin: 0;
  color:#8f8f8f;
}

.sec-01-card-content h4 {
  font-size: 24px;
  font-family: var(--font-E);
}

.sec-01-card:hover img {
  scale: 0.9;
}

.sec-01-card-bottom {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
  padding: 15px 15px;
  background: #f7f7f7;
  /* max-height: 150px; */
  /* overflow: scroll; */
}

.sec-01-bottom-card {
  margin-top: 30px;
}

.sec-01-bottom-card-content h6 {
  font-size: 24px;
  font-family: var(--font-700);
  margin: 5px;
}

.sec-01-card-bottom .img-box-content {
  width: 120px;
  transition: 0.3s;
}

.sec-01-bottom-card-content p {
  margin: 0;
  font-size: 14px;
}

.sec-01-card-bottom:hover .img-box-content {
  transform: translateY(-10px);
}

.sec-02-heading.main-heading {
  max-width: 100%;
}

.sec-02-card .img-box {
  /* Add the new-line below 
  position: relative; /* required for absolute positioning inside */
  /*border-radius: 50px;
  overflow: hidden;
  height: 180px;*/
  position: relative; /* required for absolute positioning inside */
  border-radius: 50px; /* still keep the image circular if desired */
  overflow: hidden;
  height: 180px;
  width: 180px; /* ensure square container */
}

/*
.sec-02-card .img-box img {
  object-fit: contain;
}
*/
.sec-02-card .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.sec-02-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 14px;
  /* Add the new-line below */
  position: relative;
}

.sec-02-card span {
  font-size: 26px;
  color: black;
  font-family: var(--font-700);
}

.sec-02-wrapper {
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e4e7e9;
}

/* Disclaimer popup style */
.author-disclaimer {
    position: absolute;  
    top: 0;             /* position at the top of the image */
    left: 0;            
    width: 100%;        /* cover full width */
    height: auto;       /* height adjusts to content */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    background: rgba(0, 0, 0, 0.7); /* semi-transparent overlay */
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px; /* small rounded corners */
    
    opacity: 0;         /* hidden by default */
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px); /* start slightly above */
    z-index: 10;
}

/* Show disclaimer on hover */
.img-box:hover .author-disclaimer {
    opacity: 1; 
    pointer-events: auto;
    transform: translateY(0); /* slide into position */
}

/* ===================== Sec-01 Section Styles End ===================== */

/* ===================== Our-Team Section Styles Start ===================== */

.our-team-heading.main-heading {
  text-align: left;
  align-items: flex-start;
  max-width: 500px;
  margin: 0;
}

.our-team-heading.main-heading h2 {
  text-align: left;
  margin: 0;
}

.our-team-content p {
  color: #696969;
}

.our-team-heading-main-content {
  margin-bottom: 40px;
}

.our-team-main-wrapper {
  padding: 50px;
  background: #fff2e8;
}

.our-team-card-img {
  padding: 15px;
  background: #ffeddf;
  border: 1px solid #c5c5c5;
  margin-top: -20px;
  height: 450px;
  display: flex;
}

.our-team-card-img .img-box-content {
  /* height: 410px; */
  /* margin-top: -120px; */
}

.our-team-card-content h3 {
  font-size: 40px;
  font-family: var(--font-E);
}

.our-team-card-content p {
  color: #696969;
  font-size: 18px;
}

.our-team-card-content {
  margin-bottom: 30px;
}

.out-team-gallery-images-main h3 {
  font-size: 26px;
  font-family: var(--font-E);
}

.out-team-gallery-images-main-card.img-box-content {
  margin-bottom: 10px;
  height: 290px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.our-team-card-img,
.our-team-card-content {
  transition: opacity 0.5s ease;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.gallery-thumb img {
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s;
  object-fit: contain;
}

.gallery-thumb img:hover {
  /* transform: scale(1.05); */
  transform: perspective(1000px) translateY(0px) rotateY(-15deg) scale(1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: brightness(1.05) drop-shadow(8px 8px 20px #fff5eecb);
}

.swiper.gallery-swiper {
  padding: 10px 0;
}

div#mainImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fade-out {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.fade-in {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.out-team-gallery-images-main-card.active,
.out-team-gallery-images-main-card:hover {
  border: 1px solid #c5c5c5;
  transition: 0.3s;
  padding: 10px;
  cursor: pointer;
  background: #ffeddf;
}

.sec-03-card-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sec-03-card {
  flex: 0 0 50%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 55px 31px;
  background: white;
  position: relative;
}

.sec-03-card > * {
  margin: 0;
}

.sec-03-card h3 {
  font-size: 27px;
  font-family: var(--font-E);
  margin-bottom: 20px;
}

.sec-03-card:nth-child(2),
.sec-03-card:nth-child(3),
.sec-03-card:nth-child(6) {
  background: #fff2e8;
}

.sec-03-card:after {
  content: attr(data-after);
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-size: 130px;
  font-family: var(--font-700);
  color: red;
  z-index: 4;
  color: #ffbf8e;
  opacity: 0.06;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
}

.main-heading h3 {
  font-size: 30px;
  font-family: var(--font-E);
  color: #373737;
}

.sec-03-wrapper-right {
  border: 1px solid;
  height: 100%;
  padding: 20px;
}

.sec-03-wrapper-right {
  height: 100%;
  overflow: hidden;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #c7c7c7;
  padding-bottom: 0;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

.sec-03-right-main-wrapepr {
  display: flex;
  align-items: center;
}

.sec-03-right-card-main {
  flex: 0 0 33.3333333333%;
  padding: 0 10px;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
}

.sec-03-right-card-coontent h4 {
  font-size: 17px;
  font-family: var(--font-E);
  margin: 0;
}

.sec-03-right-card-coontent strong {
  font-size: 24px;
  font-family: var(--font-700);
  color: #2a2a2a;
}

.sec-03-right-card {
  margin-bottom: 20px;
}

.sec-03-right-card-main:not(:last-child) {
  border-right: 0.95411px solid #f2f2f2;
}

.sec-03-right-box {
}

.sec-03-right-box .sec-01-box {
  padding: 0;
  background: none;
  height: 460px;
  margin: 0;
}

.sec-03-right-box .sec-01-box > img {
  bottom: -50px;
}

.sec-03-right-box .sec-01-box:hover .img-box img {
  transform: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: brightness(1.05) drop-shadow(8px 8px 20px #fff5eecb);
}

.book-discovering-img-card {
  background: #fff2e8;
  padding: 50px;
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.book-discovering-card {
  border: 2px dashed #ffe7d5;
  padding: 50px;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  margin-bottom: 20px;
}

.book-discovering-card h3 {
  font-size: 40px;
  text-transform: capitalize;
  font-family: var(--font-E);
  padding-bottom: 10px;
  position: relative;
}

.book-discovering-card span {
  font-size: 16px;
  text-transform: capitalize;
}

.book-discovering-card h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60%;
  background: #aaaaaa;
}

.book-discovering-count-main {
  display: flex;
  flex-wrap: wrap;
  text-align:center;
}

.book-discovering-card > p {
  font-size: 16px;
  color: #8f8f8f;
}

.book-discovering-count-card {
  flex: 0 0 33.3333333333%;
  padding: 0 8px;
}

.book-discovering-count-card p {
  margin: 0;
  font-size: 15px;
}

.book-discovering-count-card span {
  font-size: 40px;
  color: black;
  font-family: var(--font-E);
}

.book-discovering-img-card:hover {
  padding: 40px;
}

.hero-box {
  padding: 30px;
  background: #efefef;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* justify-content: space-between; */
  height: 100%;
  padding-bottom: 0;
}

.hero-box-content h2 {
  font-size: 25px;
  font-family: var(--font-E);
}

.hero-box-content p {
    color: #8f8f8f;
    margin: 0;
    font-size: 14px;

}

.hero-box > img {
  display: flex;
  margin-top: auto;
}

.hero-box-content {
  margin-bottom: 20px;
}

.sec-04-wrapper {
  position: relative;
  margin-top: 30px;
}

.sec-04-wrapper > img {
  width: 100%;
  object-fit: contain;
  height: 860px;
}

.sec-04-wrapper-card-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-04-wrapper-card-bottom-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sec-04-wrapper-card-bottom:not(:last-child) {
  padding-right: 20px;
  border-right: 2px solid #0000003b;
  gap: 5px;
}

.sec-04-wrapper-card-bottom {
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.sec-04-wrapper-card-bottom strong {
  padding-bottom: 5px;
  border-bottom: 2px solid #0000003b;
  font-size: 22px;
  font-family: var(--font-E);
}

.sec-04-wrapper-card-bottom span {
  font-size: 16px;
  font-family: var(--font-E);
}

.sec-04-wrapper-card {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  padding: 50px;
  width: 100%;
  max-width: calc(100% - 270px);
  background: #ffffff;
  border-radius: 8px;
}

.sec-04-wrapper-card-content {
  margin-bottom: 40px;
}

.sec-04-wrapper-card-content h2 {
  font-size: 40px;
  font-family: var(--font-E);
}

.footer:after {
  content: "";
  position: absolute;
  width: calc(100% + 32px);
  height: 100%;
  left: -20px;
  background: #f5f5f5;
  top: 0;
  /* transform: translateX(-50%); */
}

.footer > * {
  position: relative;
  z-index: 44;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.footer-top p {
  color: black;
  font-size: 17px;
  display: none;
}

.footer-widget h3 {
  font-family: var(--font-E);
  color: #2c2c2c;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-widget:not(.no-border) {
  padding-left: 20px;
  border-left: 2px solid #b1b1b1;
}

.footer-widget ul li a,
.footer-widget ul li {
  color: black;
  font-size: 16px;
  transition: 0.3s;
}

.footer-widget ul li a:hover {
  color: var(--primary);
}

.footer-widget {
  height: 100%;
}

.footer-middle {
  padding-bottom: 40px;
}

/* ===================== Our-Team Section Styles End ===================== */

/* ===================== Sidebar Styles Start ===================== */

.sidebar {
  position: sticky;
  top: 0;
  background: #fffcf4;
  border-right: 2px solid #dcdcdc;
  height: 100vh;
  padding: 15px;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 25px;
  z-index: 444;
}

.sidebar-links {
  flex-direction: column;
  display: flex;
  gap: 15px;
  padding: 25px 0;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}

.sidebar-links .link {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  gap: 5px;
  cursor: pointer;
}

.sidebar-links .link i {
  font-size: 24px;
}

.sidebar-links .link:hover,
.sidebar-links .link.active,
.link-wrapper:hover .link {
  border-color: var(--primary);
  color: #f7c007;
  background: #fffcf4;
}

.link-wrapper {
  position: relative;
}

.link-dropdown-main {
  position: absolute;
  left: 100%;
  z-index: 174;
  background: #f9f9f9;
  top: 50%;
  transform: translateY(-50%);
  z-index: 444;
  gap: 12px;
  margin-left: 0;
  border: 1px solid #f7c00770;
  left: 100%;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 0 1px #cde4e4, 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  transition-delay: 0.3s;
}

.link-wrapper:hover:after {
  width: 13px;
  transition-delay: 0s;
}

.link-wrapper:after {
  left: 98%;
  background: #f9f9f9;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 23px;
  border: 1px solid var(--primary);
  border-left: 0;
  border-right: 0;
  z-index: 444;
  transition: 0.3s;
  width: 0;
  transition-delay: 0.3s;
}

.link-dropdown-main h4 {
  position: sticky;
  text-align: center;
  padding: 5px;
  background: #f7c00714;
  color: black;
  margin: 0;
  font-size: 27px;
  font-family: var(--font-E);
}

.link-dropdown {
  flex-wrap: wrap;
  display: flex;
  width: 380px;
  justify-content: center;
  gap: 10px 10px;
  padding: 12px 9px;
  max-height: 260px;
  overflow: auto;
}

.link-dropdown > a {
  padding: 10px 32px;
  background: #fff;
  border-radius: 50px;
}

.link-wrapper:hover .link-dropdown-main {
  left: 100%;
  opacity: 1;
  pointer-events: all;
  margin-left: 10px;
  transition-delay: 0s;
}

.link-dropdown > a:hover,
.link-dropdown > a.active {
  background: var(--primary);
  color: #fff;
}

/* ===================== Sidebar End ===================== */

/* ===================== Contact Us Start ===================== */
.contact-wrapper {
  margin-top: 40px;
}

.centered-contact {
  display: flex;
  justify-content: center;     /* Centers form left to right */
  align-items: center;         /* Centers form up and down */
  min-height: 80vh;            /* Makes section taller */
  padding: 0px 0;             /* Adds space above and below */
}

.centered-contact .contact-form-wrapper {
  background: #ffffff;         /* White background for the form box */
  padding: 20px;               /* Space inside the box */
  border-radius: 8px;          /* Rounded corners */
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Soft shadow */
  width: 150%;
  max-width: 1153px;            /* Keeps the form from getting too wide */
}

.contact-form-wrapper {
  padding: 20px;
  background: #f9f8fa;
  border: 20px solid #fff2e8;
}

.contact-form-heading h3 {
  font-size: 33px;
  font-family: var(--font-E);
  margin: 0;
}

.contact-form-heading {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

.contact-form-heading p {
  margin: 0;
  font-size: 17px;
  color: black;
}

.contact-book-box {
  height: 100%;
  background: #fff2e8;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.contact-book-box > img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  scale: 1.1;
}

.contact-book-box .img-box {
  position: relative;
  z-index: 2;
}

.sidebar .logo {
  /* filter: grayscale(1); */
  /* width: 140px; */
}

.header {
  display: none;
}

.sidebar .logo img {
  width: 120px;
}

/* Testimonials */
section.testimonial {
  /* background: #F9FAFB; */
}

.testimonial-heading {
  flex-direction: column;
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.testimonial-heading h4 {
  font-size: 50px;
  font-weight: 600;
}

.testi-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.testi-card-coontent {
  padding: 20px;
  background: #fffcf4;
  /* height: 400px; */
}

.testi-img img {
  width: 50px;
}

.swiper-slide {
}

.teti-swiper .swiper-slide {
  max-width: 510px;
}

section.testimonial {
  /* background: #F9FAFB; */
}

.testi-card-coontent > span {
  font-size: 70px;
  color: #00000047;
}

.testi-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testi-name strong {
  color: black;
  font-size: 17px;
  font-weight: 600;
}

.testi-name i {
  color: var(--primary);
}

.testi-name p {
  margin: 0;
  font-size: 17px;
  color: gray;
}

.testi-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.swiper-test-btn {
  position: unset;
  margin: 0;
}

.swiper-test-btn:after {
  content: none !important;
}

.swiper-test-btn {
  transition: 0.3s;
  height: 40px !important;
  background: var(--primary);
  border-radius: 50%;
  width: 40px !important;
  color: white !important;
  /* font-size: 20px; */
  border: 2px solid var(--primary);
  position: unset !important;
}

.swiper-test-btn:hover {
  color: var(--primary) !important;
  background: transparent;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary);
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546dd4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0d1f2d;
  padding: 10px 15px;
  color: #0d1f2d !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #546dd4 !important;
}

.model-input::placeholder {
  color: #0d1f2d !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--primary);
  border-radius: 50%;
  color: white;
}

.model-discount hr {
  background-color: #0d1f2d;
  opacity: 1;
}

@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-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-widget ul li:hover {
  color: var(--primary);
}

section.hero.thank-you-page .hero-content {
  padding: 150px;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

/* end */
/* Fiction Page */

section.writing-section {
  padding: 0;
}

.worth-card.sec-03-card {
  padding: 50px;
  background: #fff2e8;
  border: 1.22461px solid #f5f5f5;
  gap: 0;
  height: 100%;
}

.worth-card.sec-03-card i {
  font-size: 40px;
}

.worth-card.sec-03-card:after {
  top: -1px;
  right: 10px;
  transform: none;
  font-size: 120px;
}

.worth-card.sec-03-card h3 {
  margin-top: 20px;
}

.worth-card.no-bg.sec-03-card {
  background: white;
}

section.worth-section .main-heading {
  max-width: 100%;
}

section.worth-section .main-heading p {
  max-width: 980px;
}

.hero-box .img-box {
  display: none;
}

.build-content .main-heading {
  align-items: flex-start;
  max-width: 100%;
  text-align: left;
  margin: 0;
}

.build-content .main-heading h2,
.build-content .main-heading p {
  margin: 0;
  /* line-height: 1.4; */
}

.build-content .main-heading h2 {
  line-height: 1;
}

.build-content .main-heading {
  gap: 15px;
  margin-bottom: 20px;
}

.build-box {
  padding: 20px;
  background: #fff2e8;
}

.build-box .img-box {
  height: 545px;
  margin-bottom: 0px;
}

.build-box .img-box img {
  object-fit: contain;
}

section.build {
  /*margin-bottom: 76px;*/
  margin-bottom: 6px;
}

.hero-box.fiction-contact-box {
  background: #fff2e8;
}

.fiction-contact-form {
  background: #ffffff;
  border: 2px dashed #ffcaa2;
  padding: 30px 40px;
}

.fiction-contact-box-content .img-box {
  height: 220px;
}

/* Fiction Page End */

/* About Us Page */

section.fiction-contact .main-heading {
  max-width: 100%;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback {
  display: block;
}
.about-us-content main-heading {
  margin: 0;
  max-width: 100%;
}

.about-us-content .main-heading {
  margin: 0;
  max-width: 100%;
  text-align: left;
  align-items: flex-start;
}

.about-us-content .main-heading p {
  font-size: 18px;
  font-family: var(--font-500);
  margin: 0;
}
/* About Us Page End */
.about-box {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff2e8;
  padding: 30px;
  text-align: center;
}

.about-box hr {
  width: 100%;
}

.about-box-top {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  /* justify-content: center; */
  /* height: 100%; */
}

.about-box-top h3 {
  margin: 0;
}

.about-box-top h3 {
  font-size: 56px;
  font-family: var(--font-700);
}

.about-box-top strong {
  font-size: 17px;
  color: black;
  font-family: var(--font-700);
}

.about-box p {
  font-size: 18px;
}
.our-story-card {
  position: relative;
  height: 100%;
}

.our-story-card-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.our-story-card-content h2 {
  color: white;
  font-family: var(--font-700);
  font-size: 44px;
  line-height: 1;
}

.our-story-card-content p {
  color: white;
}
.our-story-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mission-card {
  background: #ecf2f2;
  padding: 57px 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.mission-card h3 {
  font-size: 37px;
  font-family: var(--font-700);
}

.mission-card p {

  font-size: 17px;
}
.mission-card:not(.mb-4) {
  background: #fff2e8;
}
.hero-content h2 {
  font-size: 42px;
}
.sec-02-card {
  margin-bottom: 20px;
}
.offcanvas .navbar-nav .dropdown-menu li a {
  padding: 10px;
  width: 100%;
}

.offcanvas .navbar-nav .dropdown-menu li a.active,
.offcanvas .navbar-nav .dropdown-menu li a:hover {
  background: white;
  color: black !important;
}
.offcanvas-body {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.navbar-nav .nav-link {
  align-items: center;
  gap: 5px;
}
