* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::placeholder{
  color: rgba(255,255,255,.7);
  opacity: 0.5; /* Firefox */
}



/* Scroll margin for anchor links */
section {
    scroll-margin-top: 100px;
}
/* Animation Classes - Simplified */

        /* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    padding: 1.5rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;/* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
}
.logo {
    width: 50px;
    height: 50px;
    background: #17528e;
    border-radius: 50%;
}
.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
    align-items: center;
}
.nav-links a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
}
.nav-links a:hover {
    color: #000;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropbtn {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dropdown-content {
    opacity: 0;
    visibility: visible;
    position: absolute;
    background-color: white;
    min-width: 250px;
    padding: 15px;
    z-index: 1;
    border-radius: 11px;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #dadee4;
    background: #f7faff;
    display: block;
}
.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-content a {
    color: #333;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 400;
    transition: background-color 0.2s ease;
}
.dropdown-content a:hover {
    background-color: #f5f5f5;
    color: #000;
}
.nav-cta {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.btn-primary {
    background: #003c92;
    color: white;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.whatsapp-btn {
    width: 40px;
    height: 40px;
    background: #003c92;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: transform 0.3s;
}
.whatsapp-btn:hover {
    transform: scale(1.1);
}
.whatsapp-btn svg {
    width: 18px;
    height: 18px;
    fill: white;
}
/* Mobile Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}
.hamburger span {
    width: 25px;
    height: 3px;
    background: #000;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.4s ease;
    z-index: 999;
    padding: 100px 2rem 2rem;
}
.mobile-menu.active {
    right: 0;
}
.mobile-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.mobile-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 0.3s;
}
.mobile-menu ul li a:hover {
    color: #000;
}
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}
.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Hero Section */
.hero {
    margin-top: 120px;
    padding: 4rem 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 85vh;
}
.hero-content h1 {
    /* color: #003c92; */
    color: #353639;
    font-size: clamp(5rem, 9vw, 4rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: clamp(-1.5px, -0.3vw, -2px);
}
#animated-text {
    transition: opacity 1s ease-in-out, color 1s ease-in-out, filter 1s ease-in-out;
}
#animated-text-prefix {
    display: inline-block;
    width: 5em;
    min-height: 1.2em;
    text-align: left;
    vertical-align: bottom;
}
.hero-content .location {
    color: #666;
    font-weight: 400;
    font-size: clamp(3rem, 4vw, 4rem);
}
.hero-content p {
    color: #666;
    line-height: 1.8;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    margin: 0;
    max-width: 90%;
}
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
}
.btn-secondary {
    background: white;
    border: 1px solid #000;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #000;
}
.btn-secondary:hover {
    background: #000;
    color: white;
}
.btn-secondary svg {
    fill: currentColor;
}
.hero-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    position: relative;
}
.hero-image {
    width: 100%;
    height: 250px;
    background-image: url('img/Car-window-tinting.jpeg');
    background-size: calc(260% + 2rem) auto;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.hero-image:nth-child(1) {
    grid-row: span 2;
    height: 100%;
    background-position: 0% 120%;
}
.hero-image:nth-child(2) {
    background-position: 100% 0%;
}
.hero-image:nth-child(3) {
    background-position: 100% 100%;
}
.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.03);
}



