body {
    margin: 0;
    padding: 0;
}

:root {
    --green: #28A745;
    --orange: #FD7E14;
    --red: #FF0000;
    --yellow: #F0CA00;
    --text: #0A0A0A;
    --title: #08210E;
    --white: #ffffff;
    --grey: #6C757D;
    --sky: #E6F9EB;
}


a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}






/* ========================================================== */


a.global-btn {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
}

a.green-btn {
    padding: 12px 21px;
    border-radius: 5px;
    color: var(--white);
    background-color: var(--green);
    transition: 0.3s ease;
    border: 2px solid var(--green);
    text-decoration: none;

}

a.green-btn:hover {
    color: var(--green);
    background-color: var(--white);
}

a.white-btn {
    padding: 12px 21px;
    border-radius: 5px;
    color: var(--text);
    background-color: var(--white);
    transition: 0.3s ease;
    border: 2px solid var(--text);
    text-decoration: none;
}

a.white-btn:hover {
    color: var(--white);
    background-color: var(--green);
    border: 2px solid var(--green);
}


div.boxed {
    width: 1340px;
    max-width: 95%;
    margin: 0 auto;
    padding: 50px 0;
}


.spaced {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* ================================ */

.banner-slide {
    padding-top: 30px;
}

.item-content h1,
.item-content h2 {
    padding-bottom: 20px;
}


.banner-slide .item {
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.banner-slide .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--text);
    opacity: 0.3;
    z-index: -1;
}

.banner-slide .item-1 {
    background-image: url(images/item\ bg\ \(1\).jpg);
}

.banner-slide .item-2 {
    background-image: url(images/item\ bg\ \(2\).jpg);
}

.banner-slide .item-3 {
    background-image: url(images/item\ bg\ \(3\).jpg);
}

.banner-slide .item-content {
    z-index: 3 !important;
    position: relative;
    margin: 15% auto;
    width: 900px;
    max-width: 80%;
}

.banner-slide .item-content h1,
.banner-slide .item-content h2 {
    color: var(--white);
}


.banner-slide .owl-nav {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 0 !important;
    pointer-events: none;
}

.banner-slide .owl-nav button {
    background-color: var(--white) !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    transition: 0.3s ease;
    pointer-events: stroke;
    box-shadow: 0px 0px 4.71px 0px #00000040;
}

.banner-slide .owl-nav button:hover {
    background-color: var(--green) !important;
}


.banner-slide .owl-nav button span {
    opacity: 0;
}


.banner-slide button.owl-prev {
    background-image: url(images/prev-icon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}

.banner-slide button.owl-next {
    background-image: url(images/next-icon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}

.banner-slide .owl-dots {
    margin-top: 19px;
}

.banner-slide .owl-dot.active span {
    background-color: var(--green) !important;
    width: 27px !important;
}

.banner-slide .owl-dot span {
    background-color: #B5B5B5;
    transition: 0.3s ease !important;
    margin: 0 5px !important;
}

.banner-slide .owl-dot span:hover {
    background-color: var(--green) !important;
}


div.boxed h2 {
    color: var(--title);
    padding-bottom: 50px;
}

.pro-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.pro-content h3 {
    margin: 5px 0 !important;
}

.pro-content p {
    margin: 0 !important;
}

.pro-content a.pro-img img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    border-radius: 10px;
}



h3.pro-title a {
    text-decoration: none;
    color: var(--title);
    transition: 0.3s ease;
}

.enroll-info span {
    color: #6C757D;
}

h3.pro-title a:hover {
    color: var(--green);
}

.stars-rate {
    display: flex;
    gap: 5px;
    align-items: center;
}

.stars-rate img {
    width: 22px !important;
}

span.best-seller {
    padding: 7px 15px 5px;
    color: var(--white);
    background-color: var(--orange);
    border-radius: 43px;
    font-size: 14px;
}

span.offer {
    padding: 2px 9px;
    color: var(--white);
    background-color: var(--green);
    font-size: 14px;
}

span.prem-members {
    color: var(--green);
}

span.sale-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

span.regular-price {
    color: var(--red);
    font-size: 14px;
}



.carousel-2 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    z-index: 0 !important;
    pointer-events: none;
}

