
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
/* ===============================
   GLOBAL
================================ */
body {
    font-family: "Inter", sans-serif;
    background: #ffffff;
}
img {
	max-width: 100%;
}
/* ===============================
   CARD
================================ */
.listing-card {
    max-width: 900px;
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* ===============================
   SECTIONS
================================ */
.section {
    margin-bottom: 28px;
}

.section-title {
    font-weight: 500;
    margin-bottom: 12px;
}

/* ===============================
   INPUTS
================================ */
.form-control,
.form-select {
    height: 48px;
    border-radius: 5px;
    border: 1px solid #e5e7eb;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

/* ===============================
   INVALID STATE (ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ FIX)
================================ */

/* Text inputs */
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #ef4444 !important;
    background-color: #fff5f5 !important;
}

/* Focus state */
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.25) !important;
}

/* File input */
input[type="file"].is-invalid {
    border: 2px dashed #ef4444 !important;
    background-color: #fff5f5 !important;
}

/* ===============================
   UPLOAD BOX
================================ */
.upload-box {
    border: 2px dashed #d1d5db;
    border-radius: 14px;
    padding: 28px;
    background: #fafafa;
    text-align: center;
}

/* ===============================
   PAYMENT BOX
================================ */
.payment-box {
    background: #f2f6ff;
    border: 1px solid #dbe7ff;
    border-radius: 16px;
    padding: 24px;
}

/* ===============================
   PACKAGE CARD
================================ */
.package-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e5e7eb;
}

/* ===============================
   PACKAGE SELECT
================================ */
.package-select-wrapper .input-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 6px;
}

.package-select {
    border: 2px solid #93c5fd;
}

/* ===============================
   SCHEDULE
================================ */
.schedule-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e5e7eb;
}

/* ===============================
   TERMS
================================ */
.terms-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e5e7eb;
}

.terms-box li {
    margin-bottom: 6px;
}

/* ===============================
   SUBMIT BUTTON
================================ */
.submit-btn {
    width: 100%;
    background: #0ea5e9;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
}

.submit-btn:hover {
    background: #0284c7;
}

/* ===============================
   FOOTER
================================ */
.footer-note {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    margin-top: 12px;
}

/* ===============================
   IMAGE PREVIEW + REMOVE
================================ */
.image-preview {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.image-remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 50%;
    font-size: 18px;
}
/* =========================
   BUTTONS
========================= */
.btn-primary {
  background: #00a3e0;
  border: none;
}

.btn-primary:hover {
  background: #008cc2;
}

.btn-warning {
  background: #ffcc00;
  border: none;
  color: #000;
  font-weight: 600;
}

.btn-warning:hover {
  background: #e6b800;
}
.navbar-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #083556;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}
ul.navbar-nav {
    gap: 15px;
}
ul.navbar-nav a.nav-link.active {
    color: #0a3655;
}
a.btn.btn-warning.px-4 {
    background-color: #F7CE46;
    /* width: 180px; */
    /* height: 51px; */
    padding: 4px 17px 4px 4px !important;
    font-size: 14px;
    font-weight: 600;
    color: #083556;
    border-radius: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
header {
    padding-top: 10px;
    padding-bottom: 10px;
}
nav.navbar {
    box-shadow: unset !important;
    background: transparent !important;
}
.navbar-brand img {
    height: 90px;
    color: #08b0e2;
    object-fit: contain;
}
header .container {
    max-width: 1500px;
}
/* =========================
   HERO SECTION
========================= */
.hero-section {
  background: image-set(url("../images/new-hero-banner.webp") type("image/webp"), url("../images/new-hero-banner.png") type("image/png")) center center / cover no-repeat;
  padding: 150px 0 150px;
  color: #fff;
  text-align: center;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #f6ca60;
}

.hero-subtitle {
  font-size: 18px;
  max-width: 54%;
  opacity: 1;
  font-weight: 500;
  margin: 40px auto 60px auto;
}

.new-hero-search-bar {
    background: white;
    display: flex;
    width: 50%;
    border-radius: 50px;
    position: relative;
}

.new-hero-search-bar button {
    border-radius: 50px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-size: 16px;
    background: #f7cc55;
    color: #0a3150;
    font-weight: 600;
}

.new-hero-search-input-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}

.new-hero-search-input-wrapper i {
    color: #093453;
    font-size: 24px;
}

.new-hero-search-input-wrapper input {
    font-size: 16px;
}

.new-hero-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.marker1 {
    position: absolute;
    left: 0;
    top: 10%;
}

section.hero-section .container {
    position: relative;
}

img.marker2 {
    position: absolute;
    left: 5%;
    bottom: -5%;
}

img.marker3 {
    position: absolute;
    right: 0;
    top: 0;
}

img.marker4 {
    position: absolute;
    right: 0;
    bottom: 5%;
}

.hero-search {
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
  margin-top: 25px;
}

.hero-search-btn i {
    margin-right: 5px;
}


.hero-search .form-control,
.hero-search .form-select {
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  padding: 12px;
  font-size: 14px;
}

.hero-search button {
  padding: 12px;
  font-weight: 600;
  background: #00a3e0;
  color: #fff;
  border-radius: 6px;
}

a.btn.btn-warning.px-4 i {
    background: white;
    color: #083556;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.btn.btn-warning:hover {
    background: #082d43;
    color: white;
}

a.btn.btn-warning:hover i {
    color: #082d43;
}

/* Hero floating image */
.hero-thumbs {
  max-width: 100%;
  width: 80%;
}

