/* Home1 hero section start */

.home-wrapper1 {
    /* min-height: 70vh; */
    background-image: url("../../Frontend/images/horizontal-ad.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-wrapper-content1 {
    /* min-height: 70vh; */
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.home1-right-circle {
    width: 250px;
    height: 250px;
    border: 1px solid white;
}

.tool-tips {
    position: absolute;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid olivedrab;
    text-wrap: nowrap;
    color: purple;
    font-weight: 800;
    font-size: 14px;
}

.tool-tips1 {
    top: -15px;
    left: 25%;
}

.tool-tips2 {
    bottom: -15px;
    left: 25%;
}

.tool-tips3 {
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
}

.tool-tips4 {
    top: 50%;
    right: 70%;
    transform: translateY(-50%);
}

.home1-bottom-card {
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.home1-card-image {
    width: 50px;
    margin: 0 auto;
}

.home1-card-image img {
    width: 100%;
}
.h-87vh {
    min-height: 86.5vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
}

@media (max-width: 768px) {
    .home1-right-circle {
        width: 200px;
        height: 200px;
    }

    .tool-tips {
        font-size: 10px;
    }

    .tool-tips1 {
        top: -15px;
        left: 25%;
    }

    .tool-tips2 {
        bottom: -15px;
        left: 25%;
    }

    .tool-tips3 {
        top: 50%;
        transform: translateY(-50%);
        right: -50px;
    }

    .home1-action-hero-button {
        width: 100%;
    }
    .for-mobile-hero-img{
        display: none !important;
    }
    .m-w-100 {
        width: 100% !important;
    }
    .h-87vh {
        min-height: 82.5vh !important;
    }
}

.home1-head-section {
    min-height: 300px;
    /* background-color: white; */
}

/* .home1-head-img {
    height: 350px;
}

.home1-head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.third-card-courses_item {
    flex-basis: calc(33.33333% - 30px);
    overflow: hidden;
    border-radius: 10px;
}
.third-card-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: white;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.third-card-courses-item_link:hover .third-card-courses-item_bg {
    transform: scale(10);
}

.third-card-courses-item_link:hover {
    color: #fff !important;
}

.third-card-courses-item_title {
    min-height: 87px;
    margin: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    color: #4d4d4d;
    z-index: 2;
    position: relative;
}

.third-card-courses-item_date-box {
    font-size: 15px;
    color: #4d4d4d;
    z-index: 2;
    position: relative;
}

.third-card-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #f9b234;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.third-card-courses_item:nth-child(2n) .third-card-courses-item_bg {
    background-color: #3ecd5e;
}

.third-card-courses_item:nth-child(3n) .third-card-courses-item_bg {
    background-color: #e44002;
}

.third-card-courses_item:nth-child(4n) .third-card-courses-item_bg {
    background-color: #952aff;
}

.third-card-courses_item:nth-child(5n) .third-card-courses-item_bg {
    background-color: #cd3e94;
}

.third-card-courses_item:nth-child(6n) .third-card-courses-item_bg {
    background-color: #4c49ea;
}

@media only screen and (max-width: 979px) {
    .third-card-courses_item {
        flex-basis: calc(50% - 30px);
    }
    .third-card-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .third-card-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {
    .third-card-courses_item {
        flex-basis: 100%;
    }
    .third-card-courses-item_title {
        min-height: 72px;
        line-height: 1;
        font-size: 24px;
    }
    .third-card-courses-item_link {
        padding: 22px 40px;
    }
    .third-card-courses-item_date-box {
        font-size: 16px;
    }
}

.slider-icon {
    font-size: 18px;
    min-width: 50px;
    min-height: 50px;
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.slider-para {
    font-size: 13px;
}

.card-slider {
    background-color: rgba(255, 186, 95, 0.453);
}

.principle-belief-banner {
    background-image: url("../../Frontend/images/home2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.principle-belief-content {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 200px;
}

/* Home1 hero section end */

/* Home2 hero section start */
.home2-wrapper {
    min-height: 70vh;
    /* background-image: url("../../Frontend/images/home2.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home2-wrapper-content {
    min-height: 70vh;
    background: #d08cff;
    /* backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.38);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125); */
}

.home2-bottom-section {
    backdrop-filter: blur(9px) saturate(180%);
    -webkit-backdrop-filter: blur(9px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
.habit-home2-bottom-section {
    /* backdrop-filter: blur(9px) saturate(180%); */
    /* -webkit-backdrop-filter: blur(9px) saturate(180%); */
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

@keyframes moveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(70px);
    }
}

@keyframes moveDownUp {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-70px);
    }
}

.five-card-wrapper {
    max-width: 960px;
    margin: auto;
    text-align: center;
}
.five-card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #374151;
}
.five-card-subtitle {
    color: #6b7280;
    margin-bottom: 2rem;
}
.five-card-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.five-card-item {
    position: relative;
}

.five-card-box {
    border-radius: 20px;
    background-color: white;
    padding: 1.5rem;
    border: #00bcd4 2px solid;
    text-align: center;
    min-height: 190px !important;
}
.five-card-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.five-card-icon {
    font-size: 1.5rem;
    background: linear-gradient(to right, #e600ff, #ffd700);
    border-radius: 50%;
    color: white;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.five-card-heading {
    font-size: 1.5rem;
    font-weight: bold;
}
.five-card-text {
    color: #000;
    font-size: 14px;
}
.five-card-idea-heading {
    color: #ff6b00;
    font-size: 18px;
}
.five-card-promotion-heading {
    color: #9c27b0;
    font-size: 18px;
}
.five-card-growth-heading {
    color: #00bcd4;
    font-size: 18px;
}

.habit-rounded-video {
    width: 100%;
    height: auto;
    object-fit: cover; /* Optional: adjust how the image fits */
}

/* Home2 hero section end */

/* Home3 hero section start */
.home3-wrapper {
    min-height: 70vh;
    background-image: url("../../Frontend/images/home3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home3-wrapper-content {
    min-height: 70vh;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.overlay-card {
    min-width: 200px;
    background-color: white;
    border-radius: 5px;
}

.home3-right-section {
    backdrop-filter: blur(9px) saturate(180%);
    -webkit-backdrop-filter: blur(9px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.home1-head-card {
    font-size: 14px;
}

.home1-head-card .icon {
    background-color: rgba(0, 255, 157, 0.39);
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home1-head-card .heading-card {
    font-weight: 500;
}

.second-card {
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    background-color: #fdf4f4;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}

.second-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: -15px;
    background: #7952b3;
    height: 100%;
    width: 25px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.col:nth-child(1) .second-card::before {
    background-color: #ff7675;
}

.col:nth-child(2) .second-card::before {
    background-color: #a29bfe;
}

.col:nth-child(3) .second-card::before {
    background-color: #55efc4;
}

.col:nth-child(4) .second-card::before {
    background-color: #fdcb6e;
}

.col:nth-child(5) .second-card::before {
    background-color: #9b59b6;
}

.col:nth-child(6) .second-card::before {
    background-color: #9aecdb;
}

.second-card:hover::before {
    transition-delay: 0.2s;
    transform: scale(40);
}
.second-card:hover {
    color: #ffffff;
}
.second-card p {
    padding: 10px 0;
    font-size: 14px;
}

.second-card h4 {
    font-size: 20px;
}

.title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 20px;
}
.title span {
    color: #4f46e5;
}

.number-card {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 4px solid;
    transition: transform 0.3s ease-in-out;
}
.number-card:hover {
    transform: scale(1.05);
}
.badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #e11d48;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.number-card:nth-child(2) .badge {
    background: #f97316;
}
.number-card:nth-child(3) .badge {
    background: #2563eb;
}
.number-card:nth-child(4) .badge {
    background: #9333ea;
}
.number-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2d3748;
    margin-top: 30px;
}
.number-card p {
    color: #000; /* Soft gray text */
    font-size: 14px; /* Readable size */
    margin-top: 20px; /* Space above the paragraph */
    margin-bottom: 0; /* Remove bottom spacing if not needed */
    line-height: 1.5; /* Improve readability */
}

/* Home3 hero section end */
