/* ===========================
   Global / Base
   =========================== */
* {
  font-family: "Poppins", sans-serif !important;
}
.row {
  row-gap: 20px;
}
a,
a:focus,
a:hover,
a:visited,
a:focus-visible {
  text-decoration: none !important;
  color: white;
}

/* ===========================
   Buttons / Small helpers
   =========================== */
.sendmail-btn {
  background: #ec1a26;
  border-radius: 5px;
  color: #fff;
  float: inline-end;
  font-size: 16px;
  border-radius: 30px;
}

.sendmail-btn:hover {
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.about-btn {
  padding: 10px 20px;
}

/* ===========================
   Sections / Home / About / Gallery
   =========================== */
.about-us-section,
.home-service-section {
  padding: 100px 0px 100px 0px;
}

.home-gallery-section {
  padding: 50px 0px 100px 0px;
}

.gfc-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #000;
  position: relative;
}

.gfc-para {
  font-weight: 400;
  font-size: 15px;
  line-height: 31px;
  text-align: justify;
  color: #000000 !important;
}
.about-list > li {
  font-size: 15px;
  font-weight: 400;
  line-height: 31px;
  text-align: justified;
}
.home-about-content {
  padding: 0px 50px;
}

/* ===========================
   Typographic / small text
   =========================== */
.copy-txt {
  font-size: 14px;
  text-align: end;
  color: #fff !important;
}

.span {
  font-size: 16px;
  font-weight: 600;
}

/* ===========================
   Nav / Header / Logo
   =========================== */
ul.acanav li a {
  display: flex;
  gap: 8px;
  font-size: 14px;
}
.open-time {
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
}
.logoimg {
  max-width: 180px;
}

.nav-head {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: transparent !important;
}

@media (min-width: 992px) {
  .design47-nav {
    background-color: transparent;
    border-bottom: 1px solid #ffffff80;
  }
}

.gfc-navbar > li > a {
  color: #fff;
}

.nav-item > .nav-link {
  font-weight: 400;
  font-size: 16px;
}

/* ===========================
   Header / Carousel / Caption
   =========================== */
.text-right > p {
  justify-content: end;
}

.home-header {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}
.home-header-info {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0px 50px;
}
.inner-nav-head {
  position: relative;
}

.carousel-caption {
  text-align: center;
  position: absolute;
  top: 35%;
}
.caption-inner {
  max-width: 647px;
  margin: 0 auto;
}
.home-header > span {
  color: #ec1a26 !important;
}

/* ===========================
   Inline / list styles
   =========================== */
.list-inline > li > a {
  font-size: 16px !important;
}

.list-inline > .list-inline-item {
  font-size: 16px !important;
}

/* ===========================
   Mobile menu / mm-navbar
   =========================== */
.mm-navbar {
  background-color: #ec1a26 !important;
}
.mm-listitem_selected {
  color: #ec1a26 !important;
}
.mm-navbar__title {
  color: #fff !important;
}

/* ===========================
   Images / Titles / About content
   =========================== */
.titleimage > img {
  display: block;
}

.about-content {
  padding-left: 150px;
}
.contact-info-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
}

/* ===========================
   Footer (top-level)
   =========================== */
footer {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333131 !important;
}

.footer-left {
  margin-top: 20px;
}

/* ===========================
   Home about image positions
   =========================== */
.about-img {
  border-radius: 20px;
}