.carousel-2 .owl-nav button {
    background-color: var(--white) !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    transition: 0.3s ease;
    pointer-events: all;
    box-shadow: 0px 0px 4.71px 0px #00000040;
}

.carousel-2 .owl-nav button:hover {
    background-color: var(--green) !important;
}


.carousel-2 .owl-nav button span {
    opacity: 0;
}


.carousel-2 button.owl-prev {
    background-image: url(images/prev-icon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}

.carousel-2 button.owl-next {
    background-image: url(images/next-icon.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}

.carousel-2 .owl-dots {
    display: none;
}

.cta-sec {
    background-image: url(images/cta\ bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.cta-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0A0A0A;
    opacity: 0.4;
    z-index: 1;
}

.cta-box {
    width: 950px;
    max-width: 95%;
    margin: auto;
    height: 338px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    gap: 20px;

}

.cta-box h2 {
    color: var(--white);
    padding-bottom: 15px;
    margin: 0;
}

.cta-box p {
    color: var(--white);
    margin: 0;
    padding-bottom: 15px;
}


.cta-box img {
    width: 247px;
    max-width: 100%;
}

.view-title {
    padding-bottom: 0 !important;
}

a.view-btn {
    position: relative;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
}

a.view-btn:hover {
    color: var(--green);
}

a.view-btn::before {
    content: "";
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    background-image: url(images/arw.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

a.view-btn:hover::before {
    right: -30px;
}



.container {
    width: 500px;
    margin: 0 auto;
}


ul.tabs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
    background: #ededed;
    background-color: transparent;
    padding: 50px 0 0 0;
}

.tab-content.current {
    display: inherit;
}



ul.tabs li.tab-link {
    color: var(--text);
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 5px 0 !important;
    text-align: center;
}

ul.tabs li.current {
    color: var(--green) !important;
    border-bottom: 2px solid var(--green);
    background-color: transparent !important;
}



.serv-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

a.serv-img img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    border-radius: 10px;
}

.service-img {
    position: relative;
}

.service-img span {
    padding: 5px 15px;
    border-radius: 43px;
    font-size: 14px;
    color: var(--white);
    background-color: var(--green);
    position: absolute;
    top: 20px;
    left: 10px;
}

h4.serv-title {
    margin: 15px 0 0 0;
}

h4.serv-title a {
    color: var(--title);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

h4.serv-title a:hover {
    color: var(--green);
}

span.serv-author {
    color: var(--green);
}

.col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.author-box {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: 0.3s ease !important;
}

.author-box:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.auth-content {
    text-align: center;
    margin-top: -82px;
    padding-bottom: 40px;
}


.auth-content img {
    width: 100%;
    max-width: 141px;
    height: 141px;
    object-fit: cover;
    object-position: top center;
    border-radius: 100%;
}

.auth-content h4 {
    margin: 15px 0 5px 0;
    color: var(--text);
    transition: 0.3s ease;
}

.auth-content h4:hover {
    color: var(--green);
}

.auth-content span {
    color: var(--grey);
}

.author-box>img {
    width: 100%;
    height: 183px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.title-btn {
    padding-bottom: 50px;
}







/* ============================= RESPONSIVE =============================== */

@media (min-width:768px) and (max-width:1024px) {
    div.boxed {
        padding: 30px 0;
    }

    .col-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }


    .banner-slide .item {
        height: 60vh;
    }




}





@media (max-width:767px) {

    div.boxed {
        padding: 20px 0;
    }

    .item-content {
        text-align: center;
    }


    .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .col-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }


    ul.tabs {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    ul.tabs li.tab-link {
        font-size: 18px;
    }

    .tab-content {
        padding-top: 25px;
    }

    div.boxed h2 {
        padding-bottom: 25px;
        text-align: center;
    }

}

@media (max-width:480px) {

    .banner-slide .item {
        height: 60vh;
    }

    .title-btn {
        flex-direction: column;
        padding-bottom: 25px;
    }



    .cta-box {
        flex-direction: column-reverse;
        height: auto;
        text-align: center;
        padding: 20px 0;
    }

    .col-4 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}





/* *********************************************************************************
****************************** COURSE DETAILS PAGE ***********************************
 *********************************************************************************** */


.vid-banner {
    margin-bottom: 50px;
}


.vid-banner video {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

/* .vid-thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/vid\ thumbnail.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;


 } */



.col-2 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.course-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 40px;
    left: 0;
}

.course-btn-wrapper a {
    text-align: center;
}

.course-btn-wrapper a del {
    font-size: 14px;
    color: var(--red);
}

.flex-box {
    display: flex;
    gap: 20px;
}

img.author-image {
    width: 100%;
    max-width: 190px;
    height: 133px;
    object-fit: cover;
    border-radius: 10px;
}

p.author-bio {
    margin: 30px 0 30px 0;
}

.course-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.course-info h3 {
    font-size: 20px;
    color: var(--title);
}


.info-iconbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.info-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wishlist-btn {
    display: flex;
    justify-content: center;
}

a.wish-btn {
    position: relative;
    cursor: pointer;
    transform: translateX(20px);
}

a.wish-btn::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/heart\ black.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);

}

a.wished::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/heart\ red.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);

}

