@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* font-family: "Nunito Sans", sans-serif; */
body {
    font-family: "Nunito Sans", sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* Styles for Editable content */
.editable {
    border: 1px dashed #ccc;
    outline: 0;
    padding: 5px;
}

.editable:hover {
    border-color: #666;
}

.hidden {
    display: none;
}

.non-editable {}

/* Styles for Editable content */

/* reset */
h1,
h2,
h3,
h4,
h5 {
    color: #0a2540;
    font-family: "Nunito Sans", sans-serif;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgb(61 71 78) !important;
    font-family: "Nunito Sans", sans-serif;
}

/* reset */

.stickyHeader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: none;
}

.stickyHeader nav {
    background: none !important;
    box-shadow: none !important;
}

.stickyHeader .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    color: #000;
}

.top-header {
    background-color: #234982 !important;
    font-size: 14px;
    padding: 15px 0 !important;
}

.top-header .contact-info {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.top-header .fa {
    margin-right: 0.5rem;
}

.top-header a {
    text-decoration: none;
    font-size: 14px;
}

.navbar-brand img {
    width: auto;
    height: 5dvh;
}

.navbar-brand span {
    color: #234982;
    font-weight: 700;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(10, 37, 64);
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    background-color: transparent;
    margin-right: 0.5rem;
}



.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: #1f89ca !important;
    border-radius: 8px;
}

.navbar-light .navbar-nav .nav-item .login-btn {
    border-color: #1f89ca !important;
    color: #1f89ca;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item .login-btn:hover {
    background: #1f89ca;
    color: #ffff;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #2691e3;
    color: #ffffff;
}

.navbar-nav .btn-primary {
    background-color: #2691e3;
    border-color: #2691e3;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
}

.navbar-nav .btn-primary:hover {
    background-color: #234982;
    border-color: #234982;
}

/* .banner-section {
    margin-top: 5.5rem;
} */

.banner-section .content {
    padding-left: 20px;
    position: relative;
}

/* .banner-section .content::before {
    content: '';
    position: absolute;
    bottom: -8rem;
    right: -1rem;
    width: 300px;
    height: 278px;
    background: url(../images/rough.png) no-repeat 0 0;
} */

