/* ================================
   🧭 NAVBAR
================================ */
.navbar-collapse.collapse {
    justify-content: flex-end;
}

.navbar-w {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    background: transparent;
    transition: background 0.4s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.navbar-w.scrolled {
    background: #082b20;
    backdrop-filter: blur(12px);
    padding: 5px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.navbar-w.scrolled .nav-logo img {
    height: 60px;
}

/* Logo */
.navbar-w .nav-logo img {
    height: 85px;
    width: auto;
    transition: var(--transition);
}

/* Nav links */
.navbar-w .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 7px 14px !important;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.navbar-w .nav-link:hover,
.navbar-w .nav-link.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

/* Dropdown */
.navbar-w .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    padding: 8px 0;
    min-width: 190px;
    margin-top: 5px;
}

.navbar-w .dropdown-menu .dropdown-item, .navbar-w .dropdown-menu .nav-link {
    font-size: 13.5px!important;
    color: var(--primary)!important;
    padding: 9px 18px!important;
    transition: var(--transition)!important;
}

.navbar-w .dropdown-menu .dropdown-item:hover , .navbar-w .dropdown-menu .nav-link:hover {
    background: var(--bg-soft)!important;
    color: var(--primary)!important;
}

/* CTA button in nav */
.btn-nav-cta {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    color: #fff !important;
    border-radius: var(--radius-pill);
    padding: 7px 22px !important;
    font-size: 13.5px;
    font-weight: 600;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-nav-cta:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

/* Mobile hamburger */
.navbar-w .navbar-toggler {
    border: none;
    color: #fff;
    font-size: 26px;
    padding: 4px;
}

.navbar-w .navbar-toggler:focus {
    box-shadow: none;
}

/* ================================
   🦸 HERO SECTIONS
================================ */

/* Full-screen hero (homepage) */
.hero-full {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Video bg */
.hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image bg */
.hero-img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlays */
.hero-overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.hero-overlay-green {
    position: absolute;
    inset: 0;
    background: rgba(8, 43, 32, 0.60);
    z-index: 1;
}

.hero-overlay-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(8, 43, 32, 0.75) 100%);
    z-index: 1;
}

/* Content */
.hero-content {
    position: relative;
    top: 5%;
    z-index: 2;
    color: #fff;
}

/* Sub-page hero */
.hero-sub {
    position: relative;
    height: 100vh;
    /*min-height: 400px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Sub-page hero */
.hero-sub-without-img{
    position: relative;
    /*height: -6vh;*/
    min-height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-overlay-theme{
    background: #082b20;
    position: absolute;
    inset: 0;
    z-index: 1;
}
/* Hero typography */
.hero-display {
    font-size: clamp(34px, 5.5vw, 76px);
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}

.hero-title {
    font-size: clamp(28px, 4vw, 52px);
    color: #fff;
    font-weight: 700;
}

.hero-lead {
    font-size: clamp(15px, 1.8vw, 20px);
    color: rgba(255, 255, 255, 0.82);
    /*font-weight: 300;*/
    max-width: 950px;
}


/* ================================
   ADVANCED SEARCH BOX
================================ */
.advance_search_box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
}

/* Tabs */
.search_tabs .nav-link {
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    transition: all 0.2s;
}

.search_tabs .nav-link.active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

/* Inputs */
.theme_input {
    font-size: 14px;
    height: 44px;
}

.theme_input:focus {
    box-shadow: 0 0 0 3px rgba(46, 78, 66, 0.3);
    border-color: var(--theme-secondary);
}

/* Search button */
.theme_btn {
    background-color: var(--secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    height: 44px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.theme_btn:hover {
    background-color: var(--secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    height: 44px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

/* ================================
   END ADVANCED SEARCH BOX
================================ */

/* ================================
   🪗 TABS
================================ */

/* Underline tabs */
.tabs-underline .nav-link {
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    margin-right: 28px;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    border-radius: 0;
    transition: var(--transition);
}

.tabs-underline .nav-link:hover {
    color: var(--primary);
}

.tabs-underline .nav-link.active {
    color: var(--primary);
    border-bottom-color: var(--secondary);
    background: transparent;
}

/* Pill tabs */
.tabs-pill .nav-link {
    color: var(--muted);
    font-weight: 600;
    font-size: 13.5px;
    padding: 8px 22px;
    border-radius: var(--radius-pill);
    background: var(--bg-soft);
    border: 1.5px solid transparent;
    transition: var(--transition);
    margin-right: 8px;
}

.tabs-pill .nav-link:hover {
    color: var(--primary);
    background: var(--bg-main);
}

.tabs-pill .nav-link.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* Box tabs */
.tabs-box .nav-link {
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    border: 1.5px solid var(--border-color);
    margin-right: 8px;
    background: var(--bg-white);
    transition: var(--transition);
}

.tabs-box .nav-link:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.tabs-box .nav-link.active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

/* Ghost tabs (for dark bg) */
.tabs-ghost .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 13.5px;
    padding: 8px 20px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 8px;
    transition: var(--transition);
}

.tabs-ghost .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.tabs-ghost .nav-link.active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}


/* ================================
   📝 FORMS
================================ */

.form-dark input:-webkit-autofill,
.form-dark textarea:-webkit-autofill,
.form-dark select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.08) inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
    transition: background-color 9999s ease-in-out 0s;
}

.modal_custom_width{
    max-width: 600px!important;
}

/* hide ugly parsley text */
.parsley-errors-list {
    display: none !important;
}

/* red border only */
.parsley-error {
    border: 1px solid #ff3b30 !important;
    box-shadow: none !important;
}

/* smooth focus */
.parsley-error:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,59,48,0.15);
}

