/* Responsive Styles for SSSIHL Alumni Foundation */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    /* Header Responsive */
    .main-nav ul {
        gap: 15px;
    }
    
    .main-nav .nav-link {
        font-size: 18px;
    }
    
    .home-btn {
        font-size: 18px;
        padding: 8px 16px;
        min-width: 80px;
        height: 40px;
    }
    
    .login-btn {
        font-size: 18px;
        padding: 8px 16px;
        min-width: 80px;
        height: 40px;
    }
    
    .logo img {
        height: 100px;
    }
    
    .main-header .container {
        gap: 15px;
    }
    
    .search-input {
        width: 120px;
    }
    
    .search-input {
        font-size: 18px;
        width: 100px;
    }
    
    /* Banner Responsive */
    .banner {
        min-height: 500px;
    }
    
    .banner-split {
        grid-template-columns: 55% 45%;
        min-height: 500px;
    }
    
    .banner-left {
        padding: 50px 30px;
    }
    
    .banner-right {
        padding: 50px 30px;
    }
    
    .banner-left h1 {
        font-size: 60px;
    }
    
    .banner-left h2 {
        font-size: 44px;
    }
    
    .banner-right h2 {
        font-size: 36px;
    }
    
    .banner-right h6 {
        font-size: 18px;
    }
    
    .banner-quote,
    .banner-description {
        font-size: 18px;
    }
    
    .banner-buttons {
        gap: 15px;
    }
    
    /* Typography */
    h1 { font-size: 60px; }
    h2 { font-size: 44px; }
    h3 { font-size: 36px; }
    h4 { font-size: 32px; }
    p { font-size: 20px; }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    /* Top Header */
    .top-header .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .top-header .contact-info {
        gap: 20px;
        flex-direction: row;
    }
    
    .top-header .contact-info span {
        font-size: 16px;
    }
    
    .top-nav {
        gap: 15px;
    }
    
    .top-nav a {
        font-size: 16px;
    }
    

    
    .logo img {
        height: 90px;
    }
    
    .main-header .container {
        position: relative;
    }
    
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    

    
    .main-nav .nav-link {
        font-size: 16px;
    }
    
    .home-btn {
        font-size: 16px;
        padding: 8px 16px;
        min-width: 70px;
        height: 36px;
    }
    
    .login-btn {
        font-size: 16px;
        padding: 8px 16px;
        min-width: 70px;
        height: 36px;
    }
    
    .search-input {
        font-size: 16px;
        width: 100px;
    }
    
    .search-box {
        padding: 8px 12px;
    }
    
    /* Banner Responsive */
    .banner {
        min-height: auto;
    }
    
    .banner-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .banner-left {
        min-height: 400px;
        padding: 40px 30px;
    }
    
    .banner-right {
        padding: 40px 30px;
    }
    
    .banner-left h1 {
        font-size: 48px;
    }
    
    .banner-left h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .banner-right h2 {
        font-size: 28px;
    }
    
    .banner-right h6 {
        font-size: 16px;
    }
    
    .banner-quote,
    .banner-description {
        font-size: 16px;
    }
    
    .banner-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .banner-buttons .btn {
        width: auto;
        min-width: 200px;
    }
    
    /* Typography */
    h1 { font-size: 48px; }
    h2 { font-size: 36px; }
    h3 { font-size: 28px; }
    h4 { font-size: 24px; }
    p { font-size: 18px; }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    /* Top Header */
    .top-header .contact-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-header .contact-info span {
        font-size: 14px;
    }
    
    .top-nav {
        gap: 10px;
    }
    
    .top-nav a {
        font-size: 14px;
    }
    
    /* Main Header */
    .logo img {
        height: 70px;
    }
    
    .main-header .container {
        gap: 8px;
    }
    
    .main-nav .nav-link {
        font-size: 14px;
        padding: 8px;
    }
    
    .home-btn {
        font-size: 14px;
        padding: 6px 12px;
        min-width: 60px;
        height: 32px;
    }
    
    .login-btn {
        font-size: 14px;
        padding: 6px 12px;
        min-width: 60px;
        height: 32px;
    }
    
    .search-input {
        font-size: 14px;
        width: 80px;
    }
    
    .search-box {
        padding: 6px 10px;
    }
    
    /* Banner Responsive */
    .banner {
        min-height: auto;
    }
    
    .banner-split {
        grid-template-columns: 1fr;
    }
    
    .banner-left {
        min-height: 350px;
        padding: 30px 20px;
    }
    
    .banner-right {
        padding: 30px 20px;
    }
    
    .banner-left h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .banner-left h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .banner-right h2 {
        font-size: 24px;
    }
    
    .banner-right h6 {
        font-size: 14px;
    }
    
    .banner-quote,
    .banner-description {
        font-size: 14px;
    }
    
    .banner-buttons .btn {
        font-size: 16px;
        padding: 8px 16px;
        min-width: 180px;
    }
    
    .banner-right .btn {
        font-size: 14px;
        padding: 8px 16px;
    }
    
    /* Typography */
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    p { font-size: 16px; }
}