a.wished {
    color: #d7443e !important;
}

.courses-tab {
    justify-content: start !important;
    gap: 50px !important;
    margin-bottom: 50px !important;

}

.courses-tab li {
    font-weight: 600 !important;
}

.course-tab {
    padding: 0 !important;
}


.course-tab h2 {
    padding-bottom: 20px !important;
    font-size: 32px;
    color: var(--title) !important;
}


.course-tab p {
    margin-bottom: 30px !important;
}


/* ========== ACCORDION ============= */


.toggle {
    position: relative;
}

.toggle input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.toggle__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.toggle input:checked~.toggle__content {
    max-height: 10rem;
}

/* Visual styles */
.accordion {
    overflow: hidden;
}

.toggle__label,
.toggle__close {
    display: flex;
    color: var(--title);
    background: var(--white);
    cursor: pointer;
}

.toggle__label {
    justify-content: space-between;
    font-size: 26px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;

}

.toggle__label::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(images/chevron.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transition: all 0.35s;
    transform: translate(0, -50%) rotate(180deg);
}

.toggle input:checked+.toggle__label::after {
    transform: rotate(0deg);
}

.toggle__content p {
    margin: 0;
}

.toggle {
    border-bottom: 1px solid var(--title);
}


.coach-sec {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 42px;
}

.coach-sec img {
    width: 100%;
    max-width: 420px;
}

.coach-sec h2 {
    padding-bottom: 20px !important;
    font-size: 32px;
    color: var(--title);
}

.coach-sec h3 {
    font-size: 26px;
    color: var(--title);
    margin-bottom: 10px;
}

.coach-sec a {
    display: inline-block;
    padding: 12px 45px !important;
    margin-top: 20px;
}


/* ============================= RESPONSIVE =============================== */


@media (min-width:768px) and (max-width:1024px) {

    .coach-sec {
        grid-template-columns: 3fr 2fr;
        gap: 30px;
    }

    .col-2 {
        grid-template-columns: 4fr 2fr;
    }

    .vid-banner video {
        height: 70%;
    }


}