.banner-section .content .sub-small-hd {
    color: rgb(10, 37, 64) !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.banner-section .content .main-Heading {
    width: 100%;
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    color: rgb(10, 37, 64);
}

.banner-section .content .main-Heading.splHeading {
    font-size: 85px;
}

.banner-section h2 {
    font-size: 2rem;
    color: #234982;
    font-weight: 700;
}

.banner-section .list-unstyled li {
    font-size: 18px;
    color: #6c757d;

}



.banner-section .content .badge {
    font-size: 14px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e1e9f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section .bannerPoster {
    border-radius: 20px;
}

.our-services-header .badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    background-color: #f8f9fa;
    color: #6c757d;
    font-weight: 700;
}

.our-services-header h2 {
    font-size: 42px;
    color: rgb(10, 37, 64);
    font-weight: 600;
    line-height: 46px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.our-services-header p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.service-card .card {
    border-radius: 10px;
    overflow: hidden;
}

.service-card .card h5 {
    font-size: 1.25rem;
    color: #234982;
    font-weight: 700;
    margin-top: 1rem;
}

.service-card .card .card-body {
    background: #f4f7fb !important;
}

.service-card .card p {
    font-size: 0.9rem;
    color: #6c757d;
}

.service-card .btn-outline-primary {
    background: #0000000D;
    border: none;
    color: #0A2540;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 1rem;
}

.service-card .btn-outline-primary:hover {
    background-color: #234982;
    color: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;

}

.service-card .card-img-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.service-card .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.how-it-works .badge {
    font-size: 20px;
    padding: 0.5rem 1rem 0;
    border-radius: 0.75rem;

    color: #6c757d;
    font-weight: 700;
}

.how-it-works h2 {
    font-size: 50px;
    color: rgb(10, 37, 64);
    font-weight: 700;
    line-height: 68px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.how-it-works h2 span {
    color: #1f89ca;
}

.how-it-works p {
    font-size: 20px;
    color: #616970;
    margin-bottom: 1rem;
}

.process-steps .step-box {
    background-color: #fff;
    border: 1px solid #dcd5d5;
    border-radius: 10px;
    color: #2691e3;
    position: relative;
    margin-bottom: 4rem !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.process-steps .step-box:hover {
    margin-top: -10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* .process-steps .step-box:hover {
    margin-top: -10px;
    box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
} */

.process-steps .step-box.contnt {
    height: 60dvh;
}

.process-steps .step-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 20px;
    height: 20px;
    border-top-right-radius: 2px;
}

.process-steps .step-box:last-child::after {
    display: none;
}

.process-steps .step-number {
    background-color: #2f2f2f;
    text-align: center;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;

}

.process-steps h5 {
    color: rgb(10, 37, 64);
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2.5rem;
}

.process-steps .step-box {
    position: relative;
}

.process-steps .step-box span {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: -7%;
    left: -4%;
}

.process-steps ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.process-steps ul li {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    color: rgb(61 71 78);
}

.process-steps ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/correct.png) no-repeat 0 0;

}



.why-choose-us .badge {
    font-size: 18px;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    background-color: #678fd5 !important;
    color: #ffffff;
    font-weight: 700;
    border-radius: 35px !important;
}

.why-choose-us h2,
.why-choose-us h1 {
    font-size: 50px;
    color: rgb(10, 37, 64);
    font-weight: 700;
    line-height: 70px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.why-choose-us p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.features {
    background-color: #f8f9fa;
}

.feature-item {
    background-color: #ffffff;
    padding: 1rem;
    padding: 2rem !important;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 228px;

}

.owl-theme .owl-nav {
    display: none;
}

.feature-item:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
}

.features .icon-box.bg-primary {
    background-color: #234982 !important;
    width: 70px;
    height: 64px;
}

.icon-box.bg-light-blue {
    background-color: #2691e3;
    width: 150px;
    height: 64px;
}

.feature-contnt {
    width: 30dvw;

}

.feature-title {
    font-size: 20px;
    color: rgb(10, 37, 64);
    font-weight: 700;
}

.feature-item p {
    font-size: 0.9rem;
    color: #6c757d;
}

.about-us {
    background: url(../images/aboutposter.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}

.about-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(277, 277, 277, 0.7);
}

.about-us .content {
    padding: 2rem;
    position: relative;

}

.about-us h2 {
    font-size: 42px;
    color: #0a2540;
    font-weight: 600;
    line-height: 46px;
}

.about-us .content .badge {
    padding: 10px 20px !important;
    border-radius: 30px;
}

.about-us .btn-primary {
    background-color: #234982;
    border-color: #234982;
    font-weight: 700;
    border-radius: 10px !important;
}

.about-us .ceo-ttl {
    color: rgb(10, 37, 64);
    font-size: 18px;
    font-weight: 600;
}

.rounded {
    border-radius: 10px !important;
}

.about-us .btn-primary:hover {
    background-color: #2691e3;
    border-color: #2691e3;
}

.img-fluid {
    border-radius: 10px;
}

.specialize {
    margin-bottom: 4em;
}

.specialize .badge {
    font-size: 20px;
    padding: 0.5rem 1rem 0;
    border-radius: 0.75rem;
    background-color: none;
    color: #6c757d;
    font-weight: 700;
}

.specialize h2 {
    font-size: 50px;
    color: rgb(10, 37, 64);
    font-weight: 700;
    line-height: 70px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.specialize h2 span {
    color: #1f89ca;
    font-size: 60px;
}

.specialize p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(116, 128, 137);
    margin-bottom: 1rem;
    line-height: 1.8rem;
}

.statistics .second-poster {
    position: absolute;
    top: 5%;
    right: -40%;
    z-index: 5;
}

.statistics img {
    border: 3px solid rgba(277, 277, 277, 0.5);
}

.statistics img {
    height: 446px;
    width: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.statistics .stat-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.statistics .stat-box.bg-primary {
    background-color: #234982 !important;
}

.statistics .stat-box.bg-light {
    background-color: #f8f9fa;
}

.statistics .stat-box h3 {
    color: #0a2540;
    font-size: 58px;
    font-weight: 800;
}

.statistics .stat-box.bg-primary h3 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
}

.statistics .stat-box .statistics p {
    color: #0A2540;
    font-size: 16px;
    font-weight: 500;
}

.statistics .stat-box.bg-primary p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.img-fluid {
    border-radius: 10px;
}

.testimonials .badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    background-color: #f8f9fa;
    color: #6c757d;
    font-weight: 700;
}

.testimonials h2 {
    font-size: 42px;
    color: rgb(10, 37, 64);
    font-weight: 600;
    line-height: 46px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.testimonials p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.testi-carousel .owl-item img {
    width: 69px !important;
    height: 73px;
    border-radius: 50%;
    margin: 0 auto;
}

.testi-carousel .owl-item h5 {
    font-size: 15px;
    font-weight: 700;
}

.testimonials .badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    background-color: #f8f9fa;
    color: #6c757d;
    font-weight: 700;
}

.testimonials h2 {
    font-size: 2rem;
    color: #234982;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.testimonials p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.testimonial-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 2rem;
    text-align: center;
}

.testimonial-box img {
    border-radius: 50%;
}

.rating i {
    font-size: 1.25rem;
}

.any-questions {
    background-color: #f8f9fa;
}

.any-questions .badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 35px !important;
    background-color: #678fd5 !important;
    color: #ffffff;
    font-weight: 700;
}

