body {
  font-size: 18px;
}
html,body{
  overflow-x: hidden !important;
}

a {
  text-decoration: none !important;
}
a:hover {
  color: var(--primary);
}
.topbar .fa-phone-alt {
  transform: rotate(90deg);
}

.dropdown-item:active {
  color: var(--light) !important;
  text-decoration: none;
  background-color: var(--primary) !important;
}
.dropdown-item.active {
  color: var(--light) !important;
  text-decoration: none;
  background-color: var(--primary) !important;
}
.dropdown-item:hover {
  color: var(--light) !important;
  text-decoration: none;
  background-color: var(--primary) !important;
}
/* .navbar{
  background-color: #343434;

} */
.topbar {
  background-color: var(--dark);
  color: var(--light);
}

/* Sticky navbar */
.navbar-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 80px;
}
.navbar-sticky a.btn-primary {
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-light a.btn{line-height: 60px;}

/* Slide-down animation */
.animated-slide-down {
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.navbar-toggler {
  background-color: var(--primary);
  padding: 8px 8px;
}

.hero_carousel .carousel-item img {
  height: 600px;
  object-fit: cover;
}

.carousel-control-prev i,
.carousel-control-next i {
  background: var(--primary);
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.carousel-control-prev {
  left: 40px !important;
}
.carousel-control-next {
  right: 40px !important;
}

.section-padding {
  padding: 120px 0;
}
.section-padding-top {
  padding-top: 120px;
}
.section-padding-bottom {
  padding-bottom: 120px;
}

.section-title {
  font-size: 45px;
  letter-spacing: -1px;
}

.about_img {
  height: 500px;
  object-fit: cover;
}
.small_title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}


.about_smile {
  width: 70%;
  background-color: var(--fade);
  padding: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.about_smile i {
  color: var(--primary);
}
.about_img.img1 {
  border-bottom-left-radius: 200px;
  transition: all 0.3s ease-in-out;
}
.about_img.img2 {
  border-top-right-radius: 200px;
  transition: all 0.3s ease-in-out;
}

.about_section .bg_overlay {
  position: absolute;
  width: 100%;
  height: 40%;
  background-color: var(--fade);
  bottom: 5%;
  right: -40px;
  z-index: -1;
  border-radius: 30px;
}

.parking_icon {
  width: 100px;
}


.plan_name {
  padding: 30px 0 10px 0;
 
}
.plan_name h4 {
  font-size: 35px;
}

/* PRICING CARD BASE */
.pricing-card {
  transition: all 0.4s ease-in-out;
  /* border: 1px solid #ddd; */
  border-radius: 20px !important;
  background: #fff;
  position: relative;
  overflow: hidden;
  background: #fcfaf1;
}
.pricing-card svg{margin-top: -1px; margin-right: -1px;}

.pricing-card:hover {
  transform: translateY(-8px);
  background: #fcfaf1;
  border-color: var(--primary);
}

.pricing-card:hover .choose-btn {
  background: #343434 !important;
  border-color: #343434 !important;
}

.highlight-plan {
  border: 2px solid var(--primary) !important;
  
}

/* Default wave color (Basic + Elite) */
svg path {
  fill: #343434;
}

/* Highlighted plan wave (Premium) */
.highlight-plan svg path {
  fill: #e6b31e;
}


.ribbon {
  position: absolute;
  top: 28px;
  right: -51px;
  background: var(--dark);
  color: #fff;
  padding: 4px 49px;
  transform: rotate(45deg);
  font-size: 14px;
  font-weight: bold;
}

/* PRICE TAG ANIMATION */
.price-tag {
  font-size: 40px;
  transition: 0.3s ease;
}

.pricing-card:hover .price-tag {
  letter-spacing: 1px;
}
.pricing-card i {
  color: var(--dark) !important;
}
.pricing-card:hover i {
  color: var(--primary) !important;
}

.pricing-card .btn {
  height: 50px;
  color: var(--white);
  border-radius: 12px;
  /* width: fit-content !important; */
}

/* YEARLY BADGE */
.yearly-badge {
  font-size: 13px;
  background: var(--white);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  margin-top: -10px;
  color: var(--primary);
  font-weight: 600;
}

/* BUTTON */
.choose-btn {
  border-radius: 0;
  font-weight: 600;
  transition: 0.3s ease;
}

/* TOGGLE SWITCH BASE */
.toggle-switch {
  width: 60px;
  height: 28px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* SWITCH KNOB */
.toggle-switch .switch-knob {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  transition: all 0.3s ease;
}

/* WHEN MONTHLY */
.toggle-switch.monthly {
  background: #343434;
}

.toggle-switch.monthly .switch-knob {
  left: 2px;
}

/* WHEN YEARLY */
.toggle-switch.yearly {
  background: var(--primary);
}

.toggle-switch.yearly .switch-knob {
  left: 34px;
}

.services-hero {
  width: 100%;
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
}

/* LEFT Yellow Panel */
.left-panel {
  background: var(--primary);
  min-height: 100%;
  position: relative;
}

.left-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 40%;
  transform: translateY(-50%);
  transform: rotate(180deg);
  width: 150px;
  height: 150px;
  background: var(--dark);
  border-radius: 0 50% 50% 0;
  z-index: 1;
}
.left_panel_inside {
  padding: 80px;
}
.left-panel h2 {
  font-size: 3rem;
}

/* Underline like screenshot */
.underline {
  width: 70px;
  height: 6px;
  background: var(--primary);
  background: #29314d; /* dark blue */
}

/* RIGHT panel dark background */
.right-panel {
  background: var(--dark);
  z-index: 99;
  padding: 70px;
}

/* Service Card */
.service-card {
  background: #fff;
  border: 1px solid var(--primary);
  border-radius: 15px;
  padding: 15px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-card .btn-primary {
  border-radius: 12px !important;
}

.service-card:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.service-card:hover .btn-primary {
  background-color: var(--dark) !important;
}
.service-card:hover * {
  color: #fff !important;
}

.service-icon i {
  font-size: 34px;
  color: var(--primary);
}

/* Mobile responsive */

/* Review Card Styling */
.review-card {
  height: 100%;
  background: #ffffff;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}



/* Reviewer Name Hover */
.review-card h6 {
  transition: color 0.3s ease;
}
.review-card:hover h6 {
  color: var(--primary);
}

/* Smooth star glow */
.review-card .fa-star,
.review-card .fa-star-half-alt {
  color: rgba(252, 185, 40, 0.973) !important;
  font-size: 17px;
}
.review-card h4 {
  font-size: 20px;
  font-weight: 500 !important;
}

.review-card p {
  font-size: 16px;
}
.swiper-slide-active .review-card {
  border-color: var(--primary) !important;
}
.rev-text {
  padding: 15px;
  font-size: 16px !important;
}
.swiper-slide-active .review-card {
  background-color: #eee;
}
.swiper-slide-active .rev-text {
  background-color: var(--primary);
  color: #fff !important;
}

.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.review-img {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  background-color: #94ca2170;
  padding: 7px;
}

/* Black big rounded container */
.how-wrapper {
  background: #1f1f1f;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  /* padding-bottom: 120px !important; */
  margin-bottom: 80px;
}

/* Title & text styling (left side) */
.how-title {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.how-desc {
  color: #d9d9d9;
  margin-top: 15px;
  font-size: 17px;
}

/* HOW CARD */
.how-card {
  background: #2c2c2c;
  border-radius: 18px;
  padding: 25px 18px;
  height: 100%;
  border: 1px solid #3a3a3a;
  transition: 0.3s ease;
}

.how-card h5 {
  color: #fff;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
}

.how-card p {
  color: #cfcfcf;
  font-size: 14px;
  margin: 0;
}

/* Hover effect similar to the mockup style */
.how-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  border-color: var(--primary);
}

.how-card:hover h5,
.how-card:hover p {
  color: #111 !important;
}

/* ICON STYLING */
.icon-box {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 25px;
  transition: 0.3s ease;
}

.how-card:hover .icon-box {
  background: var(--primary);
  color: #fff;
}

/* ===== FOOTER ===== */
.footer {
  /* background: #0B2154; */
  padding: 70px 0 20px;
  color: #fff;
}

/* LOGO */
.footer-logo {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

/* SOCIAL */
.footer-social a {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 0.3s;
}

.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

/* TITLES */
.footer-title {
  font-size: 17px;
  margin-bottom: 20px;
  color: var(--primary);
  text-transform: uppercase;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #ddd;
  transition: 0.3s;
}

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

/* GALLERY */
.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.footer-gallery img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s;
}

.footer-gallery img:hover {
  transform: scale(1.05);
}

/* COPYRIGHT */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.icon-rotate {
  transform: rotate(90deg);
}

/*----  Auth Pages ---------*/

.auth-wrapper {
  min-height: 100vh;
  background: #f7f7f7;
}

.auth-card {
  width: 480px;
  border-radius: 8px;
}

.form-control {
  border-radius: 0 !important;
  padding: 10px;
  border: 1px solid #ddd;
}

.btn-primary {
  border-radius: 0 !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: var(--dark) !important;
}
.form-control {
  border-radius: 4px !important;
}

.auth-wrapper .react-tel-input .country-list {
  width: 320px !important;
}
.auth-wrapper .search-emoji {
  display: none !important;
}
.auth-wrapper .react-tel-input .country-list .search-box {
  width: 97% !important;
  height: 35px !important;
  margin-left: 0 !important;
}

/*--- Page Not Found ----*/

.pnf-wrapper {
  min-height: 100vh;
  background: #f8f8f8;
  padding: 20px;
}

.pnf-box {
  min-width: 320px;
  max-width: 500px;
  background: #fff;
  padding: 50px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.pnf-code {
  font-size: 100px;
  color: var(--primary);
  font-weight: 800;
}

.pnf-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 15px;
}

.pnf-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.pnf-box .btn-primary {
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

/*------- About Page ----------*/

.about_top_cards{
  background-color: var(--fade);
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
}

  .page-header {
    background-image: url('/public/frontend/assets/images/hero4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.page-header-inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 100px 0;
}

.featured-card {
  background: var(--fade);
  border-radius: 25px;
  padding: 20px;
  overflow: hidden;
}

.featured-img-wrapper {
  height: 380px;
}

.blog-card {
  /* background: #1b0830; */
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 20px 40px rgba(130, 0, 255, 0.25); */
}



/*----- Services --------*/
.valet_card_inner, .shelter_card_inner{background: #fff;transition: all .3s ease-in-out;}

.valet_card_inner:hover{
  background: var(--dark) !important; color: #fff;transition: all .3s ease-in-out;
}
.valet_card_inner:hover h5{
  color: var(--primary);transition: all .3s ease-in-out;
}
.valet_card_inner:hover i{
  color: var(--light);transition: all .3s ease-in-out;
}

.shelter_card_inner:hover{
  background: var(--dark) !important; color: #fff;transition: all .3s ease-in-out;
}
.shelter_card_inner:hover h5{
  color: var(--primary);transition: all .3s ease-in-out;
}
.shelter_card_inner:hover i{
  color: var(--light);transition: all .3s ease-in-out;
}
.cta_section .btn-primary{padding: 15px 30px !important;}
.why_choose_service{background-color: var(--fade);}

/*.onclick-menu{
  display: inherit!important;
  visibility: hidden!important;
}
*/

@media screen and (min-width: 1440px) {
  .left-panel h2 {
    font-size: 5rem;
  }
  .service-card {
    padding: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .about_smile {
    width: 80%;
  }
  .about_section .bg_overlay {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .about_section .bg_overlay {
    right: -10px;
  }
}

@media screen and (max-width: 992px) {
  .about_smile {
    width: 60%;
  }
  .left-panel::after {
    content: "";
    position: absolute;
    transform: translateX(-49%) !important;
    transform: rotate(270deg) !important;
    width: 150px;
    height: 150px;
    background: #343434;
    border-radius: 0 50% 50% 0;
    z-index: 1999;
    bottom: -70px;
    left: 42%;
    top: unset;
  }
  .navbar-collapse {
    position: absolute;
    top: 75px;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 99999;
  }
  .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none !important;
  }
  .t-nav{position: absolute; right: 95px; top:18px;}
  .navbar .dropdown-menu{top:50px;}
}

@media screen and (max-width: 768px) {
  .hero_carousel .carousel-item img {
    height: 500px;
    object-fit: cover;
  }
  .carousel-control-prev {
    left: 0px !important;
  }
  .carousel-control-next {
    right: 0px !important;
  }
  .display-3 {
    font-size: 40px;
  }
  .carousel-item .btn-primary {
    min-height: 40px;
    padding: 14px 30px !important;
  }
  .left-panel::after {
    left: 38%;
    z-index: 1;
  }

  .section-title {
    font-size: 35px;
    letter-spacing: -1px;
  }
  .section-padding {
    padding: 90px 0;
  }
  .section-padding-top {
    padding-top: 90px;
  }
  .section-padding-bottom {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 600px) {
  .about_smile {
    width: 90%;
    display: none;
  }
  .about_section .bg_overlay {
    display: none !important;
  }
  .about_section .left_img {
    width: 100% !important;
  }
  .about_section .left_img img {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
  }
  .about_section .right_img {
    display: none;
  }
  .review-card img {
    height: 100px;
    width: 100px;
  }
  .right-panel {
    padding: 40px;
    z-index: 99;
  }
  .display-3 {
    font-size: 30px;
  }
  .hero_carousel .carousel-item img {
    height: 400px;
    object-fit: cover;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    background: var(--primary);
    font-size: 15px;
    width: 40px;
    height: 40px;
  }

  .carousel-item .btn-primary {
    min-height: 40px;
    padding: 12px 25px !important;
  }
  .section-padding {
    padding: 60px 0;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
  .section-title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 475px) {
  .left-panel::after {
    left: 33%;
    z-index: 1;
    width: 120px;
    height: 120px;
  }
  .left_panel_inside {
    padding: 50px 30px;
  }
  .left-panel h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .review-card img {
    height: 80px;
    width: 80px;
  }
  .right-panel {
    padding: 20px;
    z-index: 99;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    background: var(--primary);
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
}
