/*===========================================================
 Common CSS
============================================================*/
html {
    font-size: 100%;
}
body {
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 0.0625rem solid #fff;
    line-height: 1;
    text-decoration: unset;
}

button {
    background-color: transparent;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}
.rtl {
    direction: rtl;
}
/*===========================================================
Line Clmp 
============================================================*/
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

/*===========================================================
Navbar
============================================================*/
.navbar-light .navbar-nav .nav-link {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 3.4375rem;
    text-align: center;
    color: #000;
    white-space: nowrap;
}
.english-bttn {
    width: 12.8125rem;
    border-radius: 1.6875rem;
    background-color: #0580d5;
    text-align: center !important;
    color: #fff !important;
    padding: 0;
    font-weight: 700 !important;
    margin-left: 1.125rem;
    padding: 0 !important;
    border: 0 !important;
    cursor: pointer;
    justify-content: center;
}

.english-bttn:hover {
    background: #429d39;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 0.9375rem !important;
    border-bottom: 0.25rem solid transparent;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover > span,
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 0.25rem solid #0580d5;
    color: #0580d5;
}
.navbar-light .navbar-nav .nav-link.active {
    font-weight: 700;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
}
.navbar {
    background: transparent !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 3.125rem 0;
}
.navbar-brand img {
    max-width: 11.5625rem;
}
.box-shadow-radius img {
    border-radius: 0.4375rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
.slider-img {
    /* width: 400px; */
    max-width: 100%;
    height: 271px;
}
/*===========================================================
Banner
============================================================*/
.banner-area {
    background-image: url(../img/banner.png);
    position: relative;
    background-repeat: no-repeat;
    min-height: 74.375rem;
    background-size: cover;
    background-position: center top;
}
.international-banner {
    background-image: url(../img/banner-2.png);
}
.banner-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
}
.banner {
    position: relative;
}
.mb-lg-0 {
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-area {
    text-align: center;
    padding-top: 21.25rem;
    padding-bottom: 10rem;
}
.banner-text {
    max-width: 59.375rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.banner-text h1 {
    font-size: 3.75rem;
    font-weight: normal;
    color: #000;
    margin-bottom: 2.1875rem;
}
.banner-text h1 span {
    font-weight: 600;
    color: #0580d5;
    margin-bottom: 1.25rem;
}
.banner-text p {
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 3.125rem;
}
.banner .bttn img {
    max-width: 1.6875rem;
}
.bttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bttn a {
    width: 18.8125rem;
    line-height: 3.4375rem;
    border-radius: 1.6875rem;
    background-color: #429d39;
    font-size: 1.375rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.bttn a:hover {
    background: #0580d5;
}
.banner-img {
    margin-top: 4.0625rem;
    width: 51.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -7.5rem;
    z-index: 10;
}
.banner-pattern-vertical {
    position: absolute;
    right: -4.1875rem;
    top: 8.75rem;
    width: 9.6875rem;
}
/*===========================================================
core-service-area
============================================================*/
.core-service-area {
    padding-top: 20.625rem;
}
.core-service-title h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.25;
    color: #000;
}
.core-service-title h2 {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
    color: #0580d5;
}

.core-service-text p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75;
    color: #000;
    margin-top: 3.125rem;
}
.core-service-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6.25rem;
    padding-top: 2.5rem;
    border-bottom: 0.0625rem solid #707070;
}
.single-core-service {
    max-width: 30.625rem;
    width: 100%;
    padding: 0 3.125rem;
    position: relative;
    border-left: 0.0625rem solid #707070;
}
.single-core-service:nth-child(2) {
    max-width: 21.875rem;
}
.core-service-icon img {
    width: 8.375rem;
}
.content-area {
    padding: 5.625rem 0;
}

.content-left h2 {
    font-size: 2.8125rem;
    font-weight: bold;
    line-height: 1.33;
    color: #0580d5;
}
.single-content {
    max-width: 16.5625rem;
    width: 100%;
}
.content-right {
    padding: 3.125rem 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0.4375rem;
    background-color: #f5f5f5;
    gap: 1.875rem 0;
}
.content-text {
    margin-top: 1.25rem;
}
.content-text p {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.75;
    color: #000;
}
.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service-area {
    padding-top: 5.3125rem;
    background: #f5f5f5;
}
.service-title {
}
.title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
    color: #0580d5;
    margin-bottom: 2.5rem;
}
.tab-bttn {
    text-align: center;
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5625rem;
}
.tab-bttn button {
    font-size: 1.25rem;
    line-height: 3;
    color: #000;
}

