/* ============================================
   CUSTOM STYLES - EXTRACTED FROM BLADE FILES
   ============================================ */

/* --------------------------------------------
   FOOTER SECTION STYLES
   -------------------------------------------- */

.footer-map-embed {
    border: 0;
}

.footer-logo-image {
    max-width: 100px;
    height: auto;
}

.footer-site-map {
    list-style: none;
    padding: 0;
}

.footer-site-map li {
    display: inline-block;
    margin: 0 10px;
}

/* --------------------------------------------
   POPUP MODAL STYLES
   -------------------------------------------- */

.popup-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-modal-content {
    position: relative;
    max-width: 550px;
    width: 90%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b35;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
    line-height: 1;
}

.popup-image {
    width: 100%;
    height: auto;
    display: block;
}

.popup-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.popup-slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}

.popup-slider .slick-dots li.slick-active button {
    background: #ff6b35;
}

.popup-slider .slick-prev,
.popup-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.popup-slider .slick-prev {
    left: 10px;
}

.popup-slider .slick-next {
    right: 10px;
}

/* --------------------------------------------
   STICKY ENQUIRY BUTTON
   -------------------------------------------- */

.sticky-enquiry-container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.sticky-enquiry-btn {
    background: #ff6b35;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px 0 0 5px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* --------------------------------------------
   INDEX PAGE - BANNER SECTION
   -------------------------------------------- */

.banner-section {
    margin-top: 110px;
}

.banner-content {
    text-align: center;
    background-color: #fff;
}

.banner-responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* --------------------------------------------
   INDEX PAGE - CATEGORIES SECTION
   -------------------------------------------- */

.categories-section,
.categories-section-padding {
    padding-top: 100px !important;
}

/* --------------------------------------------
   INDEX PAGE - TESTIMONIAL/FOUNDER SECTION
   -------------------------------------------- */

.testimonial-section,
.testimonial-section-bg,
.rs-testimonial.testimonial-section {
    background-color: #f8f9fa !important;
}

.founder-image {
    text-align: center;
}

.founder-image-img {
    width: 280px;
    height: 330px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 8px solid white;
}

.quote-text {
    font-size: 36px;
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Noto Sans Tamil', sans-serif;
}

.quote-author {
    font-size: 22px;
    color: #ff6b35;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Noto Sans Tamil', sans-serif;
}

/* --------------------------------------------
   INDEX PAGE - SPECIALITY SECTION
   -------------------------------------------- */

.speciality-section-bg {
    background-color: #fff;
}

.speciality-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.icon-wrapper,
.speciality-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.speciality-icon {
    font-size: 35px !important;
    color: #fff !important;
}

.speciality-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.speciality-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}

/* --------------------------------------------
   INDEX PAGE - EVENTS/GALLERY MEDIA STYLES
   -------------------------------------------- */

.media-iframe-embed {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.media-image-embed {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

/* --------------------------------------------
   INDEX PAGE - ACHIEVEMENTS SECTION
   -------------------------------------------- */

.achievement-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.achievement-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* --------------------------------------------
   INDEX PAGE - CAREER SECTION
   -------------------------------------------- */

.career-section-bg {
    background-color: #f8f9fa;
}

.career-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.career-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
}

/* --------------------------------------------
   CONTACT PAGE - MAP EMBED
   -------------------------------------------- */

.contact-map-embed {
    border: 0;
}

/* --------------------------------------------
   CONTACT PAGE - INFO SECTIONS
   -------------------------------------------- */

.contact-info .info-subtitle {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info .info-title {
    font-size: 16px !important;
    line-height: 1.6;
    word-break: break-word;
}

.contact-info .info-title a {
    font-size: 16px !important;
}

/* --------------------------------------------
   GALLERY PAGE - MEDIA STYLES
   -------------------------------------------- */

.gallery-iframe-embed {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.gallery-image-embed {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

/* --------------------------------------------
   ACHIEVEMENTS PAGE - MEDIA STYLES
   -------------------------------------------- */

.achievements-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.achievements-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

/* --------------------------------------------
   EVENTS PAGE - MEDIA STYLES
   -------------------------------------------- */

.events-iframe-embed {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.events-image-embed {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

/* --------------------------------------------
   SPECIALITIES PAGE - GRID STYLES
   -------------------------------------------- */

.speciality-grid-item {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 5px;
}

.speciality-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.speciality-grid-item:hover img {
    transform: scale(1.05);
}

.speciality-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    transition: background 0.3s ease;
}

.speciality-grid-item:hover .speciality-overlay {
    background: rgba(255, 84, 33, 0.8);
}

.speciality-overlay h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
