	/* ===== GLOBAL RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== GLOBAL FONT ===== */
body {
  font-family: 'DM Sans', sans-serif;
  background-color: #F8F8F8 !important;
}

/* ===== GLOBAL CONTAINER ===== */
.alm-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 30px;
  justify-content:center;
}


/* ===============================
   HERO SECTION
================================ */
.alm-hero {
  position: relative;
  min-height: 90vh;
  background: url("https://staging.ihramtravel.co.uk/wp-content/uploads/2026/01/pexels-shahbaz-hussain-3018780-4744570.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.alm-hero__overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(71, 111, 60, 0.8); */
}

.alm-hero__wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.alm-hero__tagline {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.alm-hero__title {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 700;
}

.alm-hero__text {
  color: #f1f1f1;
  max-width: 520px;
  line-height: 1.6;
}

/* FORM */
.alm-hero__form {
  background: transparent;
}

.alm-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.alm-form__field label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.alm-form__field input,
.alm-form__field select {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  border: none;
  padding: 0 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  color: #476f3c;
}
[type=submit], button {
	 margin-top: 10px;
  width: 240px;
  height: 56px;
  background: #476f3c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
[type=submit], button:hover{
	margin-top: 10px;
  width: 240px;
  height: 56px;
  background: #476f3c !important;
  color: #e7e7e7 !important;
  border: 1px solid #fff !important;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.alm-form__btn {
  margin-top: 10px;
  width: 240px;
  height: 56px;
  background: #476f3c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.alm-form__btn:hover {
  margin-top: 10px;
  width: 240px;
  height: 56px;
  background: #476f3c !important;
  color: #e7e7e7 !important;
  border: 1px solid #fff !important;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .alm-hero__wrapper {
    grid-template-columns: 1fr;
  }

  .alm-form__row {
    grid-template-columns: 1fr;
  }

  .alm-hero__title {
    font-size: 38px;
  }
}

/* =========================
   HERO SECTION
========================= */
.alm-hero {
  /* hero styles */
}

/* =========================
   ABOUT UMRAH SECTION
========================= */
.alm-about {
  padding: 80px 0;
}


/*  we make best Quality section css start  */
.alm-about__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  height: 579px;
  background-color: white;
}

.alm-about__image img {
  width: 100%;
  /* border-radius: 10px; */
}

.alm-about__tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #476f3c;
  font-weight: 700;
}

.alm-about__title {
  font-size: 40px;
  margin: 16px 0;
    font-weight: 700;

}

.alm-about__text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
}

.alm-about__btn {
  display: inline-block;
  padding: 12px 26px;
  background: #476f3c;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}
.alm-about__btn:hover {
  display: inline-block;
  padding: 12px 26px;
  background: #476f3c;
  color: #e7e7e7;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .alm-about__wrapper {
    grid-template-columns: 1fr;
  }

  .alm-about__title {
    font-size: 30px;
  }
}

/*  we make best Quality section css End  */



/* ────────────────────────────────────────────────
   DOME TOURS – TRUSTED SECTION
   Prefix: dome-
───────────────────────────────────────────────── */

.dome-trusted-section {
  padding: 80px 0;
  background-image:url(../../assets/media/background.png);
}

.dome-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  background-image:url(../../assets/media/Frame\ 1472905669.png);

}
.imgelefttop{
      position: relative;
    top: -100px;
    left: 30px;
}
.dome-hero-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  top: -100px;
    width: 300px;
    height: 350px;

}
.dome-stat-card.dome-stat-card--satisfactionn{
      position: relative;
    top: -62px;

}
.dome-hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* background-image:url(../../assets/media/image\ 879764.png); */

}

/* Overlay text on left big image */
.dome-overlay-content {
  /* position: absolute; */
  inset: 0;
  /* background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 60%); */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 40px;
}

.dome-overlay-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.dome-overlay-text {
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: 0.95;
  max-width: 90%;
}

/* Right side stats */
.dome-stats-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dome-stat-card {
  background: #476F3C;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dome-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.dome-stat-number {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;          /* dark green - adjust if needed */
  margin-bottom: 8px;
}

.dome-stat-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.dome-stat-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}