.tabview {
    display: none;
}
.tabview:nth-child(1) {
    display: block;
}
.tab {
    border-bottom: 0.25rem solid transparent;
    padding: 0 0.1875rem;
}
.tab.on {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.25;
    color: #0580d5;
    border-bottom: 0.25rem solid #0580d5;
    display: block;
}
.single-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service-img,
.service-text {
    width: 50%;
}

.row-reverse .service-text {
    padding-left: 0;
    padding-right: 3.125rem;
}
.service-text {
    padding-left: 3.75rem;
}
.service-text h3 {
    font-size: 3.75rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
}
.service-text h3 span {
    font-weight: 600;
    color: #0580d5;
}
.service-text p {
    font-size: 1.5rem;
    line-height: 1.46;
    color: #000;
}

/*===========================================================
Slider
============================================================*/
.my-slider-area {
    margin-left: -15%;
    margin-right: -15%;
}
.slider-area {
    padding: 6.25rem 0;
    overflow: hidden;
}
.mySwiper {
    position: relative;
}
.mySwiper::before {
    left: 0;
}
.mySwiper::after {
    right: 0;
}
.mySwiper::after,
.mySwiper::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 19.5%;
    background: #fff;
    opacity: 0.33;
    z-index: 10;
    content: "";
}
.news-title {
    margin-bottom: 1.875rem;
}
.view-bttn {
    text-align: center;
}
.view-bttn a {
    width: 18.8125rem;
    line-height: 3.4375rem;
    border-radius: 1.6875rem;
    background-color: #fff;
    border: 0.0625rem solid #0580d5;
    font-size: 1.375rem;
    font-weight: bold;
    color: #0580d5;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.view-bttn a:hover {
    background: #0580d5;
    color: #fff;
}
.swiper {
    width: 100%;
}

.swiper-slide {
    font-size: 1.125rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-text {
    margin-top: 1.5625rem;
    padding: 0 0.625rem;
}
.slider-text .share img {
    width: 1.6875rem;
}
.slider-text div span {
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 2.25rem;
    padding: 0 1.25rem;
    border-radius: 1.125rem;
    background-color: #429d39;
    display: inline-block;
}
.slider-text div .blue-bg {
    background: #0580d5;
    margin-right: 0.3125rem;
}
.slider-text .article-title,
.slider-text h3 {
    text-decoration: none;
    font-size: 1.375rem;
    font-weight: bold;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
    color: #000;
}
.slider-text p {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    color: #000;
}
.single-slider {
    padding: 1.5625rem;
    border-radius: 0.4375rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin: 0.4375rem 0;
}

.forbes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.625rem;
}
.forbes-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5625rem;
}
.forbes-flex img {
    width: 3.4375rem;
}
.forbes-flex a {
    font-weight: 400;
    text-decoration: none;
    font-size: 1.125rem;
    color: #000;
}
.forbes-flex p {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}
/*===========================================================
Contact
============================================================*/
.contact-area {
    background-color: #0580d5;
    padding: 7.5rem 0;
}
.contact-title {
    margin-bottom: 5.3125rem;
}
.contact-title h2 {
    font-size: 3.75rem;
    color: #fff;
}
.contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-form button {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 2.05;
    text-align: center;
    color: #fff;
    max-width: 18.8125rem;
    width: 100%;
    line-height: 3.4375rem;
    background-color: #429d39;
    display: inline-block;
    border-radius: 1.875rem;
    border: 0.0625rem solid transparent;
}
.contact-form button:hover {
    border: 0.0625rem solid #fff;
    background: transparent;
}
.contact-left {
    max-width: 57.875rem;
    width: 100%;
}
.contact-right {
    max-width: calc(100% - 67.25rem);
    width: 100%;
}
.contact-right div {
    margin-bottom: 2.1875rem;
}
.contact-right h4 {
    margin-bottom: 0.625rem;
}
.contact-right h4,
.contact-right p {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.25;
    color: #fff;
}
.contact-right a {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
}
.contact-right a:hover {
    color: #ccc;
}
.form-item {
    position: relative;
    margin-bottom: 4.0625rem;
}
.form-item input {
    display: block;
    width: 25rem;
    background: transparent;
    border: 0;
    border-bottom: solid 0.0625rem #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1.5625rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
}

