/* Global Styles */
.rmex-body {
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
}

/* Navigation Styles */
.rmex-navbar {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.rmex-brand {
    font-size: 1.8rem;
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #00d4ff !important;
    text-decoration: none;
}
.rmex-brand-icon {
    margin-right: 8px;
}

.rmex-nav-link {
    color: white !important;
    font-weight: 500;
}

.rmex-nav-link.active {
    color: #00d4ff !important;
    font-weight: 700;
    border-bottom: 2px solid #00d4ff;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(0,212,255,0.05)" stroke-width="1"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)" /></svg>');
    pointer-events: none;
}

.hero-title {
    letter-spacing: 1px;
    animation: slideInLeft 1s ease;
}

.hero-highlight {
    color: #00d4ff;
}

.hero-subtitle {
    font-size: 1.1rem;
    animation: slideInLeft 1.2s ease;
}

.hero-description {
    line-height: 1.8;
    animation: slideInLeft 1.4s ease;
}

.hero-buttons {
    animation: slideInLeft 1.6s ease;
}

.hero-visuals {
    animation: slideInRight 1s ease;
}

.hero-box-container {
    position: relative;
    height: 400px;
}

.rmex-floating-box {
    position: absolute;
    background: rgba(0, 212, 255, 0.1);
    border: 2px solid #00d4ff;
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    animation: float 3s ease-in-out infinite;
}

.rmex-floating-box:nth-child(1) {
    top: 20px;
    right: 30px;
}

.rmex-floating-box:nth-child(2) {
    bottom: 50px;
    left: 20px;
    animation-delay: 0.5s;
}

.rmex-floating-box:nth-child(3) {
    bottom: 100px;
    right: 225px;
    animation-delay: 1s;
}

.floating-icon {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #00d4ff;
}

.floating-title {
    color: #00d4ff;
    margin-bottom: 5px;
}

.floating-text {
    color: #ccc;
    margin: 0;
    font-size: 0.9rem;
}

/* Button Styles */
.rmex-primary-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: #1a1a2e;
    border: none;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 50px;
    transition: all 0.3s;
}

.rmex-primary-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3) !important;
}

.rmex-secondary-btn {
    border: 2px solid #00d4ff;
    color: #00d4ff;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 50px;
}

.rmex-secondary-btn:hover {
    background-color: #00d4ff;
    color: #1a1a2e;
}

/* Highlights Section */
.highlights-section {
    background: white;
    padding: 30px 0;
}

.rmex-highlight-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 153, 204, 0.1) 100%);
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #00d4ff;
    transition: all 0.3s;
    cursor: pointer;
    height: 100%;
}

.rmex-highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.highlight-icon {
    font-size: 2.5rem;
    color: #00d4ff;
    margin-bottom: 15px;
}

.highlight-title {
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 600;
}

.highlight-text {
    color: #666;
}

/* Section Headers */
.section-header {
    animation: fadeIn 1s ease;
}

.section-title {
    color: #1a1a2e;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-highlight {
    color: #00d4ff;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
}

/* Booking Section */
.booking-section {
    background: #f8f9fa;
    padding: 20px 0;
}

.booking-form-container {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08);
}

.rmex-form-label {
    color: #1a1a2e;
}

.rmex-form-control {
    border: 2px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 1rem;
}

.rmex-form-control:focus {
    border-color: #00d4ff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 212, 255, 0.25) !important;
}

/* Pricing Section */
.pricing-section {
    background: white;
    padding: 30px 0;
}

.pricing-container {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 40px;
    border-radius: 15px;
    color: white;
}

.rmex-pricing-label {
    color: #00d4ff;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.rmex-pricing-input {
    border: 1px solid #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    color: white;
    border-radius: 8px;
    padding: 10px;
}
.rmex-pricing-input::placeholder {
    color: #ccc;
}
.pricing-estimate {
    background: rgba(0, 212, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #00d4ff;
}

.estimate-title {
    color: #00d4ff;
    margin-bottom: 10px;
}

.estimate-price {
    color: #00d4ff;
    font-weight: 700;
}

.estimate-text {
    color: #aaa;
    margin: 0;
}

/* About Section */
.about-section {
    background: #f8f9fa;
    padding: 30px 0;
}

.about-visual {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon {
    font-size: 8rem;
    color: #00d4ff;
    opacity: 0.3;
}

.about-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.about-subtitle {
    color: #1a1a2e;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-icon-small {
    color: #00d4ff;
    margin-right: 10px;
}

/* Services Section */
.services-section {
    background: white;
    padding: 30px 0;
}

.rmex-service-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 153, 204, 0.1) 100%);
    padding: 40px 25px;
    border-radius: 15px;
    border: 2px solid #00d4ff;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    height: 100%;
}

