/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor ka child theme, custom CSS aur customization ke liye.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
.elementor-message.elementor-message-success.elementor-message-svg {
    color: #008a20;
}
span.meta-item-img svg {
    fill: #51243f;
    width: 10px;
    height: 10px;
}
.icon-style {
    width: 80px !important;
    height: 80px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 8px;
}
.load-more-wrapper {
    text-align: center;
}
.single-post .single-content h2 {
    font-size: 20px !important;
}.fitiedu-load-more-item {
    border: solid 1px #51243f;
    padding: 15px;
    border-radius: 4px;
	background: #fff;
}

.single-post .single-content h3 {
    color: #4c4c4c !important;
    font-family: 'Kalista Bold' ;
    font-size: 15px !important;
}
.load-more-wrapper .btn-load-more {
    border-color: #51243f;
    padding: 10px 30px 10px 30px;
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 600;
}
.load-more-wrapper .btn-load-more:hover {
    background-color: #a13b79;
	 border-color: #a13b79;
}
.load-more-wrapper .btn-load-more:focus {
    background: #a13b79;
}
.overvew-tabs .elementor-tab-title.elementor-tab-desktop-title {
    min-height: -webkit-fill-available;
    display: flex !important;
    align-items: center !important;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    text-align: center;
    border: none !important;
    color: #51243f;
}

.about-inst .elementor-tab-title {
    border-radius: 10px 10px 0px 0;
}

.about-inst .elementor-tabs-content-wrapper {
    border-radius: 10px 10px 10px 10px;
    margin-top: -10px;
}

.accordien-styl a.elementor-accordion-title {
    display: flex;
    align-items: center;
    gap: 17px;
}

.accordien-styl .elementor-accordion-item {
    margin-bottom: 19px;
    border-radius: 8px;
    overflow: hidden;
}

.form-enq button.elementor-button.elementor-size-sm {
    height: 52px;
}

.form-enq .elementor-button span.elementor-button-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
}

.form-enq .elementor-button span.elementor-button-icon svg {
    display: none !important;
}

.form-enq .elementor-button span.elementor-button-icon::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2026/08/btn-arowt-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.site-libtn .elementor-button-text {
    margin-top: 2px;
}

.accordien-styl .elementor-tab-title.elementor-active {
    background: #a13b79 !important;
}

.form-enq .elementor-button-icon {
    font-size: 0;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner,
.ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background: #fff !important;
}

.exp-slider-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: inherit;
}

.exp-slide-item {
    padding: 0 15px;
    outline: none;
}

.exp-card {
    text-align: center;
}

.exp-video-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.exp-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exp-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exp-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.exp-name {
    font-size: 20px;
    font-weight: 600;
    margin: 18px 0 6px;
    color: #030303 !important;
}

.exp-designation {
    font-size: 13px;
    color: #4c4c4c;
    margin: 0;
}

/* Custom Slick Dots */
.exp-slider .slick-dots {
    bottom: -40px;
}

.exp-slider .slick-dots li button:before {
    font-size: 12px;
    color: #bbb;
    opacity: 1;
}

.exp-slider .slick-dots li.slick-active button:before {
    color: #a11b58;
}

/* Video Modal Styles */
.exp-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
}