@media (max-width:767px) {

    .col-2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .coach-sec {
        display: flex;
        flex-direction: column-reverse;
    }

    .coach-sec div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .courses-tab {
        flex-direction: row !important;
        justify-content: center !important;
    }

    .course-tab p,
    .coach-sec p {
        text-align: center;
    }

    .toggle__content p {
        text-align: start;
    }

    .info-iconbox {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    img.author-image {
        width: 100%;
        max-width: 230px;
        height: 170px;
    }

    .vid-banner video {
        height: 75%;
    }

    .toggle__label {
        font-size: 22px;
    }

}


@media (max-width:480px) {

    .vid-banner video {
        height: 50%;
    }

    .col-2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    .coach-sec {
        padding-top: 30px;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .coach-sec img {
        max-width: 100%;
    }

    .course-tab p {
        margin-bottom: 30px;
    }

    .courses-tab {
        margin-bottom: 30px !important;
    }

    .toggle__label {
        font-size: 20px;
    }
}




/* *********************************************************************************
****************************** BIDDING DETAILS PAGE ***********************************
 *********************************************************************************** */


.column-half {
    display: grid;
    grid-template-columns: 15fr 7fr;
    gap: 40px;
}


.bidder-details-wrapper {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--sky);
}

.bidder-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.bidder-profile h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

.bidder-infos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.bidder-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bidder-info span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.bidder-info span:last-child {
    text-align: end;
}

.btn-inline {
    display: inline-block;
}

.bidding-price span img {
    margin-right: 5px;
}

.bidding-price h2 {
    padding-bottom: 0 !important;
    font-size: 26px;
}

.bidding-price h3 {
    margin-top: 20px !important;
    font-size: 26px;
    text-align: end;
}



.bidder-status span {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 43px;
    background-color: #EBEBEB;
}

.bidder-status span:first-child {
    background-color: #E6F9EB !important;
}

.bidding-price div:first-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bidding-price {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--grey);
    display: flex;
    justify-content: space-between;
}

.bidding-content {
    padding: 50px 0 0 0;
}

.bidding-content ul {
    padding-left: 20px;
}

.bidding-content h4,
.bidding-content p {
    margin-bottom: 20px;
}

.bidding-content h4 {
    font-size: 20px;
}



@media (min-width: 768px) and (max-width: 1024px) {

    .column-half {
        grid-template-columns: 3fr 2fr;
        gap: 20px;
    }

    .bidder-profile h3,
    .bidding-price h3,
    .bidding-price h2 {
        font-size: 22px !important;
    }

}



@media (max-width: 767px) {

    .bidder-profile h3,
    .bidding-price h3,
    .bidding-price h2 {
        font-size: 20px !important;
    }

    .bidding-price h2 {
        text-align: start !important;
    }

    .column-half {
        display: flex;
        flex-direction: column-reverse;
    }

    .bidding-price {
        padding-bottom: 30px;
    }

    .bidding-content {
        padding-top: 30px;
    }
}



@media (max-width: 480px) {

    .bidder-profile h3,
    .bidding-price h3,
    .bidding-price h2 {
        font-size: 18px !important;
    }

    .bidding-price {
        flex-direction: column;
        gap: 15px;
    }

    .bidding-price div:first-child {
        gap: 15px;
    }

    .bidding-price h3 {
        text-align: start;
    }

}




/* *********************************************************************************
****************************** SERVICE DETAILS PAGE ***********************************
 *********************************************************************************** */



.membership-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.plan-tab {
    padding-top: 0 !important;
}

.plans-wrap {
    padding: 20px 20px 35px;
    border-radius: 10px;
    background-color: #E6F9EB;
}


.plans-list {
    justify-content: space-between !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
    flex-direction: row !important;
}




.plan-tab p {
    margin-top: 20px;
    font-variant: var(--text);
}

.plan-tab ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
}

.plan-tab ul li {
    position: relative;
}

.plan-tab ul li.included::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/mdi_tick-circle.svg);
    background-size: cover;
}

.plan-tab ul li.excluded::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/remove.png);
    background-size: cover;
}

.plan-btn-wrap {
    text-align: center;
}

.plan-btn-wrap>a {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 25px;
}

.planner-wrap {
    padding: 30px;
    border-radius: 10px;
    background-color: #E6F9EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.planner-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.planner-wrap img.planner-img {
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    object-fit: cover;
    text-align: center;
}

.planner-wrap a {
    width: 100%;
    max-width: 70%;
    text-align: center;
}

.planner-profession {
    color: #787878;
    font-size: 14px;
}

span.planner-ratings {
    display: flex;
    align-items: end;
    gap: 5px;
}

span.planner-ratings img {
    width: 22px;
}