.rmex-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.service-icon {
    font-size: 2.5rem;
    color: #00d4ff;
    margin-bottom: 15px;
    display: block;
}

.service-title {
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-text {
    color: #666;
    font-size: 0.9rem;
}

.why-choose-container {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 35px;
    border-radius: 15px;
    color: white;
}

.why-choose-title {
    margin-bottom: 30px;
    font-weight: 700;
}

.why-choose-item {
    display: flex;
    gap: 15px;
}

.why-choose-icon {
    color: #00d4ff;
    font-size: 1.5rem;
}

.why-choose-subtitle {
    color: #00d4ff;
    margin-bottom: 5px;
}

.why-choose-text {
    color: #ccc;
    margin: 0;
    font-size: 0.9rem;
}

/* Franchise Section */
.franchise-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 80px 0;
}

.franchise-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.franchise-highlight {
    color: #00d4ff;
}

.franchise-text {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #ccc;
}

.franchise-subtitle {
    margin-bottom: 20px;
    font-weight: 600;
    color: #00d4ff;
}

.franchise-list {
    list-style: none;
    padding: 0;
}

.franchise-list-item {
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
}

.franchise-check-icon {
    color: #00d4ff;
    flex-shrink: 0;
    margin-top: 2px;
}

.franchise-form-container {
    background: rgba(0, 212, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
    border: 2px solid #00d4ff;
}

.franchise-form-title {
    color: #00d4ff;
    margin-bottom: 25px;
    font-weight: 600;
}

.rmex-franchise-input {
    border: 1px solid #00d4ff;
    background: rgba(0, 212, 255, 0.05);
    color: white;
    border-radius: 8px;
    padding: 12px 15px;
}
.rmex-franchise-input::placeholder{
    color: #ccc;
}
.rmex-franchise-btn {
    background: #00d4ff;
    color: #1a1a2e;
    border: none;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
}

/* Stats Section */
.stats-section {
    background: white;
    padding: 30px 0;
}

.rmex-stat-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 153, 204, 0.1) 100%);
    padding: 40px;
    border-radius: 15px;
    border: 2px solid #00d4ff;
}

.stat-number {
    color: #00d4ff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.stat-text {
    color: #666;
    margin: 0;
}

/* Contact Section */
.contact-section {
    background: #f8f9fa;
    padding: 30px 0;
}

.contact-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
}