/* =========================
   CATEGORIES SECTION
========================= */
.categories-section {
  margin-top: 100px;
  padding-bottom: 60px;
}
.category-box.cat-wrapper-01 {
    background-color: #0bace6;
}
.categories-section h2, .featured-ads h2 {
  text-align: center;
  margin-bottom: 80px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
  color: #0b3453;
  margin-top: 30px;
}
.cat-wrapper-02 {
    background-color: #a3ce71;
}
.cat-wrapper-03 {
    background-color: #004bbe;
}
.cat-wrapper-04 {
    background-color: #f49554;
}
.cat-wrapper-05 {
    background-color: #6bcebb;
}
.cat-wrapper-06 {
    background-color: #fd7d91;
}
.categories-section .section-kicker, section.featured-ads .section-kicker {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #0a3655;
    text-align: center;
    background: #f6ca60;
    width: fit-content;
    padding: 0px 50px;
    border-radius: 40px;
    text-transform: uppercase;
    margin: 0 auto;
}
.category-box {
  padding: 8px 30px 8px 8px;
  border-radius: 60px;
  /* background: #00a3e0; */
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 30px;
}

section.categories-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.categories-section h2 span {
    font-style: italic;
    text-transform: lowercase;
}

section.categories-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 50px;
}

section.categories-section .row .col {
    margin: 0;
}

.category-box img {
  /* width: 70px; */
  /* margin-bottom: 20px; */
  /* height: 70px; */
  /* margin-top: 10px; */
  object-fit: contain;
  /* background: white; */
  /* border-radius: 50%; */
}

