.skill-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
}

.hero-slide-2 .row,
.hero-slide-3 .row {
    justify-content: flex-end !important;
}

.hero-slide-2 .col-lg-7,
.hero-slide-3 .col-lg-7 {
    display: flex !important;
    justify-content: flex-end !important;
}

.hero-slide-2 .hero-content,
.hero-slide-3 .hero-content {

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
    margin-left: auto !important;
    max-width: 640px !important;
}

/* .hero-slide-2 .hero-content .hero-sub-title,
.hero-slide-2 .hero-content .hero-title,
.hero-slide-2 .hero-content p,
.hero-slide-2 .hero-content span,
.hero-slide-2 .hero-content i,
.hero-slide-2 .hero-content a,
.hero-slide-3 .hero-content .hero-sub-title,
.hero-slide-3 .hero-content .hero-title,
.hero-slide-3 .hero-content p,
.hero-slide-3 .hero-content span,
.hero-slide-3 .hero-content i,
.hero-slide-3 .hero-content a {
    color: #111111 !important;
}

.hero-slide-2 .hero-btn,
.hero-slide-3 .hero-btn {
    justify-content: flex-end !important;
    width: 100%;
}

.hero-slide-2 .hero-btn .theme-btn,
.hero-slide-3 .hero-btn .theme-btn {
    color: #111111 !important;
}

.hero-slide-2 .hero-btn .theme-btn.theme-btn2,
.hero-slide-3 .hero-btn .theme-btn.theme-btn2 {
    color: #111111 !important;
    border-color: #111111 !important;
} */

.skill-content img.skill-image {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    object-fit: contain;
}

.testimonial-area .container {
    position: relative;
    z-index: 2;
}

/* Override styles for the Standard Curriculum section to prevent other theme CSS
   from changing its layout. These are intentionally specific and placed last. */
.stdcurr-section {
    padding: 60px 0;
    background: transparent;
}

.stdcurr-section .stdcurrSwiper {
    overflow: visible;
}

