/*
 * custom.css — Diamond Nail Salon UI Improvements
 * Overrides and enhancements on top of style.css
 */

/* =============================================
   FONTS — Replace generic fonts with elegant ones
   Playfair Display for headings, Lato for body
   ============================================= */
html, body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

/* =============================================
   HEADER — Logo alignment + contact info fix
   ============================================= */
.w3-agile-logo {
    padding: 12px 1em !important;
    background: rgba(2, 2, 2, 0.55) !important;
}

.head-wl {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    height: 76px;
    margin: 0 !important;
    text-align: left !important;
}

/* Logo — fixed size, perfectly contained, no bleed into navbar */
.header-logo {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
}

.header-logo a {
    display: flex;
    align-items: center;
    line-height: 0;
}

.header-logo img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override style.css img { width: 100% } for logo only */
.header-logo img {
    width: 60px !important;
}

/* Contact, Email, Social — equal flexible columns */
.w3-header-top-right-text,
.email-right,
.agileinfo-social-grids {
    flex: 1 1 0 !important;
    min-width: 0;
    text-align: center;
}

/* Prevent contact number from wrapping */
.w3-header-top-right-text p,
.email-right p {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin: 0;
    color: #f14156;
}

.email-right p a.info {
    font-size: 13px;
    white-space: nowrap;
    color: #f14156;
}

h6.caption {
    font-family: 'Lato', sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 4px 0 !important;
}

/* Navbar — sits exactly below the top bar */
/* Total header height = 12px top padding + 60px logo + 12px bottom padding = 84px + 16px logo bar = 100px */
.navbar-fixed-top {
    top: 100px !important;
}

/* Override all responsive top values from style.css */
@media screen and (max-width: 991px) {
    .navbar-fixed-top { top: 100px !important; }
}
@media screen and (max-width: 767px) {
    .head-wl {
        flex-wrap: wrap !important;
        height: auto !important;
        padding: 8px 0;
        justify-content: center !important;
        gap: 8px;
    }
    .header-logo {
        width: 100%;
        justify-content: center !important;
        margin-bottom: 4px;
    }
    .w3-header-top-right-text,
    .email-right,
    .agileinfo-social-grids {
        flex: 0 0 auto !important;
        width: auto;
    }
    .w3-header-top-right-text p,
    .email-right p {
        white-space: normal !important;
    }
    .navbar-fixed-top {
        top: 0 !important;
        position: fixed !important;
    }
}
@media screen and (max-width: 480px) {
    .navbar-fixed-top { top: 0 !important; }
}
@media screen and (max-width: 320px) {
    .navbar-fixed-top { top: 0 !important; }
}

/* =============================================
   NAVBAR — Cleaner nav link sizing (remove inline style)
   ============================================= */
ul.nav.navbar-nav li a {
    font-size: 15px;
    letter-spacing: 1.5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* =============================================
   HEADINGS — Refined section headings
   ============================================= */
.heading-agileinfo {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    letter-spacing: 2px;
    color: #c0396a;
}

.heading-agileinfo span {
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    letter-spacing: 3px;
    color: #888;
    font-weight: 400;
    text-transform: uppercase;
}

.heading-agileinfo span:after {
    background: #c0396a;
    height: 2px;
    width: 60px;
    top: 135%;
    right: 47.5%;
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.about1 h4 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1a3a6b;
    line-height: 1.5em;
}

.about-bott-right h5 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #c0396a;
    letter-spacing: 1px;
}

.about-bott-right p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.9em;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* =============================================
   BUTTONS
   ============================================= */
a.join-wthree {
    background: #c0396a;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 13px 32px;
    transition: background 0.3s ease, transform 0.2s ease;
}

a.join-wthree:hover {
    background: #1a1a2e;
    transform: translateY(-2px);
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.flex-active-slide p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #555;
    letter-spacing: 0.5px;
}

.client h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #c0396a;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =============================================
   PANEL / ACCORDION (Services on Home)
   ============================================= */