.any-questions h2 {
    font-size: 42px;
    color: rgb(10, 37, 64);
    font-weight: 600;
    line-height: 46px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.customer-support .img-fluid {
    border-radius: 10px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-button {
    color: #35404e !important;
    font-size: 17px;
    font-weight: 600;
}

.accordion-body {
    text-align: left;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 10px;
    background-color: #234982;
}

.accordion-button::after {
    font-family: 'FontAwesome';
    content: '\f107';
    /* FontAwesome unicode for caret down */
    font-size: 0 !important;
    transition: transform 0.3s;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}


.accordion-button {
    font-size: 1rem;
    color: #234982;
    font-weight: 700;
}

.accordion-button::after {
    font-family: 'FontAwesome';
    content: '\f107';
    /* FontAwesome unicode for caret down */
    font-size: 1rem;
    transition: transform 0.3s;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-body {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.5;
}

.latest-posts .badge {
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    background-color: #f8f9fa;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem !important;
    border-radius: 15px !important;
}

.latest-posts h2 {
    font-size: 42px;
    color: rgb(10, 37, 64);
    font-weight: 600;
    line-height: 46px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.latest-posts .card-title {
    color: rgb(10, 37, 64);
    font-size: 20px;
    font-weight: 700;
}

.latest-posts .btn {
    background: #0000000D;
    border: none;
    color: #0A2540;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.latest-posts .btn:hover {
    background-color: #234982;
    color: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.latest-posts p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.contact-us .row {
    border-radius: 10px;
    overflow: hidden;
}

.contact-us .bg-primary {
    background-color: #2691e3 !important;
}

.contact-us .badge {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    width: 200px;
    margin: 0 auto;
    border-radius: 30px !important;
    background: #ffffff;
    color: #769ad9;
}



.contact-us .contact-title {
    color: #fff;
    font-size: 30px;
}

.contact-us .contact-title span {
    font-weight: 700;
}

.contact-us i {
    margin-right: 0.5rem;
}

.contact-us .technicianimg {
    height: 307px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100%;
}


.quality-solutions {
    background-color: #234982;
}

.quality-solutions .btn-primary {
    background-color: #2691e3;
    border-color: #2691e3;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
}

.quality-solutions .btn-primary:hover {
    background-color: #1d75b8;
    border-color: #1d75b8;
}

.footer {
    background-color: #0a2540;
}

.footer h5 {
    font-size: 1.25rem;
    font-weight: 700;
}

.footer p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff !important;
}

.footer a {
    font-size: 20px;
}

.footer i {
    font-size: 20px;
}

.footer .list-unstyled li {
    margin-bottom: 0.5rem;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.footer .list-unstyled li i {
    width: 10%;
}

.footer .list-unstyled li span {
    width: 90%;
}

.footer .d-flex a {
    font-size: 1.25rem;
}

.btm-footer {
    background-color: #0a2540;
    color: #ffffff;
    border-top: 1px solid #233b53;
}

.btm-footer p {
    margin: 0;
    font-size: 18px;
    color: #fff !important;
}

.btm-footer a {
    font-size: 18px;
}



#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 999;
}

#main-header.shrink {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);


    background-color: rgba(255, 255, 255, 0.7);
}

#main-header .navbar {
    background: none;

    transition: height 0.3s ease;
}

#main-header.shrink .navbar {
    height: 60px;
}

#main-header.shrink .navbar .navbar-brand img {
    width: 60%;
}