.gallery-content h2,
.overall-ratings h3 {
    color: var(--title);
    font-size: 32px;
    padding-bottom: 20px !important;
}

li.plan-link,
.plan-tab h4,
.overall-ratings span,
.serv-client-info div h4 {
    font-size: 20px;
    font-weight: 600 !important;
    color: var(--title);
}

span.plan-price,
.planner-info h3,
.service-reviews h3,
.gallery-col h3 , .related-services h3 {
    color: var(--title);
    font-size: 26px;
    font-weight: 600;
    color: var(--title);
}


.gallery-content {
    padding-bottom: 100px;
}

.service-reviews {
    display: flex;
    gap: 20px;
    margin: 20px 0 50px 0;
}

.review-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    gap: 10px;
    width: 25%;
    min-height: 140px;
    text-align: center;
}

.star-ratings-box {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75%;
}

.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.serv-client-info div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.overall-ratings h3 {
    padding: 0 0 10px 0 !important;
}

.stars-review {
    display: flex;
    gap: 10px;
    align-items: center;
}

.stars-review span {
    white-space: nowrap;
}

.stars-review span:last-child {
    min-width: 35px;
    text-align: end;
}



.progress-container {
    width: 100%;
    background-color: #c2c2c2;
    border-radius: 25px;
    overflow: hidden;
}

.progress-bar {
    height: 10px;
    background-color: var(--green);
    border-radius: 25px;
    width: 0;
}

.progress-bar-5 {
    animation: progress-5 2s forwards;
}

.progress-bar-4 {
    animation: progress-4 2s forwards;
}

.progress-bar-3 {
    animation: progress-3 2s forwards;
}

.progress-bar-2 {
    animation: progress-2 2s forwards;
}

.progress-bar-1 {
    animation: progress-1 2s forwards;
}




@keyframes progress-5 {
    from {
        width: 0;
    }

    to {
        width: 85%;
        /* Set your target width here */
    }
}

@keyframes progress-4 {
    from {
        width: 0;
    }

    to {
        width: 60%;
        /* Set your target width here */
    }
}

@keyframes progress-3 {
    from {
        width: 0;
    }

    to {
        width: 40%;
        /* Set your target width here */
    }
}

@keyframes progress-2 {
    from {
        width: 0;
    }

    to {
        width: 25%;
        /* Set your target width here */
    }
}

@keyframes progress-1 {
    from {
        width: 0;
    }

    to {
        width: 25%;
        /* Set your target width here */
    }
}


.service-testimonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comment-card {
    padding: 20px;
    background-color: #F2F2F2;
    border-radius: 10px;
    display: none;
}

.comment-card p {
    padding: 15px 0 20px;
}

.serv-client-info {
    display: flex;
    gap: 10px;
}

.serv-client-info img {
    width: 100%;
    max-width: 52px;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

.load-btn-wrap {
    display: flex;
    /* justify-content: center; */
}

.load-btn-wrap a {
    width: 100%;
    max-width: 305px;
    text-align: center;
}


.outer {
    margin: 0 auto;
    max-width: 846px;
}

#big .serv-item {
    height: 545px;
    margin: 2px;
    text-align: center;
}

#thumbs .serv-item {
    padding: 0px;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .serv-item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: var(--white);
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.serv-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}

#thumbs .serv-item {
    height: 126px;
}


