h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* --- 1. Global & Theme Settings --- */
:root {
    --primary-color: #01875f;
    --bg-light: #ffffff;
    --text-dark: #202124;
    --gray-text: #5f6368;
}

body {
    background-color: #f8f9fa;
    color: var(--text-dark);
    margin: 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* --- 2. Header & Navigation --- */
.main-header {
    background: white;
    padding: 10px 5%;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.brand-name {
    font-size: 24px;
    font-weight: 600;
    color: #5f6368;
}

/* Search Bar */
.search-box {
    display: flex;
    background: #f1f3f4;
    border-radius: 8px;
    width: 45%;
    overflow: hidden;
    border: 1px solid transparent;
}

    .search-box:focus-within {
        background: white;
        border: 1px solid #ddd;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .search-box input {
        border: none;
        background: transparent;
        width: 100%;
        padding: 10px 15px;
        outline: none;
        font-size: 15px;
    }

.search-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}

    .search-btn:hover {
        background: #006b4b;
    }

/* Nav Menu (Desktop) */
.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 35px;
    padding: 0;
    margin: 0;
}

.nav-menu a {
    text-decoration: none;
    color: var(--gray-text);
    font-weight: 500;
    padding: 8px 0;
    font-size: 15px;
    transition: color 0.3s;
}

    .nav-menu a:hover {
        color: var(--primary-color);
    }

    .nav-menu a.active {
        color: var(--primary-color);
        border-bottom: 3px solid var(--primary-color);
    }

/* --- Automatic Banner Slider --- */
/* Banner Container ko fixed height dein */
.banner-container {
    width: 95%;
    max-width: 1400px;
    margin: 25px auto;
    height: auto; /* Fixed height khatam kar dein */
    aspect-ratio: 16 / 6; /* Image ki wide shape barkarar rakhega */
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: initial; /* Stretch ya cut nahi karega */
}


.slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*fjdlfdfjsf*/
.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

    .slides img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.6s ease-in-out;
    }

        .slides img.active {
            opacity: 1;
        }

/*dfhjfjsdkfh*/

/* Mobile Fix */
@media (max-width: 768px) {
    .banner-container {
        height: 250px !important;
    }
}
.slides {
    width: 100%;
    height: 100%;
}
/* Text Overlay */
.slide-content {
    position: absolute;
    inset: 0;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.8), transparent );
    color: #fff;
}

    .slide-content h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

/* --- 4. App Grid & Cards --- */
.app-section {
    width: 90%;
    max-width: 1400px;
    margin: 40px auto;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.app-card {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}

    .app-card:hover {
        transform: translateY(-5px);
    }

.app-icon {
    width: 135px;
    height: 135px;
    border-radius: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-bottom: 12px;
    border: 1px solid #eee;
}

.app-name {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    color: #202124;
}

.app-rating {
    font-size: 13px;
    color: var(--gray-text);
}

/* --- 5. Mobile Responsiveness --- */

/* Hamburger Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--gray-text);
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block; /* Mobile par button dikhega */
    }

    .nav-top {
        flex-wrap: wrap;
        gap: 15px;
    }

    .search-box {
        width: 100%;
        order: 3;
    }

    @media (max-width: 768px) {
        /* Menu ko absolute ki bajaye relative ya block rakhein taake niche wala content niche push ho */
        .nav-menu {
            display: none;
            width: 100%;
            background: white;
            position: relative; /* Absolute hatayein taake content push ho */
            top: 0;
            z-index: 999;
            border-bottom: 1px solid #eee;
        }

            .nav-menu.active {
                display: block !important;
                animation: slideDown 0.3s ease-out;
            }

        /* Takay menu smoothly niche aaye */
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .nav-menu ul {
            flex-direction: column;
            padding: 10px 5%;
            gap: 0;
        }

        .nav-menu a {
            padding: 15px 0;
            border-bottom: 1px solid #f5f5f5;
            width: 100%;
            display: block;
        }

        /* Banner ki margin reset karein taake gap na aaye */
        .banner-container {
            margin-top: 10px !important;
        }
    }
    
    .slide-content h1 {
        font-size: 24px;
    }

    .app-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px;

    }

    .app-icon {
        width: 100px;
        height: 100px;
        border-radius: 20px;
    }
}




.detail-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: white;
}

