.cc-mentor-description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cc-mentor-description.expanded {
    display: block;
}

.cc-mentor-description-wrapper .cc-read-more-btn {
    background: none;
    border: 0;
    padding: 8px 0;
    color: #0073aa;
    cursor: pointer;
    font-size: 14px !important;
	border-radius: 10px !important;
    font-weight: 600;
}

.cc-read-more-btn:hover {
    text-decoration: underline;
}


.single-product .product_title {
	color: #008D9F !important;
	font-size: 48px !important;
	font-weight: 500 !important;
   line-height: 50px !important;
}

.single-product .cc-product-date {
	font-family: 'Be Vietnam Pro lite';
	font-size: 14px;
	line-height: 18px;
	color: #7C8888;
	    margin-bottom: 20px;
}
.single-product .cc-product-short-description {
	font-family: 'Be Vietnam Pro lite';
	font-size: 18px;
	line-height: 26px;
	color: #282A2A;
	    margin-bottom: 20px;
}

/*  information card  */

.cc-what-theyll-section {
    width: 100%;
    margin: 120px 0 120px;
}

.cc-what-theyll-card {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 26px 16px 28px;
    min-height: 185px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.cc-what-theyll-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.cc-what-theyll-heading {
    margin: 0 0 28px;
	font-family: 'Be Vietnam Pro bold';
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 600;
    color: #222;
}
.cc-what-theyll-description {
font-size: 14px;
    line-height: 22px;
    color: #282A2A;
    font-family: 'Be Vietnam Pro lite';
}

/* ==========================================
   MENTOR
========================================== */

.cc-mentor-shape {
    position: absolute;
    width: 70%;
    height: 78%;
    background: #3bc1bd;
    border-radius: 10px;
    transform: rotate(-17deg);
    z-index: 1;
}

.cc-mentor-section {
    width: 100%;
    margin: 60px auto;
    padding: 30px 50px;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    gap: 45px;
    box-sizing: border-box;
}

.cc-mentor-section {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    padding: 0 0 70px;
}

.cc-mentor-image {
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.cc-mentor-placeholder {
    width: 270px;
    height: 270px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.cc-mentor-content {
    padding-left: 30px ;
	padding-right: 30px ;
}

.cc-mentor-heading {
    color: #008D9F;
    font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	font-family: 'Alan Sans';
    margin: 0 0 4px;
}
.cc-mentor-description p{
	font-family: 'Be Vietnam Pro lite';
	font-size: 18px;
	line-height: 26px;
	color: #6C7A77;
}
.cc-mentor-image-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cc-mentor-subtitle {
    color: #777;
    font-size: 10px;
    margin-bottom: 18px;
}

.cc-mentor-name {
	font-family: 'Be Vietnam Pro bold';
    font-size: 18px !important;
	line-height: 28PX;
	font-weight:600;
    margin-bottom: 10px;
}

.cc-mentor-points {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px;
}

.cc-mentor-points li {
    font-size: 10px;
    margin-bottom: 8px;
    color: #444;
}

.cc-mentor-points li:before {
    content: "◉";
    color: #ff6073;
    margin-right: 8px;
}
/* =========================
   FEATURES
========================= */
.cc-mentor-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0 30px;
}
.cc-mentor-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.cc-mentor-information-text {
	font-family: 'Be Vietnam Pro bold';
	font-size: 16px;
	line-height: 24px;
	color: #263131;
	display: flex;
    align-content: flex-start;
    column-gap: 10px;
}

.cc-feature-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff6574;
    font-size: 16px;
}

/* =========================
   BUTTON
========================= */

.cc-mentor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 42px;
    padding: 0 25px;
    background: #0095a8;
    color: #fff !important;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .25s ease;
}

.cc-mentor-button:hover {
    background: #007d8e;
    color: #fff !important;
    transform: translateY(-1px);
}


/* ==========================================
   YOU MIGHT ALSO LIKE
========================================== */

.cc-related-section {
    width: 100%;
    background: #fff;
    padding: 120px 20px 120px;
    box-sizing: border-box;
}

.cc-related-container {
    width: 100%;
    margin: 0 auto;
}

/* ==========================================
   HEADING
========================================== */

.cc-related-title {
    margin: 0 0 38px;
	font-family: 'Alan Sans';
	font-weight: 600;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #FF6E80;
}


/* ==========================================
   GRID
========================================== */

.cc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


/* ==========================================
   CARD
========================================== */

.cc-related-card {
    overflow: hidden;
    background: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 2px 0px #00000033;
    transition: transform .25s ease,
                box-shadow .25s ease;
}

.cc-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/* ==========================================
   IMAGE
========================================== */

.cc-related-image-link {
    display: block;
    width: 100%;
}


.cc-related-image {
    display: block;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}


.cc-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    color: #777;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

/* ==========================================
   CONTENT
========================================== */

.cc-related-content {
    padding: 17px 20px 20px;
}

/* ==========================================
   AGE + RATING
========================================== */

.cc-related-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


.cc-related-age {
    color: #6C7A77;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 15px;
	font-family: 'Be Vietnam Pro bold';
    text-transform: uppercase;
}

h3.cc-related-product-title a {
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Be Vietnam Pro bold';
    color: #282A2A !important;
}

.cc-related-rating {
    color: #282A2A;
    font-family: 'Be Vietnam Pro bold';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.cc-star {
    color: #ffb12d;
    font-size: 13px;
}


/* ==========================================
   PRODUCT TITLE
========================================== */

.cc-related-product-title {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.cc-related-product-title a {
    color: #292929 !important;
    text-decoration: none !important;
}

.cc-related-product-title a:hover {
    color: #ff6575 !important;
}


/* ==========================================
   LOCATION
========================================== */

.cc-related-location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #3D4947;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcc9c61a;
}

.cc-location-icon {
    font-size: 14px;
    color: #555;
}

/* ==========================================
   BOTTOM
========================================== */

.cc-related-bottom {
    display: flex;
   align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding-top: 18px;
}

.cc-related-price {
    color: #292929;
    font-size: 21px;
    font-weight: 600;
    white-space: nowrap;
}

.cc-related-price .woocommerce-Price-amount {
    color: #282A2A;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Be Vietnam Pro lite';
    font-weight: 600;
}

.cc-related-price .woocommerce-Price-currencySymbol {
    font-size: 24px;
}

.cc-price-unit {
    color: #6C7A77;
    font-size: 14px;
    font-family: 'Be Vietnam Pro lite';
    line-height: 22px;
    font-weight: 400;
    margin-left: 3px;
}


/* ==========================================
   BOOK BUTTON
========================================== */

.cc-book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    height: 40px;
    padding: 0 17px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ff6475;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.cc-book-button:hover {
    background: #f34f62;
    color: #fff !important;
    transform: translateY(-1px);
}

.product-cta-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    position: relative;
    background: #ffc45c;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product-cta-video {
	width: 100%;
}
.product-cta-inner {
	width: 1320px;
	padding: 80px 0px;
	text-align: center;
}

.product-cta-button {
    background: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px !important;
    font-family: 'Be Vietnam Pro lite';
	color: #282A2A;
}
.product-cta-description {
	margin-bottom: 30px;
}
.product-cta-heading {
        line-height: 42px;
        font-family: 'Alan sans';
        font-weight: 500;
}

/* Review Css */

        .family-reviews {
            width: 100%;
            padding: 120px 35px 120px;
            background: #ffffff;
            overflow: hidden;
            box-sizing: border-box;
        }

        .family-reviews *,
        .family-reviews *::before,
        .family-reviews *::after {
            box-sizing: border-box;
        }

        .family-reviews__container {
            width: 100%;
            margin: 0 auto;
        }

        /* Heading */

        .family-reviews h2 {
			margin: 0 0 58px;
			padding: 0;
			text-align: center;
			color: #008D9F;
			font-family: 'Alan Sans';
			font-size: 36px;
			font-weight: 600;
			line-height: 46px;
        }

 /* Grid */

        .family-reviews__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 60px;
			margin-top: 100px;
        }

        /* Card */

        .family-review {
            position: relative;
            min-height: 235px;
            font-family: Arial, sans-serif;
        }

        .family-review__content_inner {
			position: relative;
			z-index: 5;
			padding-top: 8px;
			width: 100%;
			height: 300px;
			background: #fff;
			border-radius: 15px;
			padding: 40px 20px;
        }

        /* Stars */

        .family-review__stars {
            margin-bottom: 11px;
            color: #ffb437;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 1;
        }

        /* Review text */

        .family-review p {
            
            margin: 0;
            color: #282A2A;
            font-family: Arial, sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.55;
        }

        /* Author */

        .family-review__author {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 17px;
        }

        .family-review__avatar {
            width: 25px;
            height: 25px;
            flex: 0 0 25px;
            overflow: hidden;
            border-radius: 50%;
        }

        .family-review__avatar-img {
            display: block;
            width: 25px !important;
            height: 25px !important;
            margin: 0 !important;
            border-radius: 50%;
            object-fit: cover;
        }

        .family-review__author-info strong {
            display: block;
			margin: 0;
			color: #282A2A;
			font-family: monorope;
			font-size: 14px;
			font-weight: 600;
			line-height: 1.3;
        }

        .family-review__author-info span {
            display: block;
            margin-top: 2px;
            color: #7C8888;
            font-size:12px;
            line-height: 1.3;
        }

        /* Colors */

        .family-review--pink {
            color: #ff5d72;
        }

        .family-review--orange {
            color: #f2a92c;
        }

        .family-review--teal {
            color: #2bb8b5;
        }

        /* =========================
           Decorative Shapes
        ========================= */

        .family-review .shape {
            position: absolute;
            z-index: 1;
            pointer-events: none;
        }

       .family-review {
    position: relative;
    overflow: visible;
}

/* Top + Left */
.family-review__content::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 8px;
	rotate: -15deg;
}



        /* =========================
           Tablet
        ========================= */

        @media (max-width: 900px) {

            .family-reviews__grid {
                grid-template-columns: 1fr;
                max-width: 520px;
                margin: 0 auto;
                gap: 70px;
            }

            .family-review {
                min-height: 220px;
            }
        }

        /* =========================
           Mobile
        ========================= */

        @media (max-width: 520px) {

            .family-reviews {
                padding: 35px 18px 55px;
            }

            .family-reviews h2 {
                margin-bottom: 58px;
                font-size: 21px;
            }

            .family-review {
                padding: 0 34px;
            }

            .family-review p {
                max-width: 100%;
                font-size: 11px;
            }

            .family-review .shape--right {
                right: -2px;
            }

        }


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
    .cc-what-theyll-section {
        margin: 40px 0;
    }
    .cc-what-theyll-grid {
      grid-template-columns: 1fr;
        gap: 15px;
    }
    .cc-what-theyll-card {
        min-height: auto;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 900px) {
    .cc-product-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .cc-product-title {
        font-size: 32px;
    }
    .cc-main-image {
        height: 380px;
    }

    .cc-learning-grid {
        grid-template-columns: 1fr;
    }

    .cc-mentor-section {
        grid-template-columns: 1fr;
    }

    .cc-mentor-content {
        padding: 30px 0 0;
    }
	
	.cc-mentor-section {
      grid-template-columns: 1fr;
        padding: 35px 25px;
        gap: 25px;
    }
    .cc-mentor-image-wrap {
        margin: 0 auto;
    }
    .cc-mentor-content {
        max-width: 100%;
    }
	.cc-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .cc-container {
        width: min(100% - 28px, 1180px);
    }

    .cc-product-top {
        padding-top: 30px;
    }

    .cc-product-title {
        font-size: 28px;
    }
	
    .cc-mentor-section {
        padding: 25px 15px;
        margin: 30px auto;
    }
    .cc-mentor-image-wrap {
        height: 270px;
    }
    .cc-mentor-image {
        width: 220px;
        height: 195px;
    }
    .cc-mentor-heading {
        font-size: 24px;
    }

    .cc-book-row {
        flex-wrap: wrap;
    }

    .cc-price {
        width: 100%;
    }

    .cc-book-button {
        flex: 1;
    }

    .cc-location-button {
        flex: 1;
        text-align: center;
    }

    .cc-main-image {
        height: 300px;
    }

    .cc-mentor-image {
        width: 230px;
        height: 230px;
    }
	    .cc-related-section {
        padding: 40px 15px 50px;
    }

    .cc-related-title {
        font-size: 25px;

        margin-bottom: 28px;
    }

    .cc-related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 420px;
        margin: 0 auto;
    }

    .cc-related-image {
        height: 210px;
    }

    .cc-related-content {
        padding: 16px 18px 18px;
    }

}
