@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Calistoga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
p,
li {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.site-navbar-wrap {
    z-index: 99;
    width: 100%;
    left: 0;
}

.site-navbar-wrap a {
    color: #fff;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
    background-color: #3483c0;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.rotate-left {
    transform: rotate(-8deg);
}

.rotate-right {
    transform: rotate(8deg);
}

.content_banner h5 {
    color: white;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.img-social {
    gap: 8px;
}

.img-social img {
    width: 20px;
}

.content_banner h5 span {
    color: rgba(250, 185, 0, 1);
    text-decoration: underline;
}

.bg-img1 {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 96%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.bg-img2 {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.bg-img3 {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.bg-img4 {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.testimonial_content {
    text-align: center;
}

.testimonial_content h5 {
    font-weight: 600;
    text-align: center;
}

.testimonial_content p {
    text-align: center;
}

.hero {
    background-color: #d3e0e9 !important;
    background-position: bottom center;
    background-size: 55%;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 36.5%;
    z-index: 0;
}

.hero .group_img {
    position: absolute;
    bottom: 0px;
    left: 200px;
    z-index: 999;
}

.hero .group_img img {
    bottom: 0;
    display: block;
    width: 70%;
    height: 100%;
    margin-top: -73px;
    object-fit: cover;
    z-index: 999;
}

.hero .carousel {
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 0;
    margin: 0;
    background-color: #3b4654;
    position: relative;
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.navbar {
    background-color: #054e7f !important;
}

.logo-nav {
    width: 80px;
}

.nav-link {
    color: white;
    font-size: 16px;
}

.nav-link:hover {
    color: rgb(250, 183, 0) !important;
}

.btn-ou {
    background-color: white;
    color: #0a1f44;
    font-weight: 500;
}

.btn-ou:hover {
    background-color: transparent;
    color: rgb(250, 183, 0);
    border: 1px solid rgb(250, 183, 0);
}

.navbar-nav {
    justify-content: center;
    gap: 20px;
}

.form_btn_nav {
    justify-content: end;
}

.hero .banner_content h1 {
    font-size: 52px;
    line-height: 42px;
    color: #054e7f;
    font-family: "Calistoga", serif;
}


.hero .banner_content p {
    color: black;
    margin-bottom: 50px;
}

.hero .banner_content .btn_banner {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 6px;
    color: white;
    font-size: 18px;
    padding: 6px 30px;
    margin-top: 10px;
}

.hero .banner_content h4 {
    font-size: 17px;
    font-weight: 600;
    animation: fadeInDown 1s both;
    color: #3ad3d3;
}

.hero .banner_content h4 span {
    color: #090d6a;
}

.h5 {
    font-size: 22px;
    font-weight: 600;
}

.hero .btn-get-started {
    color: white;
    background: gold;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 4px;
    transition: 0.5s;
    margin: 10px;
    animation: fadeInUp 1s both 0.4s;
}

.hero .carousel-item:before {
    content: "";
    background: color-mix(in srgb, #21262c, transparent 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero .content_banner {
    position: absolute;
    inset: 90px 64px 64px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}

.hero p {
    animation: fadeInDown 1s both 0.2s;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #090d6a;
    font-family: "Montserrat", sans-serif;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-indicators li::marker {
    display: none;
}

.section-2 {
    padding: 30px 0;
    background-color: #d3e0e9;
}

.custom-shadow {
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}

.rounded-custom {
    border-radius: 1rem;
}

.promo-icon {
    margin-bottom: 32px;
}

.card-p {
    color: #737373;
}

.dot-shape-bg {
    left: -40px;
    top: -40px;
    z-index: -1;
}

.dot-shape-b {
    right: -40px;
    bottom: -40px;
    z-index: -1;
}

.content_banner p {
    font-size: 18px;
}

.content_banner {
    width: 70%;
    margin: auto;
}

.explore_courses {
    background-color: rgba(250, 185, 0, 1);
    border: 1px solid white;
    color: rgb(255, 255, 255);
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 15px;
}

.explore_courses:hover {
    background-color: rgba(250, 183, 0, 0);
    border: 1px solid rgba(250, 185, 0, 1);
    color: rgba(250, 185, 0, 1);
}

.descover_more {
    background-color: rgba(250, 183, 0, 0.088);
    border: 1px solid white;
    color: rgb(255, 255, 255);
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 15px;
}

.carousel-caption {
    bottom: 50px;
}

.descover_more:hover {
    background-color: white;
    color: black;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.carousel-indicators .active {
    background-color: rgba(250, 185, 0, 1);
}

.carousel-indicators {
    bottom: 10px;
}

/* .courses_offer */
.courses_offer {
    padding: 50px 0px;
    background-color: #d3e0e9;
}

.about_left_35 {
    width: 33%;
}

.about_right_35 {
    width: 33%;
}

.about_center_30 {
    width: 32%;
    text-align: center;
}

.about_left_35 .about_cont h5 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
}

.about_left_35 .about_cont p {
    font-size: 15px;
}

.about_right_35 .about_cont p {
    font-size: 15px;
}

.about_right_35 .about_cont h5 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
}

.About_us {
    padding: 50px 0px;
}

.about_center_30 img {
    width: 90%;
}

.headin_content h3 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.headin_content h3 span {
    color: rgba(212, 179, 12, 1);
}

.headin_content p {
    font-size: 17px;
    color: #b50642;
    font-family: "BioRhyme", serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.solution_cards_box {
    margin-top: 15%;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    background: #6d6e70;
    /* color: #fff; */
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: #ffc10721;
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:hover .solu_title h4,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.so_top_icon h4 {
    margin-bottom: 0px;
}

.so_top_icon h3 {
    margin-bottom: 0px;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
}

.solution_card .so_top_icon h3:hover {
    color: black;
}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(140deg,
            #42c3ca 0%,
            #42c3ca 50%,
            #42c3cac7 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.Why-choose-92 {
    background: linear-gradient(140deg, #62c5ef 0%, #62c5ef 50%, #62c5ef 75%);
}

.coose-head-1 {
    padding: 80px 25px 65px 40px;
    height: 100%;
}

.coose-head-1 .lead-choose {
    color: white;
    font-size: 4rem !important;
    font-weight: 700;
    width: fit-content;
    border-bottom: 3px solid white;
}

.coose-head-2 {
    padding: 60px 25px 65px 40px;
    height: 100%;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
    display: none;
}

.solution_cards_box .solution_card:hover .so_top_icon {
    background: rgba(0, 48, 146, 1);
    color: #ffffff;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 10%;
    background: rgba(0, 48, 146, 1);
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 20px;
}

/*start media query*/
@media only screen and (min-width: 1324px) {
    .laz {
        height: 1025px !important;
    }
}

@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}

/* discover */
.discover_trendings {
    padding: 60px 0px;
    background-color: #f7f6f6;
    background-image: url(../images/Untitled\ design.png);
    background-size: cover;
    height: 100%;
    background-position: center;
}

.article-img {
    position: relative;
    overflow: hidden;
}

.article-img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 11rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.single-article:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}

.single-article:hover .article-img:before {
    background: rgba(0, 0, 0, 0);
}

.article-img:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.single-article:hover .article-img img {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}

.single-article {
    position: relative;
    overflow: hidden;
    padding: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-category a {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.681);
}

.single-article a {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 600;
}

.article-title {
    color: #b50642;
}

.heart_box {
    background-color: #090d6a;
    color: white;
    display: flex;
    align-items: center;
    padding: 7px;
    border-radius: 5px;
}

.hert_btn {
    background-color: #090d6a;
    border-radius: 6px;
    color: white !important;
    border: 1px solid #090d6a;
    padding: 6px 20px;
}

.limit-2-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 15px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-custom {
    border-radius: 1rem;
}

.testimonial-section {
    padding: 50px 0;
}

.testimonial-text h2 {
    font-weight: bold;
    color: rgba(0, 48, 146, 1);
}

.testimonial-text p {
    font-size: 16px;
    color: #555;
}

.btn-custom {
    background-color: rgba(0, 48, 146, 1) !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
}

.text-wh {
    background-color: transparent !important;
    font-size: 12px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-rtl,
.swiper-button-next {
    background-color: #090d6a;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    top: var(--swiper-navigation-top-offset, 35%);
}

.swiper-button-next,
.swiper-rtl,
.swiper-button-prev {
    background-color: #090d6a;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    top: var(--swiper-navigation-top-offset, 35%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: white;
}

.testimonial-card {
    height: 50%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    position: absolute !important;
    bottom: 0px;
    left: 76px;
    width: 100%;
    padding-left: 45px;
    border-left: 9px solid red;
}

.star-rating {
    color: #f4a51c;
}

h6.text-uppercase {
    font-weight: 500;
    font-size: 20px;
    line-height: 27.28px;
    letter-spacing: 20%;
}

.testimonial-text h2 {
    font-weight: bold;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 0%;
}

.testimonial-text p {
    font-size: 20px;
    color: #555;
    font-weight: 400;
    line-height: 41.6px;
    color: #696984;
}

.btn-custom {
    background-color: rgba(0, 48, 146, 1) !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 35.2px;
    letter-spacing: 2%;
}

i.fa-solid.fa-arrow-right {
    border: 1px solid;
    text-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 50%;
    border: 2px solid rgba(0, 48, 146, 1) !important;
    color: rgba(0, 48, 146, 1) !important;
    font-size: 18px;
}

.end-upper {
    gap: 42px;
}

p.thanks {
    width: 300px;
    text-align: left;
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 33.01px;
    letter-spacing: 2%;
}

p.rw {
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 15.01px;
    letter-spacing: 2%;
    color: #80819a;
    margin-bottom: 0px;
    text-align: left;
}

p.goriya {
    font-family: Nunito Sans !important;
    font-family: Nunito Sans !important;
    font-weight: 300;
    font-size: 20.01px;
    color: #5f5f7e;
    margin-bottom: 7px;
}

.FAQs {
    padding: 60px 0;
}

.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 1rem;
}

.faq-accordion .accordion-item button.accordion-button {
    border-radius: 1rem;
}

.faq-accordion .accordion-item button {
    border-radius: 1rem 1rem 0 0;
    border: none;
    padding: 1.5rem;
    font-weight: 600;
}

.section-heading h2 {
    font-size: 43px;
    color: rgba(0, 48, 146, 1);
}



/*this is navbar css */


/* Specific styling for the top-bar dropdown */
.top-bar-dropdown {
    position: relative;
    display: inline-block;
}

.top-bar-dropdown .dropdown-toggle {
    padding: 0;
    font-size: 0.95rem;
    z-index: 1000000;
    cursor: pointer;
}

/* Hover logic for Desktop (992px+) */
@media (min-width: 992px) {
    .top-bar-dropdown:hover>.dropdown-menu {
        display: block !important;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }
}

/* Mobile adjustments for top bar dropdown */
@media (max-width: 991px) {
    .top-bar-dropdown .dropdown-menu {
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        width: 250px !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
        display: none !important;
        margin-top: 5px !important;
        z-index: 10000 !important;
    }

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

/* Red line accent to match your brand */
.dropdown-menu {
    border-top: 4px solid #dc3545 !important;
}

/* 1. Desktop Hover Logic (992px and up) */
/*@media (min-width: 992px) {*/
/*	.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {*/
/*		display: block !important;*/
/*		margin-top: 0;*/
/*		opacity: 1;*/
/*		visibility: visible;*/
/*		animation: fadeIn 0.3s ease-in;*/
/*	}*/



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
}

/* 2. UI Elements Styling */
.dropdown-menu {
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border-top: 4px solid #0d6efd;
}

.dropdown-header {
    font-weight: 800;
    color: #212529;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 10px 10px 5px;
}

.dropdown-item {
    font-size: 0.92rem;
    padding: 8px 10px;
    color: #495057 !important;
    transition: all 0.2s;
}

.btn-lms {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: white !important;
    white-space: nowrap;
    min-width: 130px;
}

/* 3. Mobile Specific Fixes */
@media (max-width: 991.98px) {
    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item-btn {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding-bottom: 20px;
    }

    /* Make dropdown toggles work properly */
    .navbar-nav .nav-link.dropdown-toggle {
        cursor: pointer;
    }

    /* Ensure dropdown menus are visible when parent has .show class */
    /*.navbar-nav .dropdown-menu.show {*/
    /*	display: block !important;*/
    /*	opacity: 1;*/
    /*	visibility: visible;*/
    /*}*/

    /* Remove any conflicting transforms/animations on mobile */
    .dropdown-menu {
        transform: none !important;
        animation: none !important;
        position: static !important;
        float: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        background: #f8f9fa !important;
        margin-left: 10px !important;
        display: none !important;
    }

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

    /* Ensure the toggle doesn't navigate on the first click in mobile */
    .nav-link.dropdown-toggle::after {
        margin-left: 0.5rem;
    }

    /* Fix dropdown parent positioning */
    .dropdown {
        position: relative;
        width: 100%;
    }

    /* Style the dropdown arrow */
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        margin-top: 8px;
    }

    /* Fix offcanvas dropdown menu positioning */
    .offcanvas-body .dropdown-menu {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        right: 0 !important;
        z-index: 1000;
        display: none !important;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #f8f9fa !important;
        background-clip: padding-box;
        border-radius: 0.25rem;
    }

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

    /* Fix mega-menu on mobile */
    .mega-menu {
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
        transform: none !important;
        padding: 15px !important;
    }

    .mega-menu .container-fluid {
        padding: 0;
    }

    .mega-menu .row {
        margin: 0;
    }

    .mega-menu .col-lg-4 {
        padding: 10px 0;
        border: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .mega-menu .col-lg-4:last-child {
        border-bottom: none !important;
    }
}

/* 4. Desktop navigation behavior */
.navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
    position: relative;
}

/* 5. Improve hover effects */
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
    padding-left: 25px;
    transition: all ease-in-out 0.3s !important;
}

.view-all-link {
    font-weight: 600;
    color: #0d6efd !important;
}

.view-all-link:hover {
    background-color: transparent !important;
    color: #0a58ca !important;
    padding-left: 20px !important;
}

/*this is end */



.imagediveClass {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .imagediveClass {
        margin: auto;
        width: 280px;
        height: 280px;

    }
}

@media (max-width: 500px) {
    .imagediveClass {
        margin: auto;
        width: 230px;
        height: 230px;

    }
}

@media (max-width: 400px) {
    .imagediveClass {
        margin: auto;
        width: 200px;
        height: 200px;

    }
}

.contact-us-form {
    background: linear-gradient(45deg,
            #f4a51c 0,
            #f4a51c 29%,
            #f4a51c 50%,
            #947be1 73%,
            #5cc2ed),
        url(images/contact-us-bg.svg) no-repeat center bottom;
    padding-top: 60px;
    padding-bottom: 120px;
}

.st23 {
    fill: #ffc253;
}

.section-heading h2 {
    font-weight: 600;
}

.form .register-form {
    border: 1px solid white;
    padding: 20px;
    border-radius: 10px;
}

.form .register-form {
    border: 1px solid white;
    padding: 20px;
    border-radius: 10px;
}

/* footer */
.bg-grey {
    background: #686868;
}

.logo-footer {
    margin-bottom: 40px;
    width: 30% !important;
}

footer {
    color: grey;
}

footer p,
a {
    font-size: 15px;
    color: rgb(255, 255, 255);
}

footer h6 {
    font-size: 20px;
    position: relative;
    font-weight: 700;
    color: rgb(255, 255, 255) !important;
}

.btn-footer {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 43px;
    font-size: 13px;
    padding: 9px 30px;
    line-height: 47px;
}

.bg-blue {
    background-color: #3483c0;
    color: white;
    border-top: 1px solid white;
    padding: 30px 0px;
    text-align: center;
}

.btn-footer:hover {
    text-decoration: none;
}

.form-footer {
    display: flex;
}

.last_picutre_img {
    width: 25%;
    display: flex;
    justify-content: space-between;
}

.bg-gre {
    background-color: #054e7f !important;
    color: white !important;
}

.last_picutre_img input {
    background-color: white;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(67, 68, 66);
}

.last_picutre_img img {
    width: 100%;
}

.form-footer input {
    width: 200px;
}

.form-footer input[type="text"] {
    outline: none;
    padding: 10px;
}

::placeholder {
    font-size: 14px;
    padding-left: 10px;
    font-style: italic;
}

.form-footer input[type="button"] {
    border: none;
    background: rgb(0, 0, 0);
    margin-left: -5px;
    width: 65px;
    color: #ffffff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 14px;
}

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    line-height: 39px;
    font-size: 15px;
    text-decoration: none;
}

.logo1 img {
    width: 178px;
}

.logo2 img {
    width: 68px;
}

.logo3 img {
    /*width: 550px;*/
    height : 100px;
}

.footer_top_logos {
    background-color: #d3e0e9;
    padding: 10px 30px;
}

a:hover {
    text-decoration: none;
}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}

.newsletter_submit {
    background-color: #090d6a;
    border-radius: 10px;
    color: white;
    padding: 6px 25px;
    border: 1px solid #090d6a;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        justify-content: center !important;
    }
}
.swiper-button-next1,
.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next1 i {
    height: 30px !important;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5 !important;
    border-radius: 50% !important;
    background-color: var(--suva-grey) !important;
    fill: var(--freshair) !important;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px !important;
    color: var(--freshair) !important;
}

.swiper-button-prev1 i {
    height: 30px !important;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5 !important;
    border-radius: 50% !important;
    background-color: var(--suva-grey) !important;
    fill: var(--freshair) !important;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px !important;
    color: var(--freshair) !important;
}

.w-15 {
    width: 15%;
}

.nav-link:focus,
.nav-link:hover {
    color: white !important;
}

@media screen and (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.5rem;
    }

    .hero-section h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .w-lg-13 {
        width: 13%;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        color: white;
        font-size: 15px;
        height: fit-content;
    }

    .navbar-nav {
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 990px) {
    .hero {
        padding: 70px 0px;
    }

    .fot_link {
        justify-content: center !important;
    }

    .offcanvas {
        background-color: #090d6a;
    }

    .form_btn_nav {
        width: 100% !important;
    }

    .btn-ou {
        color: #090d6a !important;
    }

    .form_btn_nav {
        justify-content: start !important;
        margin-top: 10px;
    }

    .btn-close {
        background-color: white;
        padding: 5px;
        border-radius: 5px;
    }

    .hero .banner_content h1 {
        font-size: 42px;
    }

    .headin_content h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        display: none;
    }

    .hero_mobile {
        display: block !important;
        background-image: linear-gradient(4deg,
                rgba(53, 157, 255, 0.95) 14.96%,
                rgba(40, 188, 188, 0.75) 44.82%,
                rgba(25, 44, 87, 0) 58.93%,
                rgba(25, 44, 87, 0) 65.32%,
                rgba(25, 44, 87, 0) 84.12%,
                rgba(110, 233, 108, 0) 92.51%),
            url(../images/banner_im.png);
        background-position: center;
        background-size: cover;
        height: 360px;
        padding-top: 150px;
    }

    .hero .banner_content h1 {
        text-align: center;
    }

    .hero .banner_content p {
        text-align: center;
        color: white;
        margin-bottom: 4px;
    }

    .hero .banner_content h4 {
        text-align: center;
        color: white;
    }

    .hero .banner_content h4 span {
        color: white !important;
    }

    .banner_content {
        text-align: center;
    }

    .single-article {
        width: 72%;
        margin: auto;
    }

    .testimonial_content {
        width: 70%;
    }

    .bg-img1 {
        margin-top: 10px !important;
        padding: 20px;
    }

    .bg-img2 {
        margin-top: 10px !important;
        padding: 20px;
    }

    .bg-img3 {
        margin-top: 10px !important;
        padding: 20px;
    }

    .bg-img4 {
        margin-top: 10px !important;
        padding: 20px;
    }

    .fot_link {
        display: block !important;
    }

    .last_picutre_img {
        width: 70%;
        gap: 40px;
    }

    .mobile_nonr {
        display: none;
    }

    .pxx_mobilr {
        padding: 0px 20px;
    }

    .swiper {
        width: 96%;
    }

    .bg-gre {
        background-color: #090d6a !important;
    }

    footer h6 {
        color: white !important;
    }

    footer .sd h4 {
        color: white !important;
    }

    footer ul li a {
        color: white !important;
    }

    footer p,
    a {
        color: white !important;
    }

    .bg-gre {
        padding: 0px 20px;
    }

    .newsletter_submit {
        background-color: white !important;
        border: 1px solid white !important;
        color: #090d6a;
    }

    .last_picutre_img {
        width: 100%;
        gap: 40px;
        padding: 10px 40px;
        border-radius: 12px;
    }

    .link_cont {
        display: block !important;
        gap: 0px;
    }

    .link_cont a {
        margin-bottom: 10px;
    }

    .img-social {
        justify-content: start !important;
        margin-left: -5px;
    }

    .last_picutre_img {
        display: block;
    }

    .link_con {
        gap: 10px !important;
    }

    .site-navbar-top {
        padding: 10px 10px;
    }

    .footer_top_logos {
        display: block;
    }



}