.exp-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.exp-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.exp-modal-body {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.exp-modal-body iframe,
.exp-modal-body video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.exp-slider button:hover {
    background: transparent;
}

.exp-play-btn {
    background: #fff !important;
    color: #000 !important;
    width: 50px !important;
    height: 50px;
    border-radius: 50px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-color: #fff !important;
}

.exp-card button:focus {
    background: transparent !important;
}

.exp-slider .slick-dots li button:focus,
.exp-slider .slick-dots li button:hover {
    outline: 0;
    background: transparent;
}

.exp-card .slick-dots li {
    margin: 0;
}


.card-header h3 {
    color: #fff !important;
    font-size: 14px;
    background: #51243f;
    margin: 0;
    font-family: 'Kalista Bold';
    padding: 0 24px;
    line-height: 149%;
    min-height: 70px;
    display: flex;
    align-items: center;
}

/* Grid Container */
.programs-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.programs-grid .program-card {
    flex: 0 0 calc(25% - 18.75px);
    max-width: calc(25% - 18.75px);
}

/* Program Card Base */
.program-card {
    background: #f6f4ee;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eef2f5;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card_content {
    padding: 25px;
}

.card-image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background-color: #f1f5f9;
    border-radius: 5px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.program-card:hover .card-image img {
    transform: scale(1.05);
}

.card-meta {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #a38c96;
    font-size: 11px;
    color: #475569;
    font-weight: 500;
}

.meta-item-img {
    border: solid 1px #bdbcb9;
    width: 24px;
    border-radius: 50px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta-item-img img {
    width: 12px;
}

.card-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-mode {
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-actions {
    padding: 25px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-actions a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-brochure {
    background-color: #fff;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.btn-brochure:hover {
    background-color: #51243F;
    color: #fff;
}

.btn-view {
    background-color: #51243F;
    color: #ffffff;
}

.btn-view:hover {
    background-color: #a13b79;
    color: #fff;
}

.btn-brochure:hover img {
    filter: invert(1);
}

.btn-brochure img {
    margin-left: 11px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-inpt input {
    background: #f6f4ee;
    border: none !important;
    height: 42px;
    border-radius: 4px;
    font-size: 13px;
    color: #735667;
    font-weight: 500;
}

::placeholder {
    color: #735667;
}

.form-inpt textarea {
    height: 115px;
    background: #f6f4ee;
    border: none !important;
    border-radius: 4px;
    font-size: 13px;
    color: #735667;
    font-weight: 500;
}

.form-btn input {
    border: none !important;
    min-width: 240px;
}

.form-btn {
    text-align: right;
}

span.wpcf7-spinner {
    display: none;
}

.contact-accdn .elementskit-card-body.ekit-accordion--content {
    border-bottom: 2px solid #A6A4A3;
    padding-bottom: 16px !important;
}

.contact-accdn ul li {
    list-style: none;
    margin: 0 0 8px;
}

.contact-accdn ul li strong {
    color: #51243f;
}

.contact-accdn .ekit-wid-con .ekit_accordion_icon_group {
    margin-right: 0;
}



@media only screen and (max-width: 767px) {
	 .programs-grid .program-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
.home-slider .elementor-testimonial {
    flex-direction: column-reverse !important;
}

.home-slider .elementor-testimonial img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 15px;
    padding: 0 !important;
}

.home-slider  .elementor-testimonial__footer {
    padding: 0 !important;
}
	.single-post .single-content h2 {
    font-size: 14px !important;
    line-height: 22px;
}
	.single-post .single-content h3 {
    font-size: 12px !important;
    line-height: 18px;
}
    .newletter-sty {
        border: none !important;
    }

    .newletter-sty input#form-field-email {
        border: solid 1px #ddd;
        border-radius: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .form-enq {
        margin-top: -150px !important;
        margin-bottom: 85px;
    }
    .programs-grid .program-card {
        flex: 0 0 calc(50% - 12.5px);
        max-width: calc(50% - 12.5px);
    }
}







/* ===== INNER GRID - 3 per row ===== */
.programs-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 992px) {
    .programs-grid-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .programs-grid-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ===== CARD (image overlay style) ===== */
.program-card-courses {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    position: relative;
    overflow: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-card-courses:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Image + overlay */
.program-card-courses .card-image-overlay {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.program-card-courses .card-image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.program-card-courses .card-image-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(to top, rgba(80, 36, 63, 1.85) 10%, rgba(80, 36, 63, 0.15) 55%, rgba(0, 0, 0, 0.15) 100%);
}

.program-card-courses .overlay-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    z-index: 2;
}

.program-card-courses .overlay-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    font-family: 'Kalista Bold';
    margin: 0;
}

/* Card body */
.program-card-courses .card-body {
    padding: 20px 30px 30px;
}

/* Star rating */
.program-card-courses .star-rating {
    margin-bottom: 14px;
}

.program-card-courses .star-rating .star {
    font-size: 27px;
    margin-right: 2px;
}

.program-card-courses .star-rating .star.full,
.program-card-courses .star-rating .star.half {
    color: #ffc400;
}

.program-card-courses .star-rating .star.empty {
    color: #e0e0e0;
}

/* Courses / Students info */
.program-card-courses .card-info {
    display: flex;
    gap:45px;
    margin-bottom: 20px;
}

.program-card-courses .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #444;
    font-family: 'Montserrat';
    font-weight: 600;
}

.program-card-courses .info-item .dashicons {
    background: #ffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: solid 1px #4c4c4c;
    justify-content: center;
}

/* Know More button */
.program-card-courses .btn-know-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #51243f;
    color: #e0e0e0;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.program-card-courses .btn-know-more:hover {
    opacity: 0.85;
    color: #fff;
}

.program-card.program-card-courses {
    border-color: #51243f;
    box-shadow: inherit;
}

.program-card.program-card-courses:hover {
    transform: inherit;
}

a.btn-know-more img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(14%) saturate(500%) hue-rotate(280deg) brightness(90%) contrast(85%);
}

