footer { background: linear-gradient(135deg, #121212 0%, #1e1e1e 50%, #2a2a2a 100%); color: #e0e0e0; padding: 80px 0 0; margin-top: 80px; position: relative; overflow: hidden; } footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="%23ff5b00" fill-opacity="0.03" d="M0 50 Q25 30, 50 50 T100 50 Q75 70, 50 50 T0 50z"/></svg>') repeat; pointer-events: none; } .footer-content { max-width: 1300px; margin: 0 auto; padding: 0 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 50px; position: relative; z-index: 1; } .footer-section h3 { color: white; font-size: 20px; font-weight: 600; margin-bottom: 18px; position: relative; display: inline-block; margin-top: 0 !important; } .footer-section p { color: #cccccc; font-size: 15px; line-height: 1.9; text-decoration: none; transition: all 0.3s ease; margin: 0; } .footer-section a { color: #cccccc; font-size: 15px; line-height: 1.9; text-decoration: none; transition: all 0.3s ease; margin-top: 12px; margin-bottom: 12px; } .contact-item-ftr { display: flex; align-items: center; margin-bottom: 18px; transition: transform 0.3s ease; } .contact-item-ftr:hover { transform: translateX(5px); } .contact-item-ftr i { color: #ffffff; font-size: 13px; margin-right: 2px; min-width: 24px; } .booking-24-7 { color: white; padding: 16px 24px; border-radius: 12px; display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 16px; margin-bottom: 25px; } .booking-24-7:hover { transform: translateY(-4px) scale(1.03); } .booking-24-7.whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); color: #ffffff; } .booking-24-7.whatsapp:hover { box-shadow: 0 16px 40px #25d366; background: linear-gradient(135deg, #25d366, #128c7e); } .booking-24-7.whatsapp i { font-size: 28px; color: #ffffff; animation: none; } .booking-24-7.book-foot-btn { background: linear-gradient(135deg, #000080, #7a7da6); color: #ffffff; } .booking-24-7.book-foot-btn:hover { box-shadow: 0 16px 40px #000080; background: linear-gradient(135deg, #000080, #7a7da6); } .booking-24-7.book-foot-btn i { font-size: 28px; color: #ffffff; animation: none; } .booking-24-7 i { font-size: 28px; animation: spin 4s linear infinite; } .booking-24-7 .phone { font-size: 18px; font-weight: 700; letter-spacing: 0.5px; } .booking-24-7 .book-text { font-size: 15.5px; font-weight: 700; letter-spacing: 0.5px; text-align: center; } @keyframes pulseGlow { from { box-shadow: 0 8px 20px rgba(255, 91, 0, 0.25); } to { box-shadow: 0 12px 30px rgba(255, 91, 0, 0.4); } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .cta-button-ftr { background: linear-gradient(135deg, var(--orange), #2d47ff); color: white !important; padding: 5px 14px; border: none; border-radius: 16px; font-size: 14px !important; font-weight: 500; cursor: pointer; display: inline-block; margin: 22px 0; text-decoration: none; transition: all 0.4s ease; position: relative; overflow: hidden; } .cta-button-ftr::before { content: ""; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; } .cta-button-ftr:hover::before { width: 300px; height: 300px; } .cta-button-ftr:hover { transform: translateY(-3px); } .social-links-ftr { display: flex; gap: 16px; margin-top: 0; } .social-links-ftr a { width: 44px; height: 44px; background: rgb(223 223 223 / 15%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 18px; transition: all 0.4s ease; position: relative; overflow: hidden; } .social-links-ftr a::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent ); transition: 0.6s; } .social-links-ftr a:hover::before { left: 100%; } .social-links-ftr a:hover { background: var(--orange); color: white; transform: translateY(-4px) scale(1.1); } .social-icon.facebook { background: #1877F2; } .social-icon.facebook:hover { background: #0e5ed8; } .social-icon.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); } .social-icon.instagram:hover { background: linear-gradient(45deg, #e6683c, #dc2743, #cc2366, #bc1888, #a31896); } .social-icon.tiktok { background: linear-gradient(45deg, #000000, #111111); border: 2px solid #ee1d52; } .social-icon.tiktok:hover { background: linear-gradient(45deg, #ee1d52, #000000); border-color: #69c9d0; } .footer-section ul { list-style: none; padding: 0; } .footer-section ul li { position: relative; padding-left: 22px; } .footer-section ul li a { margin-top: 0; color: #cccccc; display: inline-block; transition: all 0.3s ease; } .footer-section ul li a:before { content: "✦"; color: #454fcf; position: absolute; left: 0; font-size: 16px; transition: transform 0.3s ease; } .footer-section ul li a:hover:before { transform: translateX(5px); } .payment-methods-ftr { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; } .payment-icon-ftr img { width: 26px; height: 26px; object-fit: contain; display: inline-block; } .payment-icon-ftr { background: #ffffff; color: #1a1a1a; padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; transition: all 0.3s ease; } .payment-icon-ftr:hover { transform: translateY(-2px); } .footer-bottom { background: #0a0a0a; padding: 1px 0; text-align: center; border-top: 1px solid rgba(17, 0, 255, 0.15); margin-top: 60px; position: relative; z-index: 1; } .footer-bottom p { color: #888888; font-size: 12px; font-weight: 400; } .footer-bottom a { color: rgb(153 153 155); text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 12px; } @media (max-width: 992px) { .footer-content { grid-template-columns: repeat(2, 1fr); gap: 40px; } } @media (max-width: 768px) { .footer-content { grid-template-columns: 1fr; padding: 0 20px; } .booking-24-7 { font-size: 15px; padding: 14px 20px; } .cta-button-ftr { padding: 14px 28px; font-size: 15px; } } @media (max-width: 480px) { footer { padding-top: 60px; } .footer-section h3 { font-size: 18px; } } 