﻿
body, ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5e2ac4;
    padding: 8px 20px;
}

    .navbar1 .logo a {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .navbar1 .logo span {
        font-weight: normal;
    }
.logo img {
    width: 140px;
    height: 50px;
    margin-left:122px;
}


/*body, html {
    margin: 0;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
    background-color: #5e2ac4;
    color: #fff;
}*/
.main_container {
    margin: 0;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
    background-color: #5e2ac4;
    color: #fff;
}

/* Hero Section Styles */
.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10%;
}

.hero-content {
    max-width: 500px;
}

    .hero-content h1 {
        font-size: 42px;
        margin-bottom: 20px;
        font-family: "Jost", sans-serif;
        font-weight: 700;
    }

    .hero-content p {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.5;
    }

.hero-buttons {
    display: flex;
    gap: 20px;
    position: relative;
    display: inline-block;
}

    .hero-buttons .btn {
        padding: 15px 30px;
        border-radius: 30px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
    }

    .hero-buttons .btn-primary {
        background-color: #ffd500;
        color: #4f23a2;
    }

    .hero-buttons .btn-secondary {
        background-color: #fff;
        color: #4f23a2;
    }
.phone-number {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
     background-color: #fff; 
    padding: 5px 10px;
     border: 1px solid #ccc; 
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.hero-buttons:hover .phone-number {
    display: block;
    color: black;
}

.hero-image img {
    max-width: 100%;
}

.hero-header {
    margin-bottom: 6rem;
    padding: 13rem 14rem;
    background: url(../Images/blob-top-left.png), url(../Images/blob-top-right.png), url(../Images/blob-bottom-left.png), url(../Images/blob-bottom-right.png), url(../Images/blob-center.png), url(../Images/bg-bottom.png);
    background-position: left 0 top 0, right 0 top 0, left 0 bottom 0, right 0 bottom 0, center center, center 100%;
    background-repeat: no-repeat;
    background-size: auto, auto, auto, auto, auto, contain;
}
.hero-image img {
    width: 475px;
    height: 325px;
}
/*---------------------animation ------------------------*/

@-webkit-keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slideInDown {
    animation-name: slideInDown;
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s; 
    animation-duration: 1s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s; 
    animation-duration: 1s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

    /*---------------------------------------------------------------*/

    .section-title {
        position: relative;
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
    }

    .text-secondary {
        color: #FBA504 !important;
        justify-content: center !important;
        font-family: "Jost", sans-serif;
    }

    .section-title.text-secondary span:first-child, .section-title.text-secondary span:first-child::after, .section-title.text-secondary span:last-child, .section-title.text-secondary span:last-child::after {
        background: #ffbb3a;
    }

    .section-title span:first-child, .section-title span:last-child {
        position: relative;
        display: inline-block;
        margin-right: 30px;
        width: 30px;
        height: 2px;
    }

    .justify-content-center {
        justify-content: center !important;
    }

    .section-title span:last-child {
        margin-right: 0;
        margin-left: 30px;
    }

    .section-title span:first-child::after, .section-title span:last-child::after {
        position: absolute;
        content: "";
        width: 15px;
        height: 2px;
        top: 0;
        right: -20px;
    }

    .section-title span:last-child::after {
        right: auto;
        left: -20px;
    }

.subheading {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    color: #ffa500;
    font-family: system-ui;
}

    .others {
        margin-top: -70px;
        margin-bottom: 25px;
    }
    /*---------------------------------links div-----------------------------------------*/
    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 160px;
        position: relative;
        margin-top: -140px;
    }

    .menu-column {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 45%;
    }

    .menu-item {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .menu-item img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        border-radius: 5px;
    }

    .menu-info h3 {
        margin: 0;
        font-size: 2.1rem;
        font-weight: 800;
        color: #0F172B;
        position: relative;
        padding-bottom: 5px;
        font-family: "Nunito", sans-serif;
    }

    .menu-info h3::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 350px;
        height: 1px;
        background-color: #dee2e6;
    }

    .menu-info p {
        margin: 5px 0 0;
        color: #777;
        font-size: 14px;
    }

    .menu-button {
        margin-left: auto;
        font-size: 1.2em;
        font-weight: bold;
        color: white;
        background-color: #5e2ac4;
        border: none;
    }

    .divider {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        background-color: #ccc;
        height: 72%;
    }

    .fadeInUp {
        animation-name: fadeInUp;
    }
    /*--------------------------footer--------------------------*/
    /*.footer {
    margin-top: 6rem;
    padding-top: 9rem;
    background-image: url('../Images/bg-top.png'),url('../Images/map.png');
    background-position: center top, center center;
    background-repeat: no-repeat;
    background-size: auto,auto, contain;
}*/
    .footer {
        margin-top: -8rem;
        padding-top: 10rem;
        background-image: url(../Images/bg-top.png), url(../Images/map.png);
        background-position: center top, center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .bg-primary {
        background-color: #6222CC !important;
    }

    .text-light {
        color: #F6F4F9 !important;
    }

.box {
    position: absolute;
    top: 78%;
    left: 88%;
    transform: translate(-50%, -50%);
}

    .box span {
        display: block;
        width: 20px;
        height: 20px;
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .box span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .box span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
.footer_container {
   /* background-color: #6222cc33;*/
    color: #fff;
    padding: 20px;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    width: 300px;
    margin: -25px 0px 10px 1175px;
}

    .footer_container p {
        margin: 0 0 10px; 
    }

    .footer_container .section-title {
        font-weight: bold; 
        position: relative;
    }

        .footer_container .section-title span {
            display: block;
            height: 2px;
            background-color: #ffac15;
            width: 50px;
            margin-top: 5px;
        }

    .footer_container i {
        color: #ffac15;
        margin-right: 10px;
    }

    .footer_container p:last-child {
        margin-bottom: 0; 
    }

/* Mobile View Styles */
@media (max-width: 768px) {

    body, ul, li, a {
        font-size: 14px;
    }

    .navbar1 {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

        .navbar1 .logo img {
            margin-left: 0;
            width: 100px;
            height: 40px;
        }


    .hero-section {
        flex-direction: column;
        padding: 30px 5%;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

        .hero-content h1 {
            font-size: 32px;
        }

        .hero-content p {
            font-size: 14px;
            margin-bottom: 20px;
        }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .hero-image img {
        width: 100%;
        height: auto;
    }

    .section-title {
        font-size: 16px;
        justify-content: center;
    }

        .section-title span:first-child, .section-title span:last-child {
            width: 20px;
        }


    .menu-container {
        flex-direction: column;
        padding: 80px 10px;
        margin-top: 0;
    }

    .menu-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .menu-info h3 {
        font-size: 1.8rem;
    }

    .divider {
        display: none;
    }

    .footer {
        padding-top: 5rem;
        margin-top: 4rem;
        background-position: center top;
    }
}
    .footer_container {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    .menu-info h3::after {
        width: 260px;
    }

    @media (max-width: 480px) {

        .navbar1 {
            padding: 8px;
        }

        .hero-content h1 {
            font-size: 28px;
        }

        .hero-content p {
            font-size: 12px;
        }

        .hero-buttons .btn {
            padding: 10px 20px;
            font-size: 14px;
            margin-bottom: 18px;
        }

        .footer_container {
            padding: 15px;
            text-align: center;
        }
    }

.module-header {
    display: flex;
    align-items: center;
    gap: 8px; 
}

    .module-header img {
        height: 56px;
        width: 56px;
        margin-left: -59px;
    }

/*    ---------------------------------Macare_HO----------------------------------*/

.web-links-table {
    max-width: 1000px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f5f8fa;
}

    .web-links-table h1 {
        text-align: center;
        margin-bottom: 20px;
        color: #2a3f54;
        font-size: 35px;
        font-family: "Jost", sans-serif;
        font-weight: 700;
    }

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

th, td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}
td {
   font-size:15px;
}

th {
    background-color: #2a3f54;
    color: #ffffff;
}

td a {
    color: #1a73e8;
    text-decoration: none;
}

    td a:hover {
        text-decoration: underline;
    }

.web-links-table p{
    margin:10px 0px 0px 5px;

}