.form_captcha img {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #082b20;
    border-right: 0;
}

.form-dark .form_captcha img {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
}

.form_captcha .form-control {
    border-left: 0 !important;
}

/* Form control base */
.form-w .form-control,
.form-w .form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 11px 16px;
    font-size: 14px;
    color: var(--primary);
    font-family: var(--font-body);
    background: var(--bg-white);
    transition: border-color 0.2s, box-shadow 0.2s;
    height: auto;
}

.form-w .form-control:focus,
.form-w .form-select:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(46, 78, 66, 0.12);
    outline: none;
}

.form-w .form-control::placeholder {
    color: #aaa;
}

/* Label */
.form-w label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

/* Required star */
.req {
    color: #dc2626;
}

/* Dark form (for dark bg) */
.form-dark .form-control,
.form-dark .form-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.form-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-dark .form-control:focus,
.form-dark .form-select:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--accent);
    box-shadow: none;
    color: #fff;
}

.form-dark label {
    color: rgba(255, 255, 255, 0.8);
}

.form-dark .form-select option {
    background: var(--primary);
    color: #fff;
}

/* Input with icon */
.input-icon {
    position: relative;
}
.form-dark .input-icon i,
.form-dark .input-icon .fa {
   color: #fff8f8d1; 
}
.input-icon i,
.input-icon .fa {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #082b19b3;
    font-size: 14px;
    pointer-events: none;
}

.input-icon .form-control {
    padding-left: 40px;
}

/* Textarea */
.form-w textarea.form-control {
    resize: vertical;
    min-height: 110px;
}

/* Placeholder White */
.form-dark input::placeholder,
.form-dark textarea::placeholder {
    color: #fff8f8d1 !important;
    opacity: 1;
}

/* Safari support */
.form-dark input::-webkit-input-placeholder,
.form-dark textarea::-webkit-input-placeholder {
    color: #fff8f8d1;
}

.form-dark .form-select {
    color: #fff8f8d1;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

/* Form card wrapper */
.form-card {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    padding: 36px;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border-color);
}

.form-card-sm {
    padding: 24px;
}


/* ================================
   🪗 ACCORDION / FAQ
================================ */
.accordion-w .accordion-item {
    border: none;
    border-bottom: 1px solid var(--border-color);
    background: transparent;
}