.program-card-courses .more-crbt {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 10;
}
.color-mttal h1 span {
    color: #c79dba;
}

.overvew-tabs .elementor-tabs-wrapper {
    border-bottom: 2px solid #a6a4a3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.overvew-tabs .elementor-tab-title {
    text-align: center;
    padding: 0 7px 18px;
}
.overvew-tabs .elementor-tab-title.elementor-active:before  {border-bottom: 2px solid #a13b79 !important;left: 0;right: 0;max-width: 100%;bottom: 0px !important;}
 
 

.overvew-tabs .elementor-tab-content h2 {
    font-size: 24px;
    color: #030303;
    margin: 0 0 24px;
    line-height: 38px;
}
.overvew-tabs .elementor-tab-content h3 {
    font-size:15px;
    color: #030303;    
    font-family: "Kalista Bold", Sans-serif;
    margin: 0 0 24px;
    line-height: 32px;
}

.overvew-tabs .elementor-tab-content strong {
    color: #4c4c4c;
}

.overvew-tabs .elementor-tab-content {
    padding: 40px 0 0 0 !important;
}

.overvew-tabs ul {
    padding: 0 0 0 20px;
}

.overvew-tabs li {
    margin: 0 0 10px;
}

.overvew-tabs li strong {
    color: #a13b79 !important;
}

.outline-crsh .elementor-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
}
.outline-crsh .elementor-accordion-title span {width: 100%;display: inline-block;color: #a13b79;font-family: 'Montserrat';margin: 0 0 6px;}

.outline-crsh .elementor-accordion .elementor-tab-title {
    background: #fff;
    border-radius: 4px 4px 0 0;min-height: 97px;
}

.outline-crsh .elementor-tab-content {
    background: #fff;
    border-radius: 4px;
}.outline-crsh .elementor-accordion-icon.elementor-accordion-icon-right {
    min-width: 40px;
}

.outline-crsh .elementor-accordion-icon.elementor-accordion-icon-right svg {
    width: 56px !important;
    height: 19px !important;
}
.outline-crsh  a.elementor-accordion-title {
    display: flex;
    flex-wrap: wrap;
}
 
.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
        background: linear-gradient(90deg, #efece4 0%, #efece4 40%, #f8f5f085 70%, #ffffff00 100%);
    border-radius: 12px;
    padding: 14px 18px;
  }

  .info-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .info-icon {
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 18px;
    color: #1a1a1a;
    border-radius: 8px;
  }

  .info-label {
 
    font-weight:700;
    font-size: 15px;
    color: #4c4c4c;
  }

  .info-value {
    font-weight: 500;
    font-size: 15px;
    color: #4c4c4c;
    text-align: right;
  }.inq-form .form-row {
    display: inline;
}.inq-form .form-btn {
    text-align: center;
}.program-courses-mg:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 999;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(to top, rgba(80, 36, 63, 1.85) 10%, rgba(80, 36, 63, 0.15) 55%, rgba(0, 0, 0, 0.15) 100%);

    }.coursees-row .elementor-container {
    gap: 25px;
}