.stdcurr-card {
    background: #ffffff;
    border-radius: 28px 28px 28px 0;
    padding: 40px 28px 36px;
    box-shadow: 0 18px 40px rgba(23, 10, 40, 0.06);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.stdcurr-icon-circle {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
    background: transparent;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.stdcurr-icon-circle img {
    max-width: 78px;
    height: auto;
}

.stdcurr-card-title {
    font-size: 22px;
    margin: 12px 0 8px;
    color: #111827;
    line-height: 1.25;
    font-weight: 700;
}

.stdcurr-card-desc {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 18px;
    max-width: 300px;
}

.stdcurr-read-more {
    margin-top: auto;
    display: inline-block;
    color: var(--theme-color2, #5F5AF0);
    font-weight: 700;
}

/* Heading and rule */
.stdcurr-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 6px;
}

.stdcurr-rule {
    width: 180px;
    height: 2px;
    background: rgba(0, 0, 0, 0.06);
    margin: 12px auto 42px;
    position: relative;
}

.stdcurr-rule::after {
    content: '';
    width: 46px;
    height: 4px;
    background: #ff4d8b;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Background shapes */
.stdcurr-bg-left,
.stdcurr-bg-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.12;
    pointer-events: none;
}

.stdcurr-bg-left {
    left: -40px;
}

.stdcurr-bg-right {
    right: -40px;
}

/* Ensure slides align and are visible */
.stdcurr-section .swiper {
    padding-bottom: 48px;
}

.stdcurr-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* Card color accents (subtle top tint) */
.stdcurrSwiper .swiper-slide:nth-child(1) .stdcurr-card {
    background: linear-gradient(180deg, #e6f7ff 0%, #ffffff 40%);
}

.stdcurrSwiper .swiper-slide:nth-child(2) .stdcurr-card {
    background: linear-gradient(180deg, #fff7e6 0%, #ffffff 40%);
}

.stdcurrSwiper .swiper-slide:nth-child(3) .stdcurr-card {
    background: linear-gradient(180deg, #f4ecff 0%, #ffffff 40%);
}

/* Centered yellow circular nav buttons */
.stdcurr-nav {
    text-align: center;
    margin-top: 26px;
}

.stdcurr-nav button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f6b301;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(246, 179, 1, 0.18);
    margin: 0 10px;
    cursor: pointer;
}

.stdcurr-nav button i {
    color: #ffffff;
}

/* News / testimonial grid styles */
.news-grid-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.card-shadow {
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
}

.news-large {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.news-large-img {
    position: relative;
}

.news-large-img img {
    width: 100%;
    display: block;
    height: 340px;
    object-fit: cover;
}

.news-date {
    position: absolute;
    left: 24px;
    bottom: -18px;
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 13px;
}

.badge-green {
    background: #39b54a;
}

.badge-pink {
    background: #ff4d8b;
}

.badge-cyan {
    background: #3ec5d3;
}

.news-large-body {
    background: #fff;
}

.news-large-title {
    font-size: 26px;
    margin: 6px 0 12px;
    font-weight: 700;
}

.news-large-excerpt {
    color: #6b7280;
    line-height: 1.7;
}

.news-small {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.news-small-img {
    position: relative;
}

.news-small-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.news-small-body {
    min-height: 72px;
}

.news-small-title {
    font-size: 15px;
    margin: 6px 0;
    font-weight: 700;
}

.news-small .news-date {
    left: 14px;
    bottom: -14px;
    padding: 6px 14px;
    font-size: 12px;
}

/* Contact Form Section */
.contact-form-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5 0%, #fffbf7 100%);
}

.contact-form-section .container {
    position: relative;
    z-index: 3;
}

.contact-decor {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(28vw, 320px);
    max-width: 320px;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

.contact-decor img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-decor.left {
    left: -20px;
}

.contact-decor.right {
    right: -20px;
}

.contact-form-title {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    position: relative;
    z-index: 3;
}

.contact-form-wrapper {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(17, 24, 39, 0.10);
    position: relative;
    z-index: 3;
}

.form-control {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    color: #111827;
    background: #f9fafb;
}

.form-control::placeholder {
    color: #9ca3af;
}

.form-control:focus {
    border-color: #f6b301;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(246, 179, 1, 0.1);
}

.form-control-lg {
    padding: 16px 20px;
    font-size: 16px;
}

.btn-submit {
    width: 100%;
    padding: 16px 32px;
    background: #f6b301;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(246, 179, 1, 0.2);
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #e0a300;
    box-shadow: 0 12px 28px rgba(246, 179, 1, 0.3);
}

/* Images grid */
.contact-images-grid {
    position: relative;
    height: 500px;
    z-index: 2;
}

.contact-img-item {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
}

.contact-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-img-item.img-1 {
    width: 220px;
    height: 280px;
    left: 0;
    top: 0;
}

.contact-img-item.img-2 {
    width: 180px;
    height: 180px;
    right: 0;
    top: 0;
}

.contact-img-item.img-3 {
    width: 200px;
    height: 240px;
    left: 40px;
    bottom: 0;
}

.contact-img-item.img-4 {
    width: 160px;
    height: 160px;
    right: 80px;
    bottom: 40px;
}

/* Decorative shapes */
/* remove old decorative SVGs - use only icon-box-shape images via pseudo-elements */
.contact-shape-left,
.contact-shape-right {
    position: absolute;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.contact-shape-left {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: none;
}

.contact-shape-right {
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: none;
}

@media (max-width: 991px) {
    .stdcurr-heading {
        font-size: 32px;
    }

    .stdcurrRule {
        width: 140px;
    }

    .news-large-img img {
        height: 220px;
    }

    .news-small-img img {
        height: 120px;
    }

    .contact-form-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .contact-form-wrapper {
        padding: 40px 30px;
    }

    .contact-images-grid {
        height: 400px;
    }

    .contact-img-item.img-1 {
        width: 160px;
        height: 200px;
    }

    .contact-img-item.img-2 {
        width: 140px;
        height: 140px;
    }

    .contact-img-item.img-3 {
        width: 150px;
        height: 180px;
    }

    .contact-img-item.img-4 {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .contact-images-grid {
        display: none;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .contact-form-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

.elementor-widget-container {
    background-color: #ffffff;
    padding: 18px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 20px 40px rgba(17,24,39,0.08);
}

.elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}

.elementor-icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: #ffebf3;
}

.elementor-icon {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #ff4d8b;
}

.elementor-icon svg {
    width: 28px;
    height: 28px;
}

.elementor-icon-box-title {
    font-size: 16px;
    line-height: 1.4;
    color: #111827;
    font-weight: 700;
}

/* ===== Why-Fit pill list ===== */
.why-fit-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
    width: 100%;
}
.why-fit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border-radius: 60px;
    padding: 14px 28px 14px 14px;
}
.why-fit-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.why-fit-icon--pink   { background: rgba(255,80,100,.13);  color: #f84c6a; }
.why-fit-icon--blue   { background: rgba(48,130,250,.13);  color: #3082fa; }
.why-fit-icon--orange { background: rgba(255,150,40,.14);  color: #ff9628; }
.why-fit-text {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
}

/* ===== About page ===== */
.about-img {
    align-items: flex-end;
}

.about-img .img-1 img {
    width: 100%;
    max-width: 270px;
    height: 360px;
    object-fit: cover;
}

.about-img .img-2 {
    width: 150px;
    height: 150px;
}

.about-img .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img .img-3 img {
    width: 100%;
    max-width: 220px;
    height: 190px;
    object-fit: cover;
}

.about-experience {
    position: absolute;
    left: -15px;
    bottom: -25px;
    z-index: 2;
    max-width: 220px;
}

.about-experience-text h3 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    line-height: 1;
}

.about-experience-text span {
    color: #fff;
    font-size: 13px;
}

.team-item .team-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.about-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    border: none;
}

.about-tabs-nav .nav-link {
    border: none;
    border-radius: 50px;
    padding: 12px 26px;
    font-weight: 600;
    color: #111827;
    background: #f1f1e9;
    transition: all 0.3s ease;
}

.about-tabs-nav .nav-link.active {
    background: var(--theme-color2, #5F5AF0);
    color: #fff;
}

.about-tabs-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 30px 30px 30px 0;
    box-shadow: 0 18px 40px rgba(23, 10, 40, 0.08);
}

.cta-area .cta-btn {
    margin: 0;
    display: inline-block;
}

.cta-area .cta-btn a {
    margin: 0;
}

.about-desc {
    display: block;
    color: var(--color-default-two, #606056);
}

.counter-box .counter,
.counter-box .counter-suffix {
    display: inline-block;
    color: var(--color-white);
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767px) {
    .about-experience {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }

    .about-tabs-img img {
        height: 280px;
    }
}
