/* Cloud Game Development Company Stylesheet */

#cloud_game_dev_main {
    background-color: #030607;
    color: #ffffff;
    font-family: 'Outfit', 'Inter', sans-serif;
    overflow-x: hidden;
}

/* Banner Section */
.cloud_game_dev_banner {
    position: relative;
    padding: 120px 0 100px;
    background: url('../images/cloud-game/banner.webp') no-repeat center right / cover;
    min-height: 620px;
    display: flex;
    align-items: center;
}

.cloud_game_dev_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(3, 6, 7, 0.95) 0%, rgba(3, 6, 7, 0.85) 45%, rgba(3, 6, 7, 0.3) 100%);
    z-index: 1;
}

.cloud_game_dev_banner .container {
    position: relative;
    z-index: 2;
}

.cloud_game_dev_banner .title {
    line-height: 1.1;
    margin-bottom: 20px;
}

.cloud_game_dev_banner .title .highlight_green {
    color: #3be82a;
    font-weight: 900;
    font-size: 3.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(59, 232, 42, 0.3);
    margin-bottom: 2px;
    line-height: 1.1;
}

.cloud_game_dev_banner .title .highlight_white {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.cloud_game_dev_banner .contents {
    font-size: 0.98rem;
    color: #d0d4dc;
    line-height: 1.75;
    max-width: 580px;
    margin-bottom: 25px;
}

.cloud_game_dev_banner .bnr_btn {
    background: linear-gradient(90deg, #3be82a 0%, #23be13 100%);
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 6px;
    text-transform: none;
    border: none;
    box-shadow: 0 4px 15px rgba(59, 232, 42, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.cloud_game_dev_banner .bnr_btn:hover {
    background: linear-gradient(90deg, #44f033 0%, #2bd41a 100%);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 232, 42, 0.6);
}

/* What is Cloud Gaming Section (Full Background Image) */
.cloud_game_dev_sec {
    position: relative;
    padding: 110px 0;
    background: url('../images/cloud-game/sec2.webp') no-repeat center center / cover;
    min-height: 620px;
    display: flex;
    align-items: center;
}

.cloud_game_dev_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(5, 8, 12, 0.1) 0%, rgba(5, 8, 12, 0.3) 40%, rgba(5, 8, 12, 0.85) 65%, rgba(5, 8, 12, 0.95) 100%);
    z-index: 1;
}

.cloud_game_dev_sec .container {
    position: relative;
    z-index: 2;
}

.cloud_game_dev_sec .sec_title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}

.cloud_game_dev_sec .sec_desc {
    font-size: 0.95rem;
    color: #b0b5be;
    line-height: 1.7;
    margin-bottom: 16px;
}

.btn_whatsapp {
    background-color: #25d366;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 4px;
    font-size: 0.95rem;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn_whatsapp:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.btn_telegram {
    background-color: #0088cc;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 4px;
    font-size: 0.95rem;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn_telegram:hover {
    background-color: #0077b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.4);
}

/* Our Cloud Gaming Development Services Section (Carousel Section) */
.cloud_services_sec {
    position: relative;
    padding: 110px 0 120px;
    background: url('../images/cloud-game/sec3bg.png') no-repeat center center / cover;
    overflow: hidden;
    min-height: 600px;
}

.cloud_services_sec .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Service Cards */
.service_card {
    background: #0d0f12;
    border-radius: 20px;
    padding: 40px 26px 35px;
    text-align: center;
    box-shadow: 0 0 25px rgba(59, 232, 42, 0.35), inset 0 0 1px rgba(59, 232, 42, 0.5);
    border: 1px solid rgba(59, 232, 42, 0.25);
    transition: all 0.35s ease;
    margin: 20px 5px 30px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.service_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 35px rgba(59, 232, 42, 0.6), inset 0 0 2px rgba(59, 232, 42, 0.8);
    border-color: rgba(59, 232, 42, 0.6);
}

.service_card .card_icon {
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 12px rgba(59, 232, 42, 0.6));
}

.service_card .card_icon img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.service_card .card_title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.35;
}

.service_card .card_desc {
    font-size: 0.9rem;
    color: #b8c0cc;
    line-height: 1.65;
    margin: 0;
}

/* Custom Owl Navigation Buttons */
.custom_nav_btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #181d24;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #3be82a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.custom_nav_btn:hover {
    background: #3be82a;
    color: #0d0f12;
    box-shadow: 0 0 15px rgba(59, 232, 42, 0.5);
}

/* Cloud Gaming Solutions We Build Section */
.cloud_solutions_sec {
    position: relative;
    padding: 110px 0;
    background: url('../images/cloud-game/soln_bg.png') no-repeat center center / cover;
    min-height: 650px;
}

.cloud_solutions_sec .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.solution_card {
    background: rgba(10, 15, 18, 0.85);
    border: 1px solid rgba(59, 232, 42, 0.25);
    border-radius: 16px;
    padding: 32px 26px;
    transition: all 0.35s ease;
    box-shadow: inset 0 0 1px rgba(59, 232, 42, 0.3);
}

.solution_card:hover {
    border-color: rgba(59, 232, 42, 0.7);
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(59, 232, 42, 0.35), inset 0 0 2px rgba(59, 232, 42, 0.6);
}

.solution_card .icon_circle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.solution_card .icon_circle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(59, 232, 42, 0.5));
}

