* {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

/* navigation bar */
.nav .left img {
    padding: 10px 20px;
}

.nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0D6CAC;
}

.nav .centre {
    display: flex;
    align-items: center;
    gap: 30px;
}

.centre a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #E8F2F8;
    text-decoration: none;
    margin: 0 10px;
}

.nav .right {
    margin-right: 20px;
    display: flex;
    gap: 10px;
}

.nav .centre .menu a:nth-child(7) {
    border: 2px solid white;
    width: 126px;
    height: 41px;
    border-radius: 7px;
    padding: 5px 10px;
    transition: all 0.3s ease;

}

.nav .centre .right img:hover {
    cursor: pointer;
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.nav .centre a:hover {
    cursor: pointer;
    color: yellow;
}

.nav .centre .menu a:nth-child(7):hover {
    background-color: #FFCB00;
    color: #0D6CAC;
    border-color: #FFCB00;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.nav .centre .menu a.active {
    color: #FFCB00;
    /* yellow highlight */
    border-bottom: 3px solid #FFCB00;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.nav .centre .menu a.active {
    color: #FFCB00;
    /* yellow highlight */
    border-bottom: 3px solid #FFCB00;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

/* ####################################################### */
/* Hero-Section */
.hero-section {
    width: 100%;
    height: 441px;
    background-color: #0D6CAC;
    background-image: url(../../assets/herosection.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.hero-section p:first-child {
    margin-bottom: 65px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    text-transform: uppercase;
    color: #ECECEC;
}

/* ####################################################### */
/* Content */
.content1 {
    max-width: 100%;
    height: 469px;
    display: flex;
    justify-content: space-around;
    background-color: #0D6CAC;
}

.content1 .left {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.content1 .left p:first-child {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 47px;
    color: #E8F2F8;
    cursor: text;
}

.content1 .left p:last-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #E8F2F8;
    cursor: text;
}

.content1 .right {
    margin-top: 70px;
}



.content2 {
    max-width: 100%;
    height: 469px;
    display: flex;
    justify-content: space-around;
    background-color: #0D6CAC;
}

.content2 .right2 {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-right: 50px;

}

.content2 .right2 p:first-child {
    width: 301px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 47px;
    color: #E8F2F8;
    cursor: text;
    text-transform: uppercase;
}

.content2 .right2 p:last-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #E8F2F8;
    cursor: text;
}

.content2 .left2 {
    margin-top: 70px;
}


.content3 {
    max-width: 100%;
    height: 469px;
    display: flex;
    justify-content: space-around;
    background-color: #0D6CAC;
}

.content3 .left {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.content3 .left p:first-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 47px;
    color: #E8F2F8;
    cursor: text;
}

.content3 .left p:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 34px;
    line-height: 47px;
    color: #E8F2F8;
    cursor: text;
    color: #FFCB00;

}

.content3 .left p:last-child {
    width: 93%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #E8F2F8;
    cursor: text;
}

.content3 .right {
    margin-top: 70px;
}

/* ####################################################### */
/* Differences */

.container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #0D6CAC;
}

.comparison-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section {
    flex: 1;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.section-title {
    background-color: #FFA500;
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
}

p {
    color: #E8F2F8;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #E8F2F8;
}

.highlight {
    background-color: #66CCFF;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #E8F2F8;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul,
ol {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
}

li {
    margin-bottom: 5px;
    color: #E8F2F8;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;

}

@media (max-width: 768px) {
    .comparison-container {
        flex-direction: column;
    }
}

/* ####################################################### */
/* Footer */
.footer {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    background: linear-gradient(135deg, #FFFFFF, #EAF6FF);

}

.footer .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer .left p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #0D6CAC;
}

.footer .middle {
    margin-left: 130px;
}

.footer .middle ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0;
    margin: 0;
}

.footer .middle ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0D6CAC;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer .middle ul li a:hover {
    color: #084B80;
}

.footer .middle ul li a.support-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 38px;
    border-radius: 30px;
    background-color: #0D6CAC;
    color: #FFFFFF;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer .middle ul li a.support-btn:hover {
    background-color: #084B80;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.footer .middle p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 38px;
    border-radius: 30px;
    background-color: #0D6CAC;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer .middle p:last-child:hover {
    background-color: #084B80;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.footer .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer .right p:first-child {
    font-family: "Akaya Telivigala", system-ui;
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0D6CAC;
}

.footer .right .image {
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 10px;
}

.footer .right .image img:hover {
    transition: all 0.3s ease;
    transform: translateY(-4px);
    cursor: pointer;
}

.footer .right p:last-child {
    color: #0D6CAC;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}



/* ==================== RESPONSIVE STYLES ==================== */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .nav .centre {
        gap: 20px;
    }

    .centre a {
        font-size: 18px;
    }

    .hero-section p:first-child {
        font-size: 48px;
    }

    .content1 .left,
    .content2 .right2,
    .content3 .left {
        width: 40%;
    }

    .content2 .right2 {
        margin-right: 30px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav {
        flex-direction: column;
        padding: 10px 0;
    }

    .nav .centre {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .hero-section {
        height: auto;
        padding: 80px 0;
        gap: 60px;
        background-size: cover;
    }

    .hero-section p:first-child {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .content1,
    .content2,
    .content3 {
        flex-direction: column;
        height: auto;
        padding: 60px 0;
        align-items: center;
        text-align: center;
    }

    .content1 .left,
    .content2 .right2,
    .content3 .left {
        width: 80%;
        margin-bottom: 40px;
    }

    .content1 .right,
    .content2 .left2,
    .content3 .right {
        margin-top: 0;
    }

    .content2 {
        flex-direction: column-reverse;
    }

    .content2 .right2 {
        margin-right: 0;
        width: 80%;
    }

    .content2 .right2 p:first-child {
        width: 100%;
        text-align: center;
    }

    .content3 .left p:last-child {
        width: 100%;
    }

    .comparison-container {
        flex-direction: column;
        padding: 0 20px;
    }

    .section {
        margin-bottom: 30px;
    }

    .footer {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0;
        text-align: center;
    }

    .footer .middle {
        margin-left: 0;
    }

    .footer .middle ul {
        align-items: center;
    }

    /* Fix for support button width */
    .footer .middle ul li a.support-btn {
        width: 122px;
        margin: 0 auto;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .nav .centre .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav .centre .menu a {
        margin: 5px;
        font-size: 16px;
    }

    .hero-section p:first-child {
        font-size: 36px;
        line-height: 50px;
    }

    .content1 .left,
    .content2 .right2,
    .content3 .left {
        width: 90%;
    }

    .content1 .left p:first-child,
    .content2 .right2 p:first-child,
    .content3 .left p:first-child,
    .content3 .left p:nth-child(2) {
        font-size: 28px;
        line-height: 38px;
    }

    .content1 .left p:last-child,
    .content2 .right2 p:last-child,
    .content3 .left p:last-child {
        font-size: 15px;
        line-height: 24px;
    }

    .content3 .left p:nth-child(2) {
        font-size: 26px;
    }

    /* Fix for support button in navigation */
    .nav .centre .menu a:nth-child(7) {
        width: auto;
        padding: 5px 15px;
    }

    .section-title {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    p,
    li {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .nav .left img {
        width: 120px;
    }

    .nav .centre .menu a {
        font-size: 14px;
    }

    .nav .right img {
        width: 28px;
        height: 28px;
    }

    .hero-section p:first-child {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .content1 .left,
    .content2 .right2,
    .content3 .left {
        width: 95%;
    }

    .content1 .left p:first-child,
    .content2 .right2 p:first-child,
    .content3 .left p:first-child,
    .content3 .left p:nth-child(2) {
        font-size: 24px;
        line-height: 32px;
    }

    .content1 .left p:last-child,
    .content2 .right2 p:last-child,
    .content3 .left p:last-child {
        font-size: 14px;
        line-height: 22px;
    }

    .content3 .left p:nth-child(2) {
        font-size: 22px;
    }

    .section-title {
        font-size: 18px;
        padding: 8px;
    }

    h3 {
        font-size: 15px;
        margin-top: 15px;
    }

    p,
    li {
        font-size: 13px;
        line-height: 20px;
    }

    .footer .middle ul li a {
        font-size: 18px;
    }

    .footer .right p:first-child {
        font-size: 26px;
    }

    /* Fix for support button in footer */
    .footer .middle ul li a.support-btn {
        width: 122px;
        margin: 10px auto;
    }
}

/* Mobile navigation for very small screens */
@media (max-width: 400px) {
    .nav .centre .menu {
        flex-direction: column;
        align-items: center;
    }

    .nav .centre .menu a {
        margin: 3px 0;
    }

    .hero-section {
        padding: 60px 0;
        gap: 40px;
    }

    .hero-section p:first-child {
        font-size: 28px;
        line-height: 40px;
    }

    /* Fix for support button in navigation on very small screens */
    .nav .centre .menu a:nth-child(7) {
        width: 122px;
        text-align: center;
    }

    .footer .right .image {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content1,
    .content2,
    .content3 {
        padding: 40px 0;
    }
}

/* Extreme small devices (300px and below) */
@media (max-width: 300px) {
    .nav .left img {
        width: 100px;
    }

    .nav .centre .menu a {
        font-size: 12px;
    }

    .nav .right img {
        width: 24px;
        height: 24px;
    }

    .hero-section p:first-child {
        font-size: 24px;
        line-height: 35px;
    }

    .content1 .left p:first-child,
    .content2 .right2 p:first-child,
    .content3 .left p:first-child,
    .content3 .left p:nth-child(2) {
        font-size: 20px;
        line-height: 28px;
    }

    .content1 .left p:last-child,
    .content2 .right2 p:last-child,
    .content3 .left p:last-child {
        font-size: 12px;
        line-height: 20px;
    }

    .content3 .left p:nth-child(2) {
        font-size: 18px;
    }

    .section-title {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    p,
    li {
        font-size: 12px;
        line-height: 18px;
    }

    .footer .middle ul li a {
        font-size: 16px;
    }

    .footer .right p:first-child {
        font-size: 22px;
    }

    .footer .right p:last-child {
        font-size: 14px;
    }

    .footer .right .image img {
        width: 28px;
        height: 28px;
    }

    /* Fix for support button in footer on very small screens */
    .footer .middle ul li a.support-btn {
        width: 110px;
        height: 36px;
        font-size: 16px;
    }
}

/* Prevent horizontal scrolling */
html,
body {
    overflow-x: hidden;
    width: 100%;
}