.panel-title > a {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.5em;
    color: #222;
    letter-spacing: 0.5px;
}

.panel-body.panel_text p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.9em;
    color: #666;
}

/* =============================================
   GALLERY — Proper uniform grid alignment
   ============================================= */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0;
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    background: #f0f0f0;
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
    filter: brightness(0.85);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .gallery-item img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .gallery-item img {
        height: 220px;
    }
}

/* =============================================
   SERVICES PAGE — Uniform card grid
   ============================================= */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 0 0 2em;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(192, 57, 106, 0.15);
}

.service-img-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .service-img-wrap img {
    transform: scale(1.05);
}

.service-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #c0396a;
    padding: 14px 12px;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 600;
}

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .service-img-wrap {
        height: 200px;
    }
}

/* =============================================
   CONTACT FORM
   ============================================= */
.contact-form span label {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #444;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 14px 16px;
    transition: border-color 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-color: #c0396a;
    outline: none;
    box-shadow: 0 0 0 3px rgba(192, 57, 106, 0.1);
}

.myButton {
    background: #c0396a;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.myButton:hover {
    background: #1a1a2e;
    transform: translateY(-1px);
}

/* =============================================
   FOOTER
   ============================================= */
.footer_grid h3,
.footer_grid_left h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 1.2em;
}

.footer_grid_list li span,
.footer_grid_list li a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #aaa;
    letter-spacing: 0.5px;
}

.footer_grid_list li a:hover {
    color: #c0396a;
}

.address li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #aaa;
}

.address li a:hover {
    color: #c0396a;
}

.footer_bottom1 p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #aaa;
}

/* =============================================
   TEAM PAGE
   ============================================= */
.agile_team_grid h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #222;
    margin: 0.8em 0 0.3em;
}

.agile_team_grid p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #c0396a;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* =============================================
   BANNER TEXT
   ============================================= */
.banner-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.banner-text span {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 3px;
}

/* =============================================
   SOCIAL ICONS — Hover color improvements
   ============================================= */
.agileinfo-social-grids ul li a span.fa-facebook:hover,
.agileinfo-social-grids ul li a:hover span.fa-facebook {
    color: #3b5998;
}

.agileinfo-social-grids ul li a span.fa-instagram:hover,
.agileinfo-social-grids ul li a:hover span.fa-instagram {
    color: #e1306c;
}

/* =============================================
   WTHREE-TOP-GRID (Services page old layout override)
   ============================================= */
.wthree-top-grid h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #c0396a;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* =============================================
   STICKY NAVBAR — darkens on scroll
   ============================================= */
nav.navbar.navbar-scrolled {
    background-color: rgba(10, 10, 10, 0.92) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* =============================================
   CONTACT CARD LAYOUT
   ============================================= */
.contact-section {
    background: linear-gradient(135deg, #fdf6f9 0%, #fff0f5 100%);
    padding: 5em 0 4em;
}

.contact-card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(192, 57, 106, 0.12);
    background: #fff;
    margin-top: 2em;
}

.contact-card-info {
    background: linear-gradient(160deg, #c0396a, #8b1a42);
    color: #fff;
    padding: 3em 2.5em;
    width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 0.6em;
}

.contact-card-info p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8em;
    margin-bottom: 2em;
}

.contact-card-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-card-details li {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 1.2em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6em;
}

.contact-card-details li .fa {
    color: #ffb3cc;
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-card-form {
    padding: 3em 2.5em;
    flex: 1;
}

/* Contact page team showcase */
.contact-team {
    padding: 5.5em 0;
    background: linear-gradient(135deg, #fff0f5 0%, #f3e8ff 100%);
}

.contact-team-heading {
    max-width: 610px;
    margin: 0 auto 2.5em;
    text-align: center;
}

.contact-team-heading h2 {
    margin: 0 0 .45em;
    color: #1a1a2e;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
}

.contact-team-heading > p:not(.welcome-label) {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.contact-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 920px;
    margin: 0 auto;
}

.contact-team-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(192, 57, 106, .12);
    transition: transform .25s ease, box-shadow .25s ease;
}

.contact-team-card:hover {
    box-shadow: 0 16px 42px rgba(192, 57, 106, .2);
    transform: translateY(-5px);
}

.contact-team-photo {
    min-height: 310px;
    background: #f8edf3;
}

.contact-team-photo img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #fff0f5, #f3e8ff);
}

.contact-team-photo-contain img {
    object-fit: contain;
}

.contact-team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 1.7em;
}

