/* Common CSS Start */

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

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

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.btn {
    font-size: 14px;
    padding: 6px 25px;
}

.fa {
    font-size: 10px;
}

input:focus {
    color: #FFF;
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-select:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
}

/* Common CSS End */

.navbar-6 {
    background-color: #FFF;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navbar-6 .navbar .navbar-brand {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
}

.navbar-6 .navbar .navbar-brand:hover {
    color: #000;
}

.navbar-6 .navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-6 .navbar-expand-lg .navbar-collapse {
    margin-left: 68px;
}

@media screen and (max-width:768px) {
    .navbar-6 .navbar-expand-lg .navbar-collapse {
        margin-left: 0px;
    }
}

.navbar-6 .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 30px;
    font-size: 16px;
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    position: relative;
}

.navbar-6 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #7a8deb;
}

.navbar-6 .navbar .navbar-toggler {
    border: none;
    margin-top: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
}

.navbar-6 .navbar .btn-wrap .btn.btn_book {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #01519D;
    color: #fff;
}

.feature,
.keyFeature,
.get_started,
.testinomal,
.contact {
    padding-block: 50px;
}

.bg_color1 {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}

.feature h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature .star {
    color: #F3D22D;
}

.feature p {
    color: #6D6D6D;
}

.feature .get_btn {
    background-color: #01519D;
    color: #FFF;
    border-radius: 30px;
    margin-block: 20px 50px;
}


.feature h2 {
    margin-block: 10px;
}


.benefits {
    background-color: #1F1F1F;
    padding-block: 50px;
    color: #FFF;
}

.benefits .benefits_card .icons_img img {
    width: 40px;
    margin-bottom: 20px;
}

.benefits .benefits_card h3 {
    margin-bottom: 12px;
}

.keyFeature .feature_img_wrap {
    background: #E6F3FF;
    padding: 20px 20px 20px 0px;
    width: 95%;
    margin-bottom: 10px;
}

.keyFeature .feature_img_wrap:nth-child(2) {
    padding: 20px 20px 50px 20px;
}

.keyFeature .feature_img_wrap.nth3 {
    padding: 20px 20px 20px 20px;
}

.keyFeature .feature_img_wrap img {
    width: 100%;
}

.keyFeature .feature_text {
    padding: 15px;
}

.keyFeature .feature_text ul {
    list-style: disc;
    padding-left: 2rem;
}

.keyFeature .feature_text ul li {
    margin-bottom: 10px;
}

.keyFeature .bg_2 {
    background-color: #01519D;
}

.keyFeature .bg_2 .nth3 {
    background: #01519D;
    padding: 20px 20px 20px 0px;
}

.keyFeature .bg_2 .feature_text {
    color: #FFF;
}

.feature .feature_header {
    margin-bottom: 40px;
}

.feature .feature_card {
    border: 1px solid #CECECE;
    padding: 20px 20px 0px 20px;
    margin-block: 40px 10px;
    border-radius: 10px;
}

.feature .feature_card h4 {
    margin-bottom: 15px;
}

.feature .feature_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.get_started .bg_2 {
    background-color: #01519D;
    color: #FFF;
    border-radius: 10px;
    padding: 40px 90px;
}

.get_started .bg_2 h1 {
    font-weight: 600;
    font-size: 40px;
}

.get_started .bg_2 ul li {
    margin-bottom: 10px;
}

.get_started .bg_2 .get_btn {
    background-color: #FFFFFF;
    margin-top: 25px;
    border-radius: 30px;
    color: #01519D;
    font-weight: 500;
}

.get_started .bg_2 .get_img_wrap {
    margin-top: -70px;
}



.testinomal .test_arrow {
    text-align: end;
}

.testinomal .test_arrow .btn_arrow {
    background-color: #01519d;
    color: #FFF;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 0px 10px;
}

.testimonial-container {
    display: flex;
    overflow-y: scroll;
}

.testimonial-container::-webkit-scrollbar {
    display: none;
}

.test_card {
    border: 1px solid #F5F5F5;
    padding: 15px;
    margin: 8px;
    border-radius: 10px;
    position: relative;
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #F5F5F5;
}