.category-box .img-box {
    border-radius: 50%;
    background: white;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.category-box h3 {
  margin: 5px 0;
  color: white;
  font-family: "Lexend Deca", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  /* padding: 15px 10px; */
  /* background: #ffffff; */
  /* border-radius: 7px; */
  text-transform: uppercase;
}

.category-box span {
  background-color: #fff;
  border-radius: 5px;
  color: #000 !important;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.category-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* =========================
   FEATURED ADS
========================= */
.featured-ads {
  background: #ffffff;
  padding: 60px 0;
}

.featured-ads h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0c3552;
}

.featured-ads table {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.featured-ads thead {
  background: #f1f5f9;
}

.featured-ads th {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.featured-ads td {
  vertical-align: middle;
  font-size: 14px;
  color: #1f2937;
}

.featured-ads small {
  color: #64748b;
}
.featured-ads .section-kicker {
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 0.2em;
    color: #0BACE6;
    text-align: center;
    padding-bottom: 10px;
}
.featured-ads .btn {
  padding: 6px 14px;
  font-size: 13px;
  background: #00a3e0;
  color: #fff;
}

.listings-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

/* Tabs */
.tabs {
  margin-bottom: 15px;
  text-align: center;
}

.tab {
  background: #eef2f7;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
}

.tab.active {
  background: #2bc0ff;
  color: #fff;
}

/* Table */
.listings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.listings-table th {
  text-align: left;
  font-size: 13px;
  color: #777;
  padding: 10px;
 font-family: "Lexend Deca", sans-serif;
}

.listings-table td {
  background: #fff;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 14px;
  box-shadow: 0 0 0 1px #eee;
  font-family: "Lexend Deca", sans-serif;
}

/* Icon cell */
.icon-cell {
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
/* Location TEXT color only */
.listings-table td:nth-child(4) {
  color: #2bc0ff;
}

/* Location ICON force black */
.listings-table td:nth-child(4) i {
  color: #d6d6d6;
}


.icon-cell.blue {background: #083556;color: #fff;font-size: 22px;}
.icon-cell.orange {background: #f2994a;color: #fff;font-size: 22px;}
.icon-cell.green {background: #6fcf97;color: #fff;font-size: 22px;}

td small {
  display: block;
  color: #888;
  font-size: 12px;
}

/* Buttons */
.btn-outline {
  background: #f4f6f8;
  border: 1px solid #ddd;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.btn-primary {
  background: #2bc0ff;
  color: #fff;
  border: none;
  padding: 17px 14px !important;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.btn-primary:hover {
  background: #159fd8;
}

/* =========================
   CTA BANNER
========================= */
.cta-banner {
  padding: 60px 0 50px 50px;
  background: #ffffff;
}

.cta-wrapper {
  /* background: linear-gradient(135deg, #ff4b1f, #ff6a00); */
  border-radius: 22px;
  /* padding: 40px 30px; */
  color: #fff;
  position: relative;
  /* overflow: hidden; */
}

.cta-content h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cta-sub {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.9;
}

/* Price Circle */
.price-circle {
  background: #0b2a3d;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  /* margin: 0 auto 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 4px solid #ffcc00;
}

.price-circle .only {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.8;
  color: #29d;
  font-weight: 700;
  margin-bottom: 10px;
}

.price-circle .price {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.price-circle .post {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Button */
.cta-btn {
  background: #ffcc00;
  color: #000;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  bottom: 20px;
  text-transform: uppercase;
}

.cta-btn:hover {
  background: #ffd633;
  color: #000;
}

/* Images */
.cta-building {
  max-width: 100%;
}

.cta-car {
  /* max-width: 100%; */
}

/* Responsive */
@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 26px;
  }

  .price-circle {
    width: 120px;
    height: 120px;
  }
}

.cta-banner {
  background: linear-gradient(90deg, #f04623, #f9a03f);
  /* padding: 60px; */
  color: #fff;
  border-radius: 20px;
  margin: 40px auto -50px auto;
  max-width: 1200px;
  z-index: 1;
  position: relative;
}
.cta-banner h6 {
    font-size: 20px;
    text-align: left;
}
.cta-banner h2 {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.cta-banner p {
  font-size: 22px;
  margin-top: 10px;
  text-align: left;
}

.cta-banner img {
  /* max-width: 220px; */
  width: 80%;
  /* max-width: unset !important; */
  position: absolute;
  right: 20px;
  top: -150px;
}

.price-circle {
  background: #0b2c3d;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  /* padding-top: 25px; */
  /* margin-left: auto; */
  outline: 3px solid black;
  margin-top: 10px;
}

.price-circle span {
  font-size: 12px;
  display: block;
  opacity: 0.9;
}

.price-circle h3 {
  font-size: 42px;
  margin: 5px 0;
  font-weight: 800;
}

.price-circle small {
  font-size: 13px;
  opacity: 0.9;
}

/* =========================
   FOOTER
========================= */
/* ===== FOOTER BASE ===== */
.site-footer {
  background: #072c44;
  color: #ffffff;
  padding-top: 150px;
  /*font-family: Arial, sans-serif;*/
}

/* ===== TOP SECTION ===== */
.footer-top {
  padding-bottom: 40px;
}

/* Logo */
.footer-logo h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2bc0ff;
  margin-bottom: 2px;
}

.footer-logo h3 span {
  color: #ffffff;
}

.footer-logo small {
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

/* Left content */
.footer-left h4 {
  margin-top: 25px;
  font-size: 30px;
  font-weight: 700;
}

.footer-left p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 35px;
  margin-top: 20px;
}

/* ===== NEWSLETTER ===== */
.newsletter-form {
  display: flex;
  max-width: 380px;
  text-align: center;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 30px 0 0 30px;
  border: none;
  outline: none;
  font-size: 14px;
}

.newsletter-form button {
  background: #2bc0ff;
  border: none;
  padding: 0 22px;
  color: #fff;
  font-size: 18px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

/* ===== SOCIAL ===== */
.footer-social {
  margin-top: 18px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #2bc0ff;
  color: #072c44;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 16px;
  text-decoration: none;
}

/* ===== LINKS ===== */
.footer-links h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ffffff;
  opacity: 0.85;
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.footer-links ul li a:hover {
  opacity: 1;
  color: #2bc0ff;
}

/* ===== CTA BUTTONS (BOTTOM RIGHT) ===== */
.footer-cta {
  display: flex;
  justify-content: start;
  /* gap: 15px; */
  /* margin-top: 30px; */
  margin-bottom: 50px;
  border-radius: 40px;
}

.footer-cta a {
  padding: 10px 26px;
  /* border-radius: 40px; */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
}

.cta-whatsapp {
  background: #4caf50;
}

.cta-call {
  background: #2bc0ff;
}

.cta-content {
    align-items: center;
    padding: 0;
    gap: 50px;
}

img.img-fluid.cta-building {
    margin-left: -130px;
    width: 140%;
    max-width: unset !important;
}

.footer-cta i {
    font-size: 30px;
}

.footer-cta a:nth-child(1) {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-cta a:nth-child(2) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* ===== BOTTOM BAR ===== */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 35px;
  padding: 18px 0;
  font-size: 13px;
}

.footer-bottom p {
  margin: 0;
  opacity: 0.8;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.footer-bottom-links a {
  color: #ffffff;
  margin-left: 18px;
  text-decoration: none;
  opacity: 0.85;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
}

.footer-bottom-links a:hover {
  opacity: 1;
  color: #2bc0ff;
}
.footer-left {
    text-align: center;
}
.footer-social i {
    color: #fff;
}
.col-md-4.footer-links {
    padding-left: 5em;
}

 .featured-ads * {
    box-sizing: border-box;
    /* font-family: "Segoe UI", Arial, sans-serif; */
}

.featured-ads {
    background: #ffffff;
    color: #333;
}

.featured-ads .container {
    max-width: 1200px;
    margin: auto;
    /* padding: 40px 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* All featured listings: vertical scroll on rows only; header stays put */
.featured-ads .featured-listings-root {
    width: 100%;
    overflow-x: hidden;
}
.featured-ads .featured-listings-body-scroll {
    width: 100%;
    max-height: min(880px, 78vh);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 2px;
}
.featured-ads .featured-listings-body-scroll .ad-row {
    margin-top: 12px;
    margin-bottom: 12px;
}
.featured-ads .featured-listings-body-scroll .ad-row:first-child {
    margin-top: 18px;
}

.featured-ads .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.featured-ads .subtitle {
    color: #1aa3ff;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.featured-ads h1 {
    font-size: 36px;
}

/* FILTER HEADER */
.featured-ads .ads-header {
    display: grid;
    grid-template-columns: 120px 200px 230px 190px 120px 140px 140px;
    background: #0d3651;
    padding: 22px;
    font-weight: 600;
    border-radius: 40px;
    align-items: center;
    color: white;
}

.featured-ads .filter-select {
    width: 100%;
    padding: 8px 2px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #d0d5ff;
    background: transparent;
    cursor: pointer;
    border: 0;
}

.featured-ads .filter-select:focus {
    outline: none;
    border-color: #083556;
}

/* AD ROW */
.featured-ads .ad-row {
    display: grid;
    grid-template-columns: 120px 200px 230px 190px 120px 140px 140px;
    background: #ffffff;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 0 16px rgb(0 0 0 / 8%);
    border: 1px solid #0e375091;
}

.featured-ads .image-box {
    width: 80px;
    height: 80px;
    background: #0a58ca;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.featured-ads .section-kicker {
    margin: 30px 0 80px;
}

.featured-ads .image-box img {
    width: 50px;
    filter: brightness(0) invert(1);
    max-height: 60px;
}

.featured-ads .title-col h3 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #0e3750;
}

.featured-ads .category {
    font-size: 13px;
    color: #0e3750;
}

.ad-row .desc-col {font-size: 13px;font-weight: 400;color: #0e3750;}
.featured-ads .featured-desc-snippet {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.45;
    word-break: break-word;
}

.featured-ads .location-col a {
    color: #c3c3c3;
    text-decoration: none;
    font-size: 13px;
}

/* BUTTONS */
.featured-ads .btn {
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 25px;
    border: 1px solid #0e3750;
    background: #f5f5f500;
    color: #0e3750;
}

.featured-ads .btn.primary {
    background: #f7cc55;
    color: #0e3750;
    border-color: #f7cc55;
    font-weight: 700;
    padding: 10px 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .featured-ads .ads-header {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .featured-ads .ad-row {
        grid-template-columns: 100px 1fr;
        gap: 15px;
    }

    .featured-ads .desc-col,
    .featured-ads .location-col,
    .featured-ads .images-col,
    .featured-ads .view-col,
    .featured-ads .contact-col {
        grid-column: 2;
    }
}
 .listingSidebarWrapper {
	        width: min(640px, 92vw);
	margin: 0px auto 100px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 20px;
	bottom: 0;
	height: 100%;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08), -2px 0 8px rgba(0, 0, 0, 0.06);
		        border-left: 1px solid #e5e7eb;
	        transform: translateX(100%);
			    z-index: 1000;
}

.listingSidebarWrapper.active {
        transform: translateX(0px);
}

.listingSidebarWrapper .card {
	border-radius: 12px;
	border: 1px solid #e5e7eb;
}

.listingSidebarWrapper .price {
	font-size: 32px;
	font-weight: 700;
}

.listingSidebarWrapper .price small {
	font-size: 16px;
	color: #6c757d;
}

.listingSidebarWrapper  .badge-tag {
	background: #f6ca60;
	padding: 8px 14px;
	border-radius: 20px;
	font-size: 13px;
	color: #0d3651;
	font-weight: 500;
}

.listingSidebarWrapper .section-title {
	font-weight: 600;
	font-size: 16px;
}

.listingSidebarWrapper .image-grid img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 10px;
}

.listingSidebarWrapper .contact-item {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #6c757d;
}

.listingSidebarWrapper .contact-item:last-child {
	border-bottom: none;
}

.listingSidebarWrapper .bottom-actions {
	/* position: fixed; */
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	padding: 10px;
	position: absolute;
}

.listingSidebarWrapper .bottom-actions .btn {
	background: #0d3651;
	color: #fff;
	font-weight: 500;
}

.listingSidebarWrapper .bottom-actions .btn:hover {
	background: #0e95c7;
	color: #fff;
}
.listingSidebar {
    height: 90%;
    overflow-y: auto;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 999;
}

.sidebar-overlay.active {
    opacity: 1;
    pointer-events: all;
}


/* ===============================
   LOGIN PAGE (EXACT MATCH)
   Theme:
   Dark: #191a1f
   Primary: #0bace6
================================ */

.login {
    min-height: 100vh;
    background: #f7f8f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
}

/* Main grid */
.login .login-wrapper {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 90px;
    padding: 40px 20px;
}

/* ===============================
   LEFT CONTENT
================================ */

.login .login-left h2 {
    font-size: 28px;
    font-weight: 700;
    color: #191a1f;
    margin-bottom: 18px;
}

.login .login-left ul {
    padding-left: 18px;
    margin-bottom: 22px;
}

.login .login-left ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
}

.login .login-left p {
    font-size: 15px;
    font-weight: 600;
    color: #191a1f;
    margin: 18px 0 10px;
}

.login .login-left a {
    margin-top: 28px;
    display: inline-block;
    background: #191a1f;
    color: #fff;
    padding: 12px 38px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.login .login-left a:hover {
    background: #000;
}

/* ===============================
   RIGHT CARD
================================ */

.login .login-right {
    display: flex;
    justify-content: center;
}

.login .login-card {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 42px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

/* Headings */
.login .login-card h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #191a1f;
    margin-bottom: 6px;
}

.login .login-card p {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 32px;
}

/* ===============================
   INPUTS
================================ */

.login .login-card input[type="email"],
.login .login-card input[type="password"] {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #d9e2ec;
    padding: 0 15px;
    font-size: 15px;
    background: #eaf3ff;
    margin-bottom: 14px;
}

.login .login-card input:focus {
    outline: none;
    border-color: #0bace6;
    background: #f5fbff;
}

/* Remember me */
.login .login-card .flex {
    margin: 14px 0 26px;
}

.login .login-card label {
    font-size: 14px;
    color: #666;
}

/* Button */
.login .login-card button {
    width: 100%;
    height: 52px;
    background: #0bace6;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.login .login-card button:hover {
    background: #0997cb;
}

/* Links */
.login .login-card .flex.justify-between {
    margin-top: 18px;
}

.login .login-card a {
    font-size: 14px;
    text-decoration: none;
}

.login .login-card a.text-red-500 {
    color: #ff3b30;
    font-weight: 600;
}

.login .login-card a.text-orange-500 {
    color: #ff7a00;
    font-weight: 600;
}

/* ===============================
   BRANDING
================================ */

.login .login-card .text-center {
    margin-top: 34px;
}

.login .login-card img {
    display: block;
    margin: 0 auto 8px;
}

.login .login-card p.text-lg {
    color: #0bace6;
    font-size: 22px;
    font-weight: 700;
}

.login .login-card p.text-xs {
    font-size: 11px;
    color: #777;
    letter-spacing: 1px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
    .login .login-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .login .login-left {
        display: none;
    }

    .login .login-card {
        padding: 36px;
    }
}
.login .btn-primary {
    background-color: #f7cc55;
    border-color: #f6ca60;
    padding: 16px !important;
    font-size: 16px;
}

.login .btn-primary:hover {
    background-color: #0a3655;
    border-color: #0a3655;
}

.login h2 {
    color: #191a1f;
}
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

h5#listingGalleryTitle {
    width: 100%;
    text-align: center;
}

/*category*/

/* ============================= */
/* BROWSE LISTINGS PAGE */
/* ============================= */

.gl-page {
    max-width: 1200px;
    margin: auto;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont;*/
    padding: 50px 0;
}

/* Page heading (SEO H1/H2 block) */
.gl-page-heading {
    margin-bottom: 20px;
}
.gl-page-h1 {
    font-family: "Lexend Deca", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #083556;
    margin: 0 0 4px;
}
.gl-page-h2 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
}

/* Top bar */
.gl-topbar {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
    position: relative;
}

.gl-topbar input,
.gl-topbar select {
    height: 65px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #cfe9f6;
    width: 100%;
}

.gl-topbar select {
    max-width: 220px;
}

/* Layout */
.gl-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
}

/* Filters */
.gl-filters {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    /* padding: 16px; */
    height: fit-content;
    /*    position: sticky;*/
    /*top: 20px;*/
}

.gl-filters h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.gl-filters label {
    font-weight: 600;
    display: block;
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 5px;
}

.gl-filters input,
.gl-filters select {
    width: 100%;
    height: 38px;
    margin-top: 4px;
    font-size: 14px;
    border-color: #2bc0ff36;
    border-radius: 7px;
}

/* Listing card */
.gl-card {
    display: flex;
    gap: 18px;
    /* padding: 16px; */
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    margin-bottom: 18px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.gl-card:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* Image */
.gl-card-img {
    position: relative;
    width: 240px;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
     max-height: 185px; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c3754;
}

.gl-card-img  img.placeholder-img {
    width: auto;
    height: auto;
}

.gl-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 0; */
}

/* Category icon */
.gl-cat-icon {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
button.gl-search-btn {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 40px;
    right: 6px;
    top: 6px;
    background: #f7cc55;
    border: 0;
    color: white;
}
.hero-search-suggestions li {
    border-bottom: 1px solid #80808026;
}
.gl-cat-icon img {
    width: 30px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Body */
.gl-card-body {
    flex: 1;
    padding: 20px 80px 20px 0;
    position: relative;
}

/* Price */
.gl-price {
    background: #f6ca60;
    color: #fff;
    padding: 6px 16px;
    border-top-right-radius: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-bottom-right-radius: 20px;
    position: relative;
    left: -18px;
}

/* Title */
.gl-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
    color: black;
}

/* Pills */
.gl-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gl-pill {
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #0a3655;
    background: #e1e1e19e;
    color: black;
    font-weight: 500;
}


/*Filters*/

/* ============================= */
/* COLLAPSIBLE FILTER SECTIONS */
/* ============================= */

.gl-filter-block {
    border-bottom: 1px solid #e5f2fb;
}

/* Blue bar */
.gl-filter-bar {
    background: #083556;
    color: #fff;
    padding: 20px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

/* Left side */
.gl-bar-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Arrow */
.gl-bar-arrow {
    transition: transform .25s ease;
    font-size: 14px;
}

.gl-bar-arrow.open {
    transform: rotate(180deg);
}

/* Content */
.gl-filter-content {
    padding: 12px 14px;
    background: #fff;
}

/* Inputs inside filters */
.gl-filter-content input {
    width: 100%;
    height: 36px;
    padding: 6px 10px;
    border: 1px solid #cfe9f6;
    border-radius: 6px;
    font-size: 13px;
}

/* Price range */
.gl-price-range {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 6px;
}

.gl-price-range button {
    background: #0a3655;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 13px;
    cursor: pointer;
}


/* Chevron */
.gl-chevron {
    transition: transform .25s ease;
    font-size: 13px;
}

.gl-chevron.open {
    transform: rotate(180deg);
}

/* Category list */
.gl-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gl-category-list li {
    padding: 0;
    border-top: 1px solid #eef6fc;
}

.gl-category-list li a.gl-category-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.gl-category-list li:hover {
    background: #f4fbff;
}

.gl-category-list li:hover a.gl-category-link {
    background: transparent;
}

/* Category icon box */
.gl-cat-icon-box {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gl-cat-icon-box img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}
.gl-category-list li.active {
    background: #eaeaea;
}

.gl-cat-icon-box {
    background: unset !important;
}

.gl-cat-icon-box img {
    filter: brightness(0);
}

.listingSidebar {
    padding-bottom: 50px;
}

/* ============================= */
/* HARD PAGINATION RESET */
/* ============================= */

.gl-pagination {
    margin-top: 24px;
}

/* Kill Tailwind layout madness */
.gl-pagination nav {
}

/* Hide mobile pagination completely */
.gl-pagination .sm\\:hidden {
    display: none !important;
}

/* Desktop pagination container */
.gl-pagination .sm\\:flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

/* "Showing X to Y" text */
.gl-pagination p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #6b7280 !important;
    text-align: right;
}

/* Pagination buttons row */
.gl-pagination .inline-flex {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    box-shadow: none !important;
    border-radius: 5px;
    font-size: 14px !important;
}

/* Remove negative margins that break layout */
.gl-pagination .-ml-px {
    margin-left: 0 !important;
}

/* Buttons */
.gl-pagination button,
.gl-pagination span[aria-current] span,
.gl-pagination span[aria-disabled] span {
    min-width: 36px;
    height: 36px;
    padding: 0 12px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
}

/* Active page */
.gl-pagination span[aria-current] span {
    background: #0a3655 !important;
    border-color: #0a3655 !important;
    color: #fff !important;
}

/* Disabled */
.gl-pagination span[aria-disabled] span {
    opacity: 0.5;
}

/* Hover */
.gl-pagination button:hover {
    background: #e6f6ff !important;
}

/* REMOVE WEIRD FLOATING ARROWS / SVG BLOCKS */
.gl-pagination svg {
    width: 16px !important;
    height: 16px !important;
}

/* Prevent giant empty space */
.gl-results,
.gl-pagination,
.gl-pagination * {
    max-height: none !important;
    justify-content: end;
}


nav .flex.justify-between.flex-1.sm\:hidden {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gl-filter-header {
    font-size: 30px;
    padding: 10px;
}
.gl-sort select {
    padding: 5px;
    border-color: #dcdcdc;
    border-radius: 5px;
}

.gl-sort {
    margin-bottom: 20px;
}

/*Hero Search*/

/* ============================= */
/* HERO SEARCH */
/* ============================= */

.hero-search-wrapper {
    margin-top: 24px;
}

.hero-search-bar {
    display: flex;
    gap: 10px;
    background: #ffffff6b;
    padding: 10px;
    border-radius: 7px;
    max-width: 100%;
    position: relative;
    border: 2px solid #ffffff78;
}

.hero-category-select {
    border: none;
    padding: 0 12px;
    font-size: 14px;
    background: #f4fbff;
    border-radius: 6px;
    width: 40%;
    border: 0;
    outline: none !important;
}

.hero-search-input-wrapper {
    /* position: relative; */
    flex: 1;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 0px 20px;
    border-radius: 7px;
}

.hero-search-input {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    height: 50px;
    outline: none;
}

.hero-search-btn {
    background: #082d43;
    color: #fff;
    border: none;
    padding: 0 28px;
    border-radius: 6px;
    font-size: 14px;
}

/* Suggestions */
.hero-search-suggestions {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #cfe9f6;
    border-radius: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 20;
    width: 96%;
    margin: auto;
}

.hero-search-suggestions li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
}

.hero-search-suggestions li:hover {
    background: #f4fbff;
}
ul.hero-search-suggestions img {
    width: 50px;
    object-fit: cover;
}

li.hero-suggestion-item {
    display: flex;
    color: black;
    align-items: center;
    font-size: 16px;
    gap: 20px;
    text-transform: capitalize;
}
li.hero-suggestion-empty {
    color: red;
    text-align: center;
}
.p-6 {
    padding: 1.5rem;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.border {
    border-width: 1px;
}
.rounded-xl {
    border-radius: .75rem;
    margin-bottom: 20px;
}
.featured-ads .ads-header .col {
    font-size: 14px;
}
.gl-pagination nav {
    display: flex;
    align-items: flex-end;      /* bottom align */
    justify-content: space-between;
}

.popClick {
    cursor: pointer;
}

/*for Contact Dropdown*/

.contact-dropdown {
    position: relative;
    display: inline-block;
}

.contact-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: max-content;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    padding: 8px;
    display: none;
    z-index: 9999;
}

.contact-dropdown-menu.show {
    display: block;
}

.contact-item {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.contact-item:hover {
    background: rgba(0,0,0,.05);
}

/*Share Dropdown*/

.share-dropdown { position: relative; display: inline-block; }
.share-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  padding: 8px;
  display: none;
  z-index: 999999;
}
.share-menu.show { display: block; }
.share-item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
}
.share-item:hover { background: rgba(0,0,0,.06); }

.card-header {
    border-radius: 12px !important;
}

.card-body {
    border-radius: 12px !important;
}

.modal-content {
    background: unset !important;
}

span.carousel-control-prev-icon , span.carousel-control-next-icon {
    background-color: #2bc0ff;
    color: white;
}

.content-box .about-btn {
    font-weight: 700;
    border: 2px solid #0a3651;
    padding: 15px 60px;
    background-color: transparent;
    color: #0a3651;
    border-radius: 8px;
    width: fit-content !important;
    font-size: 18px;
    }
    
    .content-box .about-btn:hover {
    background-color: black;
    color: #fff;
    transition: 0.5s;
    
    }
    
    .about-main-content {
    padding: 100px 0 50px;
}

.about-main-content img {
    border-radius: 10px;
}

/*for Contact Page */


.contact-main-content{
    padding:100px 0;
}

/* Contact header */
.contact-kicker{
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #f7cc55;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-title{
  font-weight: 800;
  line-height: 1.15;
  color: #0a3655;
}

/* Top info cards */
.contact-info-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 18px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.contact-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 12px;
  background: #f7cc55;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.contact-link{
  color: inherit;
  text-decoration: none;
}
.contact-link:hover{
  text-decoration: underline;
}

/* Bottom container */
.contact-bottom-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

/* Leaflet map container */
.contact-map{
  width: 100%;
  height: 360px;        /* matches screenshot feel */
  border-radius: 10px;
  overflow: hidden;
}

/* Form inputs look */
.contact-input{
  border-radius: 8px;
  padding: 12px 14px;
}

/* Send button */
.btn-send{
  background: #f7cc55;
  color: #083556;
  border-radius: 52px;
  font-weight: 600;
  padding: 12px 16px;
}
.btn-send:hover{
  background: #0a3655;
  color: #fff;
}

a.footer-logo {
    width: 50%;
    display: block;
    margin: auto;
}

/*Banner*/

/* Bootstrap-first Breadcrumb Banner */

.bb-banner {
  position: relative;
  width: 100%;
  min-height: var(--bb-height, 320px);

  background-color: #0b1320;
background-image: url('/images/header-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
display: flex;
    align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bb-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 19, 32, var(--bb-overlay, 0.55));
}

.bb-banner__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.bb-banner__title {
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.15;
}

.bb-banner__subtitle {
  color: rgba(255, 255, 255, 0.85);
  max-width: 60ch;
}

/* Breadcrumb on dark overlay */
.bb-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.6);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.85);
}

.bb-breadcrumb .breadcrumb-item,
.bb-breadcrumb .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.75);
}

.bb-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.bb-breadcrumb a:hover {
  text-decoration: underline;
}

/*FOR REMOVE FILTERS*/

.gl-applied-filters{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:12px;
}

.gl-applied-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
}

.gl-applied-title{
    font-weight:700;
    font-size:14px;
    color:#111827;
    display:flex;
    align-items:center;
    gap:8px;
}

.gl-clear-all{
    border:0;
    background:transparent;
    color:#083556;
    font-weight:700;
    font-size:13px;
}

.gl-chip-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.gl-chip{
    border:1px solid #e5e7eb;
    background:#f9fafb;
    border-radius:999px;
    padding:6px 10px;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    cursor:pointer;
}

.gl-chip-x{
    font-weight:900;
    opacity:.7;
}
ul.header-last-ul {
    padding: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
}

li.nav-item.dropdown.ms-lg-3 a {
    border: 0 !important;
}

li.nav-item.dropdown {
    border: 2px solid #F7CE46;
    border-radius: 40px;
}

.navbar .dropdown:hover .dropdown-menu li a {
    border-bottom: 1px solid #80808057;
    padding: 5px 10px;
}

li.nav-item.dropdown.ms-lg-3 {
    border: 0;
}

.navbar .dropdown:hover .dropdown-menu li:last-child a {
    border: 0;
}

ul.dropdown-menu.dropdown-menu-end li a:hover {
    background: #083556;
    color: white;
}

.hero-search-input-wrapper span.label {
    width: 70px;
    color: black;
}

ul.dropdown-menu.dropdown-menu-end {
    top: 40px;
}

li.nav-item.dropdown {
    display: flex;
}

input:focus-visible {
    outline: unset;
}

/*Popup*/

.flash-sale-dialog {
    max-width: 500px;
}

.flash-sale-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at top, #0b4f7a, #063a5a);
    color: #fff;
}

