.text-primary {
    color: #016379 !important;
  }

.btn-primary{
    background-color: #02A6CB;
    border-color: #02A6CB;
    font-size: 16px;
}

.navbar-toggler:focus{
    box-shadow: none;
}



.testimonial-card {
    text-align: center;
    border-radius: 10px;
    padding: 0 30px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    max-width: 800px;
    margin: 0 auto 0;
    background: white;
    /* min-height: 300px; */
}
.testimonial-text {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    /* font-style: italic; */
}
.testimonial-author {
    font-weight: bold;
    margin-bottom: 5px;
}
.testimonial-company {
    color: #6c757d;
}
.quote-icon {
    font-size: 1.5rem;
    color: #6c757d;
    margin-top: 20px;
}
.carousel-controls {
    text-align: center;
    margin-top: 20px;
}
.btn-carousel {
    /* width: 30px; */
    /* height: 30px; */
    /* border-radius: 50%; */
    margin: 0 10px;
    font-size: 1rem;
    background-color: #016379;
    color: white;
    border: none;
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.checkmark-list {
    list-style-type: none;
    /* Remove default bullets */
    padding: 0;
}

.checkmark-list li {
    position: relative;
    /* padding-left: 20px; */
    /* Space for the checkmark */
}

/* .checkmark-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: green !important;
} */

.my-button-global{
    height: 56px;
    align-content: center;
    background-color: #02A6CB;
    color: white;
    font-size: 16px;
}

.hero-sec-title{
    font-size: 95px;
}

.box-sec-width{
    width: 49%;
}

.my-fs-24{
    font-size: 24px;
}

.my-fs-48{
    font-size: 48px;
}

.readytotransform-sec{
    width: 80%; 
    margin: auto;
}
.footer-justify-content{
    justify-content: end;
}


@media only screen and (min-width: 751px) {
    .d-none-my-big{
        display: none;
    }
    .keyfeatures-sub {
        margin-top: 50px;
    }
    .install-image-width{
        width: 50%;
        /* margin-top: 50px; */
    }
}

@media only screen and (max-width: 750px) {
    .hero-sec-title{
        font-size: 48px !important;
    }
    .box-sec-width{
        width: 100%;
    }
    .padding-inline-10{
        padding-inline: 10px;
    }
    .padding-inline-16{
        padding-inline: 16px;
    }
    .d-none-my-phone{
        display: none;
    }
    .flex-direction-row-phone{
        flex-direction: row;
    }
    .flex-direction-column-phone{
        flex-direction: column;
    }
    .my-py-48-phone{
        padding-block: 48px;
    }
    .my-py-32-phone{
        padding-block: 32px;
    }
    .my-pb-32-phone{
        padding-bottom: 32px;
    }
    .my-my-32-phone{
        margin-block: 32px;
    }
    .readytotransform-sec{
        width: unset;
    }
    .my-text-center-phone{
        text-align: center;
    }
    .footer-justify-content{
        justify-content: center;
    }
    .install-image-width{
        width: 100%;
    }
    .how-it-works-sec{
        padding-top: 30px;
    }
    div#hero-section {
        padding-inline: 30px;
    }
    .meet-your-ai{
        padding-inline: 30px;
    }
    .image-paddingtop{
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1120px) {
    .hero-sec-title{
        font-size: 48px !important;
    }
    .box-sec-width{
        width: 100%;
    }
    .padding-inline-10{
        padding-inline: 10px;
    }
    .padding-inline-16{
        padding-inline: 16px;
    }
    .d-none-my-phone{
        display: none;
    }
    .flex-direction-row-phone{
        flex-direction: row;
    }
    .flex-direction-column-phone{
        flex-direction: column;
    }
    .my-py-48-phone{
        padding-block: 48px;
    }
    .my-py-32-phone{
        padding-block: 32px;
    }
    .my-pb-32-phone{
        padding-bottom: 32px;
    }
    .my-my-32-phone{
        margin-block: 32px;
    }
    .readytotransform-sec{
        width: unset;
    }
    .my-text-center-phone{
        text-align: center;
    }
    .footer-justify-content{
        justify-content: center;
    }
    .install-image-width{
        width: 70%;
    }
    /* .how-it-works-sec{
        padding-top: 30px;
    } */
}

.logo-navbar{
    width: 180px;
}
.navbar-button-section{
    display: flex;
    gap: 10px;
}

@media only screen and (max-width: 420px) {
    .logo-navbar{
        width: 120px;
    }
    .navbar-button{
        font-size: 12px;
    }
    .navbar-button-navigation{
        font-size: 12px;
    }
    .navbar-button-section{
        display: flex;
        gap: 10px;
    }
    .padding-main-phone{
        padding-inline: 16px;
    }
    div#hero-section {
        padding-inline: 30px;
    }
    .meet-your-ai{
        padding-inline: 25px;
    }
    
}

@media only screen and (max-width: 992px) {
    div#hero-section {
        padding-inline: 30px;
    }
    .meet-your-ai{
        padding-inline: 25px;
    }
    div#struggling-to-turn{
        padding-inline: 25px !important;
    }
}

@media only screen and (max-width: 768px) {
    .image-paddingtop{
        padding-top: 20px;
    }
}

.my-navbar-navigation{
    font-weight: 600;
    font-size: 15px;
}
.my-navbar-navigation a.nav-link{
    color: black;
}



#topBtn {
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    /*display: none; */
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    
    cursor: pointer;
    font-size: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

#topBtn:hover {
    background-color: #0056b3;
}