.form-item textarea {
    display: block;
    width: 25rem;
    background: transparent;
    border: 0;
    border-bottom: solid 0.0625rem #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1.5625rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 1.5rem;
    left: 0.75rem;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
}
.form-item input.not-empty + label,
.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    top: -1.875rem;
}
.form-item textarea:focus + label,
.form-item textarea:valid + label {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    top: -1.875rem;
}
.form-item.textarea {
    margin-top: 3.125rem;
}
.form-item.textarea label {
    top: 5.3125rem;
    left: 0;
}

.textarea textarea {
    background: transparent;
    height: auto;
    width: 100%;
}

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Disable scroll */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 450px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.5s ease-in-out;
}

/* Spinner styles */
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.error-icon,
.success-icon {
    display: none;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
}

/*===========================================================
Footer
============================================================*/
.footer-area {
    background-color: #4a4a4a;
    padding-top: 5.625rem;
}

.single-footer h3 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.875rem;
}
.single-footer address {
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
}
.single-footer a {
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
}
.single-footer-2 {
    border-left: 0.0625rem solid #fff;
    border-right: 0.0625rem solid #fff;
    padding-left: 2.5rem;
}
.pdl-20 {
    padding-left: 1.25rem;
}
.social {
    background: #fff;
    width: 17.875rem;
    border-radius: 1.25rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 1rem 0;
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
}
.social img {
    max-width: 3.0625rem;
}
.social:before {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 3.0625rem;
    background-color: #707070;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.compliance-badges {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.badge {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 0.625rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.badge img {
    max-width: 8.75rem;
    max-height: 4.375rem;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}
.avus img {
    max-width: 17.8125rem;
    border-radius: 1.5rem;
    object-fit: contain;
}
.footer-bttm {
    border-top: 0.0625rem solid #fff;
    padding: 3.75rem 0;
    margin-top: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-bttm p {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.36;
    color: #fff;
}
.footer-bttm a {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}
.footer-area a:hover {
    color: #0580d5;
}
.footer-bttm div span {
    color: #fff;
    margin: 0 0.625rem;
}
.avus-partner {
    text-align: center;
    padding: 1.875rem 0;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
    margin: 1.25rem 0;
}
.avus-logo-wrapper {
    display: inline-block;
    max-width: 9.375rem;
    margin-bottom: 0.9375rem;
    position: relative;
}
.avus-logo-wrapper a {
    display: block;
    position: relative;
}
.avus-logo-wrapper img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.avus-logo-wrapper a:hover img {
    opacity: 0.8;
    transform: scale(1.05);
}
.avus-link-tooltip {
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0580d5;
    color: #ffffff;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}
.avus-logo-wrapper a:hover .avus-link-tooltip {
    opacity: 1;
    bottom: -2.1875rem;
}
.avus-partner p {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}
.avus-partner p a {
    color: #ffffff;
    text-decoration: none;
}
.avus-partner p a:hover {
    color: #0580d5;
}
/*===========================================================
International CSS
============================================================*/
.international-banner-text {
    max-width: 100%;
}
.international-banner-text p span {
    font-weight: bold;
    color: #0580d5;
}
/* =========================== */
/* Mega menu */
/* =========================== */
.topnav li {
    list-style: none;
    font-size: 20px;
    margin-top: 35px;
}
.topnav li a {
    list-style: none;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
}
.topnav li a:hover {
    color: #0580d5;
}
.topnav li a span {
    font-weight: 900;
    color: #0580d5;
    position: relative;
    top: -2px;
}
.topnav .icon {
    display: none;
}

.mega-dropdown {
    float: left;
    overflow: hidden;
    margin: 0 1%;
    transition: 0.5s;
}
.mega-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    min-width: 160px;
    z-index: 1;
    padding-top: 35px;
    padding-bottom: 75px;
    border-radius: 7px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.mega-menu {
    position: absolute;
    left: 0;
    min-width: 100%;
}

.mega-inner .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align-last: left;
    margin-bottom: 0;
}
.mega-inner h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #0580d5;
    margin-bottom: 7px;
}
.nav-item:hover .nav-link,
.nav-item-home:hover .nav-link {
    border-bottom: 0.25rem solid #0580d5;
    color: #0580d5;
}