.flash-sale-close {
    position: absolute;
    top: 12px;
    right: 12px;
    filter: invert(1);
    opacity: 0.85;
    z-index: 5;
}

.flash-sale-body {
    padding: 0;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: image-set(url("../images/new-hero-banner.webp") type("image/webp"), url("../images/new-hero-banner.png") type("image/png")) center center / cover no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #29d;
}

.flash-sale-top {
    background: #ffc107;
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    margin-top: 50px;
}

.flash-sale-title {
    padding: 26px 20px 18px;
}

.flash-sale-title-small {
    font-size: 45px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 4px;
}

.flash-sale-title-big {
    font-size: 50px;
    line-height: 59px;
    font-weight: 600;
    margin: 20px 0;
}
header a.nav-link {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
}

.flash-sale-title-mid {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: lowercase;
    margin-bottom: 20px;
}

.flash-sale-btn {
    background: #fff;
    color: #0b5f8a;
    border-radius: 999px;
    padding: 14px 40px;
    font-weight: 700;
    font-size: 18px;
    margin: 6px auto 10px;
    width: 70%;
    max-width: 360px;
}

.flash-sale-btn:hover {
    background: #f2f7fb;
    color: #094e72;
}

.flash-sale-link {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    font-size: 13px;
    padding-bottom: 18px;
}

