﻿.scenario {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    margin-bottom: 12px;
}

    .scenario img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        margin-right: 12px;
        object-fit: cover;
    }

    .scenario p {
        margin: 0;
        font-size: 1.1rem;
    }

/* light, classic styling */
.is-this-you .scenario {
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.is-this-you .scenario-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    background: #F5FBF0; /* subtle halo behind icon */
    padding: 10px;
}

.is-this-you .scenario-text {
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
}

.is-this-you h2 {
    text-transform: none !important;
}

.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    color: #027AFF; 
    margin: 20px 0 40px; 
    position: relative;
}

    .section-title::after {
        content: "";
        display: block;
        width: 80px; 
        height: 3px;
        background: #94D23C; 
        margin: 12px auto 0;
        border-radius: 2px;
    }

.testimonialText {
    font: normal normal normal 15px/35px Roboto !important;
    color: var(--unnamed-color-027aff);
    text-align: left;
    font: normal normal 300 23px/35px Roboto;
    letter-spacing: -0.18px;
    color: #027AFF;
    opacity: 1;
    padding: 26px;
}

.testCard {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px #000000A6;
    height: 100%;
    justify-content: space-between;
    width: 28%;
}

    .testCard h7 {
        color: white;
        text-align: center;
        position: absolute;
        bottom: 0;
        align-self: center;
        width: 22%;
        font-size: 16pt;
        margin-bottom: 25px;
        font-weight: bold
    }

.col-2 {
    margin-top: 10px;
}

.works {
    padding: 12px;
    height: 130px;
}

.h-img-location, .h-img-mail, h-img {
    bottom: 30%;
}

.tales {
    width: 100%;
}

.carousel-inner {
    width: 100%;
    max-height: 811px !important;
}

    .carousel-inner > .item {
        -webkit-transition: 0.9s ease-in-out left;
        transition: 0.9s ease-in-out left;
        -webkit-transition: 0.9s, ease-in-out, left;
        -moz-transition: .9s, ease-in-out, left;
        -o-transition: .9s, ease-in-out, left;
        transition: .9s, ease-in-out, left;
    }

.carousel .carousel-indicators {
    bottom: -50px;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
    float: left;
    height: 10px;
    margin: 0;
    border-radius: 10px;
    border: 0;
    background: transparent;
    background: #94D23C;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #94D23C;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.reason {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    text-align: center;
    height: 364px;
    padding: 8px
}

    .reason img {
        border-radius: 50%;
        height: 70%;
        width: 100%;
    }

.reasons {
    display: flex;
    justify-content: space-evenly;
}

.reasonresp {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    text-align: center;
    /*height: 364px;*/
    padding: 8px
}

    .reasonresp img {
        border-radius: 50%;
        height: 70%;
        width: 100%;
    }

.whyWhenSimplyTutors {
    /*scroll issue*/
    /*width: 100vw !important;*/
    background: #93939324 0% 0% no-repeat padding-box;
    padding: 46px;
}

.explorePopularTutors {
    /*scroll issue*/
    /*width: 100vw !important;*/
    background: #93939324 0% 0% no-repeat padding-box;
    padding: 46px;
}

.explorePopularCourses {
    /*scroll issue*/
    /*width: 100vw !important;*/
    background: white 0% 0% no-repeat padding-box;
    padding: 46px;
}

.whySimplyTutors {
    /*scroll issue*/
    /*width: 100vw !important;*/
    padding: 70px;
    margin-bottom: 50px;
}


.first, .second, .third {
    margin: 6px;
    padding: 1px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 763px;
    margin-bottom: 71px;
}


.Citem {
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
}

.imageBackground {
    display: flex;
    justify-content: flex-start;
    height: 200px;
    flex-direction: column;
}

.w-100 {
    width: 100% !important;
    max-height: 780px;
    object-fit: cover;
}

.s-header {
    justify-content: center;
    font-weight: 500;
    color: #d5cfcf;
}

.navbar {
    background-color: #0D2747 !important;
    color: white;
    /*   background: linear-gradient(to bottom right, #295585, #0D2747) !important;
         background: linear-gradient(to bottom right, #295585, #0D2747) !important;
        color: white;*/
}

.btn.btn-primary {
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12) !important;
}

.wstI {
    align-self: center;
    border-radius: 0px !important;
    height: 100% !important;
    width: 100% !important
}

.nobordercard {
    border: none !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);
}

.back-btn {
    display: flex;
    border: none;
    position: fixed;
    display: none;
    background-color: transparent;
    margin-top: -10%;
    bottom: 75px;
    right: 50px;
    width: auto;
}

a#back-top:active {
    background: none;
}

a#back-top {
    display: block;
    text-decoration: none;
}

.topup {
    bottom: 5px;
}

#back-top i {
    display: block;
}

#back-top {
    font-size: 15px;
    color: rgba(0,0,0,0.5);
}

.fixed-top {
    position: absolute !important;
}


.fa-tiktok {
    color: #111111 !important;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4) !important;
}

#linkedin:hover {
    color: #0077e2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05); /* Slightly enlarge the element */
        opacity: 0.7; /* Slightly reduce opacity */
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.autocomplete-wrapper {
    position: relative !important;
}