.contact-team-role {
    margin: 0 0 .55em;
    color: #c0396a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-team-content h3 {
    margin: 0 0 .7em;
    color: #1a1a2e;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}

.contact-team-content > p:last-child {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

/* Second branch map */
.branch-map-section {
    padding: 5.5em 0;
    background: #fff;
}

.branch-map-heading {
    margin-bottom: 2em;
    text-align: center;
}

.branch-map-heading h2 {
    margin: 0 0 .35em;
    color: #1a1a2e;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
}

.branch-map-heading > p:not(.welcome-label) {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.branch-map-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
}

.branch-map-card {
    overflow: hidden;
    border: 1px solid #f0dce6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(192, 57, 106, .1);
}

.branch-map-label {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 17px;
    background: linear-gradient(135deg, #fff0f5, #f8edff);
}

.branch-map-label .fa {
    color: #c0396a;
    font-size: 18px;
}

.branch-map-label h3 {
    margin: 0;
    color: #1a1a2e;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
}

.branch-map-frame {
    overflow: hidden;
}

.branch-map-frame iframe {
    display: block;
    width: 100%;
    min-height: 235px;
}

.branch-map-card .map_w3layouts_agile iframe {
    min-height: 235px;
    padding: 0;
}

/* =============================================
   FLOATING LABEL FIELDS
   ============================================= */
.float-field {
    position: relative;
    margin-bottom: 1.8em;
}

.float-field input,
.float-field textarea {
    width: 100%;
    padding: 18px 14px 8px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #333;
    background: #fafafa;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.float-field textarea {
    resize: none;
    height: 130px;
}

.float-field input:focus,
.float-field textarea:focus {
    border-color: #c0396a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(192, 57, 106, 0.1);
}

.float-field label {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 14px;
    color: #aaa;
    font-family: 'Lato', sans-serif;
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
}

.float-field input:focus + label,
.float-field input:not(:placeholder-shown) + label,
.float-field textarea:focus + label,
.float-field textarea:not(:placeholder-shown) + label {
    top: 5px;
    font-size: 11px;
    color: #c0396a;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.char-counter {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 11px;
    color: #bbb;
    font-family: 'Lato', sans-serif;
}

/* Submit button override for <button> */
button.myButton {
    width: 100%;
    padding: 15px;
    background: #c0396a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

button.myButton:hover:not(:disabled) {
    background: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(192, 57, 106, 0.3);
}

button.myButton:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* WhatsApp booking actions */
.whatsapp-booking-link,
.whatsapp-floating-button {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.whatsapp-booking-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding: 15px;
    border-radius: 8px;
    background: #25d366;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
    color: #fff;
    font-size: 15px;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-booking-link:hover,
.whatsapp-booking-link:focus {
    background: #1da851;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.whatsapp-floating-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 28px;
    background: #25d366;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 14px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-floating-button:hover,
.whatsapp-floating-button:focus {
    background: #1da851;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .whatsapp-floating-button {
        right: 14px;
        bottom: 14px;
        padding: 12px 15px;
    }
}

/* Ripple effect */
button.myButton::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

button.myButton:active::after {
    width: 300px;
    height: 300px;
    opacity: 1;
}

/* =============================================
   TOAST NOTIFICATION
   ============================================= */
.toast-notify {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 14px 24px;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.toast-notify.toast-show {
    opacity: 1;
    transform: translateY(0);
}

.toast-notify.toast-success { background: #2ecc71; }
.toast-notify.toast-error   { background: #e74c3c; }

/* =============================================
   CONTACT CARD RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
    .contact-card {
        flex-direction: column;
    }
    .contact-card-info {
        width: 100%;
        padding: 2em;
    }
    .contact-card-form {
        padding: 2em;
    }
    .contact-team-grid {
        grid-template-columns: 1fr;
    }
    .branch-map-section {
        padding: 4em 0;
    }
    .branch-map-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-team {
        padding: 4em 0;
    }
    .contact-team-heading h2 {
        font-size: 32px;
    }
    .contact-team-card {
        grid-template-columns: 1fr;
    }
    .contact-team-photo,
    .contact-team-photo img {
        min-height: 280px;
        height: 280px;
    }
}

/* =============================================
   FOOTER REDESIGN — Colourful
   ============================================= */
.footer_top_agileits {
    background: linear-gradient(135deg, #ff6b9d 0%, #c0396a 30%, #a855a0 65%, #7c3aed 100%) !important;
    padding: 5em 0 3em !important;
    position: relative;
    overflow: hidden;
}

/* Decorative blurred blobs for depth */
.footer_top_agileits::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    top: -100px;
    right: -80px;
    pointer-events: none;
}

.footer_top_agileits::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    bottom: -60px;
    left: 5%;
    pointer-events: none;
}

/* Column headings */
.footer_grid h3,
.footer_grid_left h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-bottom: 1.4em !important;
    padding-bottom: 0.6em;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    position: relative;
}

.footer_grid h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* Opening hours list */
.footer_grid_list li {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 6px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0 !important;
}

.footer_grid_list li i.fa {
    color: #ffe0ec !important;
    font-size: 11px;
    flex-shrink: 0;
}

.footer_grid_list li span {
    font-family: 'Lato', sans-serif;
    font-size: 13px !important;
    color: rgba(255,255,255,0.85) !important;
    letter-spacing: 0.3px;
}

/* Address / contact info list */
.address li {
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0 !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 13px;
    line-height: 1.7em;
}

.address li i.fa {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: #fff !important;
    font-size: 13px !important;
    flex-shrink: 0;
    margin-top: 2px;
}

.address li span {
    display: inline !important;
    margin-left: 0 !important;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
}

.address li a {
    color: rgba(255,255,255,0.9) !important;
    transition: color 0.3s ease;
}

.address li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

/* Social column — reset inherited header styles */
.footer_grid .agileinfo-social-grids {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    flex: none !important;
    min-width: 0 !important;
}

.footer_grid .agileinfo-social-grids h6.caption {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-bottom: 1.4em !important;
    padding-bottom: 0.6em;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    width: 100%;
    position: relative;
}

.footer_grid .agileinfo-social-grids h6.caption::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.footer_grid .agileinfo-social-grids ul {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.footer_grid .agileinfo-social-grids ul li {
    display: inline-flex !important;
    margin: 0 !important;
}

.footer_grid .agileinfo-social-grids ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    transition: background 0.3s ease, transform 0.2s ease;
    font-size: 0 !important;
    letter-spacing: 0 !important;
}

.footer_grid .agileinfo-social-grids ul li a span.fa {
    font-size: 17px !important;
    color: #fff !important;
    letter-spacing: 0;
}

.footer_grid .agileinfo-social-grids ul li a:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
}

/* Footer tagline */
.footer_grid .agileinfo-social-grids::after {
    content: 'Shine It Bright Like Diamonds ✦';
    display: block;
    margin-top: 1.5em;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 1px;
    text-align: left;
}

/* Copyright bar */
.footer_w3ls {
    background: #5b1a8a !important;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 1.4em 0 !important;
}

.footer_bottom1 p {
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    color: rgba(255,255,255,0.75) !important;
    letter-spacing: 1px;
    margin: 0;
}

.footer_bottom1 p a {
    color: #fff !important;
    font-weight: 700;
    background: rgba(255,255,255,0.15);
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.footer_bottom1 p a:hover {
    background: #fff;
    color: #c0396a !important;
}

/* =============================================
   HOME — WELCOME SECTION
   ============================================= */
.home-welcome {
    background: linear-gradient(135deg, #fff0f5 0%, #fce4ec 100%);
    padding: 5em 0;
}

.welcome-inner {
    display: flex;
    align-items: center;
    gap: 4em;
}

.welcome-text {
    flex: 1;
}

.welcome-label {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c0396a;
    margin-bottom: 0.5em;
}

.welcome-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #1a1a2e;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}

.welcome-desc {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.9em;
    margin-bottom: 1.5em;
}

.welcome-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.welcome-features li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.welcome-features li .fa {
    color: #c0396a;
    font-size: 16px;
}

.welcome-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(192, 57, 106, 0.18);
    position: relative;
}

.welcome-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.welcome-image:hover img {
    transform: scale(1.04);
}

@media (max-width: 768px) {
    .welcome-inner {
        flex-direction: column;
        gap: 2em;
    }
    .welcome-text h2 { font-size: 30px; }
    .welcome-features { grid-template-columns: 1fr; }
    .welcome-image img { height: 280px; }
}

/* =============================================
   HOME — SERVICES SECTION
   ============================================= */
.home-services {
    background: #fff;
    padding: 5em 0;
}

.home-services-inner {
    display: flex;
    align-items: flex-start;
    gap: 4em;
    margin-top: 1em;
}

.home-services-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(192, 57, 106, 0.15);
    position: sticky;
    top: 120px;
}

.home-services-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

.home-services-accordion {
    flex: 1;
}

/* Override old panel styles for home services */
.home-services-accordion .panel-default {
    border: none !important;
    background: transparent !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

.home-services-accordion .panel-heading {
    background: #fafafa !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 10px !important;
    transition: background 0.3s ease;
}

.home-services-accordion .panel-heading:hover {
    background: #fff0f5 !important;
}

.home-services-accordion .panel-title > a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    color: #1a1a2e !important;
    line-height: 1.4em !important;
    text-transform: none !important;
    padding: 18px 20px !important;
    text-decoration: none;
}

.home-services-accordion .panel-title > a .svc-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b9d, #c0396a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.home-services-accordion .panel-title > a .glyphicon,
.home-services-accordion .panel-title > a i.glyphicon {
    margin-left: auto;
    color: #c0396a;
    font-size: 13px;
}

.home-services-accordion .panel-body {
    background: #fff !important;
    padding: 0 20px 18px 68px !important;
    border: none !important;
}

.home-services-accordion .panel-body p {
    font-size: 14px;
    color: #777;
    line-height: 1.8em;
    margin: 0;
}

@media (max-width: 768px) {
    .home-services-inner {
        flex-direction: column;
        gap: 2em;
    }
    .home-services-image { position: static; }
    .home-services-image img { height: 240px; }
}

/* =============================================
   HOME — TESTIMONIALS SECTION
   ============================================= */
.home-testimonials {
    background: linear-gradient(135deg, #fdf6f9 0%, #f3e8ff 100%);
    padding: 5em 0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 1em;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 2em;
    box-shadow: 0 4px 24px rgba(192, 57, 106, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    color: #f9d0e0;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(192, 57, 106, 0.15);
}

.testimonial-stars {
    color: #f4a623;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 1em;
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 15px;
    color: #555;
    line-height: 1.8em;
    margin-bottom: 1.5em;
    padding-top: 0.5em;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f5e6ec;
    padding-top: 1em;
}

.testimonial-author img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c0396a;
}

.testimonial-author span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #c0396a;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   TIKTOK ICON
   ============================================= */
.tiktok-svg {
    width: 17px;
    height: 17px;
    fill: #fff;
    display: block;
}

/* Header TikTok — align with fa icons */
.head-wl .agileinfo-social-grids ul li a .tiktok-svg {
    fill: #f14156;
    vertical-align: middle;
    position: relative;
    top: 0;
}

.head-wl .agileinfo-social-grids ul li a:hover .tiktok-svg {
    fill: #fff;
}

/* Header social li — force vertical alignment */
.head-wl .agileinfo-social-grids ul li {
    vertical-align: middle !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Footer TikTok — white like fb/insta */
.footer_grid .agileinfo-social-grids ul li a .tiktok-svg {
    fill: #fff;
}

/* =============================================
   HEADER REDESIGN — Colourful
   ============================================= */
.w3-agile-logo {
    background: linear-gradient(135deg, #c0396a 0%, #a855a0 50%, #7c3aed 100%) !important;
    padding: 14px 1em !important;
    position: relative;
    overflow: hidden;
}

/* Subtle shimmer blob */
.w3-agile-logo::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    top: -120px;
    right: 10%;
    pointer-events: none;
}

/* Logo ring */
.header-logo a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 68px !important;
    height: 68px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.15) !important;
    border: 2px solid rgba(255,255,255,0.4) !important;
    transition: background 0.3s ease, transform 0.3s ease !important;
    padding: 4px;
}

.header-logo a:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: scale(1.05);
}

.header-logo img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    object-fit: contain !important;
}

/* Info columns — Contact Us & Email Us */
.w3-header-top-right-text,
.email-right {
    text-align: center;
    position: relative;
}

.w3-header-top-right-text::before,
.email-right::before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
}

.w3-header-top-right-text::before { content: '\f095'; }
.email-right::before              { content: '\f0e0'; }

h6.caption {
    font-family: 'Lato', sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.6) !important;
    margin: 0 0 4px 0 !important;
}

.w3-header-top-right-text p,
.email-right p,
.email-right p a.info {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    letter-spacing: 0.3px !important;
    margin: 0 !important;
}

.email-right p a.info:hover {
    color: #ffd6e8 !important;
    text-decoration: underline;
}

/* Dividers between columns */
.w3-header-top-right-text,
.email-right {
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    padding: 0 20px !important;
}

/* Follow Us — header social icons */
.head-wl .agileinfo-social-grids {
    text-align: center;
}

.head-wl .agileinfo-social-grids h6.caption {
    color: rgba(255,255,255,0.6) !important;
    margin-bottom: 8px !important;
}

.head-wl .agileinfo-social-grids ul {
    display: inline-flex !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.head-wl .agileinfo-social-grids ul li {
    display: inline-flex !important;
    align-items: center !important;
}

.head-wl .agileinfo-social-grids ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    font-size: 0 !important;
}

.head-wl .agileinfo-social-grids ul li a .fa,
.head-wl .agileinfo-social-grids ul li a .tiktok-svg {
    font-size: 14px !important;
    color: #fff !important;
    fill: #fff !important;
    width: 14px !important;
    height: 14px !important;
}

.head-wl .agileinfo-social-grids ul li a:hover {
    background: rgba(255,255,255,0.3) !important;
    transform: translateY(-2px) !important;
}

/* =============================================
   ABOUT PAGE REDESIGN
   ============================================= */
.about-hero {
    padding: 11em 0 6em;
    background: linear-gradient(115deg, rgba(26, 26, 46, 0.92), rgba(192, 57, 106, 0.75)), url('../images/Home.jpg') center / cover;
    color: #fff;
}
.about-hero-content { max-width: 700px; }
.about-hero .welcome-label, .about-cta .welcome-label { color: #ffd6e8; }
.about-hero h1, .about-cta h2 {
    margin: 0 0 .45em;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    line-height: 1.13;
}
.about-hero p:not(.welcome-label), .about-cta p:not(.welcome-label) {
    max-width: 590px;
    margin-bottom: 1.8em;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 1.9;
}
.about-story { padding: 6em 0; background: #fff; }
.about-story-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 5em;
}
.about-story-copy h2 {
    margin: 0 0 .6em;
    color: #1a1a2e;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
}
.about-story-copy > p:not(.welcome-label) { color: #666; font-size: 16px; line-height: 1.9; }
.about-story-copy h3 {
    margin: 1.45em 0 .55em;
    color: #c0396a;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 1.35;
}
.about-story-copy .about-story-lead {
    color: #3f3f52;
    font-size: 18px;
}
.about-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 1.4em 0 1.8em;
    padding: 1.4em;
    border: 1px solid #f3d6e3;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7fa, #fcf5ff);
    list-style: none;
}
.about-service-list li {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.45;
}
.about-service-list .fa { color: #c0396a; }
.about-story-copy .about-story-signature {
    margin-top: 1.5em;
    color: #1a1a2e;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
}
.about-story-images { position: relative; min-height: 420px; }
.about-story-main {
    width: 82%; height: 420px; object-fit: cover; border-radius: 16px;
    box-shadow: 0 16px 48px rgba(192,57,106,.18);
}
.about-story-accent {
    position: absolute; right: 0; bottom: -22px; width: 42%; height: 190px; object-fit: cover;
    border: 7px solid #fff; border-radius: 14px; box-shadow: 0 12px 34px rgba(26,26,46,.2);
}
.about-values { padding: 6em 0; background: linear-gradient(135deg,#fff0f5,#f3e8ff); }
.about-value-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 2.5em;
}
.about-value-card {
    padding: 2.25em 2em; border-radius: 16px; background: #fff;
    box-shadow: 0 5px 24px rgba(192,57,106,.09); text-align: center;
}
.about-value-icon {
    display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center;
    border-radius: 50%; background: linear-gradient(135deg,#ff6b9d,#c0396a); color: #fff; font-size: 20px;
}
.about-value-card h3, .about-team-card h3 {
    color: #1a1a2e; font-family: 'Playfair Display', serif;
}
.about-value-card h3 { margin: 1em 0 .45em; font-size: 23px; }
.about-value-card p { margin: 0; color: #666; font-size: 15px; line-height: 1.8; }
.team { padding: 6em 0; background: #fff; }
.team .agile_team_grids {
    display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px;
    max-width: 900px; margin: 2.5em auto 0;
}
.team .agile_team_grids > .col-md-3:empty, .team .clearfix { display: none; }
.team .agile_team_grid {
    width: auto; padding: 0; overflow: hidden; border-radius: 16px; background: #fff;
    box-shadow: 0 6px 28px rgba(26,26,46,.1); text-align: left;
}
.team .view { width: 100%; height: 300px; }
.team .view img { width: 100%; height: 100%; object-fit: cover; }
.team .view img.team-photo-chanda {
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #fff0f5, #f3e8ff);
}
.team .view .mask { display: none; }
.team .agile_team_grid h4 { margin: 1.2em 1.4em .3em; color: #1a1a2e; font-size: 25px; }
.team .agile_team_grid p { min-height: 105px; margin: 0; padding: 0 2em 2em; color: #666; line-height: 1.8; }
.about-cta { padding: 5.5em 0; background: linear-gradient(135deg,#c0396a,#a855a0 55%,#7c3aed); text-align: center; }
.about-cta p:not(.welcome-label) { margin-right: auto; margin-left: auto; }
.about-cta-button {
    display: inline-flex; align-items: center; gap: 9px; padding: 14px 25px; border-radius: 28px;
    background: #25d366; color: #fff; font-family: 'Lato',sans-serif; font-weight: 700;
    letter-spacing: 1px; text-decoration: none; transition: transform .2s ease, background .2s ease;
}
.about-cta-button:hover, .about-cta-button:focus {
    background: #1da851; color: #fff; text-decoration: none; transform: translateY(-2px);
}
@media (max-width: 768px) {
    .about-hero { padding: 8em 0 4.5em; }
    .about-hero h1, .about-cta h2, .about-story-copy h2 { font-size: 34px; }
    .about-story-grid, .about-value-grid, .team .agile_team_grids { grid-template-columns: 1fr; gap: 24px; }

    .about-service-list { grid-template-columns: 1fr; }
    .about-story-images { min-height: 350px; }
    .about-story-main { height: 350px; }
}
@media (max-width: 480px) {
    .about-story, .about-values, .team { padding: 4em 0; }
}
