@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

.custom_container_full {
    max-width: 1920px; 
    margin: 0 auto;
}

.common_container {
    width: 85%;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
}

.header .navbar {
    width: 100%;
    background-color: transparent !important;
    padding: 0 !important;
}
.header .navbar #navbarSupportedContent {
    justify-content: flex-end;
}

.header .navbar #navbarSupportedContent ul {
    margin: 0 auto;
    margin-right: 0 !important;
}
.header .main_logo {
    width: 20%;
    font-size: 2rem;
    text-decoration: none;
    font-weight: 600;
    color: #292D32;
}

.header .navbar-brand {
    font-size: 2rem;
    font-weight: 600;
}

.header .navbar-brand button {
    box-shadow: none !important;
    outline: none !important;
}

.header ul {
    margin-bottom: 0;
    list-style: none;
}

.header ul li {
    margin-left: 1rem !important;
}

.header ul .get_started a {
    background-color: #5367FF;
    border: 1px solid #5367FF;
    color: #fff;
    transition: .5s;
    font-size: 1rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 8px 1rem;
}

.header ul .get_started a:hover {
    background-color: transparent;
    color: #5367FF;
}

.hero_section {
    background-image: url('../images/hero_img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8rem 0;
    /* margin-top: 5rem; */
}

.hero_section h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3rem;
}

.hero_section h2 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 2rem;
}

.hero_section p {
    font-size: 1rem;
    color: #fff !important;
}

.hero_section .hero_btns {
    margin-top: 5rem;
}

.hero_section .main_btns {
    display: inline-flex;
    align-items: center;
}

.hero_section .main_btns .free_trials {
    background-color: #5367FF;
    color: #fff;
    border-radius: 8px;
    transition: .4s ease-in-out;
    border: 1px solid #5367FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px .9rem;
    text-decoration: none;
    margin-right: 1rem;
}

.hero_section .main_btns .free_trials:hover {
    background-color: transparent;
}

.hero_section .main_btns .request_demo {
    background-color: transparent;
    color: #fff;
    border-radius: 8px;
    transition: .4s ease-in-out;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px .9rem;
    text-decoration: none;
    margin-right: 1rem;
}

.hero_section .main_btns .request_demo:hover {
    background-color: #fff;
    color: #292D32;
}

.second_section {
    background-color: #ecebeb;
    padding: 5rem 0;
    margin-top: -5rem;
}

.second_section .main_tabs ul {
    width: 40%;
    margin-right: 4rem !important;
}

.second_section .main_tabs ul li {
    margin-bottom: 1rem;
}

.second_section .main_tabs ul li button {
    font-size: 1.25rem;
    color: #000;
    background-color: #fff !important;
    border-radius: 16px;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2rem 0 2rem 1rem;
    box-shadow: 0px 0px 6px 2px rgba(223,223,223,0.75);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(223,223,223,0.75);
    -moz-box-shadow: 0px 0px 6px 2px rgba(223,223,223,0.75);    
}

.second_section .main_tabs ul li span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    margin-right: 1rem;
}

.second_section .main_tabs ul li span img {
    width: 100%;
}

.second_section .main_tabs .tab-content {
    width: 55%;
}

.second_section .main_tabs .tab-content .tab-pane {
    height: 100%;
    background-color: #C2C2C2;
    padding: 1rem 1rem;
    border-radius: 20px;

}

/* .second_section .main_tabs .tab-content .tab-pane h3 {
    width: 100%;
    height: 100%;
} */

.second_section .main_tabs h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #292D32;
    font-weight: 700;
}

.second_section .main_tabs p {
    font-size: 1.3rem;
    color: #292D32;
}

.second_section .tabs_section {
    margin-top: 3rem;
}

.second_tabs .third_heading h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.second_tabs .third_heading p {
    font-size: 1rem;
    font-weight: normal;
}

.third_section {
    margin: 4rem 0;
}

.third_section .tabs_main_content .content_left_section h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.third_section .tabs_main_content .content_left_section a {
    background-color: #5367FF;
    color: #fff;
    border-radius: 8px;
    transition: .4s ease-in-out;
    border: 1px solid #5367FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px .9rem;
    text-decoration: none;
    margin-right: 1rem;
}

.third_section .tabs_main_content .content_left_section a:hover {
    background-color: transparent;
    color: #5367FF;
}

