.elementor-10 .elementor-element.elementor-element-7b6ca3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-746d773{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;}.elementor-10 .elementor-element.elementor-element-f797ee9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-2020daa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-6eede13{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-6eede13.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10 .elementor-element.elementor-element-2cdf0eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-66202f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-188e4ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-b74dfe1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-4b982f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-9e4076a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-0314ce6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-2d18bf1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-153ea02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d3013c4 *//* VARIABLES (Ensures colors work even if isolated) */
:root {
    --primary: #FF5722;      /* Brand Orange */
    --primary-dark: #E64A19;
    --secondary: #263238;    /* Dark Blue/Grey */
    --white: #ffffff;
}
/* Base Reset for this section */
.hero, .hero * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
/* HERO SECTION MAIN STAYLES */
.hero {
    /* Background Image */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://ik.imagekit.io/fsafefzmg/61803.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax Effect */
    
    height: 85vh;             /* Full Height */
    min-height: 600px;        /* Minimum height for smaller screens */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
    position: relative;
}
.hero-content {
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}
/* TYPOGRAPHY */
.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    font-weight: 300;
    line-height: 1.6;
}
/* BUTTONS */
.hero-btns {
    display: flex;
    justify-content: center;
    gap: 15px; /* Space between buttons */
    flex-wrap: wrap;
}
.btn {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
/* Primary Button (Orange) */
.btn-primary {
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
}
.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}
/* Outline Button (Transparent) */
.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}
.btn-outline:hover {
    background: var(--white);
    color: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .hero {
        height: auto;
        padding-top: 100px;  /* Space for fixed navbar */
        padding-bottom: 80px;
    }
    .hero-content h1 {
        font-size: 2.2rem; /* Smaller Font on Mobile */
    }
    .hero-content p {
        font-size: 1rem;
    }
    /* Stack Buttons on Mobile */
    .hero-btns {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .btn {
        width: 100%;
        display: block;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4be6473 *//* ===== ABOUT SECTION ===== */
.about-section {
    padding: 90px 0;
    background: #ff5522;
    font-family: "Poppins", sans-serif;
}

/* CONTAINER (if not already defined globally) */
.about-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* HEADER */
.about-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-section .section-header h2 {
    font-size: 36px;
    font-weight: 600;
    color: #111;
}

.about-section .section-header p {
    margin-top: 12px;
    color: #111;
    font-size: 16px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.about-section .divider {
    width: 60px;
    height: 3px;
    background: #ff5722;
    margin: 16px auto;
}

/* ===== FEATURES GRID ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* FEATURE CARD */
.feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ICON */
.feature-icon {
    font-size: 40px;
    color: #ff5722;
    margin-bottom: 20px;
    display: inline-block;
}

/* TITLE */
.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 14px;
}

/* DESCRIPTION */
.feature-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* HOVER EFFECT */
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* ===== RESPONSIVE ===== */

/* Tablets */
@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 70px 0;
    }

    .about-section .section-header h2 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7c3cf1 *//* ===== CTA SECTION ===== */
.cta-section {
    /*padding: 90px 20px;*/
    background: #f9fafb;
    font-family: "Poppins", sans-serif;
}

/* MAIN CONTAINER */
.cta-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* LEFT IMAGE */
.cta-image {
    background-image: url("https://images.unsplash.com/photo-1566073771259-6a8506099945");
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

/* RIGHT FORM */
.cta-form {
    padding: 60px 50px;
}

.cta-form h2 {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.cta-form p {
    color: #555;
    font-size: 15px;
    margin-bottom: 30px;
}

/* ===== FORM ===== */
#revmerito-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* FULL WIDTH FIELDS */
#revmerito-contact-form .form-group:nth-child(4),
#revmerito-contact-form button {
    grid-column: span 2;
}

.form-group label {
    display: block;
    font-size: 13px;
    color: #444;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-family: inherit;
}

.form-group textarea {
    resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff5722;
    box-shadow: 0 0 0 2px rgba(255, 87, 34, 0.15);
}

/* ===== BUTTON ===== */
.cta-btn {
    margin-top: 10px;
    padding: 14px;
    background: #ff5722;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.cta-btn:hover {
    background: #e64a19;
    transform: translateY(-2px);
}

.cta-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ===== RESPONSIVE ===== */

/* Tablets */
@media (max-width: 991px) {
    .cta-container {
        grid-template-columns: 1fr;
    }

    .cta-image {
        height: 260px;
    }

    .cta-form {
        padding: 50px 35px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #revmerito-contact-form {
        grid-template-columns: 1fr;
    }

    #revmerito-contact-form .form-group,
    #revmerito-contact-form button {
        grid-column: span 1;
    }

    .cta-form h2 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb16f1c *//* =========================
   VARIABLES
========================= */
:root {
    --primary: #FF5722;
    --secondary: #263238;
}
/* FORCE BLACK HEADING – OVERRIDE ALL THEME STYLES */
.modern-services-section .section-header h2 {
    color: #000000 !important;
    font-weight: 800 !important;
}


/* =========================
   BASE SECTION
========================= */
.modern-services-section {
    background-color: #ffffff;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================
   SECTION HEADER
========================= */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.6rem;
    color: #000000; /* BLACK heading */
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.section-header p {
    color: #666;
    font-size: 16px;
}

.section-header .divider {
    width: 80px;
    height: 4px;
    background: var(--primary);
    margin: 0 auto 15px;
    border-radius: 4px;
}

/* =========================
   GRID
========================= */
.services-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* =========================
   CARD
========================= */
.service-card {
    background: #ffffff;
    padding: 42px 32px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

/* =========================
   CARD NUMBER
========================= */
.card-number {
    position: absolute;
    top: -15px;
    right: 15px;
    font-size: 5.5rem;
    font-weight: 800;
    color: #f2f2f2;
    z-index: 0;
    opacity: 0.6;
    transition: 0.4s ease;
}

/* =========================
   ICON BOX
========================= */
.icon-box {
    width: 72px;
    height: 72px;
    background: #fff1ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
}

.icon-box i {
    font-size: 1.8rem;
    color: var(--primary);
    transition: 0.4s ease;
}

/* =========================
   TEXT
========================= */
.service-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--secondary);
    position: relative;
    z-index: 1;
}

.service-card p {
    font-size: 0.97rem;
    color: #555555;
    line-height: 1.75;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

/* =========================
   READ MORE
========================= */
.read-more {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.read-more i {
    font-size: 0.8rem;
    transition: 0.3s;
}

/* =========================
   HOVER EFFECTS
========================= */
.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(255, 87, 34, 0.18);
    border-bottom: 4px solid var(--primary);
}

.service-card:hover .icon-box {
    background: var(--primary);
    transform: scale(1.1);
}

.service-card:hover .icon-box i {
    color: #ffffff;
}

.service-card:hover .card-number {
    color: #fff0eb;
    transform: translateY(10px);
}

.service-card:hover .read-more i {
    transform: translateX(5px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .services-modern-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services-modern-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 32px 22px;
    }

    .section-header h2 {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b731fc7 *//* VARIABLES */
:root {
    --primary: #FF5722;
}
/* Section Background */
.clients-section {
    background-color: #1a1a1a;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}
/* Header */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-size: 2.5rem; color: white; margin-bottom: 10px; font-weight: 700; }
.section-header .divider { width: 80px; height: 4px; background: white; margin: 0 auto 15px; border-radius: 2px; }
/* Grid Layout */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Columns */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* Box Styling */
.client-box {
    position: relative;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
}
/* Background Image Logic (Reveal) */
.client-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;
    opacity: 0; /* Hidden initially */
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
}
/* Dark Overlay on Hover */
.client-box::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
}
/* Logo Styling */
.client-box img {
    max-width: 120px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: 0.3s;
    z-index: 3;
    margin-bottom: 15px;
}
/* Hotel Name Styling */
.hotel-name {
    color: #888;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
    transition: 0.3s;
    margin: 0;
}
/* --- HOVER EFFECTS --- */
.client-box:hover::before,
.client-box:hover::after { opacity: 1; }
.client-box:hover img {
    opacity: 1;
    filter: grayscale(0%) brightness(200%); /* White logo */
    transform: scale(1.05);
}
.client-box:hover .hotel-name {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
/* Responsive */
@media (max-width: 1024px) {
    .clients-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .clients-grid { grid-template-columns: repeat(1, 1fr); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64836fb */.stats-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  text-align: center;
}

.stat-item {
  grid-column: span 1;
}

.stat-divider {
  width: 1px;
  height: 80px;
  background: #e5e7eb;
  justify-self: center;
}

/* NUMBER */
.stat-item h2 {
  font-size: 64px;
  font-weight: 800;
  color: #ff5a52;
  margin-bottom: 10px;
}

/* TEXT */
.stat-item p {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ff8a30;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .stats-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stat-divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed0e98f */.global-presence {
   background: #000000;
  padding: 100px 20px;
  font-family: "Poppins", sans-serif;
}

.gp-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.gp-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.gp-divider {
  display: inline-block;
  width: 120px;
  height: 4px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 70px;
}

/* GRID */
.gp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* ITEM */
.gp-item {
  color: #ffffff;
}

.gp-icon {
  font-size: 38px;
  color: #FF5722;
  margin-bottom: 20px;
}

.gp-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.gp-item p {
  font-size: 16px;
  color: #d1d5db;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .gp-title {
    font-size: 34px;
  }

  .gp-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6f4a91 */:root {
  --brand: #FF5722;
}

/* SECTION */
.faq-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

/* CONTAINER */
.faq-container {
  max-width: 900px;
  margin: auto;
}

/* HEADER */
.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
}

.faq-divider {
  display: inline-block;
  width: 90px;
  height: 4px;
  background: var(--brand);
  border-radius: 4px;
  margin: 14px 0;
}

.faq-header p {
  color: #6b7280;
  font-size: 16px;
}

/* FAQ CARD */
.faq-item {
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

/* HIDE CHECKBOX */
.faq-item input {
  display: none;
}

/* QUESTION */
.faq-question {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  background: #ffffff;
}

/* ICON */
.faq-icon {
  width: 26px;
  height: 26px;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--brand);
  border-radius: 2px;
  transition: 0.3s ease;
}

.faq-icon::before {
  width: 100%;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-icon::after {
  height: 100%;
  width: 3px;
  left: 50%;
  transform: translateX(-50%);
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  background: var(--brand);
  transition: max-height 0.45s ease, padding 0.3s ease;
}

.faq-answer p {
  color: #ffffff;
  line-height: 1.7;
  font-size: 15px;
}

/* OPEN STATE */
.faq-item input:checked ~ .faq-answer {
  max-height: 260px;
  padding: 18px 26px 22px;
}

.faq-item input:checked + .faq-question .faq-icon::after {
  opacity: 0;
}

/* MOBILE */
@media (max-width: 600px) {
  .faq-header h2 {
    font-size: 28px;
  }
  .faq-question {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d18bf1 *//* --- NEWSLETTER CSS FIXED --- */

/* Reset for this section */
.my-newsletter-section * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* 1. Main Section Background - FULL WIDTH FIX */
.newsletter-section {
    background: #000000;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    
    /* --- MAGIC FIX FOR SPACING & FULL WIDTH --- */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    margin-bottom: 0 !important; /* Force remove bottom gap */
    margin-top: 0 !important;    /* Force remove top gap */
    display: block;
}

/* 2. Wrapper (Content Container) */
.newsletter-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center; /* Ensures content is vertically centered */
    position: relative;
    z-index: 2;
}

/* Floating Icon Animation */
.newsletter-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.03);
    transform: rotate(-20deg);
    animation: planeFloat 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes planeFloat {
    0%, 100% { transform: translateY(0) rotate(-20deg); }
    50% { transform: translateY(-15px) rotate(-15deg); }
}

/* Text Content */
.newsletter-content {
    position: relative;
    z-index: 1;
    color: white;
}

.newsletter-content h6 {
    color: #FF5722; /* Primary Orange */
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.newsletter-content h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
    color: white;
    font-weight: 700;
}

.newsletter-content p {
    color: #cccccc;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

/* Features List */
.newsletter-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none; 
    padding: 0;
    margin: 0; /* Clear default margin */
}

.newsletter-features li {
    font-size: 0.9rem;
    color: #dddddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

.newsletter-features i {
    color: #FF5722;
}

/* Form Styles */
.newsletter-form-container {
    position: relative;
    z-index: 1;
}

.news-form .input-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-form input {
    width: 100%;
    padding: 20px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.news-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.news-form input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #FF5722;
}

.news-form button {
    padding: 18px 35px;
    border-radius: 50px;
    border: none;
    background: #FF5722;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.news-form button:hover {
    transform: translateY(-3px);
    background: #ffffff;
    color: #FF5722;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.privacy-note {
    display: block;
    margin-top: 15px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .newsletter-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }
    .newsletter-features {
        justify-content: center;
    }
    .newsletter-icon {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b400390 *//* FOOTER WRAPPER */
.my-footer-section {
  background: #ffffff;
  /*border-top: 4px solid #FF5722;*/
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 999; /* Ensures footer is above other elements */
}

/* MAIN FOOTER */
.site-footer {
  padding: 70px 20px 0;
}

/* CONTAINER */
.footer-container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 60px;
  align-items: stretch; /* Makes all columns equal height */
}

/* LOGO */
.footer-logo img {
  max-width: 170px;
  margin-bottom: 18px;
}

/* ABOUT TEXT */
.footer-col-about p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  max-width: 380px;
}

/* SOCIAL ICONS */
.social-icons {
  margin-top: 18px;
}

.social-icons a {
  color: #111827;
  font-size: 22px;
  margin-right: 14px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #FF5722;
}

/* HEADINGS */
.footer-col-links h4,
.footer-col-contact h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111827;
}

/* LINKS */
.footer-col-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-links ul li {
  margin-bottom: 14px;
}

.footer-col-links ul li a {
  color: #111827;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-col-links ul li a:hover {
  color: #FF5722;
}

/* CONTACT SECTION - Flex Layout for Spacing */
.footer-col-contact {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.contact-list li {
  margin-bottom: 14px;
}

/* Address Styling (Non-clickable) */
.contact-list li, 
.contact-list li span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4b5563;
  font-size: 16px;
}

/* Phone & Email Styling (Clickable) */
.contact-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #4b5563;
  font-size: 16px;
  transition: color 0.3s ease;
}

.contact-list li a:hover {
  color: #FF5722;
}

.contact-list i {
  color: #FF5722;
  font-size: 18px;
}

/* SUBSCRIBE - Pushed to Bottom */
.footer-subscribe {
  margin-top: auto; /* Pushes form to the bottom */
}

.footer-subscribe form {
  position: relative; 
  z-index: 10;
}

.footer-subscribe input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 14px;
  position: relative; 
  z-index: 10;
}

.footer-subscribe input:focus {
  outline: none;
  border-color: #FF5722;
}

.footer-subscribe button {
  width: 100%;
  padding: 14px;
  background: #263238;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative; 
  z-index: 20;
}

.footer-subscribe button:hover {
  background: #1f2937;
}

/* FOOTER BOTTOM */
.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 60px;
  padding: 22px 0;
  text-align: center;
}

.footer-bottom p {
  color: #111827;
  font-size: 15px;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-col-contact {
    height: auto;
  }
  
  .footer-subscribe {
    margin-top: 0;
  }
}/* End custom CSS */