.contact-icon-container {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon {
    font-size: 1.5rem;
    color: white;
}

.contact-card-title {
    color: #1a1a2e;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-card-text {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.contact-link {
    color: #00d4ff;
    text-decoration: none;
    font-weight: 600;
}

.contact-time {
    font-size: 0.9rem;
    color: #999;
}

.message-form-container {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.message-form-title {
    color: #1a1a2e;
    margin-bottom: 25px;
    font-weight: 600;
}

/* Footer */
.rmex-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 50px 0 20px;
}

.footer-title {
    color: #00d4ff;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-text {
    color: #ccc;
    line-height: 1.8;
    font-size: 0.9rem;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list-item {
    margin-bottom: 10px;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: #00d4ff;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(0, 212, 255, 0.2);
    border: 1px solid #00d4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    text-decoration: none;
}

.social-link:hover {
    background: #00d4ff;
    color: #1a1a2e;
}

.footer-divider {
    border-color: rgba(0, 212, 255, 0.2);
    /* margin: 30px 0; */
}

.footer-bottom {
    text-align: center;
    color: #aaa;
    font-size: 0.9rem;
}

.footer-copyright {
    margin: 0;
}

.footer-tagline {
    color: #00d4ff;
    font-weight: 600;
}



        .terms-header {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            color: white;
            padding: 25px 0 60px;
            text-align: center;
        }

        .terms-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .terms-subtitle {
            font-size: 1.2rem;
            color: #00d4ff;
            margin-bottom: 30px;
        }

        .terms-container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 30px;
            margin: -50px auto 50px;
            position: relative;
            max-width: 1200px;
        }

        .last-updated {
            background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            display: inline-block;
            font-weight: 600;
        }

        .terms-section {
            margin-bottom: 40px;
        }

        .section-title {
            color: #1a1a2e;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #00d4ff;
        }

        .terms-list {
            list-style-type: none;
            padding-left: 0;
        }

        .terms-list li {
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
            line-height: 1.6;
        }

        .terms-list li:before {
            content: "•";
            color: #00d4ff;
            font-weight: bold;
            font-size: 1.2rem;
            position: absolute;
            left: 0;
        }

        .highlight-box {
            background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 153, 204, 0.1) 100%);
            border-left: 4px solid #00d4ff;
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
        }

        .contact-info {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            color: white;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin-top: 40px;
        }

        .contact-title {
            color: #00d4ff;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .contact-item {
            margin: 15px 0;
            font-size: 1.1rem;
        }

        .contact-link {
            color: #00d4ff;
            text-decoration: none;
            font-weight: 600;
        }

        .contact-link:hover {
            text-decoration: underline;
        }

        
        .privacy-header {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            color: white;
            padding: 25px 0 60px;
            text-align: center;
        }

        .privacy-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .privacy-subtitle {
            font-size: 1.2rem;
            color: #00d4ff;
            margin-bottom: 30px;
        }

        .privacy-container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 30px;
            margin: -50px auto 50px;
            position: relative;
            max-width: 1200px;
        }



        .privacy-section {
            margin-bottom: 40px;
        }

        .section-title {
            color: #1a1a2e;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #00d4ff;
            display: flex;
            align-items: center;
        }

        .section-icon {
            color: #00d4ff;
            margin-right: 10px;
            font-size: 1.3rem;
        }

        .privacy-list {
            list-style-type: none;
            padding-left: 0;
        }

        .privacy-list li {
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
            line-height: 1.6;
        }

        .privacy-list li:before {
            content: "•";
            color: #00d4ff;
            font-weight: bold;
            font-size: 1.2rem;
            position: absolute;
            left: 0;
        }

        .highlight-box {
            background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 153, 204, 0.1) 100%);
            border-left: 4px solid #00d4ff;
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
        }

        .data-flow-card {
            background: white;
            border: 2px solid #00d4ff;
            border-radius: 10px;
            padding: 25px;
            margin: 20px 0;
            text-align: center;
            transition: all 0.3s;
        }

        .data-flow-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 212, 255, 0.2);
        }

        .data-flow-icon {
            font-size: 2.5rem;
            color: #00d4ff;
            margin-bottom: 15px;
        }

        .data-flow-title {
            color: #1a1a2e;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .contact-info {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            color: white;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin-top: 40px;
        }

        .contact-title {
            color: #00d4ff;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .contact-item {
            margin: 15px 0;
            font-size: 1.1rem;
        }

        .contact-link {
            color: #00d4ff;
            text-decoration: none;
            font-weight: 600;
        }

        .contact-link:hover {
            text-decoration: underline;
        }
.floating-container {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 9999;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
}

.float-btn:hover {
    transform: scale(1.12);
    cursor: pointer;
}

.whatsapp {
    background: #25D366;
}

.call {
    background: #0d6efd;
}
.google {
    background: #4285F4;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease;
}
.highlight-container{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.font-size-15{
    font-size: 15px;
}
.font-size-14{
    font-size: 14px;
}
.bookingkeys{
    list-style: none; 
    padding-left: 0;
    display: flex; 
   
}
@media (max-width: 575.98px) {
.rmex-floating-box:nth-child(2) {
    bottom: 0px;
    left: 192px;
    animation-delay: 0.5s;
}
.rmex-floating-box:nth-child(1) {
    right: 0px;
}
.rmex-floating-box:nth-child(3) {
    right: 175px;
}
.rmex-floating-box{
    padding: 10px;
}
.hero-section{
    padding: 10px;
}
.rmex-primary-btn{
        padding: 13px 20px;
}
.rmex-secondary-btn {
    padding: 12px 15px;
}
.highlight-margin{
    margin-top: 10px;
}
.rmex-highlight-card{
    padding: 15px;
}
.about-visual{
    height: auto;
}
.terms-container{
    padding: 15px;
}
.privacy-container{
    padding: 15px;
}
.highlight-container{
  flex-wrap: wrap;
 
}
.highlight-margin{
 width: 100%;
}
.bookingkeys{
    flex-direction: column;
            align-items: self-start;
}
.booking-form-container{
    margin-top: 10px;
}
.calculate-shipping{
    margin-top: 30px;
}
}