/* Mobile menu functionality for tablets and mobile */
@media (max-width: 1100px) {
    .navbar-toggler {
        display: flex !important;
    }
    
    .main-header .container {
        position: relative;
    }
    
    /* Hide desktop navigation on mobile */
    .main-nav ul {
        display: none;
    }
    
    /* Only show navigation when collapse is active */
    .navbar-collapse.show .main-nav ul {
        display: flex !important;
    }

}
/* Mobile menu compact styling */
@media (max-width: 768px) {
    .navbar-collapse.show {
        padding: 10px 15px !important;
    }
    
    .navbar-collapse.show .main-nav ul {
        gap: 0 !important;
    }
    
    .navbar-collapse.show .nav-link,
    .navbar-collapse.show .home-btn {
        font-size: 14px !important;
        padding: 10px 0 !important;
    }
    
    .navbar-collapse.show .mobile-actions {
        margin-top: 12px !important;
        padding-top: 12px !important;
        gap: 12px !important;
    }
    
    .navbar-collapse.show .search-box {
        padding: 6px 10px !important;
    }
    
    .navbar-collapse.show .search-input {
        font-size: 14px !important;
    }
    
    .navbar-collapse.show .login-btn {
        font-size: 14px !important;
        padding: 6px 12px !important;
        min-width: 70px !important;
    }
}

@media (max-width: 576px) {
    .navbar-collapse.show {
        padding: 8px 12px !important;
    }
    
    .navbar-collapse.show .main-nav ul {
        gap: 0 !important;
    }
    
    .navbar-collapse.show .nav-link,
    .navbar-collapse.show .home-btn {
        font-size: 13px !important;
        padding: 8px 0 !important;
    }
    
    .navbar-collapse.show .mobile-actions {
        margin-top: 10px !important;
        padding-top: 10px !important;
        gap: 10px !important;
    }
    
    .navbar-collapse.show .search-box {
        padding: 5px 8px !important;
    }
    
    .navbar-collapse.show .search-input {
        font-size: 13px !important;
    }
    
    .navbar-collapse.show .login-btn {
        font-size: 13px !important;
        padding: 5px 10px !important;
        min-width: 60px !important;
    }
}