.serv-slide .owl-nav button.owl-prev {
    background-image: url(images/arw-left.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: center center !important;
}

.serv-slide .owl-nav button.owl-next {
    background-image: url(images/arw-left.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: center center !important;
    transform: rotate(180deg) !important;
}

.serv-slide .owl-nav button span {
    display: none;
}

.serv-slide-thumb .owl-nav {
    display: none !important;
}

.serv-slide-thumb {
    margin-bottom: 50px;
}

.related-services {
    padding-top: 50px;
}






@media(min-width:768px) and (max-width:1024px) {

    .gallery-content {
        padding-bottom: 50px;
    }

    .service-reviews {
        margin: 20px 0 30px 0;
    }



}


@media (max-width:767px) {


    .serv-columns {
        flex-direction: column !important;
    }

    .gallery-content {
        padding-bottom: 50px;
    }

    .gallery-content h2,
    .overall-ratings h3 {
        font-size: 30px;
    }

    li.plan-link,
    .plan-tab h4,
    .overall-ratings span,
    .serv-client-info div h4 {
        font-size: 18px;
    }

    span.plan-price,
    .planner-info h3,
    .service-reviews h3,
    .gallery-col h3 {
        font-size: 24px;
    }

    .gallery-col h3 {
        text-align: center;
    }

    #big .serv-item {
        height: 350px;
    }


}


@media (max-width:480px) {


    .gallery-content>p {
        text-align: center;
    }

    .gallery-content h2,
    .overall-ratings h3 {
        font-size: 28px;
    }

    li.plan-link,
    .plan-tab h4,
    .overall-ratings span,
    .serv-client-info div h4 {
        font-size: 16px;
    }

    span.plan-price,
    .planner-info h3,
    .service-reviews h3,
    .gallery-col h3 {
        font-size: 22px;
    }

    .gallery-col h3 {
        text-align: center;
    }

    #big .serv-item {
        height: 290px;
    }

    #thumbs .serv-item {
        height: 80px;
    }


}





/* *********************************************************************************
****************************** SERVICE LISTING PAGE ***********************************
 *********************************************************************************** */

 .serv-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}


.service-listing-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 3fr;
}

.serv-filter-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.serv-filter-container h2 {
    padding: 0 !important;
    font-size: 26px !important;
    font-weight: 700;
}

.serv-boxes {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--sky);

}


.serv-boxes h3 {
    margin-bottom: 10px;
}

.more-btn-wrap {
    padding-top: 15px;
}

a#load-more-cat {
    cursor: pointer;
    text-decoration: underline;
    color: var(--green);
}

.more-checkboxes {
    margin-top: 15px;
}


.checkbox-container div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.serv-boxes select {
    padding: 13px 10px;
    border: 1px solid #4D4D4D;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.search-filter-btn {
    text-align: center;
}


.star-check {
    display: flex;
    gap: 5px;
}

.star-ratings-checkbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* ================== */


  
  .filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0; 
  }
  
  .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgba(248, 247, 244, 0.2);
    padding-top: 15px;
    border-radius: 3px;
  }
  
  .price-field input[type=range] {
      position: absolute;
  }
  
  /* Reset style for input range */
  
  .price-field input[type=range] {
    width: 100%;
    height: 2px; 
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
  }
  
  .price-field input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
  }
  
  .price-field input[type=range]:active,
  .price-field input[type=range]:focus {
    outline: 0;
  }
  
  .price-field input[type=range]::-ms-track {
    width: 100%;
    height: 2px; 
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
  }
  
  /* Style toddler input range */
  
  .price-field input[type=range]::-webkit-slider-thumb { 
    /* WebKit/Blink */
      position: relative;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -4px;
      background-color: var(--text);
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
  }
  
  .price-field input[type=range]::-moz-range-thumb { 
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: var(--text);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  .price-field input[type=range]::-ms-thumb  { 
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: var(--text);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  /* Style track input range */
  
  .price-field input[type=range]::-webkit-slider-runnable-track { 
    /* WebKit/Blink */
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--green);
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-moz-range-track { 
    /* Firefox */
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--text);
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-ms-track { 
    /* IE */
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: var(--text);
    border-radius: 5px;
  }
  
  /* Style for input value block */
  
  .price-wrap {
    display: flex;
    justify-content: center;
    color: var(--text);
    font-size: 16px;
    margin-bottom: 7px;
  }
  
  .price-wrap-1, 
  .price-wrap-2 {
    display: flex;
    margin-left: 15px;
  }
  
  .price-wrap #one, 
  .price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background:  0;
    border: 0;
    outline: 0;
    color: var(--text);
    font-size: 16px;
    text-align: start;
  }
  
  .price-wrap label {
    text-align: right;
    font-size: 16px;
  }
  
  /* Style for active state input */
      
  .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px var(--text);
    transition-duration: 0.3s;
  }
  
  .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px var(--text);
    transition-duration: 0.3s;
  }



  /* ------------ */


  .pagination {
    margin-top: 50px;
    text-align: center;
}