.third_section .inner_shadow {
    border: 1px solid #D6D6D6;
    box-shadow: 0px 0px 11px 2px rgba(214,214,214,0.75) inset;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(214,214,214,0.75) inset;
    -moz-box-shadow: 0px 0px 11px 2px rgba(214,214,214,0.75) inset;
    border-radius: 16px;
    padding: 1rem;    
    margin-bottom: 1rem;
}

.third_section .tabs_main_content .content_right_section {
    width: 100%;
    height: 30rem;
}

.third_section .tabs_main_content .content_right_section img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.third_section .tabs_main_content .content_right_section .video-btn {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;    
}

.third_section .tabs_main_content .content_right_section .video-btn .play_btn img {
    width: 100% !important;
    height: 100% !important;
    filter: invert(1);
}

.third_section .tabs_main_content .content_right_section .video-btn::before {
    content: '';
    background-color: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    opacity: .6;
}

.third_section .second_tabs ul li button {
    border-radius: 16px;
    border: 1px solid #292D32;
    padding: 4px 1rem;
    margin-right: 1rem;
}

.third_section .second_tabs ul li .active {
    background-color: #292D32;
    color: #fff;
}

.tabs_main_content .common_tabs {
    display: flex;
    align-items: center;
    border: 1px solid #5367FF;
    border-radius: 16px;
    align-content: center;
    padding: 1rem;
}

.tabs_main_content .common_tabs .common_img {
    width: 20%;
}

.tabs_main_content .common_tabs .common_content {
    width: 80%;
}

.tabs_main_content .common_tabs .common_content h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.tabs_main_content .common_tabs .common_content p {
    margin-bottom: 0;
}

.fourth_section {
    background-color: #ecebeb;
    padding: 4rem 0;
    margin-top: -5rem;
}
.fourth_section .common_fourth_grid {
    text-align: center;
    padding: 24px;
    box-shadow: 0px 0px 13px 3px rgb(205 205 205 / 75%);
    -webkit-box-shadow: 0px 0px 13px 3px rgb(205 205 205 / 75%);
    -moz-box-shadow: 0px 0px 13px 3px rgb(205 205 205 / 75%);
    background-color: #fff;
    border-radius: 20px;
    height: 16rem;
    margin-bottom: 1.5rem;    
    align-content: center;
}

.fourth_section .common_fourth_grid .fourth_content h4 {
    font-size: 1.25rem;
}

.fourth_section .common_fourth_grid .fourth_img {
    margin-bottom: 2rem;
}

.fourth_section h3 {
    text-transform: uppercase;
    font-size: 2rem;
}
.fourth_section p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
}

.fifth_section {
    padding: 4rem 0;
}

.fifth_section .fifth_section_heading {
    width: 50%;
}

.fifth_section .fifth_section_heading h3 {
    font-size: 2rem;
    text-transform: uppercase;
}

.fifth_section .fifth_section_heading p {
    font-size: 1.25rem;
}

.fifth_section .fifth_section_heading h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.fifth_section .fifth_img_section {
    border-top: 1px solid #c3c3c3;
    padding-top: 1rem;
}

.fifth_section .fifth_img_section .fifth_common {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 3px rgb(233 233 233 / 75%);
    -webkit-box-shadow: 0px 0px 13px 3px rgb(233 233 233 / 75%);
    -moz-box-shadow: 0px 0px 13px 3px rgb(233 233 233 / 75%); 
    padding: 1rem;
    height: 6rem;
    align-content: center;
}

.fifth_section .fifth_img_section .fifth_common .fifth_section_logo {
    width: 100%;
}

.fifth_section .fifth_img_section .fifth_common .fifth_section_logo img {
    width: 50%;
}

.sixth_section {
    background-color: #ecebeb;
    padding: 4rem 0;
    margin-top: -5rem;
}

.sixth_section .accordion .button_break .accordion_num {
    color: #5367FF;
    font-size: 1.25rem !important;
    margin-right: 10px;
}

