/*

Tooplate 2133 Moso Interior

https://www.tooplate.com/view/2133-moso-interior

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #edc039;
  --secondary-color: #f65129;
  --section-bg-color: #f4f2d4;
  --site-footer-bg-color: #36363e;
  --custom-btn-bg-color: #00a05d;
  --dark-color: #000000;
  --p-color: #060606;
  --border-color: #e9eaeb;

  --twitter-color: #1da1f2;
  --facebook-color: #1877f2;
  --instagram-color: #c13584;
  --pinterest-color: #e60023;
  --whatsapp-color: #128c7e;

  /* --body-font-family:             'League Spartan', sans-serif; */
  /* --body-font-family: 'Poppins', sans-serif;
  --heading-font-family: 'Playfair Display', serif; */
  --heading-font-family: 'Playfair Display', serif;

  --h1-font-size: 62px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 20px;
  --btn-font-size: 16px;
  --copyright-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

/* FORCE LUXURY SERIF FONT SITE-WIDE */
* {
  font-family: 'Cormorant Garamond', serif !important;
}

body {
  /* background-color: var(--white-color); */
  /* background: linear-gradient(to right, #f1eec9, #ffd74f); */
  font-family: var(--body-font-family);
  padding-top: 70px;
background-color: #ead1a0;
}


/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.tooplate-red {
  color: var(--secondary-color);
}

.tooplate-green {
  color: var(--custom-btn-bg-color);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 30px;
}

.section-bg {
  background: var(--section-bg-color);
}