.accordion-w .accordion-button {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    background: transparent;
    padding: 20px 0;
    box-shadow: none;
}

.accordion-w .accordion-button:not(.collapsed) {
    color: var(--primary);
}

.accordion-w .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232e4e42' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.accordion-w .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23082b20' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/%3E%3C/svg%3E");
    transform: none;
}

.accordion-w .accordion-body {
    padding: 0 0 20px;
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.85;
}


/* ================================
   🎯 CTA SECTIONS
================================ */
.cta-w {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.cta-w::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.cta-w::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}


/* ================================
   📋 ICON BOXES
================================ */
.icon-box-w {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    background: var(--bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 22px;
    flex-shrink: 0;
    transition: var(--transition);
}

.icon-box-w-sm {
    width: 38px;
    height: 38px;
    font-size: 16px;
    border-radius: var(--radius-sm);
}

.icon-box-w-lg {
    width: 68px;
    height: 68px;
    font-size: 28px;
    border-radius: var(--radius-lg);
}

.icon-box-w-xl {
    width: 84px;
    height: 84px;
    font-size: 34px;
    border-radius: var(--radius-xl);
}

/* Color variants */
.icon-box-primary {
    background: rgba(8, 43, 32, 0.08);
    color: var(--primary);
}

.icon-box-secondary {
    background: rgba(46, 78, 66, 0.1);
    color: var(--secondary);
}

.icon-box-accent {
    background: rgba(74, 124, 104, 0.12);
    color: var(--accent);
}

.icon-box-white {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Hover fill */
.icon-box-hover:hover {
    background: var(--primary);
    color: #fff;
}


/* ================================
   ✅ LIST STYLES
================================ */
.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-check li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--muted);
    padding: 5px 0;
}

.list-check li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--accent);
    font-size: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

.list-arrow li::before {
    content: '\f054';
    color: var(--secondary);
}

.list-dot li::before {
    content: '•';
    font-family: inherit;
    font-weight: 900;
    color: var(--secondary);
    font-size: 16px;
    margin-top: -1px;
}


/* ================================
   🌊 MARQUEE / LOGOS STRIP
================================ */
.logos-strip {
    padding: 22px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-white);
    overflow: hidden;
}

.logos-strip img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.5);
    transition: filter 0.3s;
    margin: 0 36px;
}

.logos-strip img:hover {
    filter: grayscale(0) opacity(1);
}


/* ================================
   ⭐ RATING / GOOGLE BADGE
================================ */
.rating-stars {
    color: #f59e0b;
}
.rating-stars .fa-star{
   font-size:10px;
}
.google-badge-w {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-pill);
    padding: 10px 22px;
    box-shadow: var(--shadow-sm);
}


/* ================================
   🗺️ CONTACT INFO ITEMS
================================ */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-item .icon-box-w {
    flex-shrink: 0;
}

.contact-item strong {
    font-size: 13px;
    color: var(--primary);
    display: block;
}

.contact-item span {
    font-size: 14px;
    color: var(--muted);
}


