/* [ -- Master Stylesheet -- ]

------------------------------------------------------
:: Template Name: World - Blog & Magazine Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0.0
-------------------------------------------------- */

/* :: Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);

/* :: Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppies', sans-serif;
}

.ubuntu-fonts {
  font-family: "Ubuntu", sans-serif;
}

@media screen and (max-width: 767px) {
  .coupon-card {
    flex-direction: column;
  }

  .coupon-card .logo {
    border-right: 0px !important;
  }

  .deal-action a {
    margin: auto;
  }

  .coupon-card .shop-button-wrapper {
    margin: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
}

p {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.4;
}

a {
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  color: #8d8d8d;
}

a:hover,
a:focus {
  font-family: "Ubuntu", sans-serif;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #66004d;
}

#preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#world-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f1f1f1;
  animation: world 2400ms linear infinite;
  z-index: 999;
}

#world-load:before {
  content: "";
  position: absolute;
  top: 7.5px; left: 7.5px; right: 7.5px; bottom: 7.5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f1f1f1;
  animation: world 2700ms linear infinite;
}

#world-load:after {
  content: "";
  position: absolute;
  top: 20px; left: 20px; right: 20px; bottom: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f1f1f1;
  animation: world 1800ms linear infinite;
}

@keyframes world {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

ul, ol { margin: 0; }
ul li, ol li { list-style: none; }
img { height: auto; max-width: 100%; }

.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-100 { margin-top: 100px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.ml-15 { margin-left: 15px; }
.ml-30 { margin-left: 30px; }
.mr-15 { margin-right: 15px; }
.mr-30 { margin-right: 30px; }
.mb-70 { margin-bottom: 70px; }
.mb-100 { margin-bottom: 100px; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent { background-color: transparent; }
.font-bold { font-weight: 700; }
.font-light { font-weight: 300; }
.height-400 { height: 400px !important; }
.height-500 { height: 500px !important; }
.height-600 { height: 600px !important; }
.height-700 { height: 700px !important; }
.height-800 { height: 800px !important; }

.mfp-wrap { z-index: 100000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

#scrollUp {
  background-color: #232323;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 46px;
  transition-duration: 500ms;
}

#scrollUp:hover { background-color: #66004d; }

@media only screen and (max-width: 991px) {
  #scrollUp { bottom: 30px; right: 30px; }
}

.section-padding-100 { padding: 100px 0; }
.section-padding-50 { padding: 50px 0; }
.section-padding-50-0 { padding: 50px 0 0 0; }
.section-padding-100-70 { padding: 100px 0 70px; }
.section-padding-100-50 { padding: 100px 0 50px; }
.section-padding-100-0 { padding: 100px 0 0; }
.section-padding-0-100 { padding: 0 0 100px; }
.section-padding-100-20 { padding: 100px 0 20px 0; }

.bg-gray { background-color: #f1f1f1; }

.background-overlay { position: relative; z-index: 2; }
.background-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0; left: 0;
  width: 100%; height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
}

.world-btn {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  width: auto;
  height: 35px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  border-radius: 50px;
  line-height: 32px;
}

.world-btn:hover,
.world-btn:focus {
  border-color: #66004d;
  background-color: #66004d;
  color: #ffffff;
}

/* ============================================
   :: Header Area CSS
   ============================================ */
.header-area {
  position: relative !important;
  top: auto !important;
  width: 100%;
  height: auto;
  background-color: #66004d;
  margin-top: 0;
  left: 0;
  z-index: 9999;
  transition-duration: 500ms;
}

.header-area .navbar {
  transition-duration: 500ms;
  min-height: 120px;
  height: auto;
}

.header-area .navbar .navbar-nav { margin-right: 50px; }

.header-area .navbar .navbar-nav .nav-link {
  padding: 0.5em 1em;
  font-weight: 500;
  color: #ffffff;
}

.header-area .navbar .navbar-nav .nav-link:hover,
.header-area .navbar .navbar-nav .nav-link:focus {
  color: #ffffff;
}

.s1 i {
  color: #fff !important;
  font-size: 18px;
}