.section-small-title {
  color: var(--custom-btn-bg-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  display: block;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.custom-block {
  background: var(--primary-color);
  border-top: 20px solid var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px 50px;
}

.featured-custom-block {
  background: var(--border-color);
}

.shop-detail-custom-block {
  background: transparent;
  border-top: 0;
  border-radius: 0;
  padding: 30px;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 0;
}

.page-link {
  border-color: var(--border-color);
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  font-size: var(--copyright-font-size);
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

.page-item.active .page-link,
.page-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: 0;
  border-radius: var(--border-radius-large);
}

.page-item:not(:first-child) .page-link {
  margin-left: 5px;
}


/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-link {
  color: var(--p-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  padding-bottom: 2px;
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover {
  color: var(--primary-color);
}

.custom-link:hover::after {
  background: var(--custom-btn-bg-color);
}


/*---------------------------------------
  CUSTOM BADGE               
-----------------------------------------*/
.custom-badge {
  background: var(--white-color);
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: var(--secondary-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
  padding: 10px 10px 6px 10px;
}

.custom-badge::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 7px solid var(--white-color);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  padding: 15px 20px;
}

.custom-btn:hover {
  background: transparent;
  border-color: var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--white-color);
}

.custom-border-btn:hover {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--secondary-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s;
  background: #47051c;

}

.navbar-brand {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);

}

.navbar-brand,
.navbar-brand:hover {
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 10px 25px;
  color: #ffffff;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 30px;
  color: #000000;
} */

.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  background: #47051c;

}

.dropdown-item {
  border-bottom: 1px solid var(--border-color);
  display: inline-block;
  color: #e9eaeb;
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--primary-color);
  color: #000000;
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: url('../images/banner/gallery2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.site-header2 {
  background-image: url('../images/banner/facilities1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}
.site-header3 {
  background-image: url('../images/banner/gallery2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}
.site-header4 {
  background-image: url('../images/banner/contact2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}
/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 580px;
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: calc(100vh - 70px);
  }
}

.hero-form {
  background: var(--white-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
  padding-bottom: 16px;
}

.hero-icon,
.contact-icon {
  color: var(--secondary-color);
}

.hero-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 60px auto;
}

.hero-btn-link {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--h4-font-size);
  width: 64px;
  height: 64px;
  line-height: 68px;
  text-align: center;
}

.hero-btn-link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.about-image {
  display: block;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.about-image-small {
  display: block;
  margin: auto;
  width: 250px;
  height: 250px;
}

/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-section {
  background-image: url('../images/bd12.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.featured-icon {
  font-size: var(--h5-font-size);
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.reviews-section {
  /* background: linear-gradient(to right, #f1eec9, #ffd74f); */
background-color: #ead1a0;
  margin-bottom: 20px;
}

.reviews-carousel .owl-item img,
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.reviews-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.reviews-carousel .owl-nav button.owl-next,
.reviews-carousel .owl-nav button.owl-prev {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  width: 60px;
  height: 60px;
  margin: 5px;
  transition: all 0.5s;
}

.reviews-carousel .owl-nav button.owl-next:hover,
.reviews-carousel .owl-nav button.owl-prev:hover {
  background: var(--secondary-color);
}

.reviews-carousel .owl-prev:hover span::before,
.reviews-carousel .owl-next:hover span::before {
  color: var(--white-color);
}

.reviews-carousel .owl-prev span,
.reviews-carousel .owl-next span {
  display: block;
  color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.reviews-carousel .owl-prev span::before,
.reviews-carousel .owl-next span::before {
  font-family: bootstrap-icons;
  display: block;
  font-size: var(--h4-font-size);
  color: var(--secondary-color);
}

.reviews-carousel .owl-prev span::before {
  content: "\f12f";
}

.reviews-carousel .owl-next span::before {
  content: "\f138";
}

.reviews-thumb {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.reviews-body {
  padding: 50px 40px;
}

.reviews-bottom {
  background: var(--secondary-color);
  background: linear-gradient(180deg, rgb(117, 42, 42) 0%, rgb(238, 152, 140) 100%);
  position: relative;
  padding: 10px 36px;
}

.reviews-bottom-up::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 22px solid var(--secondary-color);
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  top: -20px;
  left: 36px;
}

.bi-star-fill {
  color: var(--primary-color);
}

.reviews-section .custom-btn {
  background: var(--facebook-color);
}

.reviews-section .custom-btn:hover {
  background: transparent;
  border-color: var(--facebook-color);
  color: var(--facebook-color);
}

.reviews-bottom small {
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
}


/*---------------------------------------
  SHOP              
-----------------------------------------*/
.shop-section {
  /* background: linear-gradient(to right, #f1eec9, #ffd74f); */
  background-color: #ead1a0;
}

.shop-listing-page .shop-section {
  padding-bottom: 0;
}

.shop-thumb {
  margin-bottom: 24px;
}

.shop-image-wrap {
  position: relative;
}

.shop-image-wrap:hover .shop-btn-wrap {
  opacity: 1;
}

.shop-icons-wrap {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.shop-icons {
  background: var(--white-color);
  border-radius: var(--border-radius-small);
  padding: 20px 15px;
}

.shop-icon {
  line-height: normal;
  margin-bottom: 10px;
}

.shop-icon:last-child {
  margin-bottom: 0;
}

.shop-pricing-text {
  color: var(--secondary-color);
}

.shop-condition-text {
  color: var(--custom-btn-bg-color);
}

.shop-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

.shop-body {
  padding: 20px;
  padding-bottom: 0;
}

.shop-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.shop-btn {
  background: var(--primary-color);
  font-size: var(--copyright-font-size);
  width: 100px;
  height: 100px;
  text-transform: uppercase;
}

.shop-btn:hover {
  border-color: transparent;
  background: var(--secondary-color);
  color: var(--white-color);
}

.shop-detail-bar {
  padding: 20px;
}

/* Normal nav links */
.navbar-nav .nav-link {
  background: transparent;   /* Important */
  color: white;
  padding: 8px 22px;
  border-radius: 40px;
  transition: all 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

/* ONLY active page */
.navbar-nav .nav-link.active {
  background: #f4c542;   /* Yellow */
  color: #000000;
}



.shopbtn {
  display: inline-block;
  background-color: #47051c;
  color: #ffd74f;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.shopbtn:hover {
  background-color: #ffd74f;
  color: #47051c;
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: linear-gradient(to right, #b9a5a5, #efe5d1);
}

.contact-form {
  background: #642020;
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.contact-form label {
  font-weight: var(--font-weight-semibold);
}

.google-map {
  display: block;
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .input-group {
  background-color: var(--white-color);
  border: 2px solid var(--border-color);
  border-radius: .25rem;
  margin-bottom: 24px;
  padding-left: 20px;
}

.custom-form .textarea-group label {
  margin-top: 13px;
}

.custom-form label {
  margin-right: 10px;
  margin-bottom: 0;
}

.custom-form .form-control {
  background-color: var(--white-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  padding-top: 12px;
  padding-bottom: 12px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form button[type="submit"] {
  background: var(--secondary-color);
  border: none;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--primary-color);
  border-color: transparent;
}


/*---------------------------------------
  FILTER FORM              
-----------------------------------------*/
.filter-form {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.filter-form-small-title {
  display: block;
  margin-bottom: 10px;
}

.filter-form .form-select {
  border: 2px solid var(--border-color);
}

.filter-form .form-check-label {
  color: var(--p-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
/* .site-footer {
  background: var(--site-footer-bg-color);
  padding-top: 0;
}

.site-footer h3 {
  line-height: normal;
}

.site-footer h3 .custom-link,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.site-footer h3 .custom-link:hover {
  color: var(--primary-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-top: 10px;
}

.site-footer .social-icon-link {
  margin-top: 10px;
} */


.site-footer {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 60px 0 30px;
  color: #ffffff;
}

/* Headings */
.site-footer h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.site-footer h3 .custom-link {
  color: #ffffff;
  text-decoration: none;
}

.site-footer h3 .custom-link:hover {
  color: var(--primary-color);
}

/* Paragraph text */
.site-footer p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

/* Contact links */
.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Icons inside text */
.site-footer i {
  margin-right: 6px;
  color: var(--primary-color);
}

/* Social Icons */
.site-footer .social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}

.site-footer .social-icon-item {
  display: inline-block;
}

.site-footer .social-icon-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.site-footer .social-icon-link:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-4px);
}

/* Copyright section */
.copyright-text-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 30px;
}

.copyright-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer .social-icon {
    justify-content: center;
    margin-top: 15px;
  }
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: var(--p-color);
  font-size: var(--p-font-size);
  display: block;
  margin-right: 15px;
  text-align: center;
}

.social-icon-link:hover {
  color: var(--secondary-color);
}

.social-icon-twitter {
  color: var(--twitter-color);
}

.social-icon-facebook {
  color: var(--facebook-color);
}

.social-icon-instagram {
  color: var(--instagram-color);
}

.social-icon-pinterest {
  color: var(--pinterest-color);
}

.social-icon-whatsapp {
  color: var(--whatsapp-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .page-link {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    padding: 15px 30px;
    min-width: 125px;
  }

  .about-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about-image {
    width: 260px;
    height: 260px;
  }

  .about-image-small {
    width: 180px;
    height: 180px;
  }

  .custom-block,
  .contact-form {
    padding: 30px;
  }

  .reviews-thumb {
    margin-bottom: 24px;
  }

  .reviews-body {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 580px) {
  .site-footer {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .about-image {
    width: 205px;
    height: 205px;
  }

  .about-image-small {
    width: 145px;
    height: 145px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }
}


/* ------------------------------
 Brundavan Custom About Section
------------------------------- */

/* Section Background */
.about-brundavan {
  position: relative;
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-brundavan::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 400;
  width: 90%;
  background: #f8e7d8;
  /* light cream tone matching your theme */
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  z-index: -1;
  border-top-right-radius: 400px;
}

/* Right Text Block */
.about-text h6 {
  color: #47051c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-text h2 {
  font-size: 34px;
  font-weight: 700;
  color: #47051c;
  margin-top: 15px;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 15px;
  color: #333;
  margin-bottom: 30px;
}

.main-button-brundavan a {
  display: inline-block;
  background-color: #47051c;
  color: #ffd74f;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.main-button-brundavan a:hover {
  background-color: #ffd74f;
  color: #47051c;
}

/* Accordion */
.brundavan-accordion {
  background: #47051c;
  padding: 60px 40px;
  border-radius: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.brundavan-accordion .accordion-item {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  border: none;
}

.brundavan-accordion .accordion-button {
  font-size: 16px;
  padding: 18px 25px;
  border-radius: 30px !important;
  color: #47051c;
  font-weight: 600;
}

.brundavan-accordion .accordion-button:not(.collapsed) {
  color: #47051c;
  background: #ffd74f20;
}

.brundavan-accordion .accordion-button::after {
  content: "+";
  font-size: 18px;
  color: #fff;
  background: #47051c;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.brundavan-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}

.brundavan-accordion .accordion-body {
  padding: 0 25px 20px 25px;
  font-size: 14px;
  color: #333;
}



/* socialmedia */
/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 65px;
  height: 65px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  animation: pulse 1.8s infinite;
}

/* WhatsApp Popup */
.whatsapp-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.popup-content {
  background: #fff;
  width: 320px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

.popup-content h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.popup-content p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
}

.whatsapp-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
}

/* Floating Social Icons */
.social-float {
  position: fixed;
  top: 40%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.social-float .social-icon {
  width: 42px;
  height: 42px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.social-float .social-icon:hover {
  transform: scale(1.1);
}

.social-float .facebook {
  background: #1877f2;
}

.social-float .instagram {
  background: #e4405f;
}

.social-float .twitter {
  background: #1da1f2;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}



/* main slider video */
/* HERO VIDEO BACKGROUND */
.hero-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay for text readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

/* Hero text enhancements */
.hero-title {
  font-weight: 600;
  line-height: 1.3;
}



/* About section mobile image fixes */
/* .about-img-wrap {
  margin-bottom: 15px;
}

.about-image {
  border-radius: 100px;
  object-fit: cover;
  height: 220px;
  width: 100%;
} */

/* Mobile specific */
/* @media (max-width: 768px) {
  .about-section {
    text-align: center;
  }

  .about-section ul {
    text-align: left;
  }

  .about-image {
    height: 180px;
  }
} */
.card-img-top{
  border-radius: 20px;
}
.card{
  border-radius: 20px;
}
/* IMAGE BASE STYLE */
.image-box img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  margin-top: 20px;
}

/* DESKTOP SIZES */
.small-img img {
  height: 200px;
}

.medium-img img {
  height: 260px;
}

.large-img img {
  height: 340px;
}

/* ALIGNMENT */
.image-box {
  margin-bottom: 20px;
 border-radius: 900px;
}

/* MOBILE VIEW FIX */
@media (max-width: 768px) {
  .image-box img {
    height: 180px;
    /* same height for clean mobile */
  }

  .image-box {
    margin-bottom: 15px;
  }

  .about-section {
    text-align: center;
  }

  .about-section ul {
    text-align: left;
  }
}

/* BASE IMAGE STYLE */
.image-box {
  position: relative;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* DIFFERENT SIZES */
.small-img img {
  height: 200px;
  transform: translateY(25px);
}

.medium-img img {
  height: 270px;
}

.large-img img {
  height: 350px;
  transform: translateY(-30px);
}

/* HOVER MOVEMENT (DESKTOP) */
.image-box:hover img {
  transform: scale(1.06) translateY(0);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* SCROLL-IN ANIMATION */
.image-box {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.small-img {
  animation-delay: 0.2s;
}

.medium-img {
  animation-delay: 0.4s;
}

.large-img {
  animation-delay: 0.6s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE MAGIC ✨ */
@media (max-width: 768px) {

  .image-box img {
    height: 190px;
    transform: none;
    animation: floatMobile 4s ease-in-out infinite;
  }

  .image-box {
    margin-bottom: 18px;
  }

  /* DIFFERENT FLOAT SPEEDS */
  .small-img img {
    animation-delay: 0s;
  }

  .medium-img img {
    animation-delay: 1s;
  }

  .large-img img {
    animation-delay: 2s;
  }

  @keyframes floatMobile {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }
  }
}



/* about-bg */
.about-bg{
   background: linear-gradient(135deg, #531818, #c65e5e, #f8adad);
}