/* University Highlights Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .university-highlights {
        padding: 50px 0;
    }
    
    .highlights-title {
        font-size: 36px;
    }
    
    .highlights-subtitle {
        font-size: 20px;
    }
    
    .highlights-description {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .highlight-card {
        padding: 25px;
        gap: 25px;
        min-height: 250px;
    }
    
    .highlight-image {
        width: 180px;
        height: 180px;
    }
    
    .highlight-text {
        font-size: 18px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .university-highlights {
        padding: 40px 0;
    }
    
    .highlights-title {
        font-size: 28px;
    }
    
    .highlights-subtitle {
        font-size: 18px;
    }
    
    .highlights-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .highlight-card {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        min-height: auto;
        text-align: center;
    }
    
    .highlight-image {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
    
    .highlight-content {
        text-align: center;
    }
    
    .highlight-text {
        font-size: 16px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .university-highlights {
        padding: 30px 0;
    }
    
    .highlights-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .highlights-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .highlights-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .highlight-card {
        padding: 15px;
        gap: 15px;
    }
    
    .highlight-image {
        width: 120px;
        height: 120px;
    }
    
    .highlight-text {
        font-size: 14px;
    }
    
    .university-highlights .owl-dots {
        margin-top: 20px;
    }
    
    .university-highlights .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

/* North America Alumni Highlights Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .na-alumni-highlights {
        padding: 50px 0;
    }
    
    .na-highlights-title {
        font-size: 36px;
    }
    
    .na-highlights-subtitle {
        font-size: 20px;
    }
    
    .na-highlights-description {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .na-highlight-card {
        padding: 30px;
        gap: 30px;
        min-height: 250px;
    }
    
    .na-highlight-image {
        width: 300px;
        height: 220px;
    }
    
    .na-highlight-text {
        font-size: 18px;
    }
    
    .na-alumni-highlights .owl-nav button {
        width: 45px;
        height: 45px;
    }
    
    .na-alumni-highlights .owl-nav button i {
        font-size: 18px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .na-alumni-highlights {
        padding: 40px 0;
    }
    
    .na-highlights-title {
        font-size: 28px;
    }
    
    .na-highlights-subtitle {
        font-size: 18px;
    }
    
    .na-highlights-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .na-highlight-card {
        flex-direction: column;
        padding: 25px;
        gap: 20px;
        min-height: auto;
    }
    
    .na-highlight-image {
        width: 100%;
        height: 200px;
    }
    
    .na-highlight-content {
        text-align: center;
    }
    
    .na-highlight-text {
        font-size: 16px;
    }
    
    .na-alumni-highlights .owl-nav button {
        width: 40px;
        height: 40px;
    }
    
    .na-alumni-highlights .owl-nav button i {
        font-size: 16px;
    }
    
    .na-alumni-highlights .owl-nav button.owl-prev {
        margin-left: -20px;
    }
    
    .na-alumni-highlights .owl-nav button.owl-next {
        margin-right: -20px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .na-alumni-highlights {
        padding: 30px 0;
    }
    
    .na-highlights-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .na-highlights-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .na-highlights-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .na-highlight-card {
        padding: 20px;
        gap: 15px;
    }
    
    .na-highlight-image {
        height: 180px;
    }
    
    .na-highlight-text {
        font-size: 14px;
    }
    
    .na-alumni-highlights .owl-nav button {
        width: 35px;
        height: 35px;
    }
    
    .na-alumni-highlights .owl-nav button i {
        font-size: 14px;
    }
    
    .na-alumni-highlights .owl-nav button.owl-prev {
        margin-left: -15px;
    }
    
    .na-alumni-highlights .owl-nav button.owl-next {
        margin-right: -15px;
    }
}

/* Convocation Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .convocation {
        padding: 50px 0;
    }
    
    .convocation-content {
        gap: 30px;
    }
    
    .convocation-image img {
        max-width: 350px;
    }
    
    .convocation h3 {
        font-size: 36px;
    }
    
    .convocation-subtitle {
        font-size: 18px;
    }
    
    .convocation-quote,
    .convocation-description {
        font-size: 18px;
    }
    
    .convocation .btn {
        font-size: 18px;
        padding: 8px 16px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .convocation {
        padding: 40px 0;
    }
    
    .convocation-content {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .convocation-image {
        order: 1;
    }
    
    .convocation-text {
        order: 2;
    }
    
    .convocation-image img {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .convocation h3 {
        font-size: 28px;
    }
    
    .convocation-subtitle {
        font-size: 16px;
    }
    
    .convocation-quote,
    .convocation-description {
        font-size: 16px;
    }
    
    .convocation .btn {
        font-size: 16px;
        padding: 8px 14px;
        min-width: 200px;
        align-self: center;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .convocation {
        padding: 35px 0;
    }
    
    .convocation-content {
        gap: 20px;
    }
    
    .convocation-image img {
        max-width: 250px;
    }
    
    .convocation h3 {
        font-size: 24px;
    }
    
    .convocation-subtitle {
        font-size: 14px;
    }
    
    .convocation-quote,
    .convocation-description {
        font-size: 14px;
    }
    
    .convocation .btn {
        font-size: 14px;
        padding: 6px 12px;
        min-width: 180px;
        align-self: center;
    }
    
    .convocation-text {
        gap: 12px;
    }
}/* Qui
ck Access Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .quick-access {
        padding: 50px 0;
    }
    
    .quick-access .section-title {
        margin-bottom: 40px;
    }
    
    .quick-access-grid {
        gap: 25px;
    }
    
    .quick-access-card {
        padding: 20px 15px;
        gap: 12px;
    }
    
    .card-icon {
        width: 70px;
        height: 70px;
    }
    
    .card-icon img {
        width: 60px;
        height: 60px;
    }
    
    .quick-access-card .card-title {
        font-size: 26px;
    }
    
    .quick-access-card .card-description {
        font-size: 18px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .quick-access {
        padding: 40px 0;
    }
    
    .quick-access .section-title {
        margin-bottom: 30px;
    }
    
    .quick-access-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .quick-access-card {
        padding: 20px 15px;
        gap: 10px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-icon img {
        width: 50px;
        height: 50px;
    }
    
    .quick-access-card .card-title {
        font-size: 20px;
    }
    
    .quick-access-card .card-description {
        font-size: 16px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .quick-access {
        padding: 30px 0;
    }
    
    .quick-access .section-title {
        margin-bottom: 25px;
    }
    
    .quick-access-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .quick-access-card {
        padding: 20px 15px;
        gap: 8px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .card-icon img {
        width: 40px;
        height: 40px;
    }
    
    .quick-access-card .card-title {
        font-size: 16px;
    }
    
    .quick-access-card .card-description {
        font-size: 14px;
    }
}/* 
Count Cards Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .count-cards {
        padding: 50px 0;
    }
    
    .count-cards .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .count-cards-grid {
        gap: 25px;
    }
    
    .count-card {
        padding: 40px 25px;
        gap: 12px;
    }
    
    .count-number {
        font-size: 48px;
    }
    
    .count-label {
        font-size: 22px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .count-cards {
        padding: 40px 0;
    }
    
    .count-cards .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .count-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .count-card {
        padding: 35px 20px;
        gap: 10px;
    }
    
    .count-number {
        font-size: 42px;
    }
    
    .count-label {
        font-size: 20px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .count-cards {
        padding: 30px 0;
    }
    
    .count-cards .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .count-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .count-card {
        padding: 30px 20px;
        gap: 8px;
    }
    
    .count-number {
        font-size: 36px;
    }
    
    .count-label {
        font-size: 18px;
    }
}

/* Global Alumni Highlights Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .global-alumni-highlights {
        padding: 50px 0;
    }
    
    .global-highlights-title {
        font-size: 36px;
    }
    
    .global-highlights-subtitle {
        font-size: 20px;
    }
    
    .global-highlights-description {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .global-highlight-card {
        padding: 30px;
        gap: 30px;
        min-height: 300px;
    }
    
    .global-highlight-image {
        width: 250px;
        height: 250px;
    }
    
    .proud-moment-title {
        font-size: 28px;
    }
    
    .global-highlight-text {
        font-size: 16px;
    }
    
    .global-alumni-highlights .owl-nav button {
        width: 45px;
        height: 45px;
    }
    
    .global-alumni-highlights .owl-nav button i {
        font-size: 18px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .global-alumni-highlights {
        padding: 40px 0;
    }
    
    .global-highlights-title {
        font-size: 28px;
    }
    
    .global-highlights-subtitle {
        font-size: 18px;
    }
    
    .global-highlights-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .global-highlight-card {
        flex-direction: column;
        padding: 25px;
        gap: 20px;
        min-height: auto;
    }
    
    .global-highlight-image {
        width: 100%;
        height: 250px;
    }
    
    .global-highlight-content {
        text-align: center;
    }
    
    .proud-moment-title {
        font-size: 24px;
    }
    
    .global-highlight-text {
        font-size: 15px;
    }
    
    .global-highlight-content .btn {
        align-self: center;
    }
    
    .global-alumni-highlights .owl-nav button {
        width: 40px;
        height: 40px;
    }
    
    .global-alumni-highlights .owl-nav button i {
        font-size: 16px;
    }
    
    .global-alumni-highlights .owl-nav button.owl-prev {
        margin-left: -20px;
    }
    
    .global-alumni-highlights .owl-nav button.owl-next {
        margin-right: -20px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .global-alumni-highlights {
        padding: 30px 0;
    }
    
    .global-highlights-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .global-highlights-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .global-highlights-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .global-highlight-card {
        padding: 20px;
        gap: 15px;
    }
    
    .global-highlight-image {
        height: 200px;
    }
    
    .proud-moment-title {
        font-size: 20px;
    }
    
    .global-highlight-text {
        font-size: 14px;
    }
    
    .global-alumni-highlights .owl-nav button {
        width: 35px;
        height: 35px;
    }
    
    .global-alumni-highlights .owl-nav button i {
        font-size: 14px;
    }
    
    .global-alumni-highlights .owl-nav button.owl-prev {
        margin-left: -5px;
    }
    
    .global-alumni-highlights .owl-nav button.owl-next {
        margin-right: -5px;
    }
   
    
}

/* Gallery Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .gallery-section {
        padding: 50px 0;
    }
    
    .gallery-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .gallery-grid {
        gap: 25px;
    }
    
    .gallery-image {
        height: 350px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .gallery-section {
        padding: 40px 0;
    }
    
    .gallery-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-image {
        height: 300px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .gallery-section {
        padding: 30px 0;
    }
    
    .gallery-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .gallery-grid {
        gap: 15px;
    }
    
    .gallery-image {
        height: 250px;
    }
}/* Upco
ming Events Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .upcoming-events {
        padding: 50px 0;
    }
    
    .events-header {
        margin-bottom: 40px;
    }
    
    .events-header .section-title {
        font-size: 36px;
    }
    
    .view-all-stories-link {
        font-size: 16px;
    }
    
    .events-cards-grid {
        gap: 25px;
    }
    
    .event-card {
        padding: 25px;
        gap: 20px;
    }
    
    .event-date-box {
        padding: 18px 12px;
        min-width: 80px;
        max-width: 80px;
    }
    
    .event-date-number {
        font-size: 32px;
    }
    
    .event-date-month {
        font-size: 14px;
    }
    
    .event-date-tbd {
        font-size: 42px;
    }
    
    .event-title {
        font-size: 24px;
    }
    
    .event-location {
        font-size: 15px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .upcoming-events {
        padding: 40px 0;
    }
    
    .events-header {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .events-header .section-title {
        font-size: 28px;
    }
    
    .view-all-stories-link {
        font-size: 16px;
    }
    
    .events-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .event-card {
        padding: 20px;
        gap: 15px;
    }
    
    .event-date-box {
        padding: 15px 12px;
        min-width: 80px;
        max-width: 80px;
    }
    
    .event-date-number {
        font-size: 28px;
    }
    
    .event-date-month {
        font-size: 14px;
    }
    
    .event-date-tbd {
        font-size: 38px;
    }
    
    .event-title {
        font-size: 20px;
    }
    
    .event-location {
        font-size: 14px;
        justify-content: flex-start;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .upcoming-events {
        padding: 30px 0;
    }
    
    .events-header {
        margin-bottom: 25px;
        gap: 12px;
    }
    
    .events-header .section-title {
        font-size: 24px;
    }
    
    .view-all-stories-link {
        font-size: 14px;
    }
    
    .events-cards-grid {
        gap: 15px;
    }
    
    .event-card {
        padding: 18px;
        gap: 12px;
    }
    
    .event-date-box {
        padding: 12px 10px;
        min-width: 70px;
        max-width: 70px;
    }
    
    .event-date-number {
        font-size: 24px;
    }
    
    .event-date-month {
        font-size: 12px;
    }
    
    .event-date-tbd {
        font-size: 32px;
    }
    
    .event-title {
        font-size: 18px;
    }
    
    .event-location {
        font-size: 13px;
    }
    
    .location-dot {
        font-size: 20px;
    }
}/* Join
 Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .join-section {
        padding: 60px 0;
    }
    
    .join-content {
        gap: 25px;
        max-width: 700px;
    }
    
    .join-title {
        font-size: 36px;
    }
    
    .join-description {
        font-size: 16px;
    }
    
    .join-buttons {
        gap: 15px;
    }
    
    .join-section .btn {
        font-size: 18px;
        padding: 10px 20px;
        min-width: 140px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .join-section {
        padding: 50px 0;
    }
    
    .join-content {
        gap: 20px;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .join-title {
        font-size: 28px;
    }
    
    .join-description {
        font-size: 16px;
    }
    
    .join-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 300px;
    }
    
    .join-section .btn {
        font-size: 16px;
        padding: 12px 24px;
        width: 100%;
        min-width: auto;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .join-section {
        padding: 40px 0;
    }
    
    .join-content {
        gap: 18px;
        padding: 0 15px;
    }
    
    .join-title {
        font-size: 24px;
    }
    
    .join-description {
        font-size: 14px;
    }
    
    .join-buttons {
        gap: 12px;
        max-width: 280px;
    }
    
    .join-section .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}/* Fo
oter Section Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .footer {
        padding: 50px 0 0 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .footer-org {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 30px;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    
    .footer-logo img {
        height: 70px;
    }
    
    .org-name {
        font-size: 18px;
    }
    
    .org-address {
        font-size: 18px;
    }
    
    .contact-item span {
        font-size: 18px;
    }
    
    .column-heading {
        font-size: 22px;
    }
    
    .footer-links li a {
        font-size: 18px;
    }
    
    .footer-social {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
    }
    
    .newsletter-form {
        flex-direction: row;
        gap: 10px;
        max-width: 300px;
    }
    
    .newsletter-input {
        font-size: 18px;
        padding: 10px 12px;
        flex: 1;
    }
    
    .newsletter-btn {
        font-size: 16px;
        padding: 10px 16px;
        white-space: nowrap;
    }
    
    .copyright-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .copyright-text,
    .copyright-quote {
        font-size: 18px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 0 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 25px;
    }
    
    .footer-org {
        text-align: center;
        gap: 15px;
    }
    
    .footer-logo img {
        height: 60px;
    }
    
    .org-name {
        font-size: 18px;
    }
    
    .org-address {
        font-size: 16px;
    }
    
    .top-header .contact-info {
        align-items: center;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .contact-item span {
        font-size: 16px;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .column-heading {
        font-size: 20px;
    }
    
    .footer-links li a {
        font-size: 16px;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .newsletter-form {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .newsletter-input {
        font-size: 16px;
        padding: 10px 12px;
    }
    
    .newsletter-btn {
        font-size: 14px;
        padding: 10px 16px;
    }
    
    .copyright-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .copyright-text,
    .copyright-quote {
        font-size: 16px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .footer {
        padding: 30px 0 0 0;
    }
    
    .footer-content {
        gap: 25px;
        margin-bottom: 20px;
    }
    
    .footer-org {
        gap: 12px;
    }
    
    .footer-logo img {
        height: 50px;
    }
    
    .org-name {
        font-size: 16px;
    }
    
    .org-address {
        font-size: 14px;
    }
    
    .contact-item span {
        font-size: 14px;
    }
    
    .contact-item img {
        width: 18px;
        height: 18px;
    }
    
    .column-heading {
        font-size: 16px;
    }
    
    .footer-links li a {
        font-size: 14px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .social-icon img {
        width: 20px;
        height: 20px;
    }
    
    .newsletter-form {
        max-width: 250px;
    }
    
    .newsletter-input {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .newsletter-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .copyright {
        padding: 15px 0;
    }
    
    .copyright-text,
    .copyright-quote {
        font-size: 14px;
    }
    
    .copyright-quote {
        text-align: center;
    }
}/* Stick
y Header Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .main-header.sticky {
        padding: 12px 0;
    }
    
    .main-header.sticky .logo img {
        height: 90px;
    }
    
    .sticky-offset {
        height: 120px;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .main-header.sticky {
        padding: 10px 0;
    }
    
    .main-header.sticky .logo img {
        height: 80px;
    }
    
    .sticky-offset {
        height: 100px;
    }
}

/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .main-header.sticky {
        padding: 8px 0;
    }
    
    .main-header.sticky .logo img {
        height: 70px;
    }
    
    .sticky-offset {
        height: 90px;
    }
}/* D
ropdown Menu Responsive */

