/* ============================================
   ABOUT PAGE CSS
   ============================================ */
   
/* Hero Section */
.about-hero {
    position: relative;
    background: linear-gradient(135deg, #061e1e 0%, #0a2d2d 50%, #25374b 100%);
    background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    padding: 40px 0 40px;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(37, 55, 75, 0.3) 0%, rgba(6, 30, 30, 0.9) 100%);
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(6, 30, 30, 0.7) 0%, rgba(37, 55, 75, 0.8) 100%);
    z-index: 1;
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    padding: 40px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    section.about-hero-section.reveal.reveal-visible {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 767px) {
    .about-hero-background {
        background-position: center;
    }
}

.hero-heading {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.hero-line-1 {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.hero-line-2 {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
}

.hero-line-3 {
    display: block;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
}

.hero-line-4 {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 20px;
}

.hero-text-block {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
    padding: 40px 0;
}

.hero-text-block p {
    margin-bottom: 20px;
    opacity: 0.95;
}

.hero-signature {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
}

.signature-text {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
}

.signature-icon {
    color: #ffa500;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    .hero-line-2 {
        font-size: 3.5rem;
    }
    
    .hero-line-3 {
        font-size: 4.5rem;
    }
    
    .hero-text-block {
        text-align: left;
        margin-top: 40px;
    }
    
    .hero-signature {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-line-1,
    .hero-line-4 {
        font-size: 1.5rem;
    }
    
    .hero-line-2 {
        font-size: 2.5rem;
    }
    
    .hero-line-3 {
        font-size: 3rem;
    }
    
    .hero-text-block {
        font-size: 1rem;
    }
}

/* Section Headers */
.section-header {
    margin-bottom: 30px;
}

.section-label {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
    color: #25374b;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #038DB5;
}

.section-label-white {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.section-label-white::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #038DB5;
}

/* Belief Overview Section */
.belief-overview-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin-bottom: 40px;
}

.belief-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.belief-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.belief-card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.belief-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.belief-card:hover .belief-card-image img {
    transform: scale(1.05);
}

.belief-card-text {
    padding: 20px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #25374b;
    margin: 0;
    line-height: 1.6;
}

/* Mission Section */
.mission-section {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.mission-title {
    width: 224px;
    height: 48px;
    position: relative;
    font-size: 38px;
    text-transform: capitalize;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #25374b;
    text-align: left;
    font-weight: 700;
}

.mission-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-top: 30px;
}

.mission-content p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #000;
    text-align: left;
    display: inline-block;
}

.mission-image {
    text-align: center;
}

.mission-image img {
    border-radius: 50%;
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Story Section */
.story-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.story-title {
    position: relative;
    font-size: 38px;
    text-transform: capitalize;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #25374b;
    text-align: left;
}

.story-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-top: 30px;
}

.story-content p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #000;
    text-align: left;
    display: inline-block;
}

.story-image {
    text-align: center;
}