button.page-nav-btn {
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button.page-nav-btn img {
    width: 100%;
}

button.page-nav-btn:disabled {
    display: none;
    
}

button#prev img {
    transform: rotate(180deg);
}

.page-number {
    margin: 0 5px;
    cursor: pointer;
    color: var(--green);
    border-radius: 5px;
    font-size: 20px;
    line-height: 1.5em;
}

.page-number.active {
    background-color: var(--green);
    color: white;
    padding: 10px 15px;
}


.related-servs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin: 30px 0 30px 0;
    width: 100%;
}

.related-servs h4 {
    font-size: 18px !important;
}

.related-services {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-services h3 {
    width: 100%;
}

.related-services a {
    text-align: center;
}



@media (min-width:768px) and (max-width:1024px) {

    .serv-list-container {
        gap: 20px;
    }

    .serv-list-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-servs {
        grid-template-columns: repeat(2 , 1fr);
        gap: 30px;
    }

}

@media (max-width:767px) {
    
    .serv-list-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .serv-list-container a.serv-img img {
        height: 160px !important;
    }

    .related-servs {
        grid-template-columns: repeat(2 , 1fr);
        gap: 30px;
    }


}

@media (max-width:480px) {
    

    .service-listing-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }


    .serv-list-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .serv-list-container a.serv-img img {
        height: 250px !important;
    }

    .related-servs {
        grid-template-columns: repeat(1 , 1fr);
        gap: 30px;
    }


}





/* *********************************************************************************
****************************** BIDDING JOB POSTS ***********************************
 *********************************************************************************** */




 .job-image {
    width: 30%;
}
.job-image img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.info-card {
    width: 64.5%;
    padding-left: 20px;
}
.job-card {
    display:flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: top;
    padding: 16px 20px 16px 10px;
    background:#EBEBEB;
    border-radius: 10px;
}
.meta-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.meta-box > span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--text);
}
.meta-box span.price-hr {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--text);
}
.post-title h4 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin: 0 !important;
    padding-top: 13px;
}
.post-title button {
    margin-top: 10px;
    border: 0px;
    background: transparent;
    padding: 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    position: relative;
}
.box-container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: row;
    gap: 40px;
    width: 1340px;
    /* max-width: 90%; */
    margin: 0 auto;
    justify-content: space-between;
}
.filter-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.filter-container input,
.filter-container select,
.filter-container button {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    width: 24%;
    border: 1px solid var(--grey);
    border-radius: 5px;
}
.filter-container select {
    -webkit-appearance: none;
}
.filter-container input[type="text"]{
    padding-left: 41px;
    background: url(images/iconoir_search.png) no-repeat;
    background-position: 4% 50%;
}
#findJobButton {
    cursor: pointer;
    background: var(--green);
    width: 100%;
    max-width: 120px;
    color: var(--white);
    border: none !important;
}
.btn-style-job {
    cursor: pointer;
    position: relative;
}
.btn-style-job::after {
    content: '';
    position: absolute;
    right: -52px;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/arrow-job.png) no-repeat;
    width: 44px;
    background-size: contain;
    height: 10px;
}
#locationDropdown {
    padding-left: 38px;
    background: url(images/mingcute_location-line.png) no-repeat;
    background-position: 5% 50%;
}
#categoryDropdown {
    background: url('images/Vector.png') no-repeat;
    background-position: 95%;
}
.main-html {
    margin: 0 auto;
    max-width: 1340px;
}
.job-filter-html {
    margin-bottom: 114px;
    margin-top: 50px;
}

.info-card button.btn-style-job , .info-card button.btn-style-job::after {
    transition: 0.3s ease;
}

.info-card button.btn-style-job:hover {
    color: var(--green);
}

.info-card button.btn-style-job:hover::after {
    right: -60px;
}


.job-cart-wrapper {
    display: grid;
    grid-template-columns: repeat( 3, 1fr);
    gap: 40px;
}