/* Tablet styles (768px to 1100px) */
@media (min-width: 768px) and (max-width: 1100px) {
    .dropdown-menu {
        min-width: 260px;
        padding: 18px;
    }
    
    .dropdown-heading {
        font-size: 18px;
    }
    
    .dropdown-item {
        font-size: 16px;
        padding: 6px 0;
    }
}

/* Mobile and small tablet styles (up to 768px) */
@media (max-width: 768px) {
    .navbar-collapse.show .dropdown {
        width: 100%;
    }
    
    .navbar-collapse.show .dropdown-toggle {
        width: 100%;
        text-align: left !important;
        padding: 12px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .navbar-collapse.show .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 15px 0;
        min-width: auto;
        width: 100%;
        background-color: #f8f9fa;
        margin-top: 10px;
        transform: none;
        opacity: 1;
    }
    
    .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 15px 0;
        min-width: auto;
        width: 100%;
        background-color: #f8f9fa;
        margin-top: 10px;
        transform: none;
        opacity: 1;
    }
    
    .dropdown-section {
        margin-bottom: 15px;
    }
    
    .dropdown-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .dropdown-item {
        font-size: 15px;
        padding: 6px 15px;
        border-left: 3px solid transparent;
    }
    
    .dropdown-item:hover {
        padding-left: 18px;
        border-left-color: var(--color-4);
        background-color: rgba(72, 156, 214, 0.1);
    }
    .gallery-section .owl-nav button.owl-next{
        margin-right: -4px;
    }
    .gallery-section .owl-nav button.owl-prev{
        margin-left: -4px;
    }
    .gallery-section .owl-nav button{
        width: 30px;
        height: 30px;
    }
    html,body{
        overflow-x: hidden;
    }
    .mobile-hide{
        display: none !important;
    }
}


/* Small mobile styles (up to 576px) */
@media (max-width: 576px) {
    .dropdown-menu {
        padding: 12px 0;
    }
    
    .dropdown-section {
        margin-bottom: 12px;
    }
    
    .dropdown-heading {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .dropdown-item {
        font-size: 14px;
        padding: 5px 12px;
    }
    
    .dropdown-item:hover {
        padding-left: 15px;
    }
}