.flash-sale-link:hover {
    color: #ffffff;
}


/*404 Page*/


/* 404 / Error pages - dashboard-inspired theme */

.gl-error-wrap {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    background: radial-gradient(circle at top, #f3f7fb 0%, #eef3f8 45%, #ffffff 100%);
}

.gl-error-card {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.gl-error-card-body {
    padding: 34px 26px;
}

.gl-error-logo img {
    max-height: 56px;
    width: auto;
}

.gl-error-badge {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.10);
    color: #083556;
}

.gl-error-code {
    font-size: 84px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0;
    color: #0b2b45;
}

.gl-error-text {
    font-size: 15px;
    color: #5a6b7c;
    margin: 0 auto;
    max-width: 460px;
}

.gl-error-btn {
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
}

.gl-error-help {
    font-size: 14px;
    color: #6c7a89;
}

.gl-error-link {
    text-decoration: none;
    font-weight: 700;
    color: #083556;
}

.gl-error-link:hover {
    text-decoration: underline;
}

.gl-error-footer small {
    font-size: 12px;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .gl-error-card-body {
        padding: 28px 18px;
    }
    .gl-error-code {
        font-size: 72px;
    }
}
ul.text-sm.text-red-600 li {
    background-color: red;
    color: #Fff;
    margin: 2px 0;
    list-style: none;
    font-size: 12px;
    padding: 2px 10px;
}

ul.text-sm.text-red-600 {
    list-style: none;
    padding-left: 0;
}

[wire\:key="attr-74"] {

 width:100% !Important;
}


[wire\:key="attr-74"] .border.rounded.p-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

[wire\:key="attr-75"] {

 width:100% !Important;
}


[wire\:key="attr-75"] .border.rounded.p-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}