.sixth_section .accordion .button_break {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.sixth_section .accordion-header a {
    text-decoration: none !important;
    border-radius: 10px !important;
}

.sixth_section .accordion button {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.sixth_section h3 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.seventh_section {
    background-image: url('../images/hero_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
    margin-top: -5rem;
}

.seventh_section .final_headings h3 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.seventh_section .final_btn_section {
    display: flex;
    align-items: center;
}

.seventh_section .final_btn_section p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #fff;
    margin-right: 2rem;
}

.seventh_section .final_btn_section a {
    background-color: #5367FF;
    border: 1px solid #5367FF;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 1rem;
    transition: .4s ease-in-out;
}

.seventh_section .final_btn_section a:hover {
    background-color: transparent;
}

.main_footer {
    background-color: #292D32;
    padding: 4rem 0;
}

.main_footer p {
    font-size: 1rem;
    color: #fff;
}

footer {
    background-color: #2f3445;
    padding: 40px 0;
    color: #fff !important;
}

footer a {
    color: #fff;
    text-decoration: none !important;
}

footer ul li {
    margin-bottom: .5rem;
}
.custom-pricing{
    display: flex;
    gap: 22px;
    /* margin: 5rem 0; */
}

.custom-pricing .col-md-3 {
    border-radius: 20px;
    position: relative;
    padding-bottom: 4rem !important;
}

.custom-pricing .col-md-3 .price_book_btn a {
    background: linear-gradient(135deg, #2f3445, #3a4f6c);
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease;
}

.custom-pricing .col-md-3 .price_book_btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgb(49 58 77 / 37%);
}



section .custom_container_full {
    padding-top: 5rem;
}

.sixth_section .accordion-item {
    margin-bottom: 1.5rem !important;
    border-radius: 10px;
}

.custom_padding {
    padding-top: 8rem;
}

.custom_padding h3 {
    margin-bottom: 0 !important;
}

.for_bg_color {
    background-color: #f7f7f8;
}

.for_bg_color .custom_container_full {
    padding-top: 2rem !important;
    padding-bottom: 4rem;
}

.whatsapp_floating_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}

.whatsapp_floating_icon img {
    width: 100%;
    height: 100%;
}

.footer_bottom_copyright {
    background-color: #2f3445eb;
    padding: 1rem;
    color: #fff !important;
    text-align: center;
}

.footer_bottom_copyright p {
    font-size: 1rem;
    margin-bottom: 0;
}

.footer_bottom_copyright p a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #2f3445 0%, #3d4a5e 100%);
            color: white;
            padding: 120px 0 80px;
            text-align: center;
            margin-top: 70px;
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            animation: fadeInUp 1s ease;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            animation: fadeInUp 1s ease 0.2s both;
        }

        .hero-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .hero-feature {
            background: rgba(255,255,255,0.1);
            padding: 1.5rem;
            border-radius: 10px;
            backdrop-filter: blur(10px);
            animation: fadeInUp 1s ease 0.4s both;
        }

        /* Features Section */
        .features {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: #2f3445;
            margin-bottom: 1rem;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }

        .feature-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
            overflow: hidden;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: #2f3445;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: #2f3445;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
            color: white;
        }

        .feature-card h3 {
            font-size: 1.4rem;
            margin-bottom: 1rem;
            color: #2f3445;
        }

        .feature-card p {
            color: #666;
            line-height: 1.6;
        }

        /* Benefits Section */
        .benefits {
            padding: 80px 0;
            background: white;
        }

        .benefits-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .benefits-text h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #fff;
        }

        .benefits-list {
            list-style: none;
            margin-top: 2rem;
        }

        .benefits-list li {
            padding: 1rem 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .benefits-list li:before {
            content: '✓';
            background: #4CAF50;
            color: white;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.8rem;
        }

        .demo-container {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 2rem;
            position: relative;
            overflow: hidden;
            border: 2px solid #2f3445;
        }

        .demo-screen {
            background: #333;
            border-radius: 10px;
            padding: 1rem;
            color: #0f0;
            font-family: monospace;
            font-size: 0.9rem;
            min-height: 300px;
            position: relative;
        }

        .typing-effect {
            border-right: 2px solid #0f0;
            animation: blink 1s infinite;
        }

        /* Stats Section */
        .stats {
            background: #2f3445;
            color: white;
            padding: 60px 0;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            text-align: center;
        }

        .stat-item h3 {
            font-size: 3rem;
            margin-bottom: 0.5rem;
            animation: countUp 2s ease;
        }

        .stat-item p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        /* CTA Section */
        .cta-section {
            background: #1a1a1a;
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary {
            background: #5367FF;
            border: 1px solid #5367FF !important;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 25px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn-secondary {
            background: transparent;
            color: white;
            padding: 1rem 2rem;
            border: 2px solid white;
            border-radius: 25px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn-primary:hover {
            background: transparent;
            transform: translateY(-2px);
        }

        .btn-secondary:hover {
            background: white;
            color: #1a1a1a;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes blink {
            0%, 50% { border-color: #0f0; }
            51%, 100% { border-color: transparent; }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }
            
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .hero p {
                font-size: 1.1rem;
            }
            
            .benefits-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
        }

        /* Interactive Elements */
        .interactive-demo {
            margin-top: 2rem;
            text-align: center;
        }

        .room-status {
            display: inline-block;
            padding: 0.5rem 1rem;
            margin: 0.5rem;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: bold;
        }

        .room-clean {
            background: #4CAF50;
            color: white;
        }

        .room-dirty {
            background: #5367FF;
            color: white;
        }

        .room-maintenance {
            background: #ff9800;
            color: white;
        }

        .room-occupied {
            background: #2196F3;
            color: white;
        }

        .room-status:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

.benefits-text {
    color: #fff !important;
}

.hero-text {
    text-align: left;
}

        .cta-btn {
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
        }

        .cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
        }

        /* Hero Section - 50-50 with creative layout */
        .hero {
            background: linear-gradient(135deg, #2f3445 0%, #1a1f2e 100%);
            color: white;
            padding: 140px 0 100px;
            margin-top: 80px;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center;
            min-height: 600px;
            position: relative;
            z-index: 2;
        }

        .hero-content-2 {
            animation: slideInLeft 1s ease;
            text-align: left;
        }

        .hero-content-2 h1 {
            font-size: 4rem;
            margin-bottom: 1.5rem;
            font-weight: 800;
            line-height: 1.1;
            background: linear-gradient(45deg, #fff, #4ecdc4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-content-2 .subtitle {
            font-size: 1.4rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            font-weight: 300;
            line-height: 1.6;
        }

        .hero-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin: 3rem 0;
        }

        .stat-box {
            text-align: center;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: transform 0.3s;
        }

        .stat-box:hover {
            transform: translateY(-5px);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #4ecdc4;
            display: block;
        }

        .stat-label {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-top: 0.5rem;
        }

        .hero-visual {
            position: relative;
            animation: slideInRight 1s ease;
        }

        .dashboard-mockup {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 25px;
            padding: 2rem;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
            transition: transform 0.3s;
        }

        .dashboard-mockup:hover {
            transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
        }

        .mockup-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid #f0f0f0;
        }

        .mockup-avatar {
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .mockup-info h4 {
            color: #2f3445;
            margin: 0;
            font-size: 1.1rem;
        }

        .mockup-info p {
            color: #666;
            margin: 0;
            font-size: 0.9rem;
        }

        .reservation-cards {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .reservation-card {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 1.2rem;
            border-left: 4px solid #4ecdc4;
            transition: all 0.3s;
            cursor: pointer;
        }

        .reservation-card:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .reservation-card:nth-child(2) {
            border-left-color: #ff6b6b;
        }

        .reservation-card:nth-child(3) {
            border-left-color: #ffa726;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.5rem;
        }

        .card-title {
            font-weight: 600;
            color: #2f3445;
            font-size: 0.95rem;
        }

        .card-status {
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .status-confirmed {
            background: #e8f5e8;
            color: #4caf50;
        }

        .status-pending {
            background: #fff3e0;
            color: #ff9800;
        }

        .status-checkedin {
            background: #e3f2fd;
            color: #2196f3;
        }

        /* Features Section with cards layout */
        .features-new {
            padding: 120px 0;
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
        }

        .section-title {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title h2 {
            font-size: 3rem;
            color: #2f3445;
            margin-bottom: 1rem;
            font-weight: 800;
        }

        .section-title .subtitle {
            font-size: 1.3rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .features-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .feature-item {
            background: white;
            border-radius: 25px;
            padding: 3rem;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(47, 52, 69, 0.05);
        }

        .feature-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
        }

        .feature-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #2f3445, #3d4a5e);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
            font-size: 2rem;
            color: white;
            box-shadow: 0 15px 35px rgba(47, 52, 69, 0.3);
        }

        .feature-item h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #2f3445;
            font-weight: 700;
        }

        .feature-item p {
            color: #666;
            line-height: 1.7;
            font-size: 1rem;
        }

        /* Interactive Demo Section */
        .demo-section {
            padding: 120px 0;
            background: #2f3445;
            color: white;
            position: relative;
        }

        .demo-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="200" cy="200" r="3" fill="rgba(255,255,255,0.1)"/><circle cx="800" cy="300" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="400" cy="600" r="3" fill="rgba(255,255,255,0.1)"/><circle cx="900" cy="800" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
        }

        .demo-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .demo-content h2 {
            font-size: 3rem;
            margin-bottom: 2rem;
            font-weight: 800;
            background: linear-gradient(45deg, #fff, #4ecdc4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .demo-content p {
            font-size: 1.2rem;
            margin-bottom: 3rem;
            opacity: 0.9;
            line-height: 1.7;
        }

        .demo-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .demo-feature {
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: transform 0.3s;
        }

        .demo-feature:hover {
            transform: translateY(-5px);
        }

        .demo-feature h4 {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            color: #4ecdc4;
        }

        .demo-phone {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 30px;
            padding: 2rem;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border: 8px solid #2f3445;
            position: relative;
        }

        .phone-screen {
            background: #f8f9fa;
            border-radius: 20px;
            padding: 1.5rem;
            min-height: 400px;
        }

        .phone-header {
            display: flex;
            justify-content: between;
            align-items: center;
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid #e0e0e0;
        }

        .phone-title {
            color: #2f3445;
            font-weight: 700;
            font-size: 1.1rem;
        }

        .phone-cards {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .phone-card {
            background: white;
            border-radius: 15px;
            padding: 1rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-left: 4px solid #4ecdc4;
            transition: transform 0.3s;
        }

        .phone-card:hover {
            transform: scale(1.02);
        }

        .phone-card:nth-child(2) {
            border-left-color: #ff6b6b;
        }

        .phone-card:nth-child(3) {
            border-left-color: #ffa726;
        }

        /* Stats Section */
        .stats {
            /* background: linear-gradient(45deg, #4ecdc4, #44a08d); */
            color: white;
            padding: 80px 0;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            text-align: center;
        }

        .stat-item {
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s;
        }

        .stat-item:hover {
            transform: translateY(-10px);
        }

        .stat-item h3 {
            font-size: 3.5rem;
            margin-bottom: 0.5rem;
            font-weight: 800;
        }

        .stat-item p {
            font-size: 1.2rem;
            opacity: 0.9;
            font-weight: 500;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #2f3445, #3a4f6c);
            color: white;
            padding: 100px 0;
            text-align: center;
            position: relative;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon points="0,0 1000,200 1000,1000 0,800" fill="rgba(255,255,255,0.05)"/></svg>');
        }

        .cta-content {
            position: relative;
            z-index: 2;
        }

        .cta-section h2 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            font-weight: 800;
        }

        .cta-section p {
            font-size: 1.3rem;
            margin-bottom: 3rem;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 2rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary {
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            padding: 1.2rem 3rem;
            border: none;
            border-radius: 50px;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            padding: 1.2rem 3rem;
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 50px;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            backdrop-filter: blur(10px);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 45px rgba(255, 107, 107, 0.5);
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-3px);
        }

        /* Animations */
        @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 fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .floating {
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-grid {
                gap: 4rem;
            }
            
            .demo-grid {
                gap: 4rem;
            }
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }
            
            .hero-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
                text-align: center;
            }
            
            .hero-content-2 h1 {
                font-size: 2.5rem;
            }
            
            .demo-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }
            
            .features-container {
                grid-template-columns: 1fr;
            }
            
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .hero-stats {
                grid-template-columns: 1fr;
            }

            .demo-features {
                grid-template-columns: 1fr;
            }

            .dashboard-mockup {
                transform: none;
            }
        }

        /* Scroll reveal */
        .reveal {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.6s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

.for_bg_color .custom_pricing h2 {  
    color: #000 !important;
}

.for_bg_color .custom_pricing .custom-pricing-campaign h2 {
    color: #000 !important;
}

.feature-camp .section-header h2 {
    color: #fff !important;
}