/*===========================================================
Terms of Use
============================================================*/

.banner-pattern-topp {
    position: absolute;
    right: 0;
    top: 0;
    width: 9.6875rem;
}
.banner-pattern-topp {
    position: absolute;
    right: 0;
    top: -250px;
}

.terms-banner-area {
    background-image: url(../img/terms/banner.png);
    min-height: 1030px;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 300px;
}
.terms-banner-area:before {
    background: rgba(255, 255, 255, 0.7);
}
.terms-use-area {
    padding: 85px 0;
}
.terms-use-inner {
}
.terms-use-inner p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
}
.terms-use-inner p strong {
    font-weight: bold;
    color: #0580d5;
}
.terms-use-inner h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0580d5;
    margin-bottom: 30px;
}
/* ======================Privacy Poicy==================== */
.privacy-banner {
    background-image: url(../img/privacy/banner.png);
}
.privacy-banner:before {
    background: rgba(255, 255, 255, 0.65);
}
.terms-use-inner h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 30px;
}
.terms-use-inner a {
    color: #0580d5;
    text-decoration: none;
    border-bottom: 1px solid #0580d5;
}
/* ==========================News================= */

.news-banner-area {
    background-image: url(../img/news-insight/banner.png);
    min-height: 740px;
    margin-bottom: 60px;
}
.news-banner-area:before {
    background: rgba(255, 255, 255, 0.5);
}
.news-banner {
    position: relative;
    max-width: 1080px;
    z-index: 10;
}
.news-banner p {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.41;
    text-align: center;
    color: #000;
}
.news-banner-inner .banner-pattern-topp {
    position: absolute;
    right: 0;
    top: -30px;
    width: 9.6875rem;
    z-index: 1;
}
.articles {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

article.single-slider {
    width: calc(33.33% - 40px);
}
.pdb-90 {
    padding-bottom: 90px;
}
/*===========================================================
Responsive CSS
============================================================*/
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1460px;
    }
}

@media (max-width: 1600px) {
    html {
        font-size: 90%;
    }
    .banner-pattern-vertical {
        top: 9.25rem;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 78%;
    }
}

/*===========================================================
Claim Submission Form
============================================================*/
.claim-form-area {
    background-color: #0580d5;
    padding: 5rem 0;
}

.claim-form-container {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
}

.claim-form-area .contact-title h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.claim-form-area .contact-title p {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.claim-form-inner {
    display: flex;
    flex-wrap: wrap;
}

/* Special styling for date input */
.form-item input[type="date"] {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 0.0625rem solid #fff;
    padding: 1.5625rem 0;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
}

.form-item input[type="date"]:focus {
    outline: none;
    border-bottom: 0.0625rem solid #429d39;
}

.date-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    color: #fff;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-item input[type="date"]:focus + .date-label,
.form-item input[type="date"]:valid + .date-label {
    top: -1.25rem;
    font-size: 1rem;
    color: #fff;
}

/* File upload styles */
.file-upload-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.file-upload-label {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.file-upload-input {
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0.0625rem dashed #fff;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
}

.file-upload-info {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.selected-files-list {
    margin-top: 1rem;
}

.file-item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.file-name {
    color: #fff;
    font-weight: bold;
    margin-right: 0.5rem;
}

.file-size {
    color: rgba(255, 255, 255, 0.7);
}

/* Checkbox styles */
.form-check {
    margin: 2rem 0;
}

.form-check-input {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
}

.form-check-label {
    color: #fff;
    font-size: 1rem;
}

.form-check-label a {
    color: #fff;
    text-decoration: underline;
}

.form-check-label a:hover {
    color: #429d39;
}

/* Submit button styling */
.claim-form-area .submit-btn button {
    background-color: #429d39;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    border: 0.0625rem solid #429d39;
    border-radius: 1.875rem;
    width: 18.8125rem;
    height: 3.4375rem;
    transition: all 0.3s ease;
}

.claim-form-area .submit-btn button:hover {
    background-color: transparent;
    border: 0.0625rem solid #fff;
    color: #fff;
}