.home-about-image > .about-img {
  position: relative;
}
.home-about-image > .about-img-one {
  position: absolute;
  bottom: -15%;
  left: 6%;
  z-index: -1;
}
.home-about-image > .about-img-two {
  position: absolute;
  bottom: -15%;
  right: -20%;
  z-index: 9999;
}
.tour_img {
  border-radius: 50%;
  width: 200px !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
  object-position: center;
}
.gallery_img {
  aspect-ratio: 6/7;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

/* ===========================
   Service blocks / content
   =========================== */
.service-block-img {
  display: flex;
  justify-content: center;
}
.service-content > h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.service-content > p {
  font-size: 15px;
  text-align: center;
  padding: 0px 20px;
}
.service-btn {
  font-size: 15px;
  color: #ec1a26;
  font-weight: 500;
}
.img-wrapper {
  max-width: 340px;
}

/* ===========================
   Owl nav arrows
   =========================== */
.owl-prev {
  position: absolute;
  left: -4%;
  top: 45%;
  background-color: transparent !important;
}
.owl-next {
  position: absolute;
  top: 45%;
  right: -4%;
  background-color: transparent !important;
}

/* ===========================
   Footer content blocks
   =========================== */
.footer-content > h3,
.quick-lnk > div > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: #fff;
}
.footer-contact-info {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #fff;
}
.quick-lnk {
  display: flex;
  justify-content: center;
}
.quick-links {
  list-style-type: none;
  padding: 0px;
  columns: 1;
  width: 100%;
}
.quick-links > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
}
.social > h3 {
  text-align: right;
}
.social > div {
  justify-content: end;
}
.footer-hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 20%;
  margin-bottom: 0px !important;
}
.footer-info-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;

  color: #ffffff;
  margin-bottom: 0px !important;
  padding: 10px 0px;
}

/* ===========================
   Navbar padding on large screens
   =========================== */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 2.5rem;
  }
}

/* container max width on very large screens */
@media (min-width: 1400px) {
  .container {
    max-width: 1300px !important;
  }
}

/* ===========================
   Responsive range: 1200-1399
   =========================== */
@media (max-width: 1399px) and (min-width: 1200px) {
  .carousel-caption {
    left: 10%;
    top: 33%;
  }
  .home-header {
    font-size: 32px !important;
  }
  .about-content {
    padding-left: 100px;
  }
}

/* ===========================
   Desktop utilities
   =========================== */
@media (min-width: 1200px) {
  .phone-break {
    display: none;
  }
}

/* ===========================
   Misc small-screen toggles
   =========================== */
@media (max-width: 1199px) {
  .slider-btn {
    display: none !important;
  }
}

/* ===========================
   Responsive: 992-1199
   =========================== */
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header {
    font-size: 28px !important;
  }
  .gfc-title {
    font-size: 30px;
  }
  .home-about-image {
    padding: 0px 0px;
  }
  .about-content {
    padding-left: 80px;
  }
  .service-bdr {
    max-width: 265px;
  }
  .sendmail-btn {
    margin-top: 20px;
  }
  .phone-break {
    display: block;
  }
  .home-about-content {
    padding: 0px 30px;
  }
  .home-about-image > .about-img-one {
    bottom: 32%;
    left: 6%;
  }
  .home-about-image > .about-img-two {
    bottom: 31%;
    right: -18%;
  }
}

/* ===========================
   Responsive: 768-991
   =========================== */
@media (max-width: 991px) and (min-width: 768px) {
  .nav-head {
    position: relative !important;
  }
  .carousel-caption {
    text-align: center !important;
    top: 20%;
  }
  .home-header {
    font-size: 29px !important;
  }
  .caption-inner {
    max-width: 100%;
  }
  .gfc-title {
    font-size: 30px;
  }
  .home-contact-flex > img {
    max-width: 550px;
  }
  .home-about-image-show > .about-img {
    position: relative;
  }
  .home-about-image-show > .about-img-two {
    position: absolute;
    bottom: -24%;
    right: -8%;
    z-index: 9999;
  }
  .home-about-image-show > .about-img-one {
    position: absolute;
    bottom: -18%;
    left: 9%;
    z-index: -1;
  }
  .service-block-md {
    margin-top: 80px;
  }
  .home-service-section {
    padding: 100px 0px 0px 0px;
  }
}

/* ===========================
   Responsive: 576-767
   =========================== */
@media (max-width: 767px) and (min-width: 576px) {
  .nav-head {
    position: relative !important;
  }
  .carousel-caption {
    text-align: center !important;
    top: 20%;
  }
  .home-header {
    font-size: 25px !important;
  }
  .home-header-info {
    font-size: 14px;
    padding: 0px 0px;
  }
  .caption-inner {
    max-width: 100%;
  }

  .gfc-title {
    font-size: 30px;
  }
  .service-block-sm {
    margin-top: 70px;
  }
  .home-service-section {
    padding: 100px 0px 0px 0px;
  }
  .home-about-image-show > .about-img {
    position: relative;
  }
  .home-about-image-show > .about-img-two {
    position: absolute;
    bottom: -24%;
    right: 1%;
    z-index: 9999;
  }
  .home-about-image-show > .about-img-one {
    position: absolute;
    bottom: -18%;
    left: 9%;
    z-index: -1;
  }
  .quick-lnk {
    display: none;
  }
}