/* OUTER SECTION (full width) */
.myhow-it-works {
    padding: 80px 0;
}

/* INNER ROUNDED CONTAINER (image jaisa) */
.myhow-inner {
    max-width: 1250px; /* ðŸ‘ˆ container kam width */
    margin: auto;
    padding: 80px 60px;
    border-radius: 35px;
    background: image-set(url("../images/new-hero-banner.webp") type("image/webp"), url("../images/new-hero-banner.png") type("image/png")) center center / cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* TITLES */
.mysmall-title {
       font-family: "Kalam", Sans-serif;
    font-weight: 700;
    color: white;
    font-size: 20px;
}

.mymain-title {
      font-family: "Inter", Sans-serif;
    font-size: 34px;
    font-weight: 800;
    color:white;
}

/* CARDS */
.mywork-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 18px;
    transition: all 0.35s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* HOVER */
.mywork-card:hover {
    transform: translateY(-12px);
}

/* ðŸ‘‡ STAGGERED EFFECT (IMAGE JESA) */
.card-1 { margin-top: 0; }
.card-2 { margin-top: 25px; }
.card-3 { margin-top: 45px; }

/* RESPONSIVE */
@media (max-width: 767px) {
    .myhow-inner {
        padding: 50px 20px;
    }

    .card-2 {
        margin-top: 0;
    }
}

.welcome-text.text-uppercase {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.welcome-text.text-uppercase img {
    width: 33%;
    object-fit: contain;
    border-radius: 0% !important;
    filter: brightness(0) saturate(100%) invert(14%) sepia(33%) saturate(2804%) hue-rotate(178deg) brightness(96%) contrast(94%);
}

.col-md-10.content-box {
    text-align: center;
}

h1.script-font {
    margin: 20px 0;
    font-weight: 700;
    color: #083552;
}

p.dummy-text {
    margin-bottom: 30px;
}
.addon-buy-pill{
        display:flex;
        align-items:center;
        border:2px solid rgba(0,0,0,.35);
        border-radius:999px;
        overflow:hidden;
        background:#fff;
        height:52px;
        margin-top:18px;
        width:100%;
    }

    .addon-buy-pill.disabled{
        opacity:.6;
        cursor:not-allowed;
    }

    .addon-qty-btn{
        width:56px;
        height:52px;
        border:0;
        background:#fff;
        font-size:22px;
        font-weight:900;
        line-height:1;
        cursor:pointer;
    }

    .addon-qty-input{
        width:70px;
        height:52px;
        border:0;
        text-align:center;
        font-weight:900;
        outline:none;
    }

    /* remove arrows in number inputs (optional) */
    .addon-qty-input::-webkit-outer-spin-button,
    .addon-qty-input::-webkit-inner-spin-button{
        -webkit-appearance: none;
        margin: 0;
    }
    .addon-qty-input[type=number]{
        -moz-appearance: textfield;
    }
    
    .form-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.form-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: .3s;
}

.switch-slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s;
}