.header-area .navbar .navbar-nav .nav-item.active .nav-link { color: #ffffff; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .navbar { height: 65px; padding: 0 15px; }
  .header-area .navbar .navbar-nav { margin-right: 20px; }
  .header-area .navbar .navbar-nav .nav-link { padding: 0.4em 0.8em; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #worldNav { background-color: #66004d; padding: 10px; }
  .header-area .navbar { height: 60px; padding: 0 10px; }
  .header-area .navbar .navbar-nav { margin: 0; text-align: center; }
  .header-area .navbar img { max-height: 35px; }
}

@media only screen and (max-width: 767px) {
  #worldNav { background-color: #66004d; padding: 8px; }
  .header-area { margin-top: 0; }
  .header-area .navbar { height: 55px; padding: 0 10px; }
  .header-area .navbar img { max-height: 70px; }
  .header-area .navbar .navbar-nav { margin: 0; text-align: center; }
  .header-area .navbar .navbar-nav .nav-link { display: block; padding: 8px 0; }
}

/* ============================================
   :: Hero Area & Carousel CSS
   ============================================ */
.hero-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
}

.hero-area .hero-slides { position: relative; z-index: 10; }

.hero-area .hero-slides .single-hero-slide {
  height: 600px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slides .single-hero-slide { height: 450px; }
}

@media only screen and (max-width: 767px) {
  .hero-area .hero-slides .single-hero-slide { height: 400px; }
}

.hero-area .hero-post-area {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 200;
}

.hero-area .hero-post-slide .single-slide .post-number {
  flex: 0 0 80px;
  min-width: 80px;
}

.hero-area .hero-post-slide .single-slide .post-number p {
  width: 55px;
  height: 55px;
  border: 5px solid #8d8d8d;
  margin-right: 25px;
  border-radius: 50%;
  margin-bottom: 0;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.hero-area .hero-post-slide .single-slide .post-title a {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #8d8d8d;
}

.hero-area .hero-post-slide .center .single-slide .post-number p {
  border: 5px solid;
  border-top-color: #66004d;
  border-bottom-color: #66004d;
  border-left-color: #8d8d8d;
  border-right-color: #66004d;
}

.hero-area .hero-post-slide .center .single-slide .post-title a {
  color: #ffffff;
  font-weight: 700;
}

.custom-wrapper { overflow: hidden; }

.custom-wrapper .row,
.hero-area .row,
.hero-area .container,
.hero-area .custom-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-wrapper .row { align-items: stretch; }

.custom-wrapper .col-12.col-md-6,
.hero-area .col-12.col-md-6 {
  padding: 0 !important;
}

#desc-carousel,
#image-carousel {
  height: 400px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 0;
}

#desc-carousel .owl-stage-outer,
#image-carousel .owl-stage-outer {
  width: 100%;
  height: 100%;
}

#desc-carousel .owl-stage,
#image-carousel .owl-stage { height: 100%; }

#desc-carousel .owl-item,
#image-carousel .owl-item { height: 100%; }

#image-carousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  vertical-align: bottom;
}

#desc-carousel .blog-post,
#image-carousel .single-blog-post {
  margin: 0;
  height: 100%;
}

@media (max-width: 991px) {
  #desc-carousel,
  #image-carousel { height: 300px; }
}

@media (max-width: 767px) {
  .hero-area .row { flex-direction: column; }

  #desc-carousel,
  #image-carousel { height: auto; min-height: 200px; }

  #image-carousel img {
    height: auto;
    max-height: 290px;
    object-fit: cover;
  }
}

.blog-post {
  background: #66004d;
  padding: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: white;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-post .headline h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.blog-post p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ffffff;
}

.blog-post .post-meta p {
  font-size: 12px;
  opacity: 0.9;
  margin: 0;
  color: #ffffff;
}

.owl-nav,
.owl-dots { display: none !important; }

/* ============================================
   :: News Ticker
   ============================================ */
.news-ticker {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
  color: #66004d;
  margin-top: 20px;
  position: relative;
}

.news-ticker p {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  color: #66004d;
  font-family: 'Poppies', sans-serif;
  font-size: 16px;
  padding-left: 100%;
  animation: scroll-left 12s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ============================================
   :: Exclusive Category Area
   ============================================ */
.exclusive-catagory-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.exclusive-blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.exclusive-blog-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(33.33% - 20px);
  max-width: 380px;
  height: 250px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 0;
}

