/* Index Page Specific Styles for गठजोड़ा */

/* Header Section */
#header {
    position: relative;
    z-index: 1000;
}

#header .navbar {
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
    padding: 15px 0;
    border-bottom: 3px solid #FFD700;
}

#header .navbar-brand {
    text-decoration: none;
}

#header .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 8px 15px !important;
    border-radius: 20px;
    transition: all 0.3s ease;
}

#header .nav-link:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Center Hero Section */
#center {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.center_home {
    padding: 80px 0;
}

.center_home1 {
    align-items: center;
    min-height: 70vh;
}

.center_home1_left {
    padding: 40px 0;
}

.center_home1_left h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

.center_home1_left b {
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.center_home1_left p {
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.center_home1_right {
    background: linear-gradient(135deg, #ffffff 0%, #fffbf0 100%);
    border: 2px solid #FFD700;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.center_home1_right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
}

.center_home1_right h5 {
    color: #FF8C00;
    font-weight: 700;
    margin-bottom: 25px;
}

.center_home1_right .form-control,
.center_home1_right .form-select {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.center_home1_right .form-control:focus,
.center_home1_right .form-select:focus {
    border-color: #FF8C00;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
    transform: translateY(-2px);
}

/* Exception/Features Section */
#exep {
    padding: 80px 0;
    background: linear-gradient(135deg, #fffbf0 0%, #ffffff 100%);
}

.exep_m {
    background: white;
    border-radius: 25px;
    border-top: 6px solid #FF8C00;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.exep_1 h1, .exep_1 .fs-2 {
    color: #333;
    font-weight: 700;
}

.exep_1 span {
    color: #FF8C00;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.exep_2_left {
    background: linear-gradient(135deg, #fff8dc 0%, #ffffff 100%);
    border: 2px solid #FFD700;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

.exep_2_left:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255,140,0,0.2);
    border-color: #FF8C00;
}

.exep_2_left .bi {
    font-size: 3rem;
}

.exep_2_left b {
    color: #8B0000;
    font-weight: 600;
}

.exep_2_left .line {
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
    height: 3px;
    width: 50px;
    border: none;
}

/* Statistics Section */
.about_pg3 {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 2px solid #FFD700;
    border-bottom: 2px solid #FFD700;
    padding: 30px 0;
}

.about_pg3_left {
    text-align: center;
    padding: 20px;
}

.about_pg3_left .fs-1 {
    font-size: 3rem !important;
    font-weight: 700;
    color: #FF8C00;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.about_pg3_left .cont_icon {
    background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
}

/* Meet/Steps Section */
#meet {
    padding: 80px 0;
    background: linear-gradient(135deg, #fffbf0 0%, #ffffff 100%);
}

.step-item {
    background: linear-gradient(135deg, #fff8dc 0%, #ffffff 100%);
    border-radius: 15px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.step-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    transition: width 0.3s ease;
}

.step-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(255,140,0,0.2);
}

.step-item:hover::before {
    width: 8px;
}

.step-item .rounded-circle {
    font-weight: 700;
    font-size: 18px;
}

.meet_1_right img {
    border-radius: 15px;
    border: 4px solid #FF8C00;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.meet_1_right img:hover {
    transform: scale(1.05);
}

/* Find/Profiles Section */
#find {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #fffbf0 100%);
}

.profile-scroll-container {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    padding: 30px 0;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 3px solid #FFD700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.profile-horizontal-scroll {
    display: flex;
    overflow-x: auto;
    padding: 20px 0;
    gap: 25px;
    scroll-behavior: smooth;
}

.profile-horizontal-scroll::-webkit-scrollbar {
    height: 10px;
}

.profile-horizontal-scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.profile-horizontal-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
    border-radius: 10px;
}

.horizontal-profile-card {
    min-width: 300px;
    max-width: 300px;
    background: white;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 3px solid #FFD700;
    position: relative;
    overflow: hidden;
}

.horizontal-profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
}

.horizontal-profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255,140,0,0.3);
    border-color: #DC143C;
}

.horizontal-profile-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 4px solid #FF8C00;
    transition: all 0.3s ease;
}

.horizontal-profile-card:hover .horizontal-profile-photo {
    transform: scale(1.1);
    border-color: #DC143C;
}

.horizontal-profile-card h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.horizontal-profile-card .btn {
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.horizontal-profile-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,140,0,0.4);
}

/* Pricing Section */
#pricing {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.pricing_2_left {
    border: 3px solid #ddd;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing_2_lefto {
    border-color: #FF8C00;
}

.pricing_2_lefto::before {
    content: 'POPULAR';
    position: absolute;
    top: 15px;
    right: -30px;
    background: #FF8C00;
    color: white;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(45deg);
}

.pricing_2_left:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.pricing_2_left .line {
    background: linear-gradient(135deg, #FF8C00 0%, #DC143C 100%);
    height: 3px;
    width: 60px;
    border: none;
    margin: 15px auto;
}

.pricing_2_left ul li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricing_2_left ul li:last-child {
    border-bottom: none;
}

.pricing_2_left ul li .bi-check-circle {
    color: #28a745;
}

.pricing_2_left ul li .bi-x-circle {
    color: #dc3545;
}

/* Footer */
#footer {
    background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
    color: white;
    padding: 40px 0 20px;
}

#footer .footer-brand h4 {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

#footer .hover-gold:hover {
    color: #FFD700 !important;
}

#footer .border-top {
    border-color: rgba(255,255,255,0.2) !important;
}

#footer a {
    transition: all 0.3s ease;
}

#footer .bi {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .center_home1_left h1 {
        font-size: 2.5rem;
    }
    
    .center_home1_left b {
        font-size: 1.2rem;
    }
    
    .center_home1 {
        text-align: center;
    }
    
    .center_home1_right {
        margin-top: 30px;
        max-width: 100% !important;
    }
    
    .horizontal-profile-card {
        min-width: 250px;
        max-width: 250px;
        padding: 20px;
    }
    
    .horizontal-profile-photo {
        width: 70px;
        height: 70px;
    }
    
    .about_pg3_left .fs-1 {
        font-size: 2rem !important;
    }
    
    .step-item {
        margin-bottom: 20px;
    }
    
    .step-item:hover {
        transform: translateX(5px);
    }
}

@media (max-width: 576px) {
    .center_home1_left h1 {
        font-size: 2rem;
    }
    
    .center_home1_left {
        padding: 20px 0;
    }
    
    .center_home1_right {
        margin-top: 30px;
    }
    
    .horizontal-profile-card {
        min-width: 220px;
        max-width: 220px;
    }
    
    .profile-scroll-container {
        padding: 20px 0;
    }
    
    .exep_m {
        padding: 30px 20px;
    }
}

/* Animation Keyframes */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation Classes */
.animate-slide-left {
    animation: slideInFromLeft 0.8s ease forwards;
}

.animate-slide-right {
    animation: slideInFromRight 0.8s ease forwards;
}

.animate-fade-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Loading Animation */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
