.image-resize {
    width: 90px;
}
.circle-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.search-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box i {
  background: #f2f2f2;
  padding: 8px;
  border-radius: 50%;
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}

.search-box select {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  flex: 1;
  padding: 6px;
  height: auto;
}

.search-box .btn-search {
  background: #ff9d01;
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 6px 18px;
  font-size: 14px;
}

.search-box .btn-search:hover {
  background: #e68900;
}

/* ===========================================================
   Banner Section Fix
   =========================================================== */

.banner-section.banner-section-two {
    position: relative !important;
    overflow: hidden !important;
    min-height: 500px !important;
}

.banner-section.banner-section-two img.img-fluid {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0 !important;
}

.banner-section-two .home-banner-two {
    position: relative !important;
    z-index: 2 !important;
    padding: 100px 0 !important;
    background: transparent !important;
}

.banner-section-two .banner-content h1 {
    color: #fff !important;
}

.banner-section-two .banner-content p {
    color: rgba(255,255,255,0.85) !important;
}

/* ===========================================================
   Scoped to #eduSetuCoursesSlider to avoid theme class clashes
   =========================================================== */

#eduSetuCoursesSlider {
    position: relative !important;
    z-index: 1 !important;
}

#eduSetuCoursesSlider .ecs-intro h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a3c;
}

#eduSetuCoursesSlider .ecs-intro .text-primary {
    color: #0097A7 !important;
}

#eduSetuCoursesSlider .ecs-intro .text-success {
    color: #0097A7 !important;
    font-weight: 600;
}

#eduSetuCoursesSlider .ecs-intro p {
    color: #6b7280;
    font-size: 14.5px;
}

#eduSetuCoursesSlider .ecs-slider {
    min-height: 260px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#eduSetuCoursesSlider .ecs-slider.owl-loaded {
    opacity: 1;
}

#eduSetuCoursesSlider .ecs-slider:not(.owl-loaded) {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    opacity: 1;
}

#eduSetuCoursesSlider .ecs-slider:not(.owl-loaded) .item {
    flex: 1 1 220px;
    max-width: 260px;
}

#eduSetuCoursesSlider .course-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f2f6;
    height: 180px;
}

#eduSetuCoursesSlider .course-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#eduSetuCoursesSlider .course-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 26, 60, 0.85) 0%, rgba(26, 26, 60, 0.1) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 14px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

#eduSetuCoursesSlider .item:hover .course-info {
    opacity: 1;
}

#eduSetuCoursesSlider .course-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#eduSetuCoursesSlider .course-info ul li {
    color: #fff;
    font-size: 12.5px;
    line-height: 1.5;
}

#eduSetuCoursesSlider .item h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a3c;
    margin-top: 12px;
}

#eduSetuCoursesSlider .item a {
    text-decoration: none;
    display: block;
}

#eduSetuCoursesSlider .item a:hover h4 {
    color: #0097A7;
}

#eduSetuCoursesSlider .ecs-slider {
    position: relative;
}

#eduSetuCoursesSlider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0;
}

#eduSetuCoursesSlider .owl-nav button.owl-prev,
#eduSetuCoursesSlider .owl-nav button.owl-next {
    position: relative;
    pointer-events: all;
    background: #fff !important;
    color: #1a1a3c !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#eduSetuCoursesSlider .owl-nav button.owl-prev {
    transform: translateX(-20px);
}

#eduSetuCoursesSlider .owl-nav button.owl-next {
    transform: translateX(20px);
}

#eduSetuCoursesSlider .owl-nav button.owl-prev:hover,
#eduSetuCoursesSlider .owl-nav button.owl-next:hover {
    background: #0097A7 !important;
    color: #fff !important;
}

#eduSetuCoursesSlider .owl-dots {
    text-align: center;
    margin-top: 18px;
}

#eduSetuCoursesSlider .owl-dots .owl-dot span {
    background: #d8dade;
}

#eduSetuCoursesSlider .owl-dots .owl-dot.active span {
    background: #0097A7;
}

/* ===========================================================
   Scoped to #eduSetuMentorList - equal height mentor cards
   =========================================================== */

#eduSetuMentorList .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#eduSetuMentorList .location-info {
    display: flex;
    margin-bottom: 20px;
}

#eduSetuMentorList .location-info-details {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 18px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

#eduSetuMentorList .location-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

#eduSetuMentorList .location-img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
}

#eduSetuMentorList .location-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 160px;
}

#eduSetuMentorList .location-content > a:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a3c;
    margin-bottom: 4px;
}

#eduSetuMentorList .location-content p {
    flex: 1;
    margin-bottom: 8px;
    font-size: 13.5px;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#eduSetuMentorList .eml-verified-badge,
#eduSetuMentorList .eml-unverified-badge {
    position: static;
    transform: none;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

#eduSetuMentorList .eml-verified-badge {
    background: #e6f8f9;
    color: #00a746;
}

#eduSetuMentorList .eml-unverified-badge {
    background: #f1f1f5;
    color: #c70505;
}

#eduSetuMentorList .eml-rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 8px;
    font-size: 13px;
}

#eduSetuMentorList .eml-stars i {
    color: #f5a623;
    font-size: 13px;
}

#eduSetuMentorList .eml-rating-value {
    font-weight: 600;
    color: #1a1a3c;
}

#eduSetuMentorList .eml-review-count,
#eduSetuMentorList .eml-no-reviews {
    color: #8a8a99;
    font-size: 12px;
}

#eduSetuMentorList .view-detailsbtn {
    margin-top: auto;
    align-self: flex-start;
    background: #0097A7;
    color: #fff;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

