@media only screen and (min-width: 768px) and (max-width: 991px) {

    .logo-img {
        height: 35px;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-links a {
        text-decoration: none;
        color: #000000;
        font-weight: 600;
        padding: 5px 10px;
        font-size: 0.8em;
        position: relative;
        display: inline-block;
    }


    .action-btns {
        background-color: #000000;
        color: #ffffff;
        border: none;
        padding: 8px 16px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 600;
        transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    }


    /* Banner Styling */

    .banner-title {
        font-size: 2.5em;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 60px;
    }

    .banner-description {
        color: #ffffff;
        margin: 10px 0 30px;
        font-size: 1em;
        font-weight: 300;
        margin-bottom: 250px;
    }


    /* Outer Border */
    .map-border-outer {
        display: inline-block;
        background-color: rgba(239, 240, 242, 0.3); 
        border-radius: 15px; 
        padding: 20px; 
        margin-top: 30px;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 0px;

    }

    /* Inner Border */
    .map-border-inner {
        display: inline-block;
        background-color: rgba(239, 240, 242, 0.5); 
        border-radius: 15px;
        padding: 20px;
    }

    /* Map Image Styling */
    .map-image {
        display: block;
        width: 100%;
        max-width: 600px;
        border-radius: 15px;
    }

    .below-banner {
        text-align: center;
        align-items:center;
        justify-items: center;
    }

    .view-btn {
        all: unset;
        width: 80px;
        height: 23px;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        background: transparent;
        border: none;
        position: relative;
        color: #f0f0f0;
        cursor: pointer;
        z-index: 1;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    

    /* Initial Description Styling */
    .initial-description {
        text-align: center;
        margin: 50px auto;
        padding: 20px;
    }

    .section-title {
        font-size: 1.5em;
        margin-bottom: 10px;
        color: #333;
        margin-top: 5%;
    }

    .section-description {
        margin-bottom: 30px;
        font-size: 1em;
        color: #555;
    }

    /* Card Container Styling */
    .card-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-content: center;
        padding: 15px;
        margin: 0 auto;
        max-width: 1200px;
    }

    .card {
        background: rgba(255, 255, 255, 0.15); /* Softer transparency */
        border-radius: 20px; /* Smooth, rounded corners */
        box-shadow: 
            0 4px 6px rgba(0, 0, 0, 0.1), /* Subtle shadow for depth */
            0 1px 20px rgba(255, 255, 255, 0.4) inset; /* Soft inner glow */
        backdrop-filter: blur(20px); /* Stronger blur for glass effect */
        -webkit-backdrop-filter: blur(20px); /* Safari compatibility */
        border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle white border */
        text-align: left;
        padding: 20px;
        box-sizing: border-box;
        margin: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations */
        color: #333; /* Adjust text color for better readability */
    }
    
    .card:hover {
        transform: translateY(-5px); /* Lift effect on hover */
        box-shadow: 
            0 8px 16px rgba(129, 170, 201, 0.5), /* Enhanced blue shadow */
            0 1px 25px rgba(255, 255, 255, 0.6) inset; /* Brighter inner glow */
    }

    .card img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .card-title {
        font-size: 1em;
        margin: 10px 0;
        font-weight: 600;
    }

    .card-text {
        font-size: 0.5em;
        color: #777;
    }

    /* Remove any potential hover pseudo-elements */
    .card::after {
        content: none;
        display: none;
    }

    .card-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 15px;
    }

    .card-text {
        font-size: 0.7em;
        color: #777;
        text-align: left; 
    }

    /* Metrices Bar Styling */
    .metrics-bar {
        display: flex;
        justify-content: space-around;
        background-color: #81aac9;
        padding: 60px 0;
        margin-top: 20px;
    }

    .metric-item {
        display: flex;
        align-items: center;
        color: #ffffff;
        transition: color 0.3s;
    }

    .metric-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        font-size: 20px;
        margin-right: 7px; 
        background-color: transparent;
        transition: background-color 0.3s, color 0.3s;
    }

    .metric-item:hover .metric-icon {
        background-color: #ffffff;
        color: #81aac9;
    }

    .metric-item:hover {
        color: #ffffff; 
    }

    .metric-content {
        text-align: left; 
    }

    .metric-number {
        font-size: 20px;
        font-weight: 800;
        transition: color 0.3s;
    }

    .metric-text {
        font-size: 13px;
        font-weight: 400;
        transition: color 0.3s;
    }

    .detailed-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; 
        max-width: 100%; 
        
    }

    .section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
        width: 100%;
        box-sizing: border-box; 
        transition: transform 0.3s;
        margin-left: 30px;
        margin-right: 30px;
    }

    .section:hover .section-image {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s, box-shadow 0.3s; 
    }


    .section:nth-child(odd) {
        background-color: #ffffff;
    }

    .section:nth-child(even) {
        flex-direction: row-reverse;
        background-color: #eff0f2;
    }

    .section-image {
        width: 300px;
        height: 200px;
        border-radius: 30px;
        overflow: hidden;
        transition: transform 0.3s;
    }

    .section:nth-child(odd) .section-image {
        border-left: 10px solid #eff0f2;
        border-top: 10px solid #eff0f2;
        margin-right: 70px;
    }

    .section:nth-child(even) .section-image {
        border-right: 10px solid #ffffff;
        border-top: 10px solid #ffffff;
        margin-left: 70px;
    }

    .section-content {
        max-width: 300px;
    }

    .section-title-small {
        font-size: 10px;
        color: #81aac9;
        font-weight: bold;
    }

    .section-title-large {
        font-size: 17px;
        font-weight: bold;
        margin: 8px 0;
    }

    .section-description {
        font-size: 10px;
        line-height: 1.4;
    }

    .ready-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        border-radius: 37px;
        padding: 3%;
        margin: 80px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        height: 320px;
        overflow: hidden; 
    }

    .ready-card-content {
        flex: 1;
        padding-right: 18px;
    }

    .ready-icon .icon-image {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }

    .ready-title {
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
        font-weight: 600;
        margin: 10px 0 20px;
    }


    .footer {
        background-color: #81aac9;
        color: #ffffff;
        padding: 20px 0;
        text-align: right;
    }

    .footer-logo {
        max-width: 120px;
        padding: 10px;
    }

    .social-icons {
        margin-top: 10px;
        padding: 10px;
    }

    .social-icons a {
        color: #ffffff;
        margin: 0 10px;
        font-size: 15px;
        text-decoration: none;
        
    }

    .copyright {
        margin-top: 10px;
        padding: 5px;
        margin-right: 10px;
        font-size: 12px;
    }

}