/*
Theme Name: Hello Elementor (Child)
Author: 
Description: Your description goes here
Version: 3.4.3
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.cus-testimonial-carousel h3 {
    font-size: 20px;
    color: #000;
    font-family: var(--e-global-typography-accent-font-weight);
}

.cus-testimonial-carousel .swiper-pagination {
    text-align: left;
}

.cus-testimonial-carousel .elementor-main-swiper {
    margin: 0;
    overflow: visible !important;
}

.cus-testimonial-carousel .swiper-pagination-bullets {
    bottom: -25px !important;
} 
.cus-testimonial-carousel .swiper-pagination-bullet {
    background-color: rgb(166 166 166 / 50%) !important;
}

.cus-testimonial-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #05FBF3 !important;
}
.cus-testimonial-carousel .elementor-main-swiper .swiper-wrapper {
    margin-left: 1316px;
}
.heading-span {
    font-family: var(--e-global-typography-3d02791-font-family);
    color: #FFD400;
    font-size: 75px;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 236px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
    margin-bottom: -5px;
}

.heading-span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2025/05/stars.webp');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-size: contain;
    transform: translate(50%,-50%);
}
.rotating-image {
    animation: rotate 5s linear infinite;
}
.pack-col:hover {}

.pack-col:hover .elementor-heading-title {
    color: #fff !important;
}

.pack-col:hover {
    background-color: var(--e-global-color-accent) !important;
}

.pack-col:hover .elementor-icon-list-text {
    color: #fff !important;
}

.pack-col:hover .elementor-button {
    background-color: var(--e-global-color-45f8d63) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-45f8d63) !important;
}

.pack-col:hover .elementor-button svg path {
    fill: var(--e-global-color-primary) !important;
}
.pack-col:hover .elementor-icon-list-icon svg {
    fill: #fff;
}
.pack-col{
	cursor: pointer;
}
#Quoteform {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 460px !important;
    background-color: #fff;
    padding: 30px !important;
    opacity: 0;
	position: absolute;
	transition: ease-in-out .3s !important;
    z-index: -99;
}
#Overlay {
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
	transition: ease-in-out .3s !important;
    z-index: -99;
}
#form-field-field_247dbc4 {
    opacity: .5;
}
.course-box {
    cursor: pointer;
}
.post-blog-title .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.post-blog-exerpt {
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}
.icon-close {
    cursor: pointer;
}
.heading-span {
    font-size: 42px;
    width: 156px !important;
}
@keyframes rotate{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 1639px){
	.cus-testimonial-carousel .elementor-main-swiper .swiper-wrapper {
		margin-left: 1156px;
	}
}
@media screen and (max-width: 1239px){
	.cus-testimonial-carousel .elementor-main-swiper .swiper-wrapper {
		margin-left: 946px;
	}
}
@media screen and (max-width: 959px){
	.cus-testimonial-carousel .elementor-main-swiper .swiper-wrapper {
		margin-left: 740px;
	}
}
@media screen and (max-width: 767px){
	.cus-testimonial-carousel .elementor-main-swiper .swiper-wrapper {
		margin-left: 0;
	}
}
@media screen and (max-width: 479px){
	.heading-span {
		font-size: 30px;
		width: 106px !important;
	}
}
