/*
Theme Name: Trusted Travel Guide
Theme URI: https://trustedtravelguide.com
Author: Trusted Travel Guide
Author URI: https://trustedtravelguide.com
Description: A modern travel booking theme with Bus, Train, Flight, Hotel, Tour & Mobile Recharge services. Features PWA install, WhatsApp integration, customer lead capture, review system and share functionality.
Version: 8.0.0
Requires at least: 4.7
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trusted-travel-guide
Tags: travel, booking, one-column, custom-logo, custom-menu, featured-images, theme-options
*/

/* ============================================
   CSS RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    background: #f8f9fa;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }
button { cursor: pointer; border: none; outline: none; font-family: inherit; }
input, textarea, select { font-family: inherit; outline: none; }

/* ============================================
   OFFER BAR
   ============================================ */
.ttg-offer-bar {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1000;
}
.ttg-offer-bar span { animation: blink 1.5s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.5} }

/* ============================================
   NAVBAR
   ============================================ */
.ttg-navbar {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 999;
}
.ttg-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ttg-logo img {
    height: 45px;
    width: auto;
    border-radius: 10px;
}
.ttg-logo-text {
    font-size: 18px;
    font-weight: 800;
    color: #1a73e8;
    line-height: 1.2;
}
.ttg-logo-text small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #666;
}
.ttg-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ttg-call-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #1a73e8;
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}
.ttg-call-btn:hover { background: #1557b0; transform: scale(1.05); }
.ttg-call-btn svg { width: 18px; height: 18px; }
.ttg-menu-toggle {
    display: none;
    background: #1a73e8;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 22px;
    align-items: center;
    justify-content: center;
}

/* ============================================
   HERO SECTION
   ============================================ */
.ttg-hero {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 50%, #1565c0 100%);
    padding: 40px 20px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ttg-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: heroGlow 6s ease-in-out infinite;
}
@keyframes heroGlow {
    0%,100% { transform: translate(0,0); }
    50% { transform: translate(20px, 20px); }
}
.ttg-hero h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
}
.ttg-hero h1 .highlight { color: #ffd54f; }
.ttg-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 25px;
    position: relative;
}
.ttg-hero-search {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
}
.ttg-hero-search input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    font-size: 15px;
    background: transparent;
}
.ttg-hero-search button {
    background: #ff6b35;
    color: #fff;
    padding: 14px 25px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.3s;
}
.ttg-hero-search button:hover { background: #e55a2b; }
.ttg-hero-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    position: relative;
}
.ttg-hero-stat {
    color: #fff;
    text-align: center;
}
.ttg-hero-stat .num {
    font-size: 24px;
    font-weight: 800;
    color: #ffd54f;
}
.ttg-hero-stat .label {
    font-size: 11px;
    opacity: 0.8;
}

/* ============================================
   SERVICES GRID
   ============================================ */