.autocomplete-results,
.ui-autocomplete {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
    border-radius: 6px;
}

    .autocomplete-results li,
    .ui-autocomplete li {
        padding: 10px 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .autocomplete-results li:hover,
        .ui-autocomplete li:hover {
            background-color: #f1f1f1;
        }

/*.tt-menu {
    position: absolute !important;
    z-index: 99999 !important;
    background: white;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: 0 5px 15px rgba(0,  0,  0,  0.2);
}*/

/*#searchResultsWrapper .tt-menu {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 99999;
    background: white;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,  0,  0,  0.15);
}
*/
.workshop-pulse-button {
    position: relative !important;
    z-index: 1 !important;
    animation: pulse 1s infinite;
    animation-timing-function: ease-in-out;
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    border: none;
    font-size: 12px;
    border-radius: 5px;
    height: 40px !important;
    width: 350px;
    cursor: pointer;
    margin-top: 20px;
}

.tutor-pulse-button {
    animation: pulse 1s infinite;
    animation-timing-function: ease-in-out;
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

h2 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}

    h2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        background: #8fbc54;
        left: 0;
        right: 0;
        bottom: -10px;
    }

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

    .carousel .carousel-inner {
        box-shadow: none !important;
    }

    .carousel .item {
        color: #999;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

        .carousel .item .img-box {
            width: 135px;
            height: 135px;
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel .testimonial {
        padding: 30px 0 10px;
        color: #FFF;
    }

    .carousel .overview {
        font-style: italic;
        color: #FFF;
    }

        .carousel .overview b {
            text-transform: uppercase;
            color: #7AA641;
        }

    .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

    .carousel-indicators li.active {
        background: #555;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    }





/*FOOTER CSS*/
#myFooter {
    background-color: #0D0D0D;
    /*background: linear-gradient(to bottom right, #295585, #0D2747);*/
    color: white;
    padding-top: 30px;
    /*margin-top: 30px;*/
}

    #myFooter .footer-copyright {
        background-color: transparent;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        width: 100%;
    }

    #myFooter .row {
        margin-bottom: 60px;
    }

    #myFooter .navbar-brand {
        margin-top: 45px;
        height: 65px;
    }

    #myFooter .footer-copyright p {
        margin: 10px;
        color: #ccc;
    }

    #myFooter ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.7;
        text-align: left;
    }

    #myFooter h5 {
        font-size: 20px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        text-align: left;
    }

    #myFooter h2 a {
        font-size: 50px;
        text-align: center;
        color: #fff;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        padding: 0;
    }

    #myFooter a {
        color: #d2d1d1;
        text-decoration: none;
        padding: 0px;
        text-transform: none;
    }

    #myFooter li {
        display: block;
    }

    #myFooter a:hover,
    #myFooter a:focus {
        text-decoration: none;
        color: white;
    }

    #myFooter .social-networks {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 16px;
    }

        #myFooter .social-networks a {
            font-size: 32px;
            color: #f9f9f9;
            padding: 5px;
            transition: 0.2s;
        }

            #myFooter .social-networks a:hover {
                text-decoration: none;
            }

    #myFooter .facebook:hover {
        color: #0077e2;
    }

    #myFooter .google:hover {
        color: #ef1a1a;
    }

    #myFooter .twitter:hover {
        color: #0077e2;
    }

    #myFooter instagram:hover {
        color: #0077e2;
    }

    #myFooter tiktoklogo:hover {
        color: #0077e2;
    }

    #myFooter linkedin:hover {
        color: #0077e2;
    }

    #myFooter .btn {
        color: white;
        background-color: #8CC63E;
        border-radius: 20px;
        border: none;
        width: 150px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        line-height: 25px;
    }

#des {
    display: block;
}

#mob {
    display: none;
}

@media screen and (max-width: 767px) {

    #des {
        display: none;
    }

    #mob {
        display: block;
    }

    .carousel {
        padding: 0;
    }

    #myFooter {
        text-align: center;
    }
}


/*============ new page css ==========*/

.works {
    background-color: #8DC836;
    color: white;
    height: 112px;
    margin: 11px;
    border-radius: 7px;
    padding: 5px;
}

.works-row {
    padding-right: 9%;
    padding-left: 9%;
}

.h-img {
    position: relative;
    bottom: 43%;
    left: 64%;
}

.h-img-chalk {
    position: relative;
    bottom: 43%;
    left: 53%;
}

.h-img-location {
    position: relative;
    bottom: 40%;
    left: 67%;
}

.h-img-mail {
    position: relative;
    bottom: 47%;
    left: 50%;
}

.h-step {
    font-size: 45px;
    font-weight: 900;
    position: relative;
  /*  top: 24px;
    left: 7px;*/
}

.h-p {
   /* position: relative;*/
    font-size: 12px;
    /*top: 8%;
    right: 7%;*/
    line-height: normal;
}

.h-header {
    font-size: 20px;
    font-weight: 700;
}

.s-header {
    justify-content: center;
    margin-top: 33px;
    font-weight: 500;
    color: #d5cfcf;
}


.s-img {
    width: 303px;
}

.s-pos {
    display: flex;
    justify-content: center;
}

body{
    background: white !important;
}

#myFooter {
/*    background-color: #0D0D0D;*/
    background: linear-gradient(to bottom right, #295585, #0D2747) !important;
    color: white;
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
}

span.twitter-typeahead{
   width: 100%;
}

.carouselI2 {
    position: absolute;
    right: 0px;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    list-style: none;
    width: 100% !important;
}

@media screen and (max-width: 450px) {

    .back-btn {
        left: calc(100% - 35%) !important;
        margin-top: -20% !important;
    }
}

.tiktoklogo {
    font-size: 100px;
    position: relative;
    color: #ffff;
}
.tiktok {
    color: white !important;
    filter: unset !important;
}
.fa-tiktok:hover {
     color: #0077e2 !important;
 }
fa-twitter {
    color: #ffff !important;
}

#linkedin:hover {
    color: #0077e2;
}

#twitter:hover {
    fill:red;
}

#insta:hover {
    color: #0077e2;
}

#tikTok:hover {
    color: #0077e2 !important;
    
}