/* About Section */
.about {
    padding: 5rem 5% 6rem 5%;
    background: #f8f9fa;
}
.section-label {
    display: inline-block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.blue-bg {
    background: #f5f8ff;
    margin: 15px;
    border-radius: 8px;
}
.tint-comparison {
    width: 100%;
    height: clamp(500px, 50vh, 450px);
    position: relative;
    margin: 4rem 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: none;
    /* background-image: url('assets/cpmp/comp.jpg'); */
    background-size: cover;
    background-position: center;
}
.tint-comparison::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: url('assets/cpmp/comp.jpg'); */
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.tint-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    z-index: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.faq {
    padding: 0 5%;
}
.faq-item {
    margin-bottom: -1px;
    border: 0px solid #e5e7eb;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}
.faq-question {
    width: 100%;
    background: #fff;
    border: 0;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: #d1d1d1;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
    text-align: left;
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
}
.faq-question span:first-child {
    flex: 1;
}
.faq-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    border: 2px solid;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: #000;
    color: white;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, padding 0.6s ease;
    padding: 0 clamp(1.5rem, 3vw, 2.5rem);
    background: #fafafa;
}
.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 1.5rem clamp(1.5rem, 3vw, 2.5rem) 2.5rem;
    background: #fafafd;
    border-left: 1px dashed #d1d1d1;
    border-right: 1px dashed #d1d1d1;
}
.faq-answer p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
}
.faq-answer p:last-child {
    margin-bottom: 0;
}
/* Smash and Grab Section */
.smash-grab {
    padding: 5rem 5% 0rem 5%;
}
.smash-grab-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
    gap: 4rem;
}
.smash-grab-left h3 {
    font-size: clamp(0.75rem, 2vw, 0.9rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #666;
}
.smash-grab-left h2 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.smash-grab-left p {
    color: #666;
    line-height: 1.8;
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-bottom: 2rem;
}
.smash-grab-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.sg-feature-card {
    padding: clamp(1.5rem, 3vw, 2rem);
}
.sg-icon-circle {
    width: 60px;
    height: 60px;
    background: #e3ebf7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #033b91;
}
.sg-icon-circle svg {
    width: 30px;
    height: 30px;
    fill: #033b92;
}
.sg-feature-card h4 {
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.sg-feature-card p {
    color: #666;
    line-height: 1.8;
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    margin: 0;
}
/* Contact Section */
.contact {
    padding: 5rem 5% 4rem 5%;
    background: #03449E;
    color: white;
    margin: 15px;
    border-radius: 8px;
}
.contact h2 {
    font-size: clamp(1.75rem, 5vw, 3rem);
    margin-bottom: 4rem;
    letter-spacing: -1.5px;
    font-weight: 700;
}
.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 5rem;
}
.contact-method {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}
.contact-icon {
    width: 60px;
    height: 60px;
    background: #e3ebf7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #033b91;
}
.contact-icon svg {
    width: 30px;
    height: 30px;
    fill: #003c91 !important;
}
.contact-method h3 {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
}
.contact-method p {
    color: #ffffff;
    font-size: clamp(0.9rem, 2vw, 1rem);
}
.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.form-group label {
    margin-bottom: 1rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 500;
}
/* .form-group input,
        .form-group textarea {
            background: #000000;
            border: 1px solid #1b1b1b;
            padding: 1.2rem;
            color: white;
            border-radius: 10px;
            font-size: clamp(0.9rem, 2vw, 1rem);
            font-family: inherit;
            transition: border-color 0.3s ease;
        } */

.form-group input, .form-group textarea {
    background: #01337D;
    border: 1px solid #2f5386;
    padding: 1.2rem;
    color: white;
    border-radius: 10px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-family: inherit;
    transition: border-color 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: #fff;
}
.form-group textarea {
    resize: vertical;
    min-height: 200px;
}
.message-group {
    grid-column: 2;
    grid-row: 1 / 4;
}
.submit-group {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.btn-white {
    background: white;
    color: #000;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: transform 0.3s;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn-white:hover {
    transform: translateY(-2px);
}
/* Footer */
footer {
    background: #000000;
    color: #ffffff;
    padding: 3.5rem 20px 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer p, footer small {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
}

/* Responsive */
@media (max-width: 1024px) {
.hero, .smash-grab-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
}
.smash-grab-right {
    grid-template-columns: 1fr;
}
.contact-form {
    grid-template-columns: 1fr;
}
.message-group, .submit-group {
    grid-column: 1;
    grid-row: auto;
}
.hero {
    min-height: auto;
    padding: 3rem 5%;
    margin-top: 100px;
}
.smash-grab {
    padding: 3rem 5% 4rem 5%;
}
.contact {
    padding: 3rem 5% 0 5%;
}
}

@media (max-width: 768px) {
nav {
    padding: 1rem 5% !important;
}
.nav-links, .nav-cta .whatsapp-btn {
    display: none;
}
.hamburger {
    display: flex;
}
.contact-methods {
    grid-template-columns: 1fr;
    gap: 2rem;
}
.hero-images {
    grid-template-columns: 1fr;
}
.hero-image:nth-child(1) {
    grid-row: span 1;
    height: 400px;
}
.hero-buttons {
    flex-direction: column;
    width: 100%;
}
.hero-buttons button, .hero-buttons a {
    width: 100%;
    justify-content: center;
}
.hero {
    margin-top: 80px;
    padding: 2rem 5%;
}
.smash-grab {
    padding: 2rem 5% 3rem 5%;
}
.blue-bg {
    margin: 10px;
    padding-bottom: 80px !important;
}
.contact {
    margin: 10px;
    padding: 2rem 5% 50px 5%;
}
.faq {
    padding: 0 5%;
    margin: 2rem 0;
}
footer {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    padding: 2rem 20px 1.5rem;
}
.sg-feature-card[style*="grid-column: span 2"] {
    grid-column: span 1 !important;
}
.tint-comparison {
    width: 100%;
    /* height: clamp(500px, 50vh, 450px); */
    min-height: 150px;
    height: clamp(50px, 50vh, 40px);
}
.hero-image:nth-child(1) {
    grid-row: span 2;
    /* height: 100%; */
    background-position: 0% 78%;
}
}

@media (max-width: 480px) {
.hero-content h1 {
    letter-spacing: -1px;
    font-size: clamp(3rem, 5vw, 4rem)
}
.faq-icon {
    width: 28px;
    height: 28px;
    font-size: 1.3rem;
}
.hero-image:nth-child(2) {
    display: none;
}
.hero-image:nth-child(3) {
    display: none;
}
}
/* Brands Section */
.brands-section {
    padding: 0rem 5%;
    margin-bottom: 60px;
    margin-top: 40px;
}
.brands-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 3rem;
    font-weight: 700;
}
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
}
.brands-grid img {
    max-width: 150px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.brands-grid img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.more-info {
    font-size: 13px;
    width: 115px;
    text-align: center;
    color: #033b92;
    background: #e3eaf7;
    border: 1px solid #e3eaf7;
    padding: 10px 10px;
    border-radius: 6px;
    margin: 15px 0 0;
    display: block;
    text-decoration: none;
}
.more-info:hover {
    color: #033b92;
    background: #e3eaf7;
    border: 1px solid #e3eaf7;
    text-decoration: none;
}
a {
    text-decoration: none;
}
/* Floating Action Buttons - Hidden on Desktop */
.floating-buttons {
    display: none;
}
/* Testimonials Carousel Section */
.testimonials-section {
    padding: 5rem 0;
    background: #ffffff;
    overflow: hidden;
    margin: 60px 0;
}
.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 0 5%;
    display: none;
}
.testimonials-header h2 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
}
.testimonials-header p {
    color: #666;
    font-size: clamp(0.9rem, 2vw, 1rem);
}
.testimonials-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.testimonials-track {
    display: flex;
    gap: 2rem;
    animation: scroll-testimonials 60s linear infinite;
    width: fit-content;
}
.testimonials-track:hover {
    animation-play-state: paused;
}
@keyframes scroll-testimonials {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.testimonial-card {
    flex: 0 0 400px;
    background: white;
    padding: 2rem;
    border: 1px dashed #003c921a;
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    position: relative;
    transition: transform 3.6s ease-in-out, box-shadow 3.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.testimonial-stars {
    color: #FFD700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 3px;
}
.testimonial-text {
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
    font-style: italic;
    min-height: 80px;
}
.testimonial-author {
    font-weight: 600;
    color: #003c92;
    font-size: clamp(0.9rem, 2vw, 1rem);
}
.testimonial-quote {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 3rem;
    color: rgba(0, 60, 146, 0.08);
    line-height: 1;
    font-family: Georgia, serif;
}

@media (max-width: 768px) {
.testimonial-card {
    flex: 0 0 320px;
}
.testimonials-section {
    margin: 40px 0;
}
/* Show Floating Action Buttons on Mobile */
.floating-buttons {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}
.floating-btn:active {
    transform: scale(0.95);
}
.floating-whatsapp {
    background: #25D366;
    animation: pulse-whatsapp 2s infinite;
}
.floating-phone {
    background: #003c92;
    animation: pulse-phone 2s infinite;
}
@keyframes pulse-whatsapp {
0%, 100% {
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}
50% {
box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0.1);
}
}
@keyframes pulse-phone {
0%, 100% {
box-shadow: 0 4px 12px rgba(0, 60, 146, 0.4);
}
50% {
box-shadow: 0 4px 20px rgba(0, 60, 146, 0.6), 0 0 0 10px rgba(0, 60, 146, 0.1);
}
}
.floating-btn svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.phone-footer {
    color: #fff;
    text-decoration: none;
}