/* ================================
   🃏 CARD HOVER ANIMATION
================================ */
.hover-lift {
    transition: var(--transition);
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.hover-scale img {
    transition: transform 0.4s ease;
}

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


/* ================================
   🔻 FOOTER
================================ */

.footer_section {
    background-color: #082b20;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 10px;
}

.footer_logo img {
    width: 90px;
    height: auto;
}

.footer_links li {
    margin-bottom: 8px;
    line-height: 2;
}

.footer_links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.footer_links a:hover {
    color: #fff;
}

.footer_contact li {
    margin-bottom: 12px;
    line-height: 2;
    color: #ccc;
}
.footer_contact li a{
    color: #ccc;
}

.footer_about {
    color: #ccc;
    font-size: 14px;
    line-height: 2;
}

/* Social icons */
.social_link a {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid #6c757d;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s, border-color 0.2s;
}
.footer_contact i {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    /* border: 1px solid #6c757d; */
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s, border-color 0.2s;
}
.social_link a:hover {
    color: #fff;
    border-color: #adb5bd;
}

/* Footer bottom bar */
.footer_bottom {
    background: #082b20;
    margin-top: 40px;
    padding: 15px 0;
    font-size: 14px;
    color: #ccc;
}

.footer_bottom .container {
   border-top: 1px solid var(--muted) !important;
   padding-top: 10px;
}

.footer_bottom a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.footer_bottom a:hover {
    color: #fff;
}

/* ================================
   🔝 FLOATING BUTTONS
================================ */
.float-wa {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 54px;
    height: 54px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    z-index: 999;
    text-decoration: none;
    transition: transform 0.3s;
}

.float-wa:hover {
    transform: scale(1.1);
    color: #fff;
}

.btn-back-top {
    position: fixed;
    bottom: 60px;
    right: 18px;
    width: 42px;
    height: 42px;
    background: var(--primary);
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 999;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: background 0.2s;
}

.btn-back-top:hover {
    background: var(--secondary);
}

.btn-back-top.show {
    display: flex;
}

/* ================================
   🎞️ ANIMATIONS
================================ */
.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.fade-in {
    opacity: 0;
    transition: opacity 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
}
.scale-in {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}
.cta_left_content h2{
      color: #fff;
}
.roadshow_card{
 cursor: pointer;   
}
.video-box {
  width: auto;
  height: 600px;
  overflow: hidden;
}
.video-box video {
  width: auto;
  height: 600px;
  object-fit: cover;
}
.pagination .page-link{
        color: var(--text-primary);
}
.pagination .page-link.current{
    color: #fff; 
    background:var(--text-primary);
    border: 1px solid var(--text-primary);
}

/* ================================
FLOATING CONTACT BUTTONS
================================ */

.floating-contact {
    position: fixed;
    right: 18px;
    bottom: 110px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.float-btn {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border: 1.5px solid #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    animation: pulseAnim 1.8s infinite;
    transition: 0.3s ease;
}

.float-btn:hover{
    transform: scale(1.08);
    color: #fff;
}

/* Call */
.call-btn{
    background: #082b20;
}

/* WhatsApp */
.whatsapp-btn{
    background: #082b20;
}

/* Pulse Animation */
@keyframes pulseAnim{

    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
    }

    70%{
        box-shadow: 0 0 0 14px rgba(37,211,102,0);
    }

    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }

}

/* Initially Hide */
.floating-contact{
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    transition: all 0.3s ease;
}

/* Show on Scroll */
.floating-contact.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.amenities_offplan svg {
    height: 50px;
    width: 50px;
}
.amenities_offplan h5{
  font-family: var(--font-subheading);  
  font-size: 18px;
  font-weight: 400;
}
.amenities_offplan .card-icon{
    padding: 0px 20px;
}
.form_captcha{
    display:none;
}
/*off-plan gallery*/
.gallery-section{
    position: relative;
    padding: 40px;
    background: #f4f2ed;
}

.gallery-slider{
    margin: 0 -15px;
}

.gallery-item{
    padding: 0 15px;
}

.gallery-item img{
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

/* Slick Arrows */
.gallery-slider .slick-prev,
.gallery-slider .slick-next{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.gallery-slider .slick-prev{
    left: -10px;
}

.gallery-slider .slick-next{
    right: -10px;
}

.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before{
    color: #000;
    font-size: 24px;
}

/* Gallery Button */
.gallery-btn-wrap{
    position: absolute;
    right: 70px;
    bottom: 70px;
    z-index: 9;
}

.open-gallery{
    background: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #ffffff!important;
}

.amenities_card img{
    height:70px;
    width:auto;
}
/* Mobile */
@media(max-width:767px){
    .gallery-section{
        padding: 20px;
    }
    .gallery-item img{
        height: 380px;
    }
    .gallery-btn-wrap{
        right: 30px;
        bottom: 40px;
    }

}