.info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



@media (min-width:768px) and (max-width:1024px) {

    .job-cart-wrapper {
        grid-template-columns: repeat( 2, 1fr);
        gap: 30px;
    }

    .job-image {
        width: 40%;
    }

    .info-card {
        width: 55%;
        padding-left: 15px;
    }

    .job-card {
        flex-wrap: nowrap;
    }


}


@media (max-width: 767px) {

    .job-cart-wrapper {
        grid-template-columns: repeat( 2, 1fr);
        gap: 30px;
    }

    .job-image {
        width: 40%;
    }

    .info-card {
        width: 55%;
        padding-left: 15px;
    }

    .job-card {
        flex-wrap: nowrap;
    }



}


@media (max-width: 480px) {

    .job-cart-wrapper {
        grid-template-columns: repeat( 1, 1fr);
        gap: 20px;
    }

    .filter-container {
        display: grid;
        gap: 0;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 0px;
        grid-column-gap: 70px;
    }

    .filter-container input , .filter-container select {
        width: 100%;
    }

}



.not-visible {position:fixed; top:300px; text-align:center; width:100%;font-size: 20px; font-weight: bold; color: red;}
.not-available {opacity:0.1;}
.reply-msg {float: right; display: block; width: 100%; text-align: right; font-size: 14px; margin-top: 7px;}
.reply-msg a {text-decoration:none;}
textarea.reply_box {height: 80%; border-top: 1px solid #ccc;}
#reply_msg_box {height:20px; border-right:1px solid #ccc; display:none; padding:2px 5px; width: 80%;}
#close_reply {position:absolute; right: 117px;}
.reply_to_msgg {text-decoration:none; color:blue;}
#reply_box {position:absolute; right: 51px; background-color: #fff; padding:4px;}
.each_reply_box {color:blue; padding-bottom:5px;}
.each_reply_box a {text-decoration:none;}

.gr8er_heading {text-align:center; font-size:45px; color:#fff; padding-top:10%; font-weight:bold;}
.gr8er_cover {
	
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 300px;
    width: 100%;
	
--display: flex;
    --min-height: 344px;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --background-transition: 0.3s;
    --overlay-opacity: 0.8;
	
	
	--swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}	


.blog_each {display: grid; grid-template-columns: 11fr 11fr; gap: 40px; margin-bottom:30px;}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {width:30% !important;}
.custom_link {text-decoration:none;}
.featured_image {width:100%; border-radius:10px;}
div.boxed h2 {padding-bottom:30px;}
.divider {border-top:1px solid #ccc;}

.wpcf7 textarea.wpcf7-form-control {height:30%;}
table.contact tr td strong i {color:#28A745;}
.social {list-style-type:none; display:inline; padding-left: 0;}
.social li{display:inline; margin-right:8px;}
.social li a i{font-size:28px; color:#28A745;}
ul.gr8er_list {list-style-type:none; padding-left:0;}
ul.gr8er_list li {padding-bottom:5px;}
ul.gr8er_list li a {text-decoration:none; font-size: 18px; font-weight: bold;}
.each_recent_blog{margin-bottom:30px; width:100%; display:block; float:left;}
.each_recent_blog img {width:100px; border-radius:10px;}

.left_blog{display:inline; float:left; width:30%;}
.right_blog{display:inline; float:left; width:70%;}
.right_blog h3 a {text-decoration:none;}
a.gr8er_headings {font-size:17px;text-decoration:none; font-weight:500;}
.gr8er_blog_details {color:#656970; margin:4px 0;font-size:13px;}
.blog_after_heading {margin-bottom:20px; display: block; float: left;}
.blog_after_heading img{width:90px;height:90px; border-radius:50%; display:inline; float:left; border:1px solid #ccc;}
.blog_after_heading h3{font-size:28px;}
.blog_after_heading img {display: inline;    float: left;}
.blog_after_heading div {margin-left: 15px;  display: inline;  float: left; padding-top: 11px;}
.blog_featured_image {padding-bottom:15px;}