/* Optional – slight color variation per card */
.dome-stat-card--years       { border-top: 5px solid #1a5c37; }
.dome-stat-card--pilgrims    { border-top: 5px solid #2e8b57; }
.dome-stat-card--satisfaction{ border-top: 5px solid #3aa856; }

/* ─── Responsive ───────────────────────────────────── */

@media (max-width: 992px) {
  .dome-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .dome-overlay-title {
    font-size: 1.85rem;
  }
  
  .dome-stat-number {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .dome-trusted-section {
    padding: 60px 0;
  }
  
  .dome-overlay-content {
    padding: 40px 25px;
  }
  
  .dome-overlay-title {
    font-size: 1.65rem;
  }
  
  .dome-stat-card {
    padding: 28px 24px;
  }
}


/* --- Reset & Base Styles --- */

/* --- Main Container --- */
.alm-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    width: 100%;
  padding: 30px 30px;
	gap:30px;

    /* min-height: 100vh; */
}

/* --- Green Info Panel --- */
.info-panel {
    flex: 1 1 25%; /* Takes 25% width on desktop */
    min-width: 300px; /* Prevents it from getting too thin */
    background-color: #4b6f44; /* Specific dark green */
    color: #ffffff;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tagline {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.heading-primary {
    font-size: clamp(28px, 4vw, 42px); /* Responsive font size */
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 500;
}

.description {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 300px;
}

/* --- Service Cards Shared Styles --- */
.service-box {
    flex: 1 1 25%; /* Takes 25% width on desktop */
    min-width: 300px;
    position: relative;
    min-height: 400px; /* Minimum height for mobile stacking */
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Background Images */
.tour-bg-1 { background-image: url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&q=80&w=800'); }
.tour-bg-2 { background-image: url('https://images.unsplash.com/photo-1564769662533-4f00a87b4056?auto=format&fit=crop&q=80&w=800'); }
.tour-bg-3 { background-image: url('https://images.unsplash.com/photo-1542810634-71277d95dcbb?auto=format&fit=crop&q=80&w=800'); }

/* Dark Overlay for Text Readability */
.inner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 40px 25px;
    text-align: center;
}

.text-group {
    width: 100%;
    color: #ffffff;
}

.service-name {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-detail {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.85;
}

/* --- MOBILE RESPONSIVENESS --- */

/* For Tablets and small laptops (stack into 2x2 grid) */
@media (max-width: 1024px) {
    .info-panel, .service-box {
        flex: 1 1 50%; /* 2 items per row */
    }
}

/* For Mobile Phones (stack into 1 column) */
@media (max-width: 650px) {
    .alm-container {
        flex-direction: column; /* Forces vertical stack */
    }
    
    .info-panel, .service-box {
        flex: 1 1 100%; /* Full width */
        width: 100%;
        min-height: 450px; /* Ensures images are visible */
    }

    .info-panel {
        padding: 50px 30px;
        text-align: left;
    }
    
    .heading-primary {
        font-size: 32px;
    }
}















/* --- Base Styles --- */


/* --- Main Container --- */


/* --- Card Structure --- */
.qj-testimonial-card {
  margin: 60px 0 0 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    overflow: hidden; /* Clips image at corners */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    min-height: 450px;
}

/* --- Text Side --- */
.qj-content-side {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qj-sub-heading {
    color: #4c703f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

.qj-main-title {
    color: #1a1a1a;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 25px;
}

.qj-paragraph {
    color: #777777;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 90%;
}

/* --- Button --- */
.qj-action-btn {
    background-color: #4c703f;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s ease;
}

.qj-action-btn:hover {
    background-color: #3d5a32;
}

/* --- Image Side --- */
.qj-image-side {
    flex: 1;
    position: relative;
    min-height: 300px;
}

.qj-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills space like the original */
    display: block;
}

/* --- MOBILE RESPONSIVENESS --- */

/* For Tablets and smaller laptops */
@media (max-width: 1024px) {
    .qj-main-title {
        font-size: 32px;
    }
    .qj-content-side {
        padding: 40px;
    }
}

/* For Mobile Phones */
@media (max-width: 768px) {
    .qj-testimonial-card {
        flex-direction: column; /* Stacks image below text */
        text-align: left;
    }

    .qj-image-side {
        order: -1; /* Puts image on TOP for mobile mobile UX */
        height: 300px;
    }

    .qj-content-side {
        padding: 40px 30px;
    }

    .qj-main-title {
        font-size: 28px;
    }

    .qj-paragraph {
        max-width: 100%;
    }
}



/* --- Global Resets --- */


/* --- Container --- */


/* --- The Main Green Card --- */
.upb-main-card {
    background-color: #4b6f44; /* Exact dark green shade */
    border-radius: 12px;
    width: 100%; 
    position: relative;
    display: flex;
    align-items: center;
    min-height: 380px;
    padding: 60px;
    overflow: visible; /* Allows image to pop out */
}

/* --- Background Grid Pattern --- */
.upb-grid-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /* Creates a subtle diamond/grid pattern like the image */
    background-image: url(https://staging.ihramtravel.co.uk/wp-content/uploads/2026/01/Vector.png);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: 1;
}

/* --- Text Content Styling --- */
.upb-text-content {
    flex: 1.5;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.upb-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.upb-heading {
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px;
}

.upb-subtext {
    font-size: 16px;
    opacity: 0.85;
    margin-bottom: 40px;
}

/* --- Button Styling --- */
.upb-btn {
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease;
}

.upb-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.upb-icon {
    margin-left: 12px;
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: -1px;
}

/* --- Overlapping Image Logic --- */
.upb-image-container {
    flex: 1;
    position: relative;
    height: 100%;
}

.upb-feature-img {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    width: 320px;
    height: 435px; /* Taller than the green box */
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    z-index: 3;
}

/* --- MOBILE RESPONSIVENESS --- */

@media (max-width: 992px) {
    .upb-feature-img {
        width: 260px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .alm-container {
        padding: 40px 15px;
    }

    .upb-main-card {
        flex-direction: column;
        padding: 40px 25px;
        text-align: center;
        min-height: auto;
    }

    .upb-image-container {
        width: 100%;
        margin-top: 50px;
        height: 350px;
    }

    .upb-feature-img {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        height: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .upb-heading br {
        display: none;
    }
}





/* Reset and Base Styles */



.alm-contact-section {
    padding: 80px 0;
}

/* Header Styling */
.alm-contact-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.alm-contact-subtitle {
    color: #4b6f44;
    font-weight: 600;
    margin-bottom: 15px;
}

.alm-contact-title {
    font-size: 36px;
    font-weight: 500;
    color: #1a2b3c;
    margin-bottom: 20px;
}

.alm-contact-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Layout Grid */
.alm-contact-grid {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

/* Image Card Styling */
.alm-contact-image-card {
    flex: 1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    min-height: 450px;
}

.alm-contact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.alm-contact-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%; /* Matching the design width */
    background-color: #4b6f44;
    color: white;
    padding: 25px;
    border-top-right-radius: 15px;
}

.alm-contact-info-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.alm-contact-info-value {
    font-size: 14px;
    opacity: 0.9;
}

/* Form Card Styling */
.alm-contact-form-card {
    flex: 2;
    background-color: #4b6f44;
    border-radius: 15px;
    padding: 40px;
}

.alm-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.alm-contact-field {
    display: flex;
    flex-direction: column;
}

.alm-contact-field label {
    color: white;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 400;
}

.alm-contact-field input, 
.alm-contact-field select {
    padding: 12px 15px;
    border-radius: 8px;
    border: none;
    background-color: #ffffff;
    font-size: 14px;
    color: #666;
    appearance: none; /* Removes default arrow for custom look */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="%23666" d="M0 3l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
}

/* Footer & Button */
.alm-contact-form-footer {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.alm-contact-submit-btn {
    padding: 14px 40px;
    background: none;
    border: 1px solid white;
    color: white;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.alm-contact-submit-btn:hover {
    background: white;
    color: #4b6f44;
}

/* RESPONSIVENESS */

/* Tablet View */
@media (max-width: 1024px) {
    .alm-contact-grid {
        flex-direction: column;
    }
    .alm-contact-image-card {
        min-height: 400px;
    }
}

/* Small Tablet / Large Mobile */
@media (max-width: 768px) {
    .alm-contact-form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .alm-contact-title {
        font-size: 28px;
    }
}

/* Mobile Phone View */
@media (max-width: 500px) {
    .alm-contact-form-grid {
        grid-template-columns: 1fr;
    }
    .alm-contact-form-card {
        padding: 25px 20px;
    }
    .alm-contact-info-overlay {
        width: 100%;
        border-top-right-radius: 0;
    }
}









.alm-tst-section { padding: 80px 20px; }
.alm-tst-container { max-width: 1200px; margin: 0 auto; }

/* Header */
.alm-tst-header { text-align: center; margin-bottom: 50px; }
.alm-tst-main-title { color: #4b6f44; font-size: 28px; margin-bottom: 10px; }
.alm-tst-sub-title { color: #888; font-style: italic; font-size: 14px; }

/* Grid Layout */
.alm-tst-layout-grid {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* SLIDER TRACK Logic */
.alm-tst-slider-container {
    flex: 1;
    overflow: hidden;
}

.alm-tst-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* Makes manual scrolling snap to cards */
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hides scrollbar Firefox */
}

.alm-tst-track::-webkit-scrollbar { display: none; } /* Hides scrollbar Chrome/Safari */

.alm-tst-card {
    flex: 0 0 100%; /* Each card takes full width of container */
    scroll-snap-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Card Content Styling */
.alm-tst-card-top { display: flex; justify-content: space-between; margin-bottom: 25px; }
.alm-tst-user { display: flex; align-items: center; gap: 15px; }
.alm-tst-avatar {
    width: 60px; height: 60px; background: #4b6f44; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: bold; border-radius: 12px;
}
.alm-tst-name { color: #4b6f44; font-size: 24px; }
.alm-tst-quote { width: 70px;  }

.alm-tst-text { color: #666; font-size: 15px; line-height: 1.7; margin-bottom: 30px; }
.alm-tst-footer { display: flex; justify-content: space-between; border-top: 1px solid #eee; padding-top: 20px; }
.alm-tst-stars { color: #ffcc00; font-size: 18px; }
.alm-tst-brands { font-size: 14px; color: #aaa; display: flex; gap: 10px; }
.alm-tst-brands span img{
  color: green;
  height: 20px !important;
}
/* Dots */
.alm-tst-dots { display: flex; justify-content: center; gap: 10px; margin-top: 25px; }
.alm-tst-dot { width: 10px; height: 10px; border: 1px solid #4b6f44; border-radius: 50%; cursor: pointer; }
.alm-tst-dot.alm-active { background: #4b6f44; }

/* Video Side */
.alm-tst-video-side { flex: 1; }
.alm-tst-video-box {
    position: relative; border-radius: 8px; overflow: hidden;
    aspect-ratio: 15/9; background: #00000000 !important;
}
.alm-tst-v-bg { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.alm-tst-play-btn {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: #ff0000; color: #fff; width: 60px; height: 40px;
    display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 20px;
}

/* Responsive */
@media (max-width: 900px) {
    .alm-tst-layout-grid { flex-direction: column; }
    .alm-tst-slider-container, .alm-tst-video-side { width: 100%; }
}












/* --- FORM SECTION --- */
.amt-booking-box {
    background-color: #4c703f; /* Exact dark green */
    padding: 50px 40px;
    /* border-radius: 4px; */
    width: 100%;
}

.amt-form-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.amt-input-group label {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 8px;
    font-weight: 500;
}

.amt-input-group input, 
.amt-input-group select {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    color: #555;
    outline: none;
}

/* Row 2 alignment for the button */
.amt-btn-wrap {
    display: flex;
    align-items: flex-end;
}

.amt-get-price {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.amt-get-price:hover {
    background: rgba(255,255,255,0.1);
}

/* ====== AMT BLOG SLIDER FIX (override conflicts) ====== */
.amt-slider-wrapper{
  width: 100%;
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  padding: 30px 0;
  position: relative;
  box-sizing: border-box;
}

/* viewport should take remaining space between arrows */
.amt-slider-wrapper .amt-slider-viewport{
  flex: 1 1 auto !important;
  min-width: 0;                 /* VERY IMPORTANT in flex layouts */
  display: flex !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 20px;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  box-sizing: border-box;
}
.amt-slider-wrapper .amt-slider-viewport::-webkit-scrollbar{
  display: none;
}

/* force card layout (works even if tag is <a> or <div>) */
.amt-slider-wrapper .amt-blog-card{
  flex: 0 0 calc(25% - 15px) !important;  /* 4 per view desktop */
  scroll-snap-align: start;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

/* remove default link blue/underline if blog-card is <a> */
.amt-slider-wrapper a.amt-blog-card{
  text-decoration: none !important;
  color: inherit !important;
}

/* image box MUST have fixed size */
.amt-slider-wrapper .amt-img-box{
  flex: 0 0 80px !important;
  width: 80px !important;
  height: 55px !important;
  overflow: hidden;
  border-radius: 2px;
  background: #eee; /* shows if no featured image */
}
.amt-slider-wrapper .amt-img-box img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* title */
.amt-slider-wrapper .amt-blog-card p{
  margin: 0 !important;
  font-size: 11px !important;
  color: #333 !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

/* arrows: stop them becoming huge buttons */
.amt-slider-wrapper .amt-arrow{
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 40px;
  height: 40px;
  padding: 0 10px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #4c703f !important;
  cursor: pointer;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px){
  .amt-slider-wrapper .amt-blog-card{
    flex: 0 0 calc(50% - 10px) !important; /* 2 per view */
  }
}

@media (max-width: 600px){
  .amt-slider-wrapper{
    padding: 20px 0;
  }
  .amt-slider-wrapper .amt-blog-card{
    flex: 0 0 100% !important; /* 1 per view mobile */
  }
}





/* --- Global Styles --- */


.alm-blog-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* --- Header Section --- */
.alm-bl-header {
    text-align: center;
    margin-bottom: 60px;
}

.alm-bl-subtitle {
    color: #4b6f44; /* Specific Dark Green */
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.alm-bl-main-title {
    font-size: 34px;
    color: #1a2b3c;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.alm-bl-description {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

/* --- Blog Grid --- */
.alm-bl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- Card Styling --- */
.alm-bl-card {
    display: flex;
    flex-direction: column;
}

.alm-bl-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1.6 / 1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.alm-bl-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.alm-bl-card:hover .alm-bl-img-box img {
    transform: scale(1.05);
}

.alm-bl-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #4b6f44;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 2;
}

.alm-bl-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.alm-bl-title {
    font-size: 18px;
    color: #1a2b3c;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}

.alm-bl-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.alm-bl-link {
    color: #4b6f44;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.alm-bl-link:hover {
    text-decoration: underline;
}

/* --- Responsive Design --- */

/* Tablets */
@media (max-width: 992px) {
    .alm-bl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .alm-bl-main-title {
        font-size: 28px;
    }
}

/* Mobile Phones */
@media (max-width: 650px) {
    .alm-bl-grid {
        grid-template-columns: 1fr;
    }
    .alm-bl-header br {
        display: none;
    }
    .alm-bl-main-title {
        font-size: 24px;
    }
}






/* --- Base Styles --- */




.up-cards-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

/* --- Card Structure --- */
.up-card {
    flex: 1;
    min-width: 320px;
    max-width: 380px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

/* --- Top Header Bar --- */
.up-top-bar {
    background-color: #ffffff;
    color: #4b6f44;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.up-stars {
    color: #ffcc00;
    font-size: 16px;
    letter-spacing: 2px;
}

/* --- Image Section --- */
.up-img-box {
    width: 100%;
    height: 220px;
}

.up-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Content Body --- */
.up-card-body {
    padding: 5px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
    /* Unique Prefix: mko- */
    .mko-banner-section {
        position: relative;
        width: 100%;
        min-height: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        /* Image URL ko apne mutabiq change karein */
        background-image: url(https://staging.ihramtravel.co.uk/wp-content/uploads/2026/01/pexels-shahbaz-hussain-3018780-4744570.png); 
        background-size: cover;
        background-position: center;
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
        color: #ffffff;
    }

    /* Green Overlay */
    .mko-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(75, 107, 54, 0.82);  */
        z-index: 1;
    }

    .mko-container {
        position: relative;
        z-index: 2;
        max-width: 1400px;
        width: 100%;
        padding: 0 20px;
    }

    .mko-content-wrapper {
        max-width: 850px;
        margin: 0 auto;
    }

    .mko-subtitle {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #ffffff;
    }

    .mko-main-title {
        font-size: 80px;
        font-weight: 700;
        margin: 0 0 20px 0;
        line-height: 1.1;
        color: #ffffff;
    }

    .mko-description {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300;
        opacity: 0.95;
        margin: 0 auto;
        max-width: 750px;
        color: #ffffff;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .mko-main-title { font-size: 45px; }
        .mko-subtitle { font-size: 18px; }
        .mko-banner-section { min-height: 350px; }
    }
    /* Unique Styles for Quality Section */
.mko-qs-section {
    padding: 80px 0;
    background-color: #fdfdfd; /* Background color matching image surroundings */
    font-family: 'Poppins', sans-serif;
}

.mko-qs-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.mko-qs-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Image Column */
.mko-qs-image-col {
    flex: 1;
    min-width: 400px;
}

.mko-qs-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content Column */
.mko-qs-content-col {
    flex: 1.2;
    min-width: 400px;
    position: relative;
    /* Negative margin to pull the card slightly over the image if needed */
    margin-left: -50px; 
}

.mko-qs-card {
    background: #ffffff;
    padding: 60px 50px;
    box-shadow: 15px 15px 50px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mko-qs-heading {
    font-family: 'Georgia', serif; /* Matching the serif font in the image */
    font-size: 40px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 500;
}

.mko-qs-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.mko-qs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mko-qs-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.mko-qs-list-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.mko-qs-icon {
    color: #999; /* Greyish checkmark icon as per image */
    font-size: 18px;
    margin-top: 2px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .mko-qs-content-col {
        margin-left: 0;
        margin-top: -30px;
        z-index: 10;
        padding: 0 15px;
    }
    
    .mko-qs-image-col, .mko-qs-content-col {
        flex: 100%;
        min-width: 100%;
    }

    .mko-qs-card {
        padding: 40px 25px;
    }

    .mko-qs-heading {
        font-size: 32px;
    }
}

/* Unique Styles for Guiding Principles Section */
:root {
    --mko-gp-green: #4b6b36;
    --mko-gp-text: #333333;
    --mko-gp-light-bg: #f4f7f6; /* Subtle pattern/grey background */
}

.mko-gp-section {
    padding: 100px 0;
    /* background: var(--mko-gp-light-bg)/; */
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.mko-gp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.mko-gp-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Responsive split */
    gap: 0;
    background:url(https://staging.ihramtravel.co.uk/wp-content/uploads/2026/01/Frame-1472905669-1.png);
    align-items: end;
}

/* --- Left Column Styling --- */
.mko-gp-left {
    position: relative;
    padding-bottom: 20px;
}

.mko-gp-image-wrapper {
    position: relative;
    z-index: 5;
    margin-left: 40px;
    width: fit-content;
}

.mko-gp-black-patch {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 100%;
    height: 100%;
    background: #1e1e1e; /* Dark background behind image */
    border-radius: 10px;
    z-index: -1;
}

.mko-gp-main-img {
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    position: relative;
    top: -100px;
}

.mko-gp-text-card {
    background: #ffffff;
    padding: 60px 50px 50px 50px;
    border-radius: 15px;
    margin-top: -150px; /* Overlap with image */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
}

.mko-gp-tagline {
    color: var(--mko-gp-green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.mko-gp-heading {
    font-size: 42px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.mko-gp-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    max-width: 550px;
}

/* --- Right Column Styling --- */
.mko-gp-right {
    position: relative;
    background-image: url('mosque-bg.jpg'); /* Mosque/Haram background image */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 40px 25px;
    min-height: 600px;
}

/* Dark overlay for the mosque background if needed */
.mko-gp-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* background: rgba(0,0,0,0.15); */
    z-index: 1;
}

.mko-gp-stats-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    justify-content: center;
}

.mko-gp-stat-card {
    background-color: rgba(75, 107, 54, 0.9); /* Green with slight transparency */
    padding: 25px;
    border-radius: 12px;
    color: #ffffff;
    transition: 0.3s;
}

.mko-gp-stat-card:hover {
    background-color: rgba(75, 107, 54, 1);
    transform: translateY(-3px);
}

.mko-gp-stat-num {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.mko-gp-stat-sub {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0.95;
}

.mko-gp-stat-info {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.85;
}

/* --- Responsive Layout --- */
@media (max-width: 991px) {
    .mko-gp-grid {
        grid-template-columns: 1fr;
    }
    .mko-gp-left {
        margin-bottom: 40px;
    }
    .mko-gp-text-card {
        padding: 40px 30px;
    }
    .mko-gp-heading {
        font-size: 32px;
    }
    .mko-gp-main-img {
        width: 100%;
        max-width: 400px;
    }
}

/* Unique Prefix: mko-test- */

.mko-test-section {
    padding: 60px 0;
    background-color: #fcfcfc;
    font-family: 'Poppins', sans-serif;
}
/* ========== U4 SECTION BASE ========== */
.u4-section {
  background: #efefef;
  padding: 32px 0 40px;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 50px;
}

.u4-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ========== GRID ========== */
.u4-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

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

@media (min-width: 992px) {
  .u4-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ========== CARD ========== */
.u4-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}

.u4-card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.u4-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== FOOTER ========== */
.u4-card-footer {
  background: #4e7643;
  min-height: 92px;
  padding: 18px 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.u4-card-title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

@media (max-width: 380px) {
  .u4-card-title {
    font-size: 20px;
  }
}

/* ========== HOVER / FOCUS ========== */
.u4-card:hover {
  filter: brightness(1.03);
}

.u4-card:focus-visible {
  outline: 3px solid rgba(15, 58, 54, 0.35);
  outline-offset: 4px;
}

.mko-test-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.mko-test-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.mko-test-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    flex: 1;
    min-width: 320px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}

.mko-test-card:hover {
    transform: translateY(-5px);
}

.mko-test-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.mko-test-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #4b6b36; /* Theme Green Color */
    padding: 3px;
    background: #e0e0e0; /* Placeholder grey like image */
    overflow: hidden;
}

.mko-test-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mko-test-user-info {
    display: flex;
    flex-direction: column;
}

.mko-test-name {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #4b6b36; /* Dark Green */
}

.mko-test-role {
    font-size: 11px;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.mko-test-rating {
    color: #f8c51c; /* Star Yellow */
    font-size: 14px;
    display: flex;
    gap: 3px;
}

.mko-test-title {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin: 0 0 20px 0;
}

.mko-test-text-box {
    background-color: #fdfaf7; /* Light cream/beige background from image */
    padding: 20px;
    border-radius: 12px;
}

.mko-test-text {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .mko-test-card {
        flex: 100%;
    }
}


.mko-ts-section {
    padding: 80px 0;
    background-color: #f8f8f8; /* Light background to make the white card pop */
    font-family: 'Poppins', sans-serif;
}

.mko-ts-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.mko-ts-card {
    background: #ffffff;
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden; /* To keep the image corners rounded with the card */
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

/* Left Content Side */
.mko-ts-content-side {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mko-ts-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #4b6b36; /* Theme Green */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.mko-ts-title {
    font-size: 42px;
    line-height: 1.15;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.mko-ts-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 90%;
}

.mko-ts-btn {
    background-color: #4b6b36;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.mko-ts-btn i {
    font-size: 12px;
}

.mko-ts-btn:hover {
    background-color: #3a532a;
    transform: translateY(-2px);
}

/* Right Image Side */
.mko-ts-image-side {
    flex: 1;
    min-height: 500px;
}

.mko-ts-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .mko-ts-card {
        flex-direction: column;
    }
    .mko-ts-content-side {
        padding: 40px 30px;
        order: 2;
    }
    .mko-ts-image-side {
        min-height: 300px;
        order: 1;
    }
    .mko-ts-title {
        font-size: 32px;
    }
    .mko-ts-title br {
        display: none;
    }
}
@media (max-width: 600px) {
    .mko-ts-card {
        flex-direction: column;
    }
    .mko-ts-content-side {
        padding: 40px 30px;
        order: 2;
    }
    .mko-ts-image-side {
        min-height: 100px;
        order: 1;
    }
    .mko-ts-title {
        font-size: 32px;
    }
    .mko-ts-title br {
        display: none;
    }
}
@media (max-width: 350px) {
    .mko-ts-card {
        flex-direction: column;
    }
    .mko-ts-content-side {
        padding: 40px 30px;
        order: 2;
    }
    .mko-ts-image-side {
        min-height: 100px;
        order: 1;
    }
    .mko-ts-title {
        font-size: 32px;
    }
    .mko-ts-title br {
        display: none;
    }
}
/* Price Row */
.up-price-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.star-filled {
    color: #f5b301;
}
.star-empty {
    color: #ccc;
}
  h1.packages-heading {
        font-size:50px !important;
        font-weight:300;
    }
    h1.packages-heading span{
        font-weight:bold;
    }
.up-price-pill {
    background-color: #4b6f44;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 12px;
    margin-right: 12px;
}
.up-btn-outline:hover{
    color: white;
}
.up-btn-primary:hover{
    color: white;
}
.up-per-people {
    color: #888;
    font-size: 13px;
    font-weight: 600;
}

.up-pkg-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

/* --- Hotel Info Grid --- */
.up-hotel-details {
    margin-bottom: 15px;
}

.up-hotel-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.up-icon {
    font-size: 20px;
    margin-top: 2px;
}

.up-loc-title {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.up-hotel-name {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
}

.up-divider {
      height: 1px;
    background: #eeeeee;
    margin: 5px auto;
    width: 30%;
}

/* --- Buttons --- */
.up-btn-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}
.up-btn-primary a{
    color:white;
}
.up-btn-primary a:hover{
    color:rgb(231, 231, 231);
}
.up-btn-primary {
	text-decoration:none !important;
    background-color: #4b6f44;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.up-btn-primary:hover {
    background-color: #3d5a36;
}

.up-btn-outline {
    background-color: #fff;
    color: #4b6f44;
    border: 1px solid #4b6f44;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.up-btn-outline:hover {
    background-color: #4b6f44;
}

.up-phone-icon {
    font-size: 16px;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 768px) {
    .up-cards-row {
        flex-direction: column;
        align-items: center;
    }
    .up-card {
        width: 100%;
        max-width: 400px;
    }
}
@media (max-width: 768px){
  .alm-about__wrapper{
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .alm-about__image{
    flex: none;
    width: 100%;
  }

  .alm-about__wrapper .alm-about__content{
    padding: 0 20px 0 0; /* inline style override */
  }

  .alm-about__title{
    font-size: 22px;
  }

  .alm-about__btn{
    width: 100%;
    text-align: center;
  }
}

/* Extra small screens */
@media (max-width: 480px){
  .alm-about__title{
    font-size: 20px;
  }

  .alm-about__text{
    font-size: 14px;
  }
}

/* --- Global Reset & Base --- */




/* --- Main Heading --- */
.faq-top-title {
    text-align: center;
    color: #0c0c0c; /* Dark green */
    font-size: 48px;
    font-weight: 500;
    /* margin-bottom: 50px; */
    letter-spacing: 1px;
}

/* --- Grid Layout --- */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* --- Card Styling --- */
.faq-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.faq-card-header h2 {
    font-family: Georgia, 'Times New Roman', Times, serif; /* Serif font like image */
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.faq-card-header p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px;
}

/* --- Accordion Items --- */
.faq-item {
    border-bottom: 1px solid #f0f0f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

/* Arrow Icon */
.faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* --- Active State Styling --- */
.faq-item.faq-active .faq-question {
    color: #c59d5f; /* Gold/Tan color from image */
}

.faq-item.faq-active .faq-arrow {
    transform: rotate(-135deg);
    border-color: #c59d5f;
}

/* --- Answer Body --- */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    padding-bottom: 20px;
}

.faq-item.faq-active .faq-answer {
    max-height: 200px; /* Adjust based on content */
}

/* --- RESPONSIVE DESIGN --- */

@media (max-width: 992px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-top-title {
        font-size: 36px;
    }

    .faq-card {
        padding: 30px 20px;
    }
}



/* --- Global Resets --- */

/* Requested Container Name */


/* --- Layout Grid --- */
.sts-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* For responsiveness */
}

/* --- Card Styling --- */
.sts-card {
    background-color: #4b6f44; /* Specific dark olive/forest green from image */
    color: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    flex: 1; /* Makes cards equal width */
    min-width: 300px; /* Minimum width before stacking */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Big Number Heading (Serif Font) */
.sts-number {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

/* Bold Subtitle */
.sts-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* Description Text */
.sts-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85); /* Slightly transparent white for better readability */
    font-weight: 300;
}

/* --- MOBILE RESPONSIVENESS --- */

/* Tablets */
@media (max-width: 992px) {
    .sts-grid {
        justify-content: center;
    }
    .sts-card {
        flex: 0 0 calc(50% - 20px); /* 2 cards per row on tablets */
    }
}

/* Mobile Phones */
@media (max-width: 650px) {
    .sts-card {
        flex: 0 0 100%; /* Full width on mobile phones */
    }
    
    .sts-number {
        font-size: 28px;
    }
}

 
/* Reset basic styles */


.card-container {
    width: 100%;
    max-width: 1260px; /* Adjust based on your layout needs */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Image styling */
.image-box {
    width: 100%;
    height: 450px; /* Fixed height to match design proportions */
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Green Content Section */
.content-box {
    background-color: #4a6b3f; /* Exact green from the image */
    padding: 50px 40px;
    text-align: left;
    color: #ffffff;
}
.content-box ul li {
	    color:#333 ;
/*     font-weight: 300; */
	font-size: 16px;
	line-height: 1.7;
}
.heading {
    font-family: 'Playfair Display', serif; /* Serif font for the title */
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto 35px auto;
    font-weight: 400;
    opacity: 0.95;
}

/* Button Styling */
.explore-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #4a6b3f; /* Matching text color to background */
    text-decoration: none;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.explore-btn:hover {
    background-color: #e2e2e2;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-box {
        height: 300px;
    }
    .heading {
        font-size: 26px;
    }
    .description {
        font-size: 14px;
    }
}



/* ====== MN BV Content Section ====== */
.mnbv-section{
  background:#fff;
  color:#111;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Responsive vertical spacing */
.mnbv-container{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* This controls overall top/bottom spacing */
.mnbv-inner{
  padding: 40px 0;
}

/* Title: responsive size + better wrapping */
.mnbv-title{
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;

  /* Mobile-first size */
  font-size: 26px;

  /* Helps long words wrap on small screens */
  overflow-wrap: anywhere;
}

/* Text block width: full on mobile, narrower on desktop */
.mnbv-text{
  max-width: 100%;
}

/* Paragraphs: readable on mobile */
.mnbv-para{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color:#2b2b2b;
}

.mnbv-para:last-child{
  margin-bottom: 0;
}

/* ====== Breakpoints ====== */

/* Small phones */
@media (max-width: 360px){
  .mnbv-title{ font-size: 24px; }
  .mnbv-para{ font-size: 15px; }
}

/* Tablets and up */
@media (min-width: 768px){
  .mnbv-container{
    padding-left: 22px;
    padding-right: 22px;
  }

  .mnbv-inner{
    padding: 56px 0;
  }

  .mnbv-title{
    font-size: 40px;
    margin-bottom: 18px;
  }

  .mnbv-text{
    max-width: 980px; /* nice reading width */
  }
}

/* Large desktop */
@media (min-width: 1200px){
  .mnbv-title{
    font-size: 40px;
  }
}










.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

/* MAIN CONTENT BOX (DESKTOP) */
.content-box {
    width: 1260px;
    height: 700px;
    background: #ffffff;
    padding: 40px 50px;
    overflow-y: auto;
    border-radius: 6px;
    text-align: left;
}

/* Headings */
.content-box h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #141414;

}

.content-box h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 35px 0 18px;
    color: #141414;

}

.content-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    color: #141414;

}

/* Text */
.content-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}

.content-box a {
    color: #0073e6;
    text-decoration: none;
}

.content-box a:hover {
    text-decoration: underline;
}

/* Scrollbar */
.content-box::-webkit-scrollbar {
    width: 8px;
}

.content-box::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
}

/* ===============================
   TABLET (≤1024px)
================================ */
@media (max-width: 1024px) {
    .content-box {
        width: 100%;
        height: auto;
        max-height: 80vh;
        padding: 35px 35px;
    }
}

/* ===============================
   MOBILE (≤768px)
================================ */
@media (max-width: 768px) {

    .content-box {
        width: 100%;
        height: auto;
        max-height: none;
        padding: 25px 20px;
        border-radius: 4px;
    }

    .content-box h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .content-box h2 {
        font-size: 20px;
    }

    .content-box h3 {
        font-size: 18px;
    }

    .content-box p {
        font-size: 15px;
    }
}

/* ===============================
   SMALL MOBILE (≤480px)
================================ */
@media (max-width: 480px) {

    .wrapper {
        padding: 15px 10px;
    }

    .content-box {
        padding: 20px 15px;
    }

    .content-box h1 {
        font-size: 20px;
    }

    .content-box p {
        font-size: 14px;
    }
}

.up-loadmore-wrap{
  display:flex;
  justify-content:center;
  margin-top:20px;
}

.up-loadmore-btn{
  padding:12px 22px;
  cursor:pointer;
}
