body {
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

/* Navbar Logo */
.logo {
    max-width: 200px;
}
/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

/* Navbar Logo */
.logo {
    max-width: 250px;
}

/* Navbar Menu */
.navbar-menu {
    display: flex;
    list-style: none;
}

.navbar-menu li a{
    margin: 0 20px;
    display: inline-block; /* Ensure the link is treated as a block for scaling */
    transition: transform 0.3s ease; /* Smooth transition for scaling effect */
}

.navbar-menu li a:hover {
    transform: scale(1.5); /* Scale up by 10% on hover */
}

.navbar-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s, border-bottom 0.3s;
    padding: 8px 0;
}

.navbar-menu a:hover {
    color: #f5bf03;
    border-bottom: 2px solid #f5bf03;
}

/* Contact Button */
.navbar-contact .contact-btn {
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #f8f7f3;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.navbar-contact .contact-btn:hover {
    background-color: #f5bf03;
    color: #000;
    border-color: #f5bf03;
}

/* Navbar Toggle (Menu Icon) */
.navbar-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.navbar-toggle span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 70px;
        left: 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-contact {
        display: none;
    }

    .navbar-toggle {
        display: flex;
    }

    .navbar-menu li {
        text-align: center;
        margin: 10px 0;
    }
}

/* Toggle animation */
.navbar-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


.all-in-one-div{
    background-image: url('images/Group-1171274919-1200x780.png');
}


.mes-service-frame,
.inv-management,
.procurement-management,
.infra-setup,
.hardware-sector,
.quality-docs,
.it-infra,
.erp-consultancy,
.barcode,
android-development,
web-development {
    display: none;
   
}
.service-mes-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.service-mes-header {
    background-color: black;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 5px solid white;
    animation: fadeIn 1.5s ease-in-out;
}

.service-mes-header h1 {
    color: white;
    font-size: 36px;
    margin-bottom: 10px;
    animation: slideInDown 1s ease-in-out;
}

.service-mes-header p {
    font-size: 18px;
    color: #ccc;
}

.service-mes-about, .service-mes-features, .service-mes-benefits {
    padding: 60px 20px;
    animation: fadeIn 2s ease-in-out;
}

.service-mes-about h2, .service-mes-features h2, .service-mes-benefits h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    animation: slideInUp 1s ease-in-out;
}

