* {
    margin: 0;
    padding: 0;
}

/* Font Family Start */
@font-face {
    font-family: "Area-Normal-Regular, sans-serif";
    src: url("../../fonts/Area_Normal_Regular.woff") format("woff"), url("../../fonts/Area_Normal_Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Area-Normal-Extrabold, sans-serif";
    src: url("../../fonts/Area_Normal_ExtraBold.woff") format("woff"), url("../../fonts/Area_Normal_ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Area-Normal-Bold, sans-serif";
    src: url("../../fonts/Area_Normal_Bold.woff") format("woff"), url("../../fonts/Area_Normal_Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Area-Normal-Semibold, sans-serif";
    src: url("../../fonts/Area_Normal_SemiBold.woff") format("woff"), url("../../fonts/Area_Normal_SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font Family End */

/* Container Custum Width Start */
.container {
    max-width: 1380px;
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

/* Container Custum Width End */

/* All Pages Heading Style and Description Style Start */

/* Heding and Text Start */
.section-heading {
    font-family: "Area-Normal-Extrabold, sans-serif";
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 50px;
    color: #000;
}

.section-heading span {
    color: #aad04e;
}

.description {
    font-family: "Area-Normal-Regular, sans-serif";
    margin-bottom: 20px;
    font-size: 15px;
    color: #4b4b4b;
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .section-heading {
        margin-bottom: 20px;
        font-size: 1.9rem;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-heading {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 36px;
    }
}

.fade-in-up-headings {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-out 0.3s, transform 1.5s ease-out 0.3s;
}

.fade-in-up-active {
    opacity: 1;
    transform: translateY(0);
}

.content-section {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    gap: 10px;
}

.content-section .heading {
    font-size: 13px;
    color: #000;
    font-family: "Area-Normal-Semibold, sans-serif";
}

.content-section .underline {
    height: 1px;
    width: 45px;
    background-color: #aad04e;
}

/* Heading and Text End */

/* ////////////////////////////////// Banner Section Start ////////////////////////////////////////// */

.banner {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner .banner-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.banner .banner-content .banner-inner-content {
    position: absolute;
    width: 100%;
}

.banner .banner-content .banner-inner-content .magnet-logo-image {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
    opacity: 0;
}

.banner .banner-content .banner-inner-content .inner-banner-heading {
    font-family: "Area-Normal-Extrabold, sans-serif";
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 65px;
    color: #fff;
    opacity: 0;
}

.banner .banner-content .banner-inner-content .inner-banner-heading span {
    color: #aad04e;
}

.banner .banner-content .banner-inner-content .inner-banner-text {
    font-size: 1.5rem;
    color: #fff;
    font-family: "Area-Normal-Semibold, sans-serif";
    opacity: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner {
        height: 500px;
    }

    .banner .banner-content .banner-inner-content .inner-banner-heading {
        font-size: 2.5rem;
        line-height: 52px;
    }

    .banner .banner-content .banner-inner-content .inner-banner-text {
        font-size: 1.5rem;
    }

    .banner .banner-content .banner-inner-content .magnet-logo-image {
        max-width: 160px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 400px;
    }

    .banner .banner-content .banner-inner-content .inner-banner-heading {
        font-size: 1.5rem;
        line-height: 34px;
        text-align: left;
    }

    .banner .banner-content .banner-inner-content .inner-banner-text {
        font-size: 1.2rem;
    }

    .banner .banner-content .banner-inner-content .magnet-logo-image {
        max-width: 140px;
        margin: 0 auto 20px;
    }
}

/* ////////////////////////////////// Banner Section End ////////////////////////////////////////// */

/* All Pages Heading Style and Description Style End */

/* Header CSS Start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: transparent;
    animation: fadeInDown 0.7s ease-in-out both;
    animation-delay: 0.5s;
}

.header .navbar {
    padding: 20px 0;
    transition: padding 0.3s ease, background 0.3s ease;
    /* border-bottom: 1px solid #ccc; */
}

.shadow-md {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header .navbar .nav-link {
    color: #fff;
    font-size: 13.5px;
    position: relative;
    font-family: "Area-Normal-Semibold, sans-serif";
    transition: color 0.3s ease, transform 0.3s ease;
}

.header .navbar .nav-link:after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 0.5px;
    width: 0;
    left: 0;
    bottom: -3px;
    transition: width 0.3s ease;
}

.header .navbar .nav-link:hover:after {
    width: 100%;
}

.header .nav-link:hover {
    transform: scale(1.05);
    cursor: pointer !important;
}

.header.fixed .navbar .nav-link,
.header.fixed .navbar .custom-toggler {
    color: #000;
}

.header.fixed .navbar .nav-link:after {
    background-color: #000;
}

.header .navbar-logo img {
    height: 55px;
    width: auto;
    cursor: pointer !important;
}

.header .navbar .contact-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.button.green {
    background: linear-gradient(135deg, #d8f788, #aad04e, #6ea100);
    box-shadow: 0 4px 12px rgba(170, 208, 78, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    color: #000;
}

.button {
    font-size: 12px;
    font-family: "Area-Normal-Semibold, sans-serif";
    color: #fff;
    background: linear-gradient(135deg, #00a4e4, #0084de, #004e94);
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer !important;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 8px 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 132, 222, 0.4);
    transition: all 0.4s ease;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15));
    transform: skewX(-20deg);
    transition: left 0.5s ease;
    z-index: 2;
}

.button:hover::before {
    left: 100%;
}

.button span {
    position: relative;
    z-index: 3;
    display: inline-block;
    transition: transform 0.3s ease;
}

.button:hover span {
    transform: scale(1.05);
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    list-style: none;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.dropdown-menu .customspace {
    margin-top: 15px;
    box-shadow: 0 4px 6px #0000001a;
    background-color: #fff;
    min-width: 250px;
    border-radius: 10px;
}

.dropdown-menu li a {
    padding: 15px 15px;
    text-decoration: none;
    color: #121212;
    background-color: transparent;
    font-size: 13.5px;
    font-family: "Area-Normal-Semibold, sans-serif";
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: #aad04e;
}

.dropdown-menu li:first-child a:hover {
    border: none;
    border-radius: 10px 10px 0px 0px;
}

.dropdown-menu li:last-child a:hover {
    border: none;
    border-radius: 0px 0px 10px 10px;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.nav-link i {
    transition: transform 0.3s ease;
}

.nav-item.dropdown:hover .nav-link i {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .header {
        animation: none;
    }

    .sidebar {
        background-color: #aad04e;
        backdrop-filter: blur(10px);
    }

    .header .navbar .custom-toggler {
        font-size: 30px;
        color: #fff;
    }

    .header.fixed .navbar .nav-link {
        color: #fff;
    }

    .header .nav-link:hover {
        transform: scale(1);
    }

    .dropdown-menu {
        position: static;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        box-shadow: none;
        padding: 0;
        background-color: transparent;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-menu.animate-dropdown {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.6s ease-in-out;
        display: block !important;
        /* always block to animate manually */
        visibility: hidden;
    }

    .dropdown-menu.animate-dropdown.show {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
    }

    .header .navbar .nav-link:hover:after {
        width: 0;
    }
}

@media (max-width: 767px) {
    .header .navbar-logo img {
        height: 32px;
    }

    .header .navbar .nav-item {
        margin-bottom: 10px;
        width: 100%;
    }

    .header .navbar .nav-link {
        font-size: 15px;
    }

    .navbar {
        padding: 20px 0 !important;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header CSS End */

/* Footer CSS Start */

footer {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #022946;
    color: #fff;
}

footer .img-fluid {
    max-width: 320px;
    height: auto;
}

footer .form-container {
    background-color: #fff;
    padding: 20px;
}

footer .form-container h4 {
    color: #0084de;
    font-family: "Area-Normal-Extrabold, sans-serif";
    padding: 10px;
    font-size: 1.5rem;
}

/* Form Inputs */
footer .form-container .getform .form-control {
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
    padding: 0.5rem;
    box-shadow: none;
    border: none;
}

::placeholder {
    font-family: "Area-Normal-Semibold, sans-serif";
    color: #454545;
}

footer .form-container .subscribe {
    font-size: 16px;
    font-family: "Area-Normal-Semibold, sans-serif";
    color: #fff;
    background-color: #0084de;
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 12px 40px;
    transition: background-color 0.3s ease;
}

footer .form-container .subscribe:hover {
    background-color: #005fa3;
}

footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .contact-info .footer-heading {
    font-family: "Area-Normal-Bold, sans-serif";
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

footer .contact-info .footer-text, footer .contact-info .footer-text a {
    font-family: "Area-Normal-Regular, sans-serif";
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

footer .contact-info .footer-text a:hover {
    color: #aad04e;
}

.footer .footer-links {
    margin-left: 15px;
}

footer .footer-links .footer-heading {
    font-family: "Area-Normal-Bold, sans-serif";
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}

footer .footer-links ul {
    list-style: none;
    padding: 0;
}

footer .footer-links ul li {
    margin-bottom: 10px;
}

footer .footer-links ul li a {
    font-family: "Area-Normal-Regular, sans-serif";
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

footer .footer-links ul li a:hover {
    color: #aad04e;
}

/* Responsive Design */

@media (min-width: 768px) and (max-width: 1024px) {
    footer .contact-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0px;
    }
    footer .footer-links .footer-heading {
        margin-bottom: 10px;
    }    

    .privacy-section .container {
        border-top: none !important;
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer .img-fluid {
        max-width: 270px;
        height: auto;
    }

    footer .form-container {
        padding: 20px;
    }

    footer .form-container .getform .form-control {
        margin-bottom: 30px;
    }

    footer .form-container h4 {
        font-size: 1.2rem;
    }

    footer .footer-links ul li a {
        font-size: 13px;
    }

    footer .form-container .subscribe {
        padding: 10px 30px;
        font-size: 14px;
        margin: 0 auto;
    }
}

.privacy-section {
    background-color: #022946;
    padding-top: 20px;
    padding-bottom: 20px;
}

.privacy-section .container {
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.privacy-section .footer-social a {
    margin-right: 20px;
    background-color: #fff;
    font-size: 18px;
    color: #022946;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.privacy-section .footer-social a:hover {
    background-color: #aad04e;
    transform: scale(1.1);
}

.privacy-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-section ul .list-inline-item {
    position: relative;
    margin-right: 0px;
}

.privacy-section ul .list-inline-item:not(:last-child)::after {
    content: "|";
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.privacy-section ul .list-inline-item a {
    font-family: "Area-Normal-Regular, sans-serif";
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.privacy-section ul .list-inline-item a:hover {
    color: #aad04e;
    text-decoration: underline;
}

.privacy-section .copyright {
    text-align: end;
    font-size: 13px;
    color: #fff;
    font-family: "Area-Normal-Semibold, sans-serif";
}

@media (max-width: 767px) {
    .privacy-section {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .privacy-section ul .list-inline-item a {
        font-size: 13px;
    }

    .privacy-section .copyright {
        text-align: center;
    }
}

/* Footer CSS End */