/* Hero Section */
.hero-section {
    height: 417px;
    background: url('../images/home-page-images/banner-bg-image.jpg') no-repeat center center/cover;
    position: relative;
}

/* Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Text */
.hero-section .hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-section .hero-text {
    font-size: 18px;
    color: #ddd;
}

/* Button */
.hero-section .btn-danger {
    background-color: #e63946;
    border: none;
}

/* Section */
.what-we-do {
    margin: 50px 0px;
}

/* Left Stats */
.what-we-do .stats-section {
    background: #f2f2f2;
    padding-top: 40px;
}

.what-we-do .stat-box {
    margin-bottom: 40px;
}

.what-we-do .stat-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1f3c88;
}

.what-we-do .stat-box p {
    font-size: 16px;
    color: #000;
}

/* Right Content */
.what-we-do .content-section {
    background: linear-gradient(135deg, #0d2c54, #1f4aa8);
    color: #fff;
    padding: 60px;
}

.what-we-do .section-title {
    font-size: 42px;
    font-weight: 600;
}

/* Content Boxes */
.what-we-do .content-box {
    /* position: relative; */
    padding-top: 40px;
}

.what-we-do .number {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.what-we-do .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.what-we-do .content-box p {
    font-size: 15px;
    color: #dcdcdc;
    margin-top: 10px;
}

.services-section {
    margin-top: 50px;
    border-radius: 20px;
}

/* Sidebar */
.sidebar {
    background: #132a3e;
    padding: 40px 20px;
    /* min-height: 100vh; */
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
}

.service-list li:hover {
    background: #ff7a18;
}

.service-list li.active {
    background: #ff7a18;
    font-weight: 600;
}

.servicedev-img {
    width: 250px;
}

/* Content Area */
.content-area {
    padding: 60px;
    background: #f5f5f5;
}

.content-box {
    display: none;
}

.content-box.active {
    display: block;
}

.content-box h2 {
    font-size: 36px;
    font-weight: 600;
}

.content-box p {
    margin: 20px 0;
    color: #555;
}

.content-box ul {
    list-style: none;
    padding: 0;
}

.content-box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.content-box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: orange;
    position: absolute;
    left: 0;
    top: 7px;
}

/* Section */
.offerings-section {
    padding: 60px 0;

}

/* Title */
.main-title {
    font-size: 40px;
    font-weight: 700;
    color: #0f2a44;
}

/* Card */
.offer-card {
    background: #e6955f;
    border-radius: 30px;
    padding: 60px;
}

/* Badge */
.service-badge {
    background: #ff6a00;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Title */
.service-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

/* Text */
.service-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

/* Image */
.service-img {
    width: 300px;
}

.offer-card1 {
    background: #261f1b;
}

.service-badge1 {
    background: #928f8d;
}

.offer-card2 {
    background: #d691cb;
}

.service-badge2 {
    background: #e859c2;
}

.tech-section {
    padding: 60px 0;
    background: #f5f5f5;
}

/* Title */
.main-title {
    font-size: 38px;
    font-weight: 700;
    color: #0f2a44;
}

/* Tabs */
.tech-tabs {
    border-bottom: 1px solid #ddd;
}

.tab-btn {
    border: none;
    background: none;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    position: relative;
}

.tab-btn.active {
    color: #ff6a00;
}

.tab-btn.active::after {
    content: "";
    height: 2px;
    width: 100%;
    background: #ff6a00;
    position: absolute;
    left: 0;
    bottom: -5px;
}

/* Tech Box */
.tech-box {
    padding: 20px;
    transition: 0.3s;
}

.tech-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.tech-box p {
    font-size: 14px;
    margin: 0;
}

/* Hover */
.tech-box:hover {
    transform: translateY(-5px);
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.work-section {
    background: #132f4c;
    padding: 80px 0;
}

/* Left */
.work-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.work-text {
    font-size: 16px;
    line-height: 1.7;
    color: #dcdcdc;
}

/* Cards */
.work-card {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.work-card img {
    width: 60px;
    margin-bottom: 15px;
}

.work-card h5 {
    font-size: 18px;
    font-weight: 600;
}

/* Hover */
.work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.success-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* Left */
.tag {
    color: #ff6a00;
    font-weight: 600;
    letter-spacing: 1px;
}

.success-title {
    font-size: 48px;
    font-weight: 700;
    color: #0f2a44;
    margin: 20px 0;
}

.view-all {
    text-decoration: none;
    font-weight: 600;
    color: #0f2a44;
    border-bottom: 2px solid #ff6a00;
    padding-bottom: 3px;
}

/* Cards */
.case-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 420px;
}

.card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* Content */
.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.card-content h5 {
    font-size: 22px;
    font-weight: 700;
}

.card-content p {
    margin-bottom: 15px;
}

/* Tags */
.tags span {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 8px;
}

/* Hover effect */
.case-card:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}

/* =========================
   LARGE DEVICES (≤1199px)
========================= */
@media (max-width: 1199px) {

    .hero-section {
        height: 380px;
    }

    .hero-section .hero-title {
        font-size: 42px;
    }

    .section-title,
    .main-title {
        font-size: 34px;
    }

    .work-title,
    .success-title {
        font-size: 40px;
    }

    .content-area {
        padding: 40px;
    }

    .offer-card {
        padding: 40px;
    }

    .service-title {
        font-size: 30px;
    }

    .servicedev-img {
        width: 200px;
    }

}


/* =========================
   TABLETS (≤992px)
========================= */
@media (max-width: 992px) {

    .hero-section {
        height: 340px;
        text-align: center;
    }

    .hero-section .hero-title {
        font-size: 34px;
    }

    .hero-text {
        font-size: 16px;
    }

    .what-we-do .content-section {
        padding: 40px 20px;
        text-align: center;
    }

    .what-we-do .stat-box h2 {
        font-size: 36px;
    }

    .sidebar {
        margin-bottom: 20px;
    }

    .content-area {
        padding: 30px 20px;
    }

    .offer-card {
        text-align: center;
    }

    .service-img {
        margin-top: 20px;
        width: 220px;
    }

    .work-section {
        text-align: center;
    }

    .work-title {
        font-size: 34px;
    }

    .success-title {
        font-size: 32px;
    }
}


/* =========================
   MOBILE (≤768px)
========================= */
@media (max-width: 768px) {

    .hero-section {
        height: 300px;
    }

    .hero-section .hero-title {
        font-size: 28px;
    }

    .hero-text {
        font-size: 15px;
    }

    .section-title,
    .main-title {
        font-size: 26px;
    }

    .what-we-do {
        margin: 30px 0;
    }

    .what-we-do .number {
        font-size: 36px;
    }

    .service-title {
        font-size: 24px;
    }

    .servicedev-img {
        width: 200px;
    }


    .service-text {
        font-size: 14px;
    }

    .offer-card {
        padding: 30px 20px;
    }

    .tech-box {
        text-align: center;
    }

    .work-title {
        font-size: 28px;
    }

    .work-text {
        font-size: 14px;
    }

    .case-card {
        height: 300px;
    }
}


/* =========================
   SMALL MOBILE (≤576px)
========================= */
@media (max-width: 576px) {

    .hero-section {
        height: 320px;
    }

    .hero-section .hero-title {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-text {
        font-size: 13px;
    }

    .section-title,
    .main-title {
        font-size: 22px;
    }

    .servicedev-img {
        width: 100px;
    }


    .what-we-do .stat-box h2 {
        font-size: 28px;
    }

    .what-we-do .stat-box p {
        font-size: 14px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-text {
        font-size: 13px;
    }

    .servicesdev-img {
        width: 50px;
    }

    .content-box h2 {
        font-size: 24px;
    }

    .content-box p {
        font-size: 14px;
    }

    .work-title {
        font-size: 24px;
    }

    .success-title {
        font-size: 24px;
    }

    .case-card {
        height: 260px;
    }

    .tags span {
        font-size: 10px;
        padding: 4px 10px;
    }
}