#main-header.shrink .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}

#main-header.shrink .navbar-light .navbar-nav .nav-item .login-btn {
    font-size: 14px;
}

.navbar-toggler #checkbox {
    display: none;
}

.navbar-toggler .toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .3s;
}

.navbar-toggler .bars {
    width: 100%;
    height: 4px;
    background-color: #234982;
    border-radius: 5px;
    transition-duration: .3s;
}

.navbar-toggler #checkbox:checked+.toggle .bars {
    margin-left: 13px;
}

.navbar-toggler #checkbox:checked+.toggle #bar2 {
    transform: rotate(135deg);
    margin-left: 0;
    transform-origin: center;
    transition-duration: .3s;
}

.navbar-toggler #checkbox:checked+.toggle #bar1 {
    transform: rotate(45deg);
    transition-duration: .3s;
    transform-origin: left center;
}

.navbar-toggler #checkbox:checked+.toggle #bar3 {
    transform: rotate(-45deg);
    transition-duration: .3s;
    transform-origin: left center;
}

.inner-banner {
    height: 500px;
    background: linear-gradient(225deg, #678FD500 0%, #234982 100%), url('../images/innerBnr.png') no-repeat center center/cover;
    position: relative;
    color: #fff;
}



.inner-banner .inr-bnr-contain {
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.inner-banner .badge {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
}

.inner-banner h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
}

.inner-banner p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.inner-banner h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}


@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
    max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
    opacity: 0.8;
    animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
}

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 7%;
    bottom: 70%;
    padding: 0;
    width: 80%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem 2rem;
    width: 40%;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin-left: auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #fff;
    text-align: left;

}

.kb-carousel .btn-primary {
    background-color: #2691e3;
    border-color: #2691e3;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    margin: 10px 0 0 0;
}

.kb-carousel .kb-caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.kb-caption h3 {
    animation-delay: 1.5s;
    color: #fff;
    text-align: left;
    .kb-caption h3
    /* background: rgba(0 0 0 / 0.5); */
}



/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
    background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}

.pricing-plans .card {
    border-radius: 20px;
}

.pricing-plans .card-header {
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

.pricing-plans .card-body {
    border-radius: 0 0 10px 10px;
}

.pricing-plans .card-title {
    font-size: 2rem;
    font-weight: 700;
}

.pricing-plans .card-text {
    font-size: 1rem;
    font-weight: 400;
}

.pricing-plans .card-body h6 {
    font-size: 1.25rem;
    font-weight: 700;
}

.pricing-plans .list-unstyled li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.pricing-plans .btn {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
}

.pricing-plans .btn-primary {
    background-color: #234982;
    border-color: #234982;
}

.pricing-plans .btn-light {
    margin-bottom: 20px;
    background-color: #234982 !important;
    border-color: #234982;
    color: #fff;
    border-radius: 20px !important;
}

.pricing-plans .btn.btn-primary {
    border-radius: 20px !important;
}

.pricing-plans .card .card-title {
    font-size: 64px;
}

.pricing-plans .card.bg-dark .card-title {
    color: #fff !important;

}

.pricing-plans .card.bg-dark .card-title .text-muted,
.pricing-plans .card .card-title .text-muted {
    font-size: 16px;

}

.pricing-plans .card.bg-dark .card-title .text-muted {
    color: #fff !important;
}

.pricing-plans .card.bg-dark .card-text {
    color: #fff !important;
}

.pricing-plans .card .card-header h5 {
    font-size: 20px;
    font-weight: 700;
}

.pricing-plans .card.bg-dark .card-header h5 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
}

.pricing-plans .card .card-header h5 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    background: rgb(103, 143, 213);
    border-radius: 30px;
    padding: 7px 0;
}

.services .img-fluid {
    border-radius: 10px;
}

.services h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.services p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-form p {
    font-size: 1rem;
    font-size: 16px;
    font-weight: 400;
    color: rgb(123, 136, 147);
    text-align: left;
}

.contact-form .form-label {
    font-size: 1rem;
    color: #0A2540;
    font-weight: 600;
    text-align: left !important;
    width: 100%;
}

.contact-form textarea.form-control {
    height: 214px;
    resize: none;
}

.our-office h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.our-office .card {
    border-radius: 0.75rem;
}

.our-office .card-img-top {
    border-radius: 10px 10px 0 0;
    height: 238px;
    object-fit: cover;
}

.our-office .card-img-overlay {
    height: 238px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
}

.our-office .card-body {
    font-size: 1rem;
    font-weight: 400;
}

.our-office .card-body h3 {
    margin-bottom: 0.5rem;
    color: rgb(10, 37, 64);
    font-size: 17px;
    font-weight: 600;
}

.our-office .card-body i {
    font-size: 1.25rem;
    color: rgb(103, 143, 213);
}



.contact-form .form-control {
    font-size: 1rem;
    border-radius: 0.375rem;
}

.contact-form .btn-primary {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    background-color: #234982;
    border-color: #234982;
    border-radius: 0.75rem;
}

.contact-form .btn-primary:hover {
    background-color: #1d3b72;
    border-color: #1d3b72;
}

.featureBlock {
    width: 100%;
    margin: 6rem 0 0;
}

.featureBlock .shape-poster {
    width: 100%;

}

.featureBlock .shape-poster img {
    border-radius: 0;
    width: 100%;
    width: 85%;

}

.featureBlock .feature-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.featureBlock .feature-list li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 19px;
    position: relative;
    padding-left: 35px;
}

.featureBlock .feature-list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/list-check.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
}

.featureBlock strong {
    font-weight: 700;
    font-size: 20px;
}

.btn-getstartd {
    padding: 10px 45px;
    font-size: 20px;
    border-radius: 30px;
    background: #2691e3;
    border-color: #2691e3;
    font-weight: 700;
    margin-bottom: 2rem !important;
}

/* fade section */
.fade-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* pricing table */
.pricetableArea {
    padding: 60px 0;

}

.pricetableArea .pricing-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #dcd5d5;
}

.pricetableArea .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.pricetableArea .pricing-card.popular {
    background-color: #063755;
    color: #fff;
    border: 1px solid #063755;
}

.pricetableArea .pricing-card.popular .pricing-features th,
.pricetableArea .pricing-card.popular .pricing-features td {
    color: #fff !important;
}

.pricetableArea .pricing-card.popular .table-striped>tbody>tr {
    background: none !important;
}

.pricetableArea .pricing-card.popular small {
    color: rgba(277, 277, 277, 0.8) !important;
}

.pricetableArea .pricing-card.popular h4 {
    color: #fff;
}

.pricetableArea .pricing-card h4 {
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 700;
}

.pricetableArea .pricing-card .price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pricetableArea .pricing-card .price span {
    font-size: 18px;
    font-weight: normal;
}

.pricetableArea .btn-pricing {
    margin: 10px 0 1rem;
    padding: 0.8rem 0.8rem !important;
    border-radius: 36px;
    font-size: 20px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricetableArea .btn-pricing:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.pricetableArea .btn-active-start {
    background: #fff !important;
}

.pricetableArea .btn-active-start {
    color: #063755 !important;
}

.pricetableArea .pricing-features {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.pricetableArea .pricing-features th,
.pricetableArea .pricing-features td {
    font-size: 18px;
}

.pricetableArea .popular-badge {
    background-color: #22c55e;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-left: 10px;
}

.pricetableArea .pricing-list li {
    border-bottom: 1px solid #dcdcdc !important;
}

.pricetableArea .pricing-list li:nth-child(odd) {
    background-color: #edebeb;
}

.pricetableArea .pricing-card.popular .pricing-list li {
    border-bottom: 1px solid #0f496d !important;
    background: none;
    color: #fff;
}

.pricetableArea .pricing-card.popular .pricing-list li:nth-child(odd) {
    background-color: #0a3d5d;
}

.pricetableArea .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.pricetableArea .btn-outline-light:hover {
    background-color: #fff;
    color: #0c0c25;
}

.information-area {
    width: 100%;
    margin: 4rem 0;
    padding: 1.5rem;
}

.solutionArea {
    padding: 60px 0;
    margin: 4rem 0 2rem 0;

}

.solutionArea .section-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.solutionArea .section-title h2,
.solutionArea .section-title h1 {
    font-size: 50px;
    color: rgb(10, 37, 64);
    font-weight: 700;
    line-height: 50px;
    margin-top: 1rem;

}

.solutionArea .section-title h3 {
    font-size: 30px;
    color: rgb(10, 37, 64);
    font-weight: 700;
    line-height: 68px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.solutionArea .badge-hover {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px;
    padding: 10px 25px;
    border-radius: 30px;
    background: #2691e3;
    border-color: #2691e3;
}

.solutionArea .badge-hover:hover {
    transform: scale(1.1);
    background-color: #0a58ca !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}



.solutionArea .section-title span {
    color: #007bff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.solution-box {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 30px 20px;
    border: 1px solid #e9e5e5;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
}

.solution-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.solution-box .number {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border: 1px solid;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    top: -20%;
    left: -8%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a2a2a;
    border-color: #2a2a2a;
}

.solution-box h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.solution-box p {
    font-size: 18px;

}



.nav-item .spclbtn {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    color: #fff !important;
}

.nav-item .spclbtn {
    margin: 10px;
    padding: 10px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.nav-item .spclbtn:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.form-container {
    max-width: 600px;
    margin: 3rem 0;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-control {
    border: 1px solid #ced4da;
    padding: 1.2rem 0.75rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

.form-label {
    position: absolute;
    top: 1rem;
    left: 0.75rem;
    background-color: white;
    padding: 0 0.25rem;
    transition: all 0.2s ease-in-out;
    color: #6c757d;
    pointer-events: none;
}

.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label {
    top: -0.6rem;
    left: 0.6rem;
    font-size: 0.75rem;
    color: #0d6efd;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label,
.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label {
    color: rgb(33, 37, 41);
    font-size: 1rem;

}

.sendbtn-contact {
    padding: 10px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    background-color: #2691e3;
    border-color: #2691e3;
}

.form-control:focus {
    border-color: #2691e3;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

/* schdule panel */
.sheduleSec {
    background-color: #f7f7f7;
    padding: 5em 0;
}


.sheduleSec h2 {
    font-weight: 700;
    margin-bottom: 30px;
}


.sheduleSec .form-control {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 0 15px;
    height: 54px;
}

.calendar-container,
.time-slots {
    display: flex;
    flex-wrap: wrap;
}

.calendar {
    flex: 1;
    padding-right: 20px;
}

.calendar .flatpickr-calendar {
    display: block !important;
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
}

.slots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: 1;

}

.slots button {
    padding: 10px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #121212;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.animated-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.animated-checkbox input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    top: -2px;
    border: 2px solid #0d6efd;
    border-radius: 6px;
    transition: background 0.3s, border-color 0.3s;
    position: relative;
}

.animated-checkbox input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease-in-out;
}

.animated-checkbox input[type="checkbox"]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.animated-checkbox input[type="checkbox"]:checked::before {
    transform: rotate(45deg) scale(1);
}