.app-header-content {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.app-main-icon {
    width: 180px;
    height: 180px;
    border-radius: 36px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stats-row {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.stat-item span {
    font-size: 12px;
    color: #5f6368;
}

.btn-download {
    background: #01875f;
    color: white;
    border: none;
    padding: 10px 40px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
}

.screenshots-container {
    overflow-x: auto;
    display: flex;
    gap: 15px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.screenshot-track img {
    height: 400px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.description-text {
    color: #5f6368;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .app-header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }
}


/*App detail css*/
/* Container Spacing */
.detail-container {
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px;
    font-family: 'Roboto', arial, sans-serif;
}

/* Flexbox for Header (Text left, Logo right) */
.header-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.main-app-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.dev-link {
    color: #01875f;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}

.ads-info {
    font-size: 12px;
    color: #5f6368;
    margin-top: -10px;
}

/* Stats Row */
.mini-stats {
    display: flex;
    gap: 40px;
    margin: 20px 0;
}

.stat-item {
    text-align: center;
    font-size: 14px;
}

    .stat-item span {
        color: #5f6368;
        font-size: 12px;
    }

/* Buttons */
.download-btn {
    background: #01875f;
    color: white;
    border: none;
    padding: 10px 40px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 10px;
}

.secondary-btn {
    background: white;
    border: 1px solid #dadce0;
    color: #01875f;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 10px;
}

/* Logo Image */
.big-icon {
    width: 180px;
    height: 180px;
    border-radius: 36px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Screenshots Row */
.ss-row {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    margin: 30px 0;
    padding-bottom: 10px;
}

    .ss-row img {
        height: 380px;
        border-radius: 12px;
        border: 1px solid #eee;
    }

/* About Text */
.about-section {
    margin-top: 40px;
}

.desc-text {
    color: #5f6368;
    line-height: 1.5;
    margin-top: 15px;
    max-width: 800px;
}

/* Layout Wrapper for Sidebar */
.main-content-wrapper {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 60px;
    margin-top: 20px;
}

/* Sidebar Styles */
.sidebar-similar {
    padding-top: 10px;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.similar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    cursor: pointer;
}

    .similar-item img {
        width: 65px;
        height: 65px;
        border-radius: 12px;
        border: 1px solid #eee;
    }

.s-name {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #202124;
}

.s-dev {
    font-size: 12px;
    color: #5f6368;
    margin: 2px 0;
}

.s-rating {
    font-size: 12px;
    color: #5f6368;
}

/* Mobile fix for Sidebar */
@media (max-width: 900px) {
    .main-content-wrapper {
        grid-template-columns: 1fr; 
    }
}


/* Meta Info (Updated on) */
.meta-info-row {
    display: flex;
    gap: 500px; /* Dono dates ke beech ka fasla */
    margin-top: 25px;
    margin-bottom: 20px;
}

.meta-label {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 2px;
}

.meta-value {
    font-size: 14px;
    color: #5f6368;
    margin: 0;
}

/* Mobile par agar jagah kam ho to niche upar aa jayein */
@media (max-width: 600px) {
    .meta-info-row {
        gap: 30px;
        flex-wrap: wrap;
    }
}

/* Data Safety */
.data-safety-section {
    margin-top: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
}

.safety-desc {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 20px;
}

.safety-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

    .safety-item i {
        font-size: 20px;
        color: #5f6368;
    }

    .safety-item p {
        margin: 0;
        font-size: 14px;
        color: #202124;
    }

    .safety-item span {
        font-size: 12px;
        color: #5f6368;
    }

.see-details a {
    color: #01875f;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

/* Simplified Rating Style */
.rating-summary-simple {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.big-rating .number {
    font-size: 56px;
    font-weight: 500;
    color: #202124;
    line-height: 1;
}

.stars-row {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.star-icons {
    color: #01875f;
    font-size: 14px;
    letter-spacing: 2px;
}

.total-count {
    font-size: 12px;
    color: #5f6368;
    margin-top: 4px;
}

/* User Review Style */
.user-review {
    margin-top: 25px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.user-avatar {
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.review-stars {
    font-size: 12px;
    color: #202124;
    margin-bottom: 8px;
}

.review-date {
    color: #5f6368;
    margin-left: 8px;
    font-weight: normal;
}

.review-text {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.5;
}

.safety-page-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Roboto', sans-serif;
    color: #5f6368;
}

.safety-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.app-logo-small {
    width: 64px;
    height: 64px;
    border-radius: 12px;
}

.app-info h1 {
    font-size: 24px;
    color: #202124;
    margin: 0;
}

.privacy-banner {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    font-size: 13px;
    margin-bottom: 40px;
    border: 1px solid #e8eaed;
}

.safety-content h2 {
    color: #202124;
    font-size: 22px;
    margin-bottom: 10px;
}

.safety-section-item {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .safety-section-item i {
        font-size: 24px;
        color: #5f6368;
    }

.item-text h3 {
    font-size: 16px;
    color: #202124;
    margin: 0 0 5px 0;
}

.data-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

    .data-list li {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 10px 0;
        font-size: 14px;
        border-top: 1px solid #f1f3f4;
    }

.sub-item {
    margin-top: 15px;
}

    .sub-item p {
        margin: 0;
        font-size: 14px;
        color: #202124;
    }

    .sub-item span {
        font-size: 12px;
    }


/* Home page designing */
.home-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.hero-banner {
    background: linear-gradient(135deg, #01875f 0%, #006b4b 100%);
    color: white;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.feed-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.update-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: transform 0.2s;
}

    .update-card:hover {
        transform: translateY(-5px);
    }

.card-date {
    padding: 15px 20px;
    font-size: 13px;
    color: #5f6368;
    background: #fdfdfd;
    border-bottom: 1px solid #f5f5f5;
}

.card-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.card-body {
    padding: 25px;
}

.tag {
    background: #e8f0fe;
    color: #1a73e8;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

    .tag.wip {
        background: #fff4e5;
        color: #ff9800;
    }

.card-body h2 {
    margin: 15px 0 10px 0;
    font-size: 24px;
    color: #202124;
}

.card-body p {
    color: #5f6368;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    background: #01875f;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
}

.screenshots-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.ss-row {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .ss-row::-webkit-scrollbar {
        display: none;
    }

    .ss-row img {
        height: 400px;
        width: auto;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        object-fit: cover;
        flex-shrink: 0;
    }

.scroll-btn {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .scroll-btn.left {
        left: -10px;
    }

    .scroll-btn.right {
        right: -10px;
    }

    .scroll-btn:hover {
        background: white;
        color: #01875f;
    }

    
.contact-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 80px 10%;
    background-color: #ffffff;
    min-height: 80vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-info {
    flex: 1;
    max-width: 400px;
    position: relative;
}

.contact-title {
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.contact-desc {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

    .contact-desc a {
        color: #01875f;
        text-decoration: underline;
        font-weight: 500;
    }

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #e6f3ef; 
    border-radius: 50%;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(1, 135, 95, 0.1);
}

    .social-icon img {
        width: 65%; 
        height: 65%; 
        object-fit: contain; 
        display: block;
    }

    .social-icon:hover {
        transform: translateY(-5px);
        background: #01875f;
        box-shadow: 0 5px 15px rgba(1, 135, 95, 0.3);
    }

        .social-icon:hover img {
            filter: brightness(0) invert(1);
        }

.contact-form-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.form-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 10;
}


.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    .form-group label {
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 8px;
        color: #444;
    }

    .form-group input, .form-group textarea {
        padding: 12px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        background-color: #f9f9f9;
        outline: none;
        transition: border 0.3s ease;
    }

        .form-group input:focus, .form-group textarea:focus {
            border-color: #01875f;
        }

.submit-btn {
    background-color: #01875f !important;
    color: white;
    padding: 12px 35px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    position: relative;
    z-index: 20;
    pointer-events: auto;
}
    .submit-btn:hover {
        background-color: #016b4b !important;
        box-shadow: 0 4px 12px rgba(1, 135, 95, 0.2);
    }

.dot-pattern, .dot-pattern-bottom {
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(rgba(1, 135, 95, 0.15) 2px, transparent 2px);
    background-size: 18px 18px;
    z-index: 0;
}

.dot-pattern {
    top: -50px;
    left: -50px;
}

.dot-pattern-bottom {
    bottom: -40px;
    right: 15%;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column; 
        padding: 40px 5%; 
        text-align: center;
        gap: 40px;
    }

    .contact-info {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }

    .contact-title {
        font-size: 2.2rem; 
    }

    .form-card {
        padding: 25px; 
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .dot-pattern, .dot-pattern-bottom {
        display: none;
    }

    .social-links {
        justify-content: center;
    }
}

.phone-input-container {
    display: flex;
    gap: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.country-select {
    border: none;
    background: #eee;
    padding: 10px;
    font-size: 0.9rem;
    outline: none;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    max-width: 120px;
}

.phone-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 12px !important;
    outline: none;
}

.phone-input-container:focus-within {
    border-color: #01875f;
    box-shadow: 0 0 0 1px #01875f;
}.country-select {
    width: 130px; 
    min-width: 130px;
    border: none;
    background: #f1f3f4;
    padding-left: 8px;
    font-size: 0.9rem;
    outline: none;
    border-right: 1px solid #ddd;
}

.phone-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.phone-input {
    flex: 1;
    border: none !important;
    padding: 10px;
    outline: none;
}

.country-select option {
    background: white;
    color: #333;
}


/* Mobile ke liye settings */
/* --- Banner Mobile Fix --- */
@media (max-width: 768px) {
    .banner-container {
        height: 200px !important; /* !important lagane se ye confirm apply hoga */
        aspect-ratio: auto;
    }

    .slide-content h1 {
        font-size: 20px;
    }
}