/* ===========================
   Responsive: 420-575
   =========================== */
@media (max-width: 575px) and (min-width: 420px) {
  .nav-head {
    position: relative !important;
  }

  .home-header {
    font-size: 25px !important;
  }
  .home-header-info {
    display: none;
  }
  .caption-inner {
    max-width: 100%;
  }
  .carousel-caption {
    display: none;
  }

  .service-margin-right {
    margin-right: 5px;
  }
  .service-margin-bottom {
    margin-bottom: 5px;
  }
  .home-about-image-show > .about-img {
    position: relative;
  }
  .home-about-image-show > .about-img-two {
    position: absolute;
    bottom: -24%;
    right: 0%;
    z-index: 9999;
    max-width: 350px;
  }
  .home-about-image-show > .about-img-one {
    position: absolute;
    bottom: -18%;
    left: 9%;
    z-index: -1;
  }
  .img-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ===========================
   Responsive: <=575
   =========================== */
@media (max-width: 575px) {
  .gfc-title::before {
    width: 95px;
  }
  .gfc-title {
    font-size: 28px;
  }
  .quick-lnk {
    display: none;
  }
  .service-block-sm {
    margin-top: 50px;
  }
  .home-service-section {
    padding: 100px 0px 0px 0px;
  }
}

/* ===========================
   Responsive: <=419
   =========================== */
@media (max-width: 419px) {
  .caption-inner {
    max-width: 100%;
  }
  .carousel-caption {
    display: none;
  }
  .service-bdr {
    max-width: 170px;
  }
  .contact-info {
    width: auto;
    margin-right: 10px !important;
    font-size: 16px;
  }

  .caption {
    background-color: #f3f6f6;
    padding: 10px 0px;
    min-height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .caption > h4 {
    color: #000;
    font-size: 15px;
    line-height: 22pt;
    text-align: center;
    font-weight: 400;
    padding: 0px 20px;
  }
  .home-about-image-show > .about-img {
    position: relative;
  }
  .home-about-image-show > .about-img-two {
    position: absolute;
    bottom: -30%;
    right: 3%;
    z-index: 9999;
    max-width: 300px;
  }
  .home-about-image-show > .about-img-one {
    display: none;
  }
  .img-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ===========================
   Small range 576-599 tweak
   =========================== */
@media (max-width: 599px) and (min-width: 576px) {
  .carousel-caption {
    text-align: left !important;
    top: 3%;
  }
}

/* ===========================
   Desktop only tweaks
   =========================== */
@media (min-width: 992px) {
  .home-about-image-show {
    display: none;
  }
}

/* ===========================
   Responsive: <=991 (mobile header/nav)
   =========================== */
@media (max-width: 991px) {
  .nav-head {
    position: relative !important;
    background-color: #fff !important;
  }
  .top_row {
    display: none !important;
  }
  .home-about-image {
    display: none;
  }

  .home-about-image-show {
    margin-top: 20px;
  }

  .about-us-section {
    padding: 70px 0px 70px 0px;
  }
  .sendmail-btn {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .home-service-flex {
    justify-content: center;
  }
  .home-contact-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .breakhide {
    display: none !important;
  }
  .home-about-content {
    padding: 0px 0px;
  }

  .logotitle {
    color: #33a7b1 !important;
    font-size: 20px !important;
  }
  .copy-txt {
    text-align: start;
  }
  .footer-txt {
    text-align: start;
  }
  .hidemedium {
    display: none !important;
  }
  .about-content {
    padding-left: 0px !important;
  }
  .hidebr {
    display: none !important;
  }
  .social > h3 {
    text-align: left;
  }
  .social > div {
    justify-content: start;
  }
  .social {
    margin-top: 20px;
  }
}

/* ===========================
   Owl hide on smaller large screens
   =========================== */
@media (max-width: 575px) {
  .owl-next,
  .owl-prev {
    display: none !important;
  }
}

/* ===========================
   Gap utility classes
   =========================== */
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-21 {
  gap: 21px;
}
.gap-22 {
  gap: 22px;
}
.gap-23 {
  gap: 23px;
}
.gap-24 {
  gap: 24px;
}
.gap-25 {
  gap: 25px;
}
.gap-26 {
  gap: 26px;
}
.gap-27 {
  gap: 27px;
}
.gap-28 {
  gap: 28px;
}
.gap-29 {
  gap: 29px;
}
.gap-30 {
  gap: 30px;
}
.gap-31 {
  gap: 31px;
}
.gap-32 {
  gap: 32px;
}
.gap-33 {
  gap: 33px;
}
.gap-34 {
  gap: 34px;
}
.gap-35 {
  gap: 35px;
}
.gap-36 {
  gap: 36px;
}
.gap-37 {
  gap: 37px;
}
.gap-38 {
  gap: 38px;
}
.gap-39 {
  gap: 39px;
}
.gap-40 {
  gap: 40px;
}
.gap-41 {
  gap: 41px;
}
.gap-42 {
  gap: 42px;
}
.gap-43 {
  gap: 43px;
}
.gap-44 {
  gap: 44px;
}
.gap-45 {
  gap: 45px;
}

/* ===========================
   Banner base + Breadcrumb + Title
   =========================== */
/* ---------- Banner base ---------- */
.inner_banner.page-about {
  position: relative;
  background-image: url("/images/banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
}

/* optional darker overlay for text contrast */
/* .inner_banner.page-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
  z-index: 0;
} */

/* inner wrapper to keep content above overlay */
.inner_banner.page-about .banner-inner {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 40px;
}

@media (min-width: 992px) {
  .inner_banner.page-about .banner-inner {
    padding: 40px 0px 0px 0px;
  }
}

/* content alignment, reuse existing .container if you have one */
.inner_banner.page-about .banner-content {
  max-width: 1140px; /* match your site's container width */
  margin: 0 auto;
  padding: 0 15px;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 14px;
  line-height: 1;
}

/* individual links inside breadcrumb */
.breadcrumb a {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
  transition: opacity 0.15s ease, transform 0.12s ease;
}
.breadcrumb a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* separator style */
.breadcrumb .sep {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  user-select: none;
}

/* current page (not a link) */
.breadcrumb [aria-current="page"] {
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

/* ---------- Title + subtitle ---------- */
.banner-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 6px;
}

.banner-sub {
  margin: 10px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 760px;
}
.navbar-toggler * {
  filter: invert(1);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991px) {
  .inner_banner.page-about {
    min-height: 350px;
    padding: 30px 0;
  }
  .banner-title {
    font-size: 30px;
  }
  .breadcrumb {
    font-size: 13px;
    padding: 7px 12px;
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .inner_banner.page-about {
    min-height: 250px;
    padding: 20px 0;
  }
  .banner-content {
    padding: 0 12px;
  }
  .banner-title {
    font-size: 22px;
  }
  .banner-sub {
    display: none;
  }
  .breadcrumb {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ===========================
   Tour card / listings
   =========================== */
.tour-card {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(24, 39, 75, 0.08);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
}

/* top image area */
.tour-card .card-media {
  position: relative;
  background: #efefef;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-card .card-media img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* category pill */
.tour-card .cat-pill {
  position: absolute;
  top: 14px;
  left: 16px;
  background: #f57204;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(21, 54, 86, 0.08);
}

.tour-body {
  padding: 22px;
}

.tour-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #0b2236;
}
.tour-sub {
  margin-top: 8px;
  color: #556575;
  font-size: 14px;
  line-height: 1.5;
}

/* rating */
.rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b2236;
  font-weight: 600;
  font-size: 14px;
}
.rating .star {
  color: #ffb43a;
  width: 18px;
  height: 18px;
}
.rating .muted {
  color: #6b7a8a;
  font-weight: 500;
  font-size: 13px;
}

/* info rows (icon + text) */
.info-row {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #495b66;
  margin-top: 14px;
  font-size: 14px;
}
.info-row svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #6b7a8a;
}

/* highlights list (orange bullets) */
.highlights {
  margin-top: 14px;
  padding-left: 0;
  list-style: none;
  color: #1f2b37;
  font-size: 14px;
}
.highlights li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #495b66;
}
.highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #ff7a00;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.06);
}

/* footer: price + button */
.card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  background: #fff;
}
.price {
  font-weight: 800;
  font-size: 24px;
  color: #0b2236;
}
.price small {
  font-weight: 500;
  color: #6b7a8a;
  font-size: 14px;
  margin-left: 6px;
}

.btn-book {
  background: #ec1a26;
  color: #fff;
  border-radius: 10px;
  padding: 10px 18px;
  border: none;
  font-weight: 600;
}
.btn-book:hover {
  background: #e8212b;
  color: #fff;
}

@media (max-width: 420px) {
  .tour-card {
    border-radius: 12px;
  }
  .card-media {
    height: 160px;
  }
}

/* ===========================
   Layout / Main flex / detail card
   =========================== */
.main-flex {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

/* Card */
.tour-detail-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 3px #0000001a;
  padding: 1.5rem;
  height: 100%;
}

@media (min-width: 992px) {
  .contact-card {
    position: sticky;
    top: 10px;
    height: fit-content;
  }
}

/* Tour Meta */
.tour-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 1rem;
}

.tour-type {
  background-color: #dbeafe;
  color: #1d4ed8;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.75rem;
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #f59e0b;
}

.review-count {
  color: #9ca3af;
  font-size: 0.75rem;
}

/* Tour Title & Description */
.tour-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

.tour-description {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

/* Grid Info */
.tour-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  font-size: 0.875rem;
  color: #374151;
}

.tour-info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
}

/* ===========================
   Section headers + highlights grid
   =========================== */
.section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.section-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #6b7280;
}