.form-switch input:checked + .switch-slider {
    background-color: #28a745;
}

.form-switch input:checked + .switch-slider::before {
    transform: translateX(24px);
}

.col-md-4.attr-787 .border {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-info a {
    color: white;
    /* width: 100%; */
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.contact-info a:hover {
    color: #f8cd54;
}

.contact-info a i {
    font-size: 24px;
}

footer h6 {
    font-size: 20px;
}

.contact-info a i:hover {
    color: #f8cd54;
}

footer .container {
    max-width: 1200px;
}

ul.list-unstyled a {
    font-size: 16px;
}

ul.list-unstyled a:hover {
    color: #f8cd54 !important;
}
footer h4 {
    text-align: center;
    width: 75%;
    margin: auto;
    font-weight: 600;
}

footer input.form-control {
    padding: 30px !important;
    font-size: 16px !important;
}

footer button {
    font-size: 16px !important;
    border-radius: 50px !important;
}

form {
    background: white;
    border-radius: 50pc;
}

.Home footer {
    padding: 300px 0 0;
}


footer {
    padding: 100px 0 0px;
}

footer .form-div {
    margin-bottom: 100px;
}

footer .logo-div {
    margin-bottom: 70px;
}

section.new-cta-banner .wrapper {
    background-image: image-set(url(/images/new-cta-banner-bg.webp) type("image/webp"), url(/images/new-cta-banner-bg.png) type("image/png"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 80px 0;
}

section.new-cta-banner .wrapper h2 {
    font-size: 50px;
    font-weight: 800;
    color: #083556;
}

section.new-cta-banner p {
    color: #083556;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin: 20px 0;
}

section.new-cta-banner a.btn.btn-warning.px-4 {
    width: fit-content;
    background-color: white !important;
    padding: 5px 40px 5px 5px !important;
    gap: 20px;
}

section.new-cta-banner a i {
    background: #0a3655 !important;
    color: white !important;
}

section.new-cta-banner {
    margin-bottom: -10%;
    z-index: 1;
    position: relative;
}

section.new-cta-banner a.btn.btn-warning.px-4:hover {
    color: black !important;
}

section.new-cta-banner a i {
    width: 50px !important;
    height: 50px !important;
    font-size: 18px;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Apply animation */
.marker1 {
    animation: floatUpDown 3s ease-in-out infinite;
}

.marker2 {
    animation: floatUpDown 4s ease-in-out infinite;
}

.marker3 {
    animation: floatUpDown 3.5s ease-in-out infinite;
}

.marker4 {
    animation: floatUpDown 4.5s ease-in-out infinite;
}
.btn-info {
    background-color: #0d3651 !important;
    border: 0;
}

.listingSidebarWrapper .btn.disabled, .listingSidebarWrapper .btn:disabled, .listingSidebarWrapper fieldset:disabled .btn {
    background-color: red;
}
.position-sticky a {
    color: #000000b0;
}
.product-view-box button {
    border-radius: 50px;
    padding: 12px;
}

.product-view-box button.btn.btn-outline-secondary.flex-fill {
    background-color: #f7ce46;
    border: 0;
    color: #0a3655;
}

.sticky-support img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
}
.gl-category-list.sub-cat li {
    padding: 12px 10px;
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
p.addon-disclaimer {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px !important;
    border-radius: 10px;
    border-left: 5px solid;
}