#eduSetuMentorList .view-detailsbtn:hover {
    background: #007a87;
    color: #fff;
}

.popular-locations {
    padding: 40px 0;
}

.popular-locations .container {
    overflow: hidden;
}

/* ===========================================================
   Scoped to #eduSetuHomeSearch - Modern home banner search
   =========================================================== */

#eduSetuHomeSearch .ehs-search-wrap {
    position: relative !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

#eduSetuHomeSearch .ehs-search-form {
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    padding: 6px 6px 6px 22px !important;
    gap: 10px !important;
    transition: box-shadow 0.25s ease !important;
}

#eduSetuHomeSearch .ehs-search-form:focus-within {
    box-shadow: 0 10px 40px rgba(0, 151, 167, 0.3) !important;
}

#eduSetuHomeSearch .ehs-search-icon {
    color: #9ca3af !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
}

#eduSetuHomeSearch .ehs-search-input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 15px !important;
    color: #1a1a3c !important;
    padding: 12px 4px !important;
    min-width: 0 !important;
}

#eduSetuHomeSearch .ehs-search-input::placeholder {
    color: #9ca3af !important;
}

#eduSetuHomeSearch .ehs-search-btn {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #0097A7 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 26px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: background 0.2s ease !important;
    white-space: nowrap !important;
}

#eduSetuHomeSearch .ehs-search-btn:hover {
    background: #00747f !important;
}

#eduSetuHomeSearch .ehs-btn-icon {
    font-size: 12px !important;
}

#ehsSuggestions {
    position: fixed !important;
    background: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 36px rgba(0,0,0,0.15) !important;
    overflow-y: auto !important;
    max-height: 320px !important;
    z-index: 99999 !important;
    display: none !important;
    text-align: left !important;
}

#ehsSuggestions.active {
    display: block !important;
}

#ehsSuggestions .ehs-suggestion-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.15s !important;
}

#ehsSuggestions .ehs-suggestion-item:hover,
#ehsSuggestions .ehs-suggestion-item.highlighted {
    background: #e6f6f8 !important;
}

#ehsSuggestions .ehs-suggestion-icon {
    flex-shrink: 0 !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: #e6f6f8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

#ehsSuggestions .ehs-suggestion-icon img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

#ehsSuggestions .ehs-suggestion-icon i {
    font-size: 14px !important;
    color: #0097A7 !important;
}

#ehsSuggestions .ehs-suggestion-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a3c !important;
}

#ehsSuggestions .ehs-suggestion-empty {
    padding: 16px 20px !important;
    font-size: 13px !important;
    color: #9ca3af !important;
}

/* ===========================================================
   Responsive
   =========================================================== */

@media (max-width: 767px) {
    .banner-section.banner-section-two {
        min-height: 520px !important; /* 420px se 520px kiya */
        overflow: hidden !important;
    }

    .banner-section.banner-section-two img.img-fluid {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        z-index: 0 !important;
    }

    .banner-section-two .home-banner-two {
        position: relative !important;
        z-index: 2 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        padding: 30px 0 40px !important; /* 60px se kam kiya */
        background: transparent !important;
    }

    .banner-section-two .banner-content h1 {
        color: #fff !important;
        font-size: 22px !important;
    }

    .banner-section-two .banner-content p {
        color: rgba(255,255,255,0.85) !important;
        font-size: 14px !important;
    }

    #eduSetuMentorList {
        padding: 0 16px;
        overflow: hidden;
    }

    #eduSetuMentorList .row {
        margin: 0;
    }

    #eduSetuMentorList .location-info {
        padding: 0;
        width: 100%;
        margin-bottom: 16px;
    }

    #eduSetuMentorList .location-info-details {
        flex-direction: row;
        align-items: flex-start;
        padding: 16px;
    }

    #eduSetuMentorList .location-img {
        width: 80px;
    }

    #eduSetuMentorList .location-img img {
        width: 80px;
        height: 80px;
    }

    #eduSetuMentorList .location-content {
        min-height: auto;
    }

    #eduSetuMentorList .location-content p {
        -webkit-line-clamp: 2;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    #eduSetuHomeSearch {
        padding: 0 16px !important;
    }
    #eduSetuHomeSearch .ehs-search-wrap {
        max-width: 100% !important;
    }
    #eduSetuHomeSearch .ehs-search-form {
        flex-wrap: wrap !important;
        border-radius: 18px !important;
        padding: 12px 14px !important;
        row-gap: 10px !important;
    }
    #eduSetuHomeSearch .ehs-search-icon { display: none !important; }
    #eduSetuHomeSearch .ehs-search-input {
        flex: 1 1 100% !important;
        width: 100% !important;
        padding: 8px 0 !important;
        font-size: 14px !important;
        order: 1 !important;
    }
    #eduSetuHomeSearch .ehs-search-btn {
        flex: 1 1 100% !important;
        width: 100% !important;
        justify-content: center !important;
        order: 2 !important;
        padding: 12px !important;
        border-radius: 12px !important;
        margin: 0 !important;
    }
    #ehsSuggestions {
        max-height: 260px !important;
        border-radius: 12px !important;
        left: 16px !important;
        right: 16px !important;
        width: calc(100% - 32px) !important;
    }
}

@media (max-width: 576px) {
    #eduSetuCoursesSlider .owl-nav button.owl-prev {
        transform: translateX(-6px);
    }

    #eduSetuCoursesSlider .owl-nav button.owl-next {
        transform: translateX(6px);
    }

    #eduSetuCoursesSlider .course-box {
        height: 150px;
    }
}