/* =====================================================
   BASIC UI STYLES (UNCHANGED)
===================================================== */

.icon-50 i {
  font-size: 50px;
  line-height: 1;
}

.img-max-270 {
  max-width: 370px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Big FAQ Image */
.it-about-2-thumb {
    max-width: 500px;
    max-height: 705px;
    overflow: hidden;
}

.it-about-2-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Small FAQ Image */
.it-about-2-thumb-sm {
    width: 241px;
    height: 242px;
    overflow: hidden;
}

.it-about-2-thumb-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.it-choose-2-icon {
    text-align: center;
}

.it-choose-2-icon .icon-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.it-choose-2-icon img {
    max-width: 100px;
    max-height: 87px;
    object-fit: contain;
}

.it-team-social p {
  color: white !important;
}

/* Disable decorative click blocking */
.it-team-shape-3,
.it-team-shape-7,
.it-breadcrumb-shape-1,
.it-breadcrumb-shape-3,
.it-team-thumb::before,
.it-team-thumb::after {
    pointer-events: none !important;
}

.it-footer-wrap .it-footer-border::before,
.it-footer-wrap .it-footer-border::after,
.it-footer-wrap .it-footer-border span::after {
    display: none !important;
}

/* =====================================================
   FILTER TAGS
===================================================== */

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-tags label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.filter-tags input[type="radio"] {
    display: none;
}

.filter-tags span {
    padding: 8px 18px;
    border: 1px solid #d8dee6;
    border-radius: 25px;
    font-size: 15px;
    color: #505d67;
    background: #fff;
    transition: all 0.25s ease;
}

.filter-tags input[type="radio"]:checked + span {
    background: #03594E;
    color: #fff;
    border-color: #03594E;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* =====================================================
   COMMON COURSE STYLES
===================================================== */

.course-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.course-category-btn {
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    background: #F8C62F;
    color: #fff;
    border: 1px solid #F8C62F;
    text-decoration: none;
    transition: 0.3s ease;
}

.course-category-btn:hover {
    background: #fff;
    color: #03594E;
}

.mode-wrapper {
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* =====================================================
   ================= GRID VIEW =========================
===================================================== */

.it-course-area .row.gx-35 {
    align-items: stretch;
}

.it-course-area .row.gx-35 > [class*="col-"] {
    display: flex;
}

.it-course-area .row.gx-35 .it-course-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.it-course-area .row.gx-35 .it-course-thumb img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.it-course-area .row.gx-35 .it-course-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.it-course-area .row.gx-35 .it-course-btn {
    margin-top: auto;
}

/* =====================================================
   ================= LIST VIEW =========================
===================================================== */

/* Outer column flex */
.it-course-area .row:not(.gx-35) > [class*="col-"] {
    display: flex;
}

/* Card layout */
.it-course-area .row:not(.gx-35) .it-course-item {
    display: flex;
    width: 100%;
}

/* Internal row stretch */
.it-course-area .row:not(.gx-35) .it-course-item > .row {
    flex: 1;
    align-items: stretch !important;
}

/* Image column flex */
.it-course-area .row:not(.gx-35) .it-course-item .col-xl-5,
.it-course-area .row:not(.gx-35) .it-course-item .col-sm-5 {
    display: flex;
}

/* Image full stretch */
.it-course-area .row:not(.gx-35) .it-course-thumb {
    width: 100%;
    height: 100%;
}

.it-course-area .row:not(.gx-35) .it-course-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content flex */
.it-course-area .row:not(.gx-35) .it-course-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Button bottom */
.it-course-area .row:not(.gx-35) .it-course-btn {
    margin-top: auto;
}


/* ==========================================
   FEATURED COLLECTION IMAGE STRETCH FIX
========================================== */

/* Column flex */
.it-course-style-2 .row.gx-35 > [class*="col-"] {
    display: flex;
}

/* Card full height */
.it-course-style-2 .it-course-item {
    display: flex;
    width: 100%;
}

/* Inner row stretch */
.it-course-style-2 .it-course-item > .row {
    flex: 1;
    align-items: stretch !important;
}

/* Image column flex */
.it-course-style-2 .it-course-item .col-xl-5,
.it-course-style-2 .it-course-item .col-sm-5 {
    display: flex;
}

/* Image wrapper full height */
.it-course-style-2 .it-course-thumb {
    width: 100%;
    height: 100%;
}

/* IMAGE FULL STRETCH */
.it-course-style-2 .it-course-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content column flex */
.it-course-style-2 .it-course-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Enroll button bottom */
.it-course-style-2 .it-course-content .it-btn-yellow {
    margin-top: auto;
}




/* contact form frontend css */
.it-contact-info-box {
    font-size: 28px;
}

.it-contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start; /* Important */
    gap: 15px;
    color: #fff;
}

.contact-item i {
    font-size: 42px;
    min-width: 30px; /* Icon fixed width */
    margin-top: 4px;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    word-break: break-word; /* Important for long address */
    line-height: 1.6;
}


/* contact -us page  */

.it-contact-list ul li a {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
}

.it-contact-list ul li {
    display: flex;
    align-items: flex-start;   /* icon top align */
    gap: 15px;
}

.it-contact-list ul li span {
    flex-shrink: 0;
    margin-top: 5px;
}
.it-contact-list ul li {
    margin-bottom: 20px;
}