.section-description {
  color: #4b5563;
  line-height: 1.75;
}

/* Highlights Grid */
.highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  color: #4b5563;
}

@media (min-width: 640px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ===========================
   Price card / icons
   =========================== */
.price-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.price {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
}

.price-text {
  color: #6b7280;
}

.price-image {
  margin-top: 1.5rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}

.price-icon {
  width: 6rem;
  height: 6rem;
  background-color: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

/* ===========================
   Help / Contact Section styles
   =========================== */
.help-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.help-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #4b5563;
}

.help-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-btn {
  margin-top: 1.5rem;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #2563eb;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
}

.contact-btn:hover {
  background-color: #1d4ed8;
}

/* ===========================
   Card / Form components
   =========================== */
.card-custom {
  border-radius: var(--card-radius);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.04);
  padding: 26px;
  background: #fff;
}

h2.section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0b1220;
}

/* form styles */
.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #e6e6e9;
  background: #fff;
  height: 40px;
  box-shadow: none;
}

textarea.form-control {
  min-height: 100px;
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary-custom {
  background: #ec1a26;
  border: 0;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  box-shadow: none;
  font-weight: 600;
}

.btn-primary-custom:hover {
  background: #e1262f;
}

.card-padding-bottom {
  padding-bottom: 18px;
}

/* right column info item */
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.info-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--accent);
  border: 1px solid rgba(255, 127, 42, 0.12);
  font-size: 16px;
  margin-top: 2px;
}

.info-text h6 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #0b1220;
}

.info-text p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

/* map placeholder */
.map-placeholder {
  background: #e9eef6;
  border-radius: 10px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #738198;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.03);
}

.map-pin {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #ff7f2a;
  color: #ff7f2a;
  margin-bottom: 12px;
  font-size: 18px;
}

/* header inside left card */
.form-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* review text / small meta like screenshot */
.small-muted {
  color: var(--muted);
  font-size: 13px;
}

/* spacing for the full width wide button */
.btn-wrap {
  margin-top: 12px;
}

/* smaller details */
.meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  margin-bottom: 12px;
  font-size: 13px;
}

/* rounded input group on top fields */
.input-row {
  margin-bottom: 10px;
}

/* responsive */
@media (max-width: 991.98px) {
  .right-col {
    margin-top: 18px;
  }
}

@media (max-width: 576px) {
  .form-control {
    height: 44px;
  }
}