.solution_card .card_title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}

.solution_card .card_desc {
    font-size: 0.9rem;
    color: #b0b8c4;
    line-height: 1.65;
    margin: 0;
}

/* Cloud Gaming Benefits Section */
.cloud_benefits_sec {
    position: relative;
    padding: 120px 0;
    background: url('../images/cloud-game/bene_bg.webp') no-repeat center right / cover;
    min-height: 620px;
    display: flex;
    align-items: center;
}

.cloud_benefits_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(3, 6, 7, 0.95) 0%, rgba(3, 6, 7, 0.8) 50%, rgba(3, 6, 7, 0.25) 100%);
    z-index: 1;
}

.cloud_benefits_sec .container {
    position: relative;
    z-index: 2;
}

.cloud_benefits_sec .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.benefits_list .bullet_icon {
    color: #3be82a;
    font-size: 1.15rem;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(59, 232, 42, 0.8);
    flex-shrink: 0;
    margin-top: 2px;
}

.benefits_list .benefit_text {
    font-size: 0.95rem;
    color: #cdd3de;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Our Cloud Gaming Development Process Section */
.cloud_process_sec {
    background-color: #05080b;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 60px);
    padding: 110px 0;
    position: relative;
}

.cloud_process_sec .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.cloud_process_sec .sec_title u {
    text-decoration: none;
    border-bottom: 3px solid #3be82a;
    padding-bottom: 6px;
}

.process_timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, rgba(59, 232, 42, 0.2) 0%, rgba(59, 232, 42, 0.8) 50%, rgba(59, 232, 42, 0.2) 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.step_circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3be82a 0%, #20b810 100%);
    color: #05080b;
    font-weight: 900;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px rgba(59, 232, 42, 0.7);
    position: relative;
    z-index: 2;
    border: 2px solid #ffffff;
}

.process_card {
    background: rgba(13, 17, 22, 0.85);
    border: 1px solid rgba(59, 232, 42, 0.2);
    border-radius: 16px;
    padding: 26px 24px;
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 0 1px rgba(59, 232, 42, 0.3);
}

.process_card:hover {
    border-color: rgba(59, 232, 42, 0.6);
    transform: translateY(-4px);
    box-shadow: 0 0 25px rgba(59, 232, 42, 0.35);
}

.sq_icon_box {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
}

.sq_icon_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(59, 232, 42, 0.4));
}

.process_card .card_title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}

.process_card .card_desc {
    font-size: 0.88rem;
    color: #a0a8b6;
    line-height: 1.6;
    margin: 0;
}