@media (max-width: 992px) {
  .exclusive-blog-card { flex: 0 0 calc(50% - 20px); }
}

@media (max-width: 576px) {
  .exclusive-blog-card { flex: 0 0 100%; }
}

.exclusive-blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.exclusive-blog-card:hover img { transform: scale(1.08); }

.exclusive-blog-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  text-align: left;
}

.exclusive-blog-card:hover .exclusive-blog-overlay { transform: translateY(0); }

.exclusive-blog-overlay h5 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.exclusive-blog-overlay p {
  font-size: 14px;
  margin: 0 0 8px;
  color: #ffffff;
  line-height: 1.4;
}

.exclusive-blog-overlay span { font-size: 12px; opacity: 0.8; }

/* ============================================
   :: Blog Content / Category Area CSS
   ============================================ */
.world-catagory-area .nav-tabs {
  padding: 10px 0;
  border-bottom: 2px solid #f1f1f1;
}

.world-catagory-area .nav-tabs .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-right: auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.world-catagory-area .nav-tabs .nav-link {
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

.world-catagory-area .nav-tabs .nav-link:hover,
.world-catagory-area .nav-tabs .nav-link:focus {
  color: #000000;
  border: 1px solid transparent;
  font-weight: 400;
}

.world-catagory-area .nav-tabs .nav-link.active {
  color: #000000;
  border: 1px solid transparent;
}

.world-catagory-area .nav-tabs .nav-link.active:after {
  position: absolute;
  left: 15px;
  bottom: -17px;
  content: '';
  background-color: #66004d;
  width: calc(100% - 30px);
  height: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .world-catagory-area .nav-tabs .nav-link.active:after { width: calc(100% - 10px); left: 5px; }
  .world-catagory-area .nav-tabs .nav-link { padding: 0 5px; }
}

@media only screen and (max-width: 767px) {
  .world-catagory-area .nav-tabs .nav-link.active:after { display: none; }
  .world-catagory-area .nav-tabs .nav-link { padding: 0 5px; }
}

.world-catagory-area .nav-tabs .nav-item.show .nav-link { border: 1px solid transparent; }

.world-catagory-area .nav-tabs .nav-item .dropdown-menu {
  margin-top: 15px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: none;
}

.world-catagory-area .tab-content { padding-top: 30px; }

/* ============================================
   :: Single Blog Post
   ============================================ */
.single-blog-post {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}

.single-blog-post .post-thumbnail { position: relative; z-index: 1; }
.single-blog-post .post-thumbnail img { width: 100%; }

.single-blog-post .post-thumbnail .post-cta {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 10;
}

.single-blog-post .post-thumbnail .post-cta a {
  padding: 0 10px;
  display: inline-block;
  height: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  color: #66004d;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.single-blog-post .post-thumbnail .post-cta a:hover,
.single-blog-post .post-thumbnail .post-cta a:focus {
  background-color: #66004d;
  color: #ffffff;
}

.single-blog-post .post-thumbnail .video-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
}

.single-blog-post .post-thumbnail .video-btn i {
  transition-duration: 500ms;
  line-height: 36px;
}

.single-blog-post .post-thumbnail .video-btn:hover i,
.single-blog-post .post-thumbnail .video-btn:focus i { color: #66004d; }

.single-blog-post .post-content { padding: 20px 30px; }
.single-blog-post .post-content .headline h5 { font-size: 18px; margin-bottom: 10px; }
.single-blog-post .post-content p { margin-bottom: 20px; }
.single-blog-post .post-content .post-meta p { margin-bottom: 0; font-size: 12px; }
.single-blog-post .post-content .post-meta p a { font-size: 12px; }

.single-blog-post.post-style-2 { margin-bottom: 5px; }

.single-blog-post.post-style-2 .post-thumbnail {
  flex: 0 0 97px;
  min-width: 97px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.post-style-2 .post-thumbnail { margin-right: 5px; }
  .single-blog-post.post-style-2 .post-content .headline h5 { font-size: 13px; }
  .single-blog-post.post-style-2 .post-content { padding: 5px; }
}

.single-blog-post.post-style-2 .post-content { padding: 5px 30px 5px 5px; }
.single-blog-post.post-style-2 .post-content .headline h5 { font-size: 14px; margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-2 .post-content .headline h5 { font-size: 13px; }
}

.single-blog-post.post-style-2:last-of-type { margin-bottom: 0; }

.single-blog-post.post-style-2.widget-post .post-thumbnail {
  flex: 0 0 70px;
  min-width: 70px;
  margin-right: 15px;
}

.single-blog-post.post-style-3 .post-thumbnail { position: relative; z-index: 1; }

.single-blog-post.post-style-3 .post-thumbnail::after {
  width: 100%; height: 100%;
  top: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
}

.single-blog-post.post-style-3 .post-content {
  flex-direction: column;
  text-align: center;
  padding: 0;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px; left: 15px; right: 15px; bottom: 15px;
  z-index: 2;
}

.single-blog-post.post-style-3 .post-content .post-tag a {
  padding: 0 10px;
  display: inline-block;
  height: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  color: #66004d;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.single-blog-post.post-style-3 .post-content .post-tag a:hover,
.single-blog-post.post-style-3 .post-content .post-tag a:focus {
  background-color: #66004d;
  color: #ffffff;
}

.single-blog-post.post-style-3 .post-content .headline h5 { font-size: 18px; color: #ffffff; }

.single-blog-post.post-style-4 { margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-4 { flex-wrap: wrap; }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post.post-style-4 { flex-wrap: nowrap; }
}

.single-blog-post.post-style-4 .post-thumbnail {
  flex: 0 0 200px;
  min-width: 200px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-thumbnail { flex: 0 0 100%; min-width: 100%; }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-thumbnail { flex: 0 0 250px; min-width: 250px; }
}

.single-blog-post.post-style-4 .post-content { padding: 5px 30px 5px 5px; }
.single-blog-post.post-style-4 .post-content .headline h5 { font-size: 18px; margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-content { padding: 30px; }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-content { padding: 5px; }
}

.single-blog-post.post-style-4:last-of-type { margin-bottom: 0; }

/* ============================================
   :: World Category Slider
   ============================================ */
.world-catagory-slider .owl-item,
.world-catagory-slider2 .owl-item { padding: 0 0 10px 0; }

.world-catagory-slider .owl-nav,
.world-catagory-slider2 .owl-nav {
  margin-top: 25px;
  display: flex;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .world-catagory-slider .owl-nav,
  .world-catagory-slider2 .owl-nav { margin-bottom: 30px; }
}

.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider .owl-nav .owl-next,
.world-catagory-slider2 .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-next {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 2px solid #d8d8d8;
  color: #d8d8d8;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  transition-duration: 500ms;
}

.world-catagory-slider .owl-nav .owl-prev:hover,
.world-catagory-slider .owl-nav .owl-prev:focus,
.world-catagory-slider .owl-nav .owl-next:hover,
.world-catagory-slider .owl-nav .owl-next:focus,
.world-catagory-slider2 .owl-nav .owl-prev:hover,
.world-catagory-slider2 .owl-nav .owl-prev:focus,
.world-catagory-slider2 .owl-nav .owl-next:hover,
.world-catagory-slider2 .owl-nav .owl-next:focus {
  border-color: #66004d;
  color: #ffffff;
  background-color: #66004d;
}

.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-prev { margin-right: 15px; }

/* ============================================
   :: Latest Articles
   ============================================ */
.world-latest-articles .title { margin-top: 50px; margin-bottom: 30px; }

.world-latest-articles .title h5 {
  display: block;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-right: auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 2px solid #f1f1f1;
}

/* ============================================
   :: Sidebar
   ============================================ */
.post-sidebar-area { border-left: 2px solid #f1f1f1; }

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #f1f1f1;
}

.sidebar-widget-area .title {
  display: block;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-right: auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 2px solid #f1f1f1;
  padding-left: 30px;
}

.sidebar-widget-area .widget-content { padding: 30px 0 30px 30px; }

@media only screen and (max-width: 767px) {
  .sidebar-widget-area .widget-content { padding: 30px 0 30px 15px; }
}

.sidebar-widget-area .widget-content .social-area a {
  width: 36px;
  height: 36px;
  border: 1px solid #f1f1f1;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}

.sidebar-widget-area .widget-content .todays-pick { box-shadow: none; }
.sidebar-widget-area:last-of-type { border-bottom: none; }

/* ============================================
   :: Page Content
   ============================================ */
.page-content {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .page-content { padding: 30px 25px; }
}

.page-content h6 { color: #8d8d8d; line-height: 1.8; margin-bottom: 20px; }
.page-content h6:last-of-type { margin-bottom: 0; }

/* ============================================
   :: Single Blog Title & Content
   ============================================ */
.single-blog-title .post-cta { margin-bottom: 40px; }

.single-blog-title .post-cta a {
  padding: 0 10px;
  display: inline-block;
  height: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  color: #66004d;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.single-blog-title .post-cta a:hover,
.single-blog-title .post-cta a:focus {
  background-color: #66004d;
  color: #ffffff;
}

.single-blog-title h3 { color: #ffffff; margin-bottom: 0; font-size: 30px; }

@media only screen and (max-width: 767px) {
  .single-blog-title h3 { font-size: 24px; }
}

.single-blog-content .post-meta {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 30px;
}

.single-blog-content .post-meta p { margin-bottom: 0; font-size: 14px; padding: 10px 0; }
.single-blog-content .post-meta p a { font-size: 14px; }

.single-blog-content .post-meta.second-part {
  border-bottom: none;
  border-top: 2px solid #f1f1f1;
  margin-bottom: 0;
  margin-top: 30px;
}

.single-blog-content .post-content {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .single-blog-content .post-content { padding: 30px 25px; }
}

.single-blog-content .post-content h6 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #8d8d8d;
  font-family: "Ubuntu", sans-serif;
}

.single-blog-content .post-content blockquote {
  border-left: 2px solid #66004d;
  padding-left: 30px;
}

.single-blog-content .post-content blockquote h6 { margin-bottom: 10px; color: #000000; }
.single-blog-content .post-content blockquote p { margin-bottom: 0; }

.single-blog-content .post-content .post-tags { display: flex; flex-wrap: wrap; }

.single-blog-content .post-content .post-tags a {
  display: block;
  padding: 0 15px;
  line-height: 28px;
  height: 30px;
  border: 1px solid #f1f1f1;
  margin: 5px;
}

/* ============================================
   :: Comments
   ============================================ */
.comment_area .comment-content {
  padding: 30px 50px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content { padding: 20px 15px; }
}

.comment_area .comment-content .comment-meta { margin-bottom: 30px; }

.comment_area .comment-content .comment-meta p {
  flex: 0 0 calc(100% - 110px);
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 0;
}

.comment_area .comment-content .comment-meta p a { font-size: 14px; }
.comment_area .single_comment_area { margin-bottom: 30px; }
.comment_area .single_comment_area:last-of-type { margin-bottom: 0; }

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .comment_area .children .single_comment_area { margin-left: 15px; }
}

/* ============================================
   :: Contact / Comment Form
   ============================================ */
.contact-form,
.post-a-comment-area {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .contact-form,
  .post-a-comment-area { padding: 30px 25px; }
}

.contact-form h5,
.post-a-comment-area h5 {
  font-size: 18px;
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form button.world-btn,
.post-a-comment-area button.world-btn {
  border-color: #66004d;
  background-color: #66004d;
  color: #ffffff;
  margin-top: 40px;
}

/* ============================================
   :: Form CSS
   ============================================ */
.group { position: relative; z-index: 1; margin-bottom: 30px; }

.group input,
.group textarea {
  font-size: 14px;
  padding: 10px;
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 2px solid #f1f1f1;
}

.group input:focus,
.group textarea:focus { outline: none; box-shadow: none; }

.group label {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0; top: 5px;
  transition: 0.5s ease all;
  font-family: "Ubuntu", sans-serif;
}

.group .bar { position: relative; display: block; width: 100%; }

.group .bar:before,
.group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background-color: #66004d;
  transition: 0.5s ease all;
}

.group .bar:before { left: 50%; }
.group .bar:after { right: 50%; }

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.group textarea { min-height: 90px; }

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
  top: -15px;
  font-size: 12px;
  color: #66004d;
}

input:focus~.bar:before,
textarea:focus~.bar:before,
input:focus~.bar:after,
textarea:focus~.bar:after { width: 50%; }

input:focus~.highlight,
textarea:focus~.highlight { animation: inputHighlighter 0.3s ease; }

@keyframes inputHighlighter {
  from { background-color: #66004d; }
  to { width: 0; background-color: transparent; }
}

/* ============================================
   :: Map
   ============================================ */
.map-area { position: relative; z-index: 1; }
.map-area #googleMap { width: 100%; height: 500px; }

@media only screen and (max-width: 767px) {
  .map-area #googleMap { height: 400px; }
}

/* ============================================
   :: Search Bar
   ============================================ */
#search-wrapper { display: inline-block; position: relative; }

.search-box .searchInput {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  width: 250px;
  outline: none;
}

.search-box .searchInput::placeholder { color: #999; }

@media only screen and (max-width: 991px) {
  #search-wrapper { margin-top: 15px; padding-left: 1em; }
}

#search-wrapper #search {
  color: #ffffff;
  background: none;
  border: 2px solid #8d8d8d;
  outline: none;
  padding: 0 9px;
  border-radius: 1000px;
  width: 0;
  transition: all 0.3s 0.6s;
  font-size: 12px;
}

#search-wrapper #search::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); }
#search-wrapper #search:focus { width: 300px; padding: 7px 15px; }

@media only screen and (max-width: 767px) {
  #search-wrapper #search:focus { width: 200px; }
}

/* ============================================
   :: Footer Area CSS
   ============================================ */
.footer-area {
  background-color: #66004d;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.footer-area .footer-single-widget .copywrite-text p { margin-bottom: 0; color: #fff; margin-top: 30px; }

.footer-area .footer-single-widget .footer-menu {
  flex-wrap: wrap;
  color: #fff;
}

.footer-area .footer-single-widget .footer-menu li {
  flex: 0 0 33.3333%;
  min-width: 33.3333%;
  color: #fff;
}

.footer-area .footer-single-widget .footer-menu li a {
  padding: 7.5px 5px;
  display: block;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-single-widget .footer-menu { margin: 50px 0; }
}

.footer-area .footer-single-widget h5 {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.footer-area .footer-single-widget form { position: relative; z-index: 1; }

.footer-area .footer-single-widget form input[type="email"] {
  width: 100%;
  height: 35px;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #959595;
  font-size: 14px;
  padding: 0 5px;
  font-family: "Ubuntu", sans-serif;
}

.footer-area .footer-single-widget form button {
  position: absolute;
  height: 35px;
  top: 0;
  right: 5px;
  z-index: 10;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 50px;
  text-align: right;
}

.footer-area .footer-single-widget form button i { font-size: 14px; color: #ffffff; }

.footer-area .footer-social-icons {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer-area .footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #66004d;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-area .footer-social-icons a:hover {
  background-color: #4a0037;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .footer-area .footer-social-icons { justify-content: center; flex-wrap: wrap; }
}

/* ============================================
   :: Thought Bloom / Index Page
   ============================================ */
.thought-bloom-box {
  background: linear-gradient(135deg, #f9f9f9, #691d56);
  border: 2px solid #3f3fce;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  gap: 20px;
}

.thought-bloom-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(93, 172, 184, 0.12);
}

.thought-bloom-box .title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thought-bloom-box p { font-size: 1rem; line-height: 1.6; color: #444; }

.thought-bloom-image-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  object-fit: cover;
}

.image-text-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-text-box:hover img { transform: scale(1.05); }

.overlay-text {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 40%;
  background: rgba(46, 43, 43, 0.6);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.overlay-text h5 { font-size: 1.2rem; margin-bottom: 5px; font-weight: 600; color: #00eaff; }
.overlay-text p { font-size: 0.7rem; margin: 0; color: #f9f9f9; }

.stair-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.stair-box {
  background: #fff;
  overflow: hidden;
  flex: 1;
  min-width: 220px;
  max-width: 250px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stair-box:hover { transform: translateY(-5px); }
.stair-box img { width: 100%; height: 180px; object-fit: cover; }

@media (max-width: 992px) {
  .thought-bloom-box { padding: 15px; }
  .overlay-text { width: 50%; padding: 15px; }
  .overlay-text h5 { font-size: 1rem; }
  .overlay-text p { font-size: 0.65rem; }
}

@media (max-width: 768px) {
  .stair-layout { flex-direction: column; align-items: center; }
  .stair-box { max-width: 100%; }
  .overlay-text { width: 100%; padding: 10px; }
  .overlay-text h5 { font-size: 1rem; }
  .overlay-text p { font-size: 0.6rem; }
}

@media (max-width: 480px) {
  .thought-bloom-box .title { font-size: 1rem; }
  .thought-bloom-box p { font-size: 0.85rem; }
  .overlay-text { padding: 8px; }
  .overlay-text h5 { font-size: 0.9rem; }
  .overlay-text p { font-size: 0.55rem; }
}

/* ============================================
   :: About Us & Contact Page Hero
   ============================================ */
.hero {
  background: #66004d;
  padding: calc(4rem - 30px) 0 0rem 0;
}

@media (min-width: 768px) {
  .hero { padding: calc(4rem - 30px) 0 4rem 0; }
}

@media (min-width: 992px) {
  .hero { padding: calc(8rem - 30px) 0 8rem 0; }
}

.hero h1 { font-weight: 700; color: #ffffff; }
.hero p { color: rgba(255, 255, 255, 0.5); }
.hero .hero-img-wrap { position: relative; }

.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  max-width: 780px;
  left: -20px;
}

@media (min-width: 768px) {
  .hero .hero-img-wrap img { right: 0px; left: -100px; }
}

@media (min-width: 992px) {
  .hero .hero-img-wrap img { left: 0px; top: -80px; position: absolute; right: -50px; }
}

@media (min-width: 1200px) {
  .hero .hero-img-wrap img { left: 0px; top: -80px; right: -100px; }
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}

.btn:hover { color: #ffffff; background: #222222; border-color: #222222; }
.btn:active, .btn:focus { outline: none !important; box-shadow: none; }

.btn.btn-primary { background: #66004d; border-color: #66004d; }
.btn.btn-primary:hover { background: #4a0037; border-color: #4a0037; }

.btn.btn-secondary { color: #2f2f2f; background: #ffffff; border-color: #53514d; }
.btn.btn-secondary:hover { background: #66004d; border-color: #7a2160; color: #fff; }

.btn.btn-white-outline { background: transparent; border-width: 2px; border-color: rgba(255, 255, 255, 0.3); }
.btn.btn-white-outline:hover { border-color: white; color: #ffffff; }

.form-control { height: 50px; border-radius: 10px; font-family: "Inter", sans-serif; }

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-color: #66004d;
}

.service { line-height: 1.5; }

.service .service-icon {
  border-radius: 10px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #66004d;
  margin-right: 20px;
  color: #ffffff;
}

.untree_co-section { padding: 7rem 0; }
.section-title { color: #2f2f2f; }

/* ============================================
   :: Category Bar
   ============================================ */
.category-bar-section {
  border-top: 2.5px solid #66004d;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  width: 100%;
}

.category-bar-wrap {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}

.category-bar-wrap::-webkit-scrollbar { display: none; }

.category-bar-inner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.category-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-right: 1px solid #e5e5e5;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.15s;
  flex: 1;
}

.category-bar-item:first-child { border-left: none; }
.category-bar-item:last-child { border-right: none; }

.category-bar-item:hover {
  background: #f7f7f7;
  color: #66004d;
  text-decoration: none;
}

.category-bar-item i { font-size: 18px; color: #888; }
.category-bar-item:hover i { color: #66004d; }

@media (max-width: 768px) {
  .category-bar-inner { width: max-content; justify-content: flex-start; }
  .category-bar-item { flex: none; padding: 11px 16px; font-size: 12px; }
  .category-bar-item i { font-size: 16px; }
}

@media (max-width: 480px) {
  .category-bar-item { padding: 10px 14px; font-size: 11px; gap: 5px; }
  .category-bar-item i { font-size: 15px; }
  .category-bar-item span { display: none; }
}

/* ============================================
   :: Best Sellers / Latest Products Grid
   ============================================ */
.best-sellers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1199px) {
  .best-sellers-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .best-sellers-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

@media (max-width: 400px) {
  .best-sellers-grid { grid-template-columns: 1fr; }
}

.bs-card {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bs-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.bs-card__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f8f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
}

.bs-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.bs-card:hover .bs-card__img-wrap img { transform: scale(1.05); }

.bs-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-card__placeholder i { font-size: 42px; color: #ccc; }

.bs-card__body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  border-top: 1px solid #f2f2f2;
}

.bs-card__title {
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bs-card__brand { font-size: 12px; color: #999; margin: 0 0 10px; }

.bs-card__btn {
  display: inline-block;
  margin-top: auto;
  padding: 7px 18px;
  background: #66004d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
  align-self: flex-start;
  letter-spacing: 0.2px;
}

.bs-card__btn:hover { background: #4a0037; color: #fff; }

/* ============================================
   :: Hero Carousel (Plum Theme - matches site)
   ============================================ */
.hero-carousel-section {
  padding: 48px 0 36px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f9eef5, #ffffff);
}

.hero-carousel-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  gap: 18px;
  padding: 0 14px;
}

.hero-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid rgba(102, 0, 77, 0.14);
  transition:
    width 0.45s ease,
    height 0.45s ease,
    opacity 0.45s ease,
    transform 0.45s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  box-shadow:
    0 10px 25px rgba(102, 0, 77, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.05);
  will-change: transform;
}

.hero-card:hover {
  transform: translateY(-4px);
  border-color: rgba(102, 0, 77, 0.4);
  box-shadow:
    0 18px 35px rgba(102, 0, 77, 0.22),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hero-card:hover img { transform: scale(1.04); }

.hero-card[data-slot="2"] { width: 420px; height: 380px; z-index: 5; opacity: 1; }

.hero-card[data-slot="1"],
.hero-card[data-slot="3"] { width: 260px; height: 300px; z-index: 3; opacity: 0.92; }

.hero-card[data-slot="0"],
.hero-card[data-slot="4"] { width: 180px; height: 230px; z-index: 1; opacity: 0.65; }

.hero-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px 16px;
  background: linear-gradient(
    to top,
    rgba(40, 4, 32, 0.92),
    rgba(40, 4, 32, 0.55),
    rgba(40, 4, 32, 0)
  );
  color: #fff;
}

.hero-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.badge-default {
  background: #66004d;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(102, 0, 77, 0.3);
}

.hero-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.hero-card-location {
  font-size: 13px;
  color: rgba(255,255,255,0.86);
  margin: 0;
  line-height: 1.4;
}

.hero-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.hero-carousel-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e3bdd6;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    width 0.3s ease;
}

.hero-carousel-dots span.active {
  width: 24px;
  border-radius: 999px;
  background: #66004d;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(102, 0, 77, 0.3);
}

@media (max-width: 991px) {
  .hero-carousel-section { padding: 36px 0 28px; }
  .hero-carousel-track { min-height: 300px; gap: 12px; }
  .hero-card[data-slot="2"] { width: 320px; height: 300px; }
  .hero-card[data-slot="1"],
  .hero-card[data-slot="3"] { width: 190px; height: 230px; }
  .hero-card[data-slot="0"],
  .hero-card[data-slot="4"] { width: 120px; height: 170px; }
}

@media (max-width: 767px) {
  .hero-carousel-section { padding: 28px 0 20px; }
  .hero-carousel-track { min-height: 240px; gap: 10px; padding: 0 8px; }
  .hero-card { border-radius: 14px; }
  .hero-card[data-slot="2"] { width: 220px; height: 240px; }
  .hero-card[data-slot="1"],
  .hero-card[data-slot="3"] { width: 130px; height: 180px; opacity: 0.8; }
  .hero-card[data-slot="0"],
  .hero-card[data-slot="4"] { display: none; }
  .hero-card-overlay { padding: 14px; }
  .hero-card-title { font-size: 14px; }
  .hero-card-location { font-size: 12px; }
}

/* ============================================
   :: Misc Fixes
   ============================================ */
.container,
.container-fluid {
  padding-top: 0 !important;
}