.service-mes-image {
    max-width: 100%;
    height: 100px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-mes-image:hover {
    transform: scale(1.05);
}
.service-mes-image-main {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-mes-image-main:hover {
    transform: scale(1.05);
}
.service-mes-features, .inv-features, .proc-features, .infra-features, .hardware-features, .quality-features, .it-features,
.erp-services, .barcode-features{
    background-image: url('images/two-half-circle.png');
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: top;
}

.service-mes-features-grid, .service-mes-benefits-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-mes-feature-item, .service-mes-benefit-item {
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-mes-feature-item:hover, .service-mes-benefit-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.service-mes-feature-item h3, .service-mes-benefit-item h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 10px;
}

.service-mes-feature-item p, .service-mes-benefit-item p {
    color: #ccc;
}

.service-mes-footer {
    background-color: #1a1a1a;
    padding: 20px;
    text-align: center;
    border-top: 5px solid white;
    animation: fadeIn 2s ease-in-out;
}

.service-mes-footer p {
    font-size: 14px;
    color: #ccc;
}

/* Keyframes for Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


/* Center the Button Horizontally */
.service-mes-container-contact {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* Contact Button */
.contact-mes-btn {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    padding: 12px 25px;
    border: 1px solid white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: bold;
}

.contact-mes-btn:hover {
    background-color: white;
    color: black;
    transition: all ease-in 0.4s;
}

/* Dialog Overlay */
.contact-mes-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
    padding: 40px 0;
    box-sizing: border-box;
}

/* Dialog Content */
.contact-mes-dialog-content {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    animation: contact-dialogAppear 0.4s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Close Button */
.contact-mes-close {
    color: #000;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.contact-mes-close:hover,
.contact-mes-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Input Fields */
.contact-mes-input,
.contact-mes-textarea {
    width: 100%;
    padding: 12px 15px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Textarea */
.contact-mes-textarea {
    height: 100px;
}

/* Submit Button */
.contact-mes-submit-btn {
    background-color: white;
    color: #000;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
}

.contact-mes-submit-btn:hover {
    background-color: white;
}

/* Dialog Appear Animation */
@keyframes contact-dialogAppear {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* inventory code  */

.inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.inv-header {
    background-color: #000;
    color: white;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.inv-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.inv-header p {
    font-size: 18px;
    color: white;
}

/* About Section */
.inv-about {
    padding: 40px 0;
     color: white;
    border-radius: 10px;
    margin-top: 20px;
}

.inv-about h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.inv-about p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}

.inv-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Features Section */
.inv-features {
    padding: 40px 0;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
}

.inv-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.inv-feature-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease;
}

.inv-feature-item:hover {
    transform: translateY(-10px);
}

.inv-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
}

.inv-feature-item p {
    font-size: 14px;
}

.inv-image {
    width: 60px;
    margin-bottom: 15px;
}


/* procedure code  */

.proc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.proc-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.proc-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.proc-header p {
    font-size: 18px;
    color: #FFF;
}

/* About Section */
.proc-about {
    padding: 40px 0;
    color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.proc-about h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.proc-about p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.proc-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Features Section */
.proc-features {
    padding: 40px 0;
    color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.proc-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.proc-feature-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.proc-feature-item:hover {
    transform: translateY(-10px);
}

.proc-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.proc-feature-item p {
    font-size: 14px;
    color: #FFF;
}

.proc-image {
    width: 60px;
    margin-bottom: 15px;
}

/* infra setup  */
.infra-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.infra-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.infra-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.infra-header p {
    font-size: 18px;
    color: #FFF;
}

/* About Section */
.infra-about {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.infra-about h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.infra-about p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.infra-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Features Section */
.infra-features {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.infra-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.infra-feature-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.infra-feature-item:hover {
    transform: translateY(-10px);
}

.infra-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.infra-feature-item p {
    font-size: 14px;
    color: #FFF;
}

.infra-image {
    width: 60px;
    margin-bottom: 15px;
}

/* hardware code  */
.hardware-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.hardware-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.hardware-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.hardware-header p {
    font-size: 18px;
    color: #FFF;
}

/* Intro Section */
.hardware-intro {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.hardware-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.hardware-intro p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.hardware-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Features Section */
.hardware-features {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.hardware-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hardware-feature-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.hardware-feature-item:hover {
    transform: translateY(-10px);
}

.hardware-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.hardware-feature-item p {
    font-size: 14px;
    color: #FFF;
}

.hardware-image {
    width: 60px;
    margin-bottom: 15px;
}

/* quality code  */
.quality-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.quality-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.quality-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.quality-header p {
    font-size: 18px;
    color: #FFF;
}

/* Intro Section */
.quality-intro {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.quality-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.quality-intro p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.quality-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Features Section */
.quality-features {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.quality-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.quality-feature-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.quality-feature-item:hover {
    transform: translateY(-10px);
}

.quality-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.quality-feature-item p {
    font-size: 14px;
    color: #FFF;
}

.quality-image {
    width: 60px;
    margin-bottom: 15px;
}

/* it infra code  */
.it-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.it-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.it-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.it-header p {
    font-size: 18px;
    color: #FFF;
}

/* Intro Section */
.it-intro {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.it-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.it-intro p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.it-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Features Section */
.it-features {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.it-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.it-feature-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;

    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.it-feature-item:hover {
    transform: translateY(-10px);
}

.it-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.it-feature-item p {
    font-size: 14px;
    color: #FFF;
}

.it-image {
    width: 60px;
    margin-bottom: 15px;
}

/* sap code  */
.erp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.erp-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.erp-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.erp-header p {
    font-size: 18px;
    color: #FFF;
}

/* Intro Section */
.erp-intro {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.erp-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.erp-intro p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.erp-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Services Section */
.erp-services {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.erp-services-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.erp-service-item {
    flex: 1;
    min-width: 250px;
    border: 1px solid white;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.erp-service-item:hover {
    transform: translateY(-10px);
}

.erp-service-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.erp-service-item p {
    font-size: 14px;
    color: #FFF;
}

.erp-image {
    width: 60px;
    margin-bottom: 15px;
}

/* barcode  */
.barcode-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.barcode-header {
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
}

.barcode-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white; /* white highlight */
}

.barcode-header p {
    font-size: 18px;
    color: #FFF;
}

/* Intro Section */
.barcode-intro {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.barcode-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white; /* white highlight */
}

.barcode-intro p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}

.barcode-image-main {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
}

/* Features Section */
.barcode-features {
    padding: 40px 0;
     color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.barcode-features-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.barcode-feature-item {
    flex: 1;
    min-width: 250px;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle white shadow */
    text-align: center;
    transition: transform 0.3s ease;
}

.barcode-feature-item:hover {
    transform: translateY(-10px);
}

.barcode-feature-item h3 {
    font-size: 20px;
    margin: 15px 0;
    color: white; /* white highlight */
}

.barcode-feature-item p {
    font-size: 14px;
    color: #FFF;
}

.barcode-image {
    width: 60px;
    margin-bottom: 15px;
}

/* footer code  */
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    margin-left: 60px;
    margin-right: 40px;
}

.footer-links,
.footer-logo,
.footer-social {
    flex: 1; /* Ensures equal width for each section */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    align-items: flex-start; /* Center-aligns items horizontally in the footer-links */
}
.footer-social{
    align-items: flex-end;
}


.footer-links h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.footer-links a,
.footer-social a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer-links a:hover,
.footer-social a:hover {
    color: #ffcc00;
}

.footer-logo img {
    width: 250px;
}

.footer-social a img {
    width: 24px;
    height: 24px;
    margin: 5px;
}

.footer-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center; /* Center-aligns items vertically in mobile view */
    }

    .footer-links,
    .footer-logo,
    .footer-social {
        margin-bottom: 20px;
        flex: none; /* Prevents equal spacing in mobile view */
    }
}

.toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

.toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/* Loader styling */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's on top of everything */
}

.loader::after {
    content: '';
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