/* Technology Stack Section (100% Responsive Image) */
.cloud_tech_sec {
    background-color: #030607;
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.cloud_tech_sec .tech_img_box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Technology Stack Detailed Grid Section */
.cloud_tech_details_sec {
    background-color: #04080b;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 60px);
    padding: 110px 0;
    position: relative;
}

.cloud_tech_details_sec .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.tech_cat_card {
    background: rgba(12, 16, 20, 0.9);
    border: 1px solid rgba(59, 232, 42, 0.2);
    border-radius: 16px;
    padding: 24px;
    box-shadow: inset 0 0 1px rgba(59, 232, 42, 0.3);
    transition: all 0.3s ease;
}

.tech_cat_card:hover {
    border-color: rgba(59, 232, 42, 0.5);
    box-shadow: 0 0 20px rgba(59, 232, 42, 0.25);
}

.cat_header {
    background: linear-gradient(90deg, #3be82a 0%, #20b810 100%);
    color: #000000;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 10px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tech_icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tech_icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.2));
}

.tech_name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
}

/* Industries We Empower with Cloud Gaming Solutions Section */
.cloud_industries_sec {
    background-color: #030607;
    padding: 110px 0;
    position: relative;
}

.cloud_industries_sec .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.cloud_industries_sec .sec_subtitle {
    color: #a0a8b6;
    font-size: 0.95rem;
    line-height: 1.65;
}

.industry_card {
    background: rgba(13, 17, 22, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    transition: all 0.35s ease;
}

.industry_card:hover {
    border-color: rgba(59, 232, 42, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(59, 232, 42, 0.25);
}

.industry_card .img_box img {
    border-radius: 12px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.industry_card .card_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.industry_card .card_desc {
    font-size: 0.88rem;
    color: #a0a8b6;
    line-height: 1.6;
    margin: 0;
}

/* Why Businesses Choose GamesDApp Section */
.cloud_why_choose_sec {
    background-color: #04070a;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 60px);
    padding: 110px 0;
    position: relative;
}

.why_card {
    background: rgba(13, 18, 24, 0.9);
    border: 1px solid rgba(59, 232, 42, 0.18);
    border-radius: 16px;
    padding: 24px 20px;
    transition: all 0.35s ease;
    box-shadow: inset 0 0 1px rgba(59, 232, 42, 0.2);
}

.why_card:hover {
    border-color: rgba(59, 232, 42, 0.6);
    transform: translateY(-4px);
    box-shadow: 0 0 25px rgba(59, 232, 42, 0.3);
}

.ring_icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #3be82a;
    box-shadow: 0 0 12px rgba(59, 232, 42, 0.8), inset 0 0 8px rgba(59, 232, 42, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 232, 42, 0.1);
}

.ring_icon .dot_inner {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3be82a;
    box-shadow: 0 0 8px #3be82a;
}

.why_card .card_title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.35;
}

.why_card .card_desc {
    font-size: 0.86rem;
    color: #a0a8b6;
    line-height: 1.6;
    margin: 0;
}

.why_content .sec_title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.why_content .sec_desc {
    color: #b0b8c4;
    font-size: 0.95rem;
    line-height: 1.7;
}

.green_cta_btn {
    background: #3be82a;
    color: #000000 !important;
    font-weight: 800;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 232, 42, 0.4);
    display: inline-block;
    text-decoration: none;
}

.green_cta_btn:hover {
    background: #46f235;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 232, 42, 0.6);
}

/* Responsive Adjustments (Tablet & Mid-width) */
@media (max-width: 991px) {
    .cloud_game_dev_banner {
        padding: 100px 0 60px;
        background-position: center center;
    }

    .cloud_game_dev_banner .title .highlight_green {
        font-size: 2.5rem;
    }

    .cloud_game_dev_banner .title .highlight_white {
        font-size: 1.7rem;
    }

    .cloud_game_dev_sec {
        padding: 80px 0;
        background-position: center left;
    }

    .cloud_game_dev_sec::before {
        background: rgba(5, 8, 12, 0.85);
    }

    .cloud_game_dev_sec .sec_title {
        font-size: 1.9rem;
    }

    .cloud_services_sec {
        padding: 70px 0;
        background-position: center center;
    }

    .cloud_services_sec .sec_title {
        font-size: 1.9rem;
        color: #ffffff;
    }

    .cloud_solutions_sec {
        padding: 70px 0;
        background-position: center center;
    }

    .cloud_solutions_sec .sec_title {
        font-size: 1.9rem;
    }

    .cloud_benefits_sec {
        padding: 80px 0;
        background-position: center center;
    }

    .cloud_benefits_sec::before {
        background: rgba(3, 6, 7, 0.9);
    }

    .cloud_benefits_sec .sec_title {
        font-size: 1.9rem;
    }

    .cloud_process_sec {
        padding: 70px 0;
    }

    .cloud_process_sec .sec_title {
        font-size: 1.9rem;
    }

    .process_timeline::before {
        left: 32px;
    }

    .cloud_tech_details_sec {
        padding: 70px 0;
    }

    .cloud_tech_details_sec .sec_title {
        font-size: 1.9rem;
    }

    .cloud_industries_sec {
        padding: 70px 0;
    }

    .cloud_industries_sec .sec_title {
        font-size: 1.9rem;
    }

    .cloud_why_choose_sec {
        padding: 70px 0;
    }

    .why_content .sec_title {
        font-size: 1.9rem;
    }
}

/* Mobile Screen Specific Rules (Phone view max-width 767px) */
@media (max-width: 767px) {
    .cloud_game_dev_banner {
        background-image: none !important;
        background-color: #030607 !important;
        min-height: auto !important;
        padding: 85px 0 40px 45px !important;
        /* Left 45px padding clears left social floating bar */
    }

    .cloud_game_dev_banner .title {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        line-height: 1.1 !important;
    }

    .cloud_game_dev_banner .title .highlight_green {
        font-size: 1.85rem !important;
        line-height: 2 !important;
        margin-bottom: 2px !important;
        display: block !important;
        margin-top: 50px;

    }

    .cloud_game_dev_banner .title .highlight_white {
        font-size: 1.35rem !important;
        line-height: 1.15 !important;
        display: block !important;
    }

    .cloud_game_dev_sec {
        background-image: none !important;
        background-color: #05080c !important;
        padding: 40px 0 40px 45px !important;
    }

    .cloud_services_sec {
        background-image: none !important;
        background-color: #030607 !important;
        padding: 50px 0 !important;
    }

    .cloud_services_sec .sec_title {
        color: #ffffff !important;
    }

    .cloud_solutions_sec {
        background-image: none !important;
        background-color: #05080c !important;
        padding: 50px 0 !important;
    }

    .cloud_benefits_sec {
        background-image: none !important;
        background-color: #030607 !important;
        padding: 50px 0 !important;
    }

    /* Hide tech graphic banner image on mobile */
    .cloud_tech_sec {
        display: none !important;
    }

    /* Hide industry card banner images on mobile */
    .industry_card .img_box {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .cloud_game_dev_banner {
        padding: 80px 0 35px 45px !important;
    }

    .cloud_game_dev_banner .title .highlight_green {
        font-size: 1.65rem !important;
    }

    .cloud_game_dev_banner .title .highlight_white {
        font-size: 1.25rem !important;
    }
}