body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Jost', serif;
}

.banner-wrapper-landing {
    background-image: url('../img/banner-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: linear-gradient(166deg, rgba(13, 20, 34, 1) 0%, rgba(11, 17, 31, 1) 50%, rgba(15, 33, 66, 1) 100%);
}

.call_btn {
    color: #fff;
    background: linear-gradient(to right, #2563EB, #10B981);
    border-color: #000000;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.call_btn i {
    font-size: 16px;
}

.call_btn:hover {
    color: #fff;
    background: #2563EB;
    /* border-color: #0056b3; */
}

.whatsapp_btn {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 1s;
}

.whatsapp_btn i {
    font-size: 20px;
}

.whatsapp_btn:hover {
    color: #fff;
    background: linear-gradient(to right, #2563EB, #10B981);
    border: none;
}

.banner-heading {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;

}

.banner-heading span {
    background: -webkit-linear-gradient(#2563EB, #10B981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content-wrapper {
    padding: 60px 0;
}

.banner-subheading {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-top: 25px;
}

.btn_banner {
    background: linear-gradient(to right, #2563EB, #10B981);
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.typing-text-wrapper {
    /* overflow: hidden; */
    width: auto;
}

.typing-text-wrapper span {
    border-right: .15em solid orange;
    animation: typing 3.5s steps(30, end), blink 0.7s step-end infinite;
    white-space: nowrap;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.submit_btn-banner-form button {
    background: linear-gradient(to right, #2563EB, #10B981);
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    margin-top: 20px;
}

.form-wrpapper {
    padding: 15px 25px;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #0000001c;
}

.form-wrpapper .form-manner .form-group {
    position: relative;
}

.form-wrpapper .form-manner .form-group .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    color: #fff;
    padding: 10px 10px 10px 40px;
    border-radius: 0px;
    color: aliceblue;
}
.form-wrpapper .form-manner .form-group .form-control option{
    color: #000;
}

.form-wrpapper .form-manner .form-group .form-control:focus {
    border-color: #10B981;
    box-shadow: none;
}

.form-wrpapper .form-manner .form-group .form-control::placeholder {
    color: #9b9b9b;
}

.input-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #9b9b9b;
}

.card-google-rating {
    background-color: #0000001c;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #707070;

}

.svg-google-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5c5b5b1c;
    border-radius: 50%;
}

.svg-google-box svg {
    width: 30px;
    height: 30px;
}

.img-box-content {
    display: flex;
    justify-content: center;
}

.content-box-bottom {
    margin-top: -30px;
    width: 90%;
    height: 65px;
    background: linear-gradient(to right, #727f9b, #181e1c);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: none;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease;
}

.content-box-bottom .h4 {
    margin-bottom: 15px;
}

.card-zoom {
    transition: transform 0.5s ease;
    cursor: pointer;
}

.card-zoom img {
    border-radius: 10px;
}

.card-zoom:hover {
    transform: scale(0.94);
}

.card-zoom:hover .content-box-bottom {
    height: 150px;
}

.text-gradient {
    background: -webkit-linear-gradient(#2563EB, #10B981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-counter {
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #707070;
    background-color: #0000001c;

}

.svg-center-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #5c5b5b1c;
    border-radius: 50%;
}

.card-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: rgba(15, 33, 66, 1) 0px 5px 10px;
    /* box-shadow: rgba(15, 33, 66, 1) 0px 1px 3px -1px, rgba(15, 33, 66, 1) 0px 1px 2px 0px, rgba(15, 33, 66, 1) 0px 2px 1px -1px; */
    border: 1px solid #707070;
    backdrop-filter: blur(8px);
}

.card-flex i {
    color: #10B981;
    font-size: 24px;
}

.card-flex span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.testimonial-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #0000001c;

}

.img-capsule {
    padding: 5px;
    height: calc(.25rem * 9);
    box-shadow: rgba(15, 33, 66, 1) 0px 5px 8px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-capsule img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.item-type {
    padding: 10px;
    border-radius: 4px;
    background-color: #94c4bc1c;
    color: #fff;
    font-size: 14px;
}

.card-star {
    padding: 8px 20px;
    border: 1px solid #3b455f7a;
    border-radius: 10px;
}

.carousel-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.card-form {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(15, 33, 66, 1) 0px 5px 10px;
    background-color: #0000001c;
}

.form-manner-new .form-group {
    position: relative;
}

.form-manner-new .form-group .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    color: #fff;
    padding: 10px 10px 10px 40px;
    border-radius: 0px;
}

.form-manner-new .form-group .form-control option {
    color: #000;
}

.form-manner-new .form-group .form-control:focus {
    border-color: #10B981;
    box-shadow: none;
}

.form-manner-new .form-group .form-control::placeholder {
    color: #9b9b9b;
}

.call-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5c5b5b1c;
    border-radius: 50%;
}

.call-icon i {
    color: #10B981;
    font-size: 18px;
}

/* ======================Footer Css======================== */
.footer-icon {
    gap: 10px;
}

.footer-icon a {
    color: #fff;
    text-decoration: none;
}

.social_tabs {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
}

.social_tabs a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    border-radius: 50%;
}

.social_tabs a img {
    width: 100%;
    height: 100%;
}

.copyright_section p {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.pp_about_links {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.pp_about_links ul li {
    margin-top: 5px;
}

.pp_about_links ul li a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.subscribe-wrapper dt {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.email_input {
    position: relative;
}

.foot-sign-in {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    background: #006ccb;
    text-decoration: none;
}
.pp_about_links ul {
    padding-left: 0rem !important;
    list-style: none;
}
.pp_uSE_links ul {
    padding-left: 0rem !important;
    list-style: none;
}
.pp_uSE_links ul li {
    margin-top: 5px;
    margin-left: 0px !important;
}
.pp_uSE_links ul li a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}
#partner-carousel .item img{
    width: 160px;
    height: 70px;
    object-fit: contain;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.btn-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.btn-list .tab-open{
    padding: 10px 40px;
    color: #fff;
    border: none;
    z-index: 2;
    border-radius: 25px;
    background: #2563EB;
    overflow: hidden;
    transition: all 0.5s;
}
.btn-list .tab-open:hover{
    background: linear-gradient(to right, #2563EB, #10B981);
}
.btn-list .tab-open.active{
    background: linear-gradient(to right, #2563EB, #10B981);
}
.content-box{
    display: none;
}
.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: none;
    background: linear-gradient(to right, #2563EB, #10B981);
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fadeout {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}
.fade-in {
    opacity: 1;
    transform: translateY(0);
}

@media(max-width:991px){
    body{
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .banner-heading {
        font-size: 30px;
    }
    .call_btn {
        padding: 8px 15px;
        font-size: 14px;
        gap: 5px;
    }
    .call_btn i {
        font-size: 14px;
    }
    .whatsapp_btn {
        padding: 8px 15px;
        font-size: 14px;
        gap: 5px;
    }
    .whatsapp_btn i {
        font-size: 16px;
    }
    .header-left a img{
        width: 60px;
    }
    .card-zoom:hover .content-box-bottom {
        height: 170px;
    }
    .img-bg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pp_about_links{
        margin-top: 20px;
        padding-left: 0px;
    }
    .social_tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .fixed-whatsapp-call{
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .whatsapp-icon,
    .call-icon-2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5c5b5b1c;
        padding: 10px;
        gap: 5px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }
    .whatsapp-icon{
        background-color: #10B981;
    }
    .call-icon-2 {
        background-color: #2563EB;
    }
}