.story-image img {
    border-radius: 50%;
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.story-bullets {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.story-bullets li {
    padding: 10px 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #000;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
}

.story-bullets li::before {
    content: '';
    position: static;
    width: 14px;
    height: 14px;
    background: url('../images/diagonal-line.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

/* What Makes Different Section */
.different-section {
    padding: 0;
    background-color: #25374b;
    color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .different-section.reveal.reveal-visible {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .different-items-wrapper {
        padding: 60px 30px !important;
    }
}

.different-section .section-title {
    color: #ffffff;
}

.different-card {
    text-align: center;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 100%;
}

.different-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
}

.different-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #038DB5 0%, #205976 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffffff;
}

.different-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.different-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* Who We Work With Section */
.who-we-work-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.work-with-card {
    background-color: #25374b;
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-with-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(37, 55, 75, 0.3);
}

.work-with-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.work-with-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.work-with-conclusion {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
    font-style: italic;
}

/* Certifications Section */
.certifications-section {
    padding: 80px 0;
    background-color: #3E778F;
    color: #ffffff;
}

.certifications-section .section-title {
    color: #ffffff;
}

.certifications-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.certifications-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Show exactly 6 logos per view: 6 × 150px + 5 × 40px gap = 1100px */
    max-width: 1100px;
}

.certifications-logos::-webkit-scrollbar {
    display: none;
}
.cert-logo img {
    border-radius: 10px;
}

.cert-logo {
    flex-shrink: 0;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
     border-radius: 8px;
    /* background-color: rgba(255, 255, 255, 0.1);
   
    padding: 15px; */
}

@media (min-width: 768px) and (max-width: 1024px) {
    .certifications-section {
        text-align: center;
    }
    .certifications-section .container,
    .certifications-section .row {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .certifications-carousel {
        width: 100%;
        justify-content: center;
        overflow: visible;
    }
    .certifications-carousel .carousel-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-shrink: 0;
        width: 50px;
        height: 50px;
    }
    /* 4 logos visible, no cut: 4 × 150px + 3 × 40px = 720px */
    .certifications-logos {
        max-width: 720px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .certifications-carousel {
        overflow: visible;
        flex-wrap: wrap;
        padding-bottom: 56px;
        position: relative;
    }
    .certifications-carousel .carousel-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 0;
        top: auto;
        margin: 0;
    }
    .certifications-carousel .carousel-btn-prev {
        left: 50%;
        transform: translateX(calc(-100% - 8px));
        right: auto;
    }
    .certifications-carousel .carousel-btn-next {
        left: 50%;
        transform: translateX(8px);
        right: auto;
    }
    .certifications-logos {
        width: 100%;
        flex: 1 1 100%;
        margin-top: 0;
        margin-bottom: 8px;
        gap: 0;
    }
    /* One logo per view – full width, no cut */
    .certifications-logos .cert-logo {
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
        box-sizing: border-box;
        height: auto;
        min-height: 100px;
    }
    .certifications-logos .cert-logo img {
        max-width: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    /* At 768px only: show exactly 3 logos – 3 × 150px + 2 × 40px = 530px */
    .certifications-logos {
        max-width: 530px;
        gap: 40px;
    }
    .certifications-logos .cert-logo {
        width: 150px;
        min-width: 150px;
    }
}

@media (max-width: 767px) {
    .certifications-logos .cert-logo {
        width: 100%;
        min-width: 100%;
    }
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.carousel-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Statistics Section */
.statistics-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #038DB5;
    line-height: 1;
    margin-bottom: 15px;
}

.stat-label {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 991px) {
    .statistics-section .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
}

/* Call to Action Section */
.cta-section {
    position: relative;
    padding: 100px 0;
    background-color: #25374b;
    background-image: url('../images/call_to_action_background.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 141, 181, 0.55);
    z-index: 1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-subheading {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #038DB5;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #027a9c;
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .cta-heading {
        font-size: 1.8rem;
    }
    
    .cta-subheading {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }
    
    .belief-overview-section,
    .mission-section,
    .story-section,
    .different-section,
    .who-we-work-section,
    .certifications-section,
    .statistics-section {
        /* padding: 60px 0; */
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-intro,
    .mission-content,
    .story-content {
        font-size: 1rem;
    }
    
    .belief-card-text {
        font-size: 1rem;
    }
    
    .different-title {
        font-size: 1.1rem;
    }
    
    .work-with-title {
        font-size: 1.1rem;
    }
}

/* What Makes MentorKraft Different - Unified Items */
.different-items-wrapper {
    position: relative;
    z-index: 1;
    padding: 60px 20px;
}

.different-items-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}

.different-items-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.different-item-card {
    text-align: center;
    color: #fff;
}

.different-item-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    margin-top: 15px;
    box-shadow: 0 0 18px rgba(3, 141, 181, 0.45);
}

.different-item-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.different-item-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 8px;
}

.different-item-card p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1199px) {
    .different-items-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .different-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .different-items-grid {
        align-items: stretch;
    }

    .different-item-card {
        text-align: center;
        color: #fff;
        border: 1px solid #ddd;
        padding: 20px;
        height: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .different-items-title {
        font-size: 28px;
    }

    .different-items-grid {
        grid-template-columns: 1fr;
    }

    .different-item-icon {
        width: 80px;
        height: 80px;
    }

    .different-item-icon img {
        width: 44px;
        height: 44px;
    }
}

/* What Makes MentorKraft Different - Custom Layout */
.rectangle-parent {
    width: 100%;
    height: 512px;
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    background: url('../images/about/what-maks.png') center/cover no-repeat;
}

/* What Makes MentorKraft Different - Figma Layout */
.rectangle-parent {
    width: 100%;
    height: 512px;
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
}

.group-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1440px;
    height: 512px;
    object-fit: cover;
}

.group-item {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, #06242dd4, #213f60e5);
    width: 100%;
    height: 100%;
}

.mask-group-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1392px;
    height: 452px;
}

.mask-group-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

.what-makes-mentorkraft {
    position: absolute;
    top: 60px;
    left: calc(50% - 383px);
    font-size: 44px;
    text-transform: capitalize;
    text-align: left;
}

.group-inner {
    position: absolute;
    top: 218.01px;
    left: 206.4px;
    width: 1016.9px;
    height: 189px;
}

.ellipse-div {
    position: absolute;
    top: 331px;
    left: calc(50% - 299px);
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-child2 {
    position: absolute;
    top: 158px;
    left: calc(50% - 37px);
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-child3 {
    position: absolute;
    top: 158px;
    left: 1184px;
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-child4 {
    position: absolute;
    top: 331px;
    left: calc(50% + 225px);
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-track-record {
    position: absolute;
    top: 294px;
    left: calc(50% - 46px);
    line-height: 32px;
    font-weight: 600;
}

.no-fluff-just {
    position: absolute;
    top: 294px;
    left: calc(50% + 465px);
    line-height: 32px;
    font-weight: 600;
}

.trusted-by-leaders {
    position: absolute;
    top: 366px;
    left: calc(50% - 110px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 59px;
}

.every-session-leads {
    position: absolute;
    top: 366px;
    left: calc(50% + 422px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.timeless-ideas-applied {
    position: absolute;
    top: 275px;
    left: calc(50% - 375px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.we-coach-the {
    position: absolute;
    top: 275px;
    left: calc(50% + 148px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.spiritual-frameworks-modern {
    position: absolute;
    top: 203px;
    left: calc(50% - 361px);
    line-height: 32px;
    font-weight: 600;
}

.radical-listening {
    position: absolute;
    top: 203px;
    left: calc(50% + 179px);
    line-height: 32px;
    font-weight: 600;
}

.practical-brain-based-tools {
    position: absolute;
    top: 366px;
    left: calc(50% - 661px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.neuroscience-backed-coaching {
    position: absolute;
    top: 294px;
    left: calc(50% - 621px);
    line-height: 32px;
    font-weight: 600;
}

.group-child5 {
    position: absolute;
    top: 158px;
    left: 135px;
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipse-div img,
.group-child2 img,
.group-child3 img,
.group-child4 img,
.group-child5 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.global-track-record,
.no-fluff-just,
.trusted-by-leaders,
.every-session-leads,
.timeless-ideas-applied,
.we-coach-the,
.spiritual-frameworks-modern,
.radical-listening,
.practical-brain-based-tools,
.neuroscience-backed-coaching {
    text-align: center;
}

.group-icon {
    position: absolute;
    height: 15.02%;
    width: 4.95%;
    top: 34.77%;
    right: 84.01%;
    bottom: 50.21%;
    left: 11.04%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon2 {
    position: absolute;
    height: 13.3%;
    width: 4.31%;
    top: 69.53%;
    right: 66.11%;
    bottom: 17.17%;
    left: 29.58%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon3 {
    position: absolute;
    height: 15.45%;
    width: 2.93%;
    top: 34.57%;
    right: 48.52%;
    bottom: 49.98%;
    left: 48.55%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon4 {
    position: absolute;
    height: 13.32%;
    width: 4.31%;
    top: 69.53%;
    right: 29.65%;
    bottom: 17.15%;
    left: 66.04%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon5 {
    position: absolute;
    height: 13.32%;
    width: 4.31%;
    top: 35.55%;
    right: 11.46%;
    bottom: 51.13%;
    left: 84.24%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1440px;
    height: 512px;
    object-fit: cover;
}

.group-item {
    position: absolute;
    top: 0px;
    left: 0px;

}

.mask-group-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1392px;
    height: 452px;
}

.mask-group-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

.what-makes-mentorkraft {
    position: absolute;
    top: 60px;
    left: calc(50% - 383px);
    font-size: 44px;
    text-transform: capitalize;
    text-align: left;
}

.group-inner {
    position: absolute;
    top: 218.01px;
    left: 206.4px;
    width: 1016.9px;
    height: 189px;
}

.ellipse-div {
    position: absolute;
    top: 331px;
    left: calc(50% - 299px);
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
}

.group-child2 {
    position: absolute;
    top: 158px;
    left: calc(50% - 37px);
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
}

.group-child3 {
    position: absolute;
    top: 158px;
    left: 1184px;
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
}

.group-child4 {
    position: absolute;
    top: 331px;
    left: calc(50% + 225px);
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
}

.global-track-record {
    position: absolute;
    top: 294px;
    left: calc(50% - 46px);
    line-height: 32px;
    font-weight: 600;
}

.no-fluff-just {
    position: absolute;
    top: 294px;
    left: calc(50% + 465px);
    line-height: 32px;
    font-weight: 600;
}

.trusted-by-leaders {
    position: absolute;
    top: 366px;
    left: calc(50% - 110px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 59px;
}

.every-session-leads {
    position: absolute;
    top: 366px;
    left: calc(50% + 422px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.timeless-ideas-applied {
    position: absolute;
    top: 275px;
    left: calc(50% - 375px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.we-coach-the {
    position: absolute;
    top: 275px;
    left: calc(50% + 148px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.spiritual-frameworks-modern {
    position: absolute;
    top: 203px;
    left: calc(50% - 361px);
    line-height: 32px;
    font-weight: 600;
}

.radical-listening {
    position: absolute;
    top: 203px;
    left: calc(50% + 179px);
    line-height: 32px;
    font-weight: 600;
}

.practical-brain-based-tools {
    position: absolute;
    top: 366px;
    left: calc(50% - 661px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    width: 274px;
    height: 41px;
}

.neuroscience-backed-coaching {
    position: absolute;
    top: 294px;
    left: calc(50% - 621px);
    line-height: 32px;
    font-weight: 600;
}

.group-child5 {
    position: absolute;
    top: 158px;
    left: 135px;
    box-shadow: 0px 0px 18.07px 0.86px rgba(3, 141, 181, 0.62);
    border-radius: 50%;
    background-color: #fff;
    width: 121px;
    height: 121px;
}

.group-icon {
    position: absolute;
    height: 15.02%;
    width: 4.95%;
    top: 34.77%;
    right: 84.01%;
    bottom: 50.21%;
    left: 11.04%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon2 {
    position: absolute;
    height: 13.3%;
    width: 4.31%;
    top: 69.53%;
    right: 66.11%;
    bottom: 17.17%;
    left: 29.58%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon3 {
    position: absolute;
    height: 15.45%;
    width: 2.93%;
    top: 34.57%;
    right: 48.52%;
    bottom: 49.98%;
    left: 48.55%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon4 {
    position: absolute;
    height: 13.32%;
    width: 4.31%;
    top: 69.53%;
    right: 29.65%;
    bottom: 17.15%;
    left: 66.04%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.group-icon5 {
    position: absolute;
    height: 13.32%;
    width: 4.31%;
    top: 35.55%;
    right: 11.46%;
    bottom: 51.13%;
    left: 84.24%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

@media (max-width: 1199px) {
    .rectangle-parent {
        height: auto;
        min-height: 512px;
    }

    .group-child,
    .group-item,
    .mask-group-parent {
        width: 100%;
        left: 0;
    }

    .group-child,
    .group-item {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .rectangle-parent {
        padding: 60px 20px 40px;
        height: auto;
    }

    .mask-group-parent {
        position: relative;
        width: 100%;
        height: auto;
    }

    .what-makes-mentorkraft {
        position: relative;
        top: 0;
        left: 0;
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }

    .group-inner,
    .group-child,
    .group-item,
    .group-child2,
    .group-child3,
    .group-child4,
    .group-child5,
    .ellipse-div,
    .group-icon,
    .group-icon2,
    .group-icon3,
    .group-icon4,
    .group-icon5 {
        /* display: none; */
    }

    .neuroscience-backed-coaching,
    .practical-brain-based-tools,
    .spiritual-frameworks-modern,
    .timeless-ideas-applied,
    .global-track-record,
    .trusted-by-leaders,
    .radical-listening,
    .we-coach-the,
    .no-fluff-just,
    .every-session-leads {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        text-align: center;
    }

    .neuroscience-backed-coaching,
    .spiritual-frameworks-modern,
    .global-track-record,
    .radical-listening,
    .no-fluff-just {
        font-weight: 600;
        line-height: 30px;
        font-size: 20px;
    }

    .practical-brain-based-tools,
    .timeless-ideas-applied,
    .trusted-by-leaders,
    .we-coach-the,
    .every-session-leads {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }
}