.ttg-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.ttg-section-title {
    text-align: center;
    margin-bottom: 30px;
}
.ttg-section-title h2 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 5px;
}
.ttg-section-title p {
    color: #666;
    font-size: 14px;
}
.ttg-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ttg-service-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.ttg-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-color: #1a73e8;
}
.ttg-service-card .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 30px;
    transition: transform 0.3s;
}
.ttg-service-card:hover .icon { transform: scale(1.1) rotate(5deg); }
.ttg-service-card h3 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin-bottom: 5px; }
.ttg-service-card p { font-size: 12px; color: #888; margin-bottom: 12px; }
.ttg-service-card .book-btn {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s;
}
.ttg-service-card .book-btn:hover { transform: scale(1.05); }

/* Service Colors */
.ttg-service-card.bus .icon { background: #e3f2fd; }
.ttg-service-card.bus .book-btn { background: #1a73e8; }
.ttg-service-card.train .icon { background: #e8f5e9; }
.ttg-service-card.train .book-btn { background: #2e7d32; }
.ttg-service-card.flight .icon { background: #fff3e0; }
.ttg-service-card.flight .book-btn { background: #ef6c00; }
.ttg-service-card.hotel .icon { background: #fce4ec; }
.ttg-service-card.hotel .book-btn { background: #c62828; }
.ttg-service-card.tour .icon { background: #f3e5f5; }
.ttg-service-card.tour .book-btn { background: #7b1fa2; }
.ttg-service-card.recharge .icon { background: #e0f7fa; }
.ttg-service-card.recharge .book-btn { background: #00838f; }

/* ============================================
   WHY CHOOSE US
   ============================================ */
.ttg-features {
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    padding: 50px 20px;
    color: #fff;
}
.ttg-features .ttg-section-title h2 { color: #fff; }
.ttg-features .ttg-section-title p { color: rgba(255,255,255,0.8); }
.ttg-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.ttg-feature-item {
    text-align: center;
    padding: 20px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}
.ttg-feature-item .f-icon {
    font-size: 35px;
    margin-bottom: 10px;
}
.ttg-feature-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.ttg-feature-item p { font-size: 12px; opacity: 0.8; }

/* ============================================
   REVIEWS SECTION
   ============================================ */
.ttg-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.ttg-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.ttg-review-card .review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.ttg-review-card .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1a73e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}
.ttg-review-card .reviewer-name { font-weight: 700; font-size: 15px; color: #1a1a2e; }
.ttg-review-card .review-date { font-size: 11px; color: #999; }
.ttg-review-card .stars { margin-bottom: 10px; }
.ttg-review-card .stars span { font-size: 18px; color: #ffd54f; }
.ttg-review-card .stars span.empty { color: #ddd; }
.ttg-review-card .review-text { font-size: 14px; color: #555; line-height: 1.7; }

.ttg-write-review-btn {
    display: block;
    margin: 25px auto 0;
    padding: 12px 35px;
    background: #1a73e8;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
}
.ttg-write-review-btn:hover { background: #1557b0; transform: scale(1.05); }

/* ============================================
   CTA SECTION
   ============================================ */
.ttg-cta {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}
.ttg-cta h2 { font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.ttg-cta p { font-size: 15px; opacity: 0.9; margin-bottom: 20px; max-width: 500px; margin-left: auto; margin-right: auto; }
.ttg-cta-btn {
    display: inline-block;
    background: #fff;
    color: #ff6b35;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s;
}
.ttg-cta-btn:hover { transform: scale(1.05); box-shadow: 0 5px 20px rgba(0,0,0,0.2); }

/* ============================================
   FOOTER
   ============================================ */
.ttg-footer {
    background: #1a1a2e;
    color: #fff;
    padding: 40px 20px 100px;
}
.ttg-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.ttg-footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffd54f;
}
.ttg-footer p, .ttg-footer a {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 2;
}
.ttg-footer a:hover { color: #ffd54f; }
.ttg-footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* ============================================
   FLOATING WHATSAPP BUTTON
   ============================================ */
.ttg-whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(37,211,102,0.4);
    z-index: 998;
    transition: transform 0.3s;
}
.ttg-whatsapp-float:hover { transform: scale(1.1); }
.ttg-whatsapp-float svg { width: 32px; height: 32px; fill: #fff; }
.ttg-whatsapp-float .pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37,211,102,0.4);
    animation: waPulse 2s infinite;
}
@keyframes waPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.8); opacity: 0; }
}

/* ============================================
   FLOATING SHARE BUTTON
   ============================================ */
.ttg-share-float {
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #1a73e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(26,115,232,0.4);
    z-index: 998;
    transition: transform 0.3s;
}
.ttg-share-float:hover { transform: scale(1.1); }
.ttg-share-float svg { width: 24px; height: 24px; fill: #fff; }

/* ============================================
   FLOATING INSTALL APP BUTTON
   ============================================ */
.ttg-install-app-float {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(26,115,232,0.4);
    z-index: 998;
    transition: transform 0.3s;
    cursor: pointer;
    border: 3px solid #1a73e8;
}
.ttg-install-app-float:hover { transform: scale(1.15); }
.ttg-install-app-float .ttg-install-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(26,115,232,0.2);
    animation: installPulse 2s infinite;
}
@keyframes installPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}

/* ============================================
   MOBILE BOTTOM BAR
   ============================================ */
.ttg-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 8px 15px;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
    z-index: 999;
    justify-content: space-around;
    align-items: center;
}
.ttg-mobile-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #666;
    font-size: 10px;
    font-weight: 600;
    transition: color 0.3s;
    cursor: pointer;
}
.ttg-mobile-bar-item:hover, .ttg-mobile-bar-item.active { color: #1a73e8; }
.ttg-mobile-bar-item svg { width: 22px; height: 22px; }

/* ============================================
   MODALS (Phone Input, Share, Review)
   ============================================ */
.ttg-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.ttg-modal-overlay.active { display: flex; }
.ttg-modal {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 420px;
    width: 100%;
    position: relative;
    animation: modalSlideUp 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}
@keyframes modalSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.ttg-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: background 0.3s;
}
.ttg-modal-close:hover { background: #e0e0e0; }
.ttg-modal h3 { font-size: 20px; font-weight: 800; color: #1a1a2e; margin-bottom: 5px; }
.ttg-modal .modal-subtitle { font-size: 13px; color: #888; margin-bottom: 20px; }
.ttg-modal .modal-icon { font-size: 50px; margin-bottom: 15px; }

/* Phone Input Modal */
.ttg-phone-input-group {
    position: relative;
    margin-bottom: 15px;
}
.ttg-phone-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}
.ttg-phone-input-group input {
    width: 100%;
    padding: 14px 18px;
    border: 3px solid #4caf50;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #f8f9fa;
    letter-spacing: 1px;
}
.ttg-phone-input-group input:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 4px rgba(76,175,80,0.15);
    background: #fff;
}
.ttg-phone-input-group input.error {
    border-color: #f44336;
    box-shadow: 0 0 0 4px rgba(244,67,54,0.15);
    animation: shakeInput 0.5s;
}
@keyframes shakeInput {
    0%,100% { transform: translateX(0); }
    20%,60% { transform: translateX(-8px); }
    40%,80% { transform: translateX(8px); }
}
.ttg-phone-input-group .validation-msg {
    font-size: 12px;
    margin-top: 5px;
    min-height: 18px;
    font-weight: 500;
}
.ttg-phone-input-group .validation-msg.valid { color: #4caf50; }
.ttg-phone-input-group .validation-msg.invalid { color: #f44336; }

.ttg-submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
}
.ttg-submit-btn:hover { transform: scale(1.02); box-shadow: 0 5px 15px rgba(26,115,232,0.4); }
.ttg-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Share Modal */
.ttg-share-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 15px;
}
.ttg-share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 15px 8px;
    border-radius: 12px;
    background: #f8f9fa;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.ttg-share-item:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.ttg-share-item .share-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.ttg-share-item .share-icon svg { width: 20px; height: 20px; fill: #fff; }
.ttg-share-item.whatsapp .share-icon { background: #25d366; }
.ttg-share-item.facebook .share-icon { background: #1877f2; }
.ttg-share-item.twitter .share-icon { background: #1da1f2; }
.ttg-share-item.instagram .share-icon { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.ttg-share-item.email .share-icon { background: #ea4335; }
.ttg-share-item.copy .share-icon { background: #555; }

.ttg-copy-toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    z-index: 10001;
    display: none;
}
.ttg-copy-toast.show { display: block; animation: modalSlideUp 0.3s ease; }

/* Review Modal */
.ttg-star-rating {
    display: flex;
    gap: 8px;
    margin: 15px 0;
}
.ttg-star-rating .star {
    font-size: 35px;
    cursor: pointer;
    color: #ddd;
    transition: color 0.2s, transform 0.2s;
}
.ttg-star-rating .star.active { color: #ffd54f; }
.ttg-star-rating .star:hover { transform: scale(1.2); }

.ttg-review-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    transition: border-color 0.3s;
}
.ttg-review-input:focus { border-color: #1a73e8; }
.ttg-review-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    resize: vertical;
    min-height: 100px;
    transition: border-color 0.3s;
}
.ttg-review-textarea:focus { border-color: #1a73e8; }

/* ============================================
   PWA INSTALL BANNER
   ============================================ */
.ttg-pwa-install {
    display: none;
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    z-index: 1000;
    max-width: 350px;
    width: 90%;
    align-items: center;
    gap: 15px;
}
.ttg-pwa-install.show {
    display: flex;
    animation: pwaBannerBounce 0.6s ease, pwaBannerGlow 2s ease-in-out infinite 0.6s;
}
@keyframes pwaBannerBounce {
    0% { transform: translateX(-50%) translateY(100px); opacity: 0; }
    60% { transform: translateX(-50%) translateY(-8px); opacity: 1; }
    100% { transform: translateX(-50%) translateY(0); }
}
@keyframes pwaBannerGlow {
    0%, 100% { box-shadow: 0 10px 40px rgba(26,115,232,0.3); }
    50% { box-shadow: 0 10px 40px rgba(26,115,232,0.6), 0 0 0 4px rgba(26,115,232,0.1); }
}
.ttg-pwa-install .pwa-icon { width: 50px; height: 50px; border-radius: 12px; }
.ttg-pwa-install .pwa-text { flex: 1; }
.ttg-pwa-install .pwa-text h4 { font-size: 14px; font-weight: 700; color: #1a1a2e; }
.ttg-pwa-install .pwa-text p { font-size: 11px; color: #888; }
.ttg-pwa-install-btn {
    background: #1a73e8;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.ttg-pwa-install-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

/* ============================================
   LOADING SPINNER
   ============================================ */
.ttg-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================
   SUCCESS MESSAGE
   ============================================ */
.ttg-success-msg {
    display: none;
    text-align: center;
    padding: 20px;
}
.ttg-success-msg .check-icon {
    width: 60px;
    height: 60px;
    background: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 30px;
    color: #fff;
    animation: modalSlideUp 0.3s ease;
}
.ttg-success-msg h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 5px; }
.ttg-success-msg p { font-size: 13px; color: #888; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .ttg-services-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .ttg-features-grid { grid-template-columns: repeat(2, 1fr); }
    .ttg-footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .ttg-mobile-bar { display: flex; }
    .ttg-whatsapp-float { bottom: 75px; }
    .ttg-share-float { bottom: 75px; left: 15px; width: 45px; height: 45px; }
    .ttg-hero h1 { font-size: 22px; }
    .ttg-hero-stats { gap: 15px; }
    .ttg-hero-stat .num { font-size: 20px; }
    .ttg-hero-search input { padding: 12px 15px; font-size: 14px; }
    .ttg-hero-search button { padding: 12px 18px; font-size: 14px; }
    .ttg-call-btn span { display: none; }
    .ttg-call-btn { padding: 8px 12px; }
    .ttg-pwa-install { bottom: 65px; }
}
@media (max-width: 480px) {
    .ttg-services-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ttg-service-card { padding: 20px 15px; }
    .ttg-service-card .icon { width: 50px; height: 50px; font-size: 24px; }
    .ttg-share-grid { grid-template-columns: repeat(2, 1fr); }
}