.test_card i {
    font-size: 20px;
    margin-bottom: 28px;
    color: #F3D22D;
}

.test_card h4 {
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: 600;
}

.test_card p {
    font-size: 14px;
}

.test_card .test_author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.test_card .test_author .test_author_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.test_card .test_author .test_author_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.test_card .test_author .test_author_text h5 {
    margin-bottom: 2px;
    font-weight: 600;
}

.test_card .test_author .test_author_text p {
    color: #969696;
}


.contact .form_wrap h2 {
    margin-bottom: 25px;
}

.contact_wrap ul li {
    margin-block: 20px;
    display: flex;
    align-items: anchor-center;
}


.contact_wrap ul li i {
    background-color: #01519D14;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #01519D;
    font-size: 18px;
}

.contact_wrap ul li span {
    color: #000;
}

.contact_wrap ul li span.main_text {
    color: #787878;
    margin-left: 12px;
}

.contact .form_wrap .form-group {
    margin-bottom: 25px;
}

.contact .form_wrap .form-group .form-control {
    background-color: #F5F5F5;
    color: #000000;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #f5f5f5;
}

.contact .form_wrap .btn_contact {
    background-color: #01519D;
    color: #FFF;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
}


footer {
    background-color: #EFF7FF;
    padding-block: 30px;
    color: #000;
}

footer .contact_info ul li {
    font-size: 14px;
    margin-block: 12px;
}

footer .contact_info ul li i {
    border-width: 1px;
    border-style: solid;
    border-color: #01519D;
    background-color: #01519D;
    color: #FFF;
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

footer .contact_info ul li a {
    color: #000;
    border-left: 1px solid #01519D;
    padding-left: 5px;

}

footer .footer_list {
    margin-block: 20px;
}

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

footer .footer_list ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

footer .app_store {
    margin-top: 25px;
}

footer .app_store .btn_wrap .btn {
    padding: 5px;
}

footer .app_store .btn_wrap .btn img {
    width: 100px;
}

footer .app_store ul li a i {
    background-color: #2C2C2C;
    color: #FFF;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 14px;
}


.copy_rights {
    background-color: #01519D;
    color: #FFF;
    padding-block: 10px;
    font-size: 12px;
}

.copy_rights p {
    font-size: 13px;
    font-weight: 400;
}



.contact_us {
    padding: 50px 0px;
    background: #fae6d2;
    font-family: "Roboto", sans-serif;
}

.contact_us .box_card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 10px 0px;
}

.contact_us .contact_details {
    padding: 10px;
    text-align: center;
}

.contact_us .contact_details i {
    font-size: 25px;
    color: #07539d;
}

.contact_us .contact_details h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 5px 0px;
    color: #2b4e48;
}

.contact_us .contact_details p,
.contact_us .contact_details p a {
    font-size: 16px;
    font-weight: 500;
    color: #8f9595;
    text-decoration: none;
}

.contact_us .contact_details p a:hover {
    color: #a80017;
}

.contact_us .form_wrap {
    padding: 15px;
}

.contact_us .form_wrap h3 {
    font-size: 28px;
    font-weight: 600;
    color: #07539d;
}

.contact_us .form_wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}

.contact_us .form_wrap .form-control {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.contact_us .form_wrap .btn_style {
    background-color: #07539d;
    padding: 10px 60px;
    border-radius: 33px;
    color: #ffff;
}


.header_img img {
    border-radius: 15px;
}

.download_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.btn-Download {
    color: #fff;
    background-color: #a80017;
    border-color: #a80017;
    font-size: 12px;
    font-weight: 500;
}


.hero {
    /* padding: 50px 0px; */
    /* padding: 60px 0px; */
    font-family: "Poppins", sans-serif;
    height: 100vh;
}

.hero .hero_wrap img {
    width: 200px;
    margin: 15px 0px;
}

.hero .hero_wrap h2 {
    font-weight: 600;
    font-size: 29px;
    color: #000;
}

.hero .hero_wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.hero .hero_wrap .btn_wrap {
    margin: 15px 0px;
}

.hero .hero_wrap .btn img {
    width: 130px;
    border-radius: 5px;
}


.static_footer {
    background: #ffffff;
    bottom: 0;
    /* position: fixed; */
    width: 100%;
}

.copyrights {
    padding: 15px 0px;
    text-align: start;
    border-top: 1px solid #dddddd;
    background-color: #FFF;
}

.copyrights p {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 600px) {
    .copyrights p {
        flex-direction: column;
    }

}

.copyrights p a {
    text-decoration: none;
    color: #777;
}

.breadcrumb_wrap {
    padding-block: 30px 10px;
    background-color: #01519d;
}

.breadcrumb_wrap .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.blog_header {
    padding-block: 50px;
    /* background-image: url(../images/blog-bg.png); */
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: bottom;
    background: #01519d;
}

.blog_body .blog_main_title h4 {
    border-left: 1px solid #000000;
    padding-left: 10px;
}

.blog_body .blog_main_title h6 {
    font-weight: 600;
}

.blog_card {
    border-bottom: 0.5px solid #CBCBCB;
    padding-block: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog_card .blog_card_text {
    width: 75%;
}

.blog_card .blog_card_text h5 {
    font-weight: 600;
}

.blog_card .blog_card_text p {
    margin-block: 15px;
}

.blog_card .blog_card_text h6 {
    margin-bottom: 0;
    color: #717171;
    font-size: 13px;
    font-weight: 500;
}

.blog_card .blog_card_img {
    width: 20%;
}

.blog-details-wrap h6 {
    color: #4F4F4F;
}

.blog-details .blog-details-wrap .blog_card_img {
    margin-block: 25px;
}

.blog-details .blog-details-wrap h6 {
    color: #717171;
    font-size: 14px;
}

.blog-details .blog-details-wrap p {
    font-weight: 500;
    margin-block: 20px;
}

.blog_card_wrap .blog_card_text {
    padding-block: 25px;
}

.blog_card_wrap .blog_card_text h6 {
    color: #717171;
    font-size: 14px;
    margin-block: 12px;
}

.join-us,
.blog_body,
.blog-details,
.donation,
.events,
.evnet_details_body {
    padding-block: 60px;
}


@media (min-width: 768px) {
    #categoryOffcanvas.offcanvas-start {
        position: static;
        transform: none !important;
        visibility: visible !important;
        border: none;
        width: 100%;
        max-height: none;
        background-color: transparent;
        /* Optional: match page background */
        z-index: auto;
        display: block !important;
        /* Ensures it doesn’t collapse */
    }

    #categoryOffcanvas .offcanvas-backdrop {
        display: none !important;
    }


}

.offcanvas-header {
    background-color: #f5f5f5;
}


.btn_categories {
    border: 1px solid #9d9d9d;
    padding-inline: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.category-menu {
    margin-top: 20px;
}

.category-menu .category {
    margin-bottom: 8px;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 8px;
}

.category-menu .category .category-title {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 9px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.category-menu .category .category-title span {
    width: 90%;
}

.category-menu .category .category-title[aria-expanded="true"] i {
    transform: rotate(180deg);
    text-align: left;
}

.category-menu .category .category-title i {
    width: 10%;
    text-align: end;
}

.category-menu .subcategory-list li {
    padding-block: 6px;
}

.category-menu .subcategory-list li a {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 500;
}


.why-chosse-card {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    padding: 20px;
    margin-bottom: 14px;
    border-radius: 15px;
    height: 100%;
}

.why-chosse-card .card-img img {
    width: 55px;
    margin-bottom: 20px;
}

.why-chosse-card .card-text h4 {
    color: #000;
    line-height: 24px;
}
/* Outer container */
.gallery-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Common track styles */
.gallery-track {
    display: flex;
    gap: 20px;
}

/* Images */
.gallery-track img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

/* Pause on hover */
.gallery-wrapper:hover .gallery-track {
    animation-play-state: paused;
}

/* LEFT scroll (default) */
.scroll-left {
    animation: scroll-left 25s linear infinite;
}

/* RIGHT scroll */
.scroll-right {
    animation: scroll-right 25s linear infinite;
}

/* Keyframes */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

