body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #ffffff;
            padding: 10px 20px;
            
        }
        .logo {
            height: 60px; 
            margin-right: auto;
        }
        .nav-links {
            display: flex;
            justify-content: flex-end;
            list-style: none;
            padding: 0;
            margin: 0;
            flex-grow: 1;
        }
        .nav-links a {
            color: rgb(0, 0, 0);
            text-decoration: none;
            padding: 14px 16px;
            display: block;
        }
        .nav-links a:hover {
            background-color: #000000;
            color: rgb(255, 255, 255);
            border: 1px solid rgb(81, 165, 1);
            border-radius: 5px;
        }
        .icon {
            display: none;
            color: rgb(2, 2, 2);
            font-size: 24px;
            cursor: pointer;
        }
        @media screen and (max-width: 600px) {
            .nav-links { display: none; flex-direction: column; width: 100%; }
            .navbar { flex-wrap: wrap; }
            .icon { display: block; }
            .navbar.responsive .nav-links {
                display: flex;
                flex-direction: column;
                width: 100%;
            }
        }

        /* Hero section styles
           change the background color
        /*.hero-background {
           background-color: #0000007a;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: none;
            height: 1000px;
        }*/
 .hero {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: none;
            background-image: url("New Images/Intr - White11.jpg");
            background-size: cover;
            background-position: center;
            height: 1000px;
        }
    
        .hero h1 {
            font-family: 'Iceland', sans-serif;
            font-size: clamp(4rem, 8vw, 50px);
            letter-spacing: 2px;
            font-weight: 300;
        }

        .hero h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
        }
 
        .about-us {
            width: 50%;
            text-shadow: #000000 2px 2px 4px;
            text-align: center;
            color: #ffffff;
            font-size: clamp(1.5rem, 2vw, 20px);
        }

        .hero p {
            font-family: "Montserrat", sans-serif;
            font-size: clamp(1rem, 1.5vw, 10px);
        }
        
        @media screen and (max-width: 768px) {
            .hero {
                flex-direction: column;
                text-align: center;
                height: auto;
            }
             .about-us {
                width: 98%;
                padding: 4px;
                background-color: #00000071;
            }
        }
        /* Hero section styles end */


 
a {
  color: inherit; 
  text-decoration: none; 
}

/* map section*/
   .map-section {
    background-color: white;
   }

   .map-section h1 {
    font-family: "Iceland", sans-serif;
    font-weight: 500;
    font-size: clamp(2rem, 4vw, 30px);
   }

  .map-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
 }


 .map {
    border-radius: 10px;
    border: 4px solid grey;
    height: 300px;
 }
/* map section*/

/* footer start */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e0e0e0;
    width: 100%;
    bottom: 0;
    background: #181a1b;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
    margin-top: auto;
}
.footer div {
    width: 50%;
    padding: 10px;
}
.footer .address, .footer .phone, .footer .hours {
    text-align: center;
}
.footer a {
    color: #00bfff;
    text-decoration: none;
    transition: color 0.2s;
}
.footer a:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .footer div {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
}

        /* footer end */
.carousel-section {
    width: 100%;
    margin: 40px 0;
    text-align: center;       
}

.carousel-section h2 {
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 30px);
}

.carousel-container {
    position: relative;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    background: #fff;
}
.carousel-track-wrapper {
    overflow: hidden;
    width: 100%;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    padding: 0;
    margin: 0;
}
.carousel-slide {
    min-width: 100%;
    list-style: none;
}
.carousel-slide img {
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    max-height: 600px; /* Increased from 400px to 600px */
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.85);
    border: none;
    font-size: 2.2rem;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 50%;
    z-index: 2;
    transition: background 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.carousel-btn.left { left: 10px; }
.carousel-btn.right { right: 10px; }
.carousel-btn:hover { background: #eee; }

@media (max-width: 700px) {
    .carousel-slide img {
        max-height: 260px; /* Increased from 220px to 270px */
    }
    .carousel-container {
        max-width: 100%;
    }
}

/* Quote Request Section */
.quote-section {
    max-width: 500px;
    margin: 40px auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 32px 24px;
    transition: box-shadow 0.2s;
}
.quote-section:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
.quote-section h2 {
    text-align: center;
    font-family: 'Iceland', sans-serif;
    font-size: 2rem;
    margin-bottom: 22px;
    color: #181a1b;
    letter-spacing: 1px;
}
#quoteForm {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#quoteForm label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #222;
    font-weight: 500;
}
#quoteForm input,
#quoteForm textarea {
    padding: 10px 12px;
    border-radius: 7px;
    border: 1.5px solid #d1d5db;
    font-size: 1rem;
    font-family: inherit;
    background: #f7f7f9;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
}
#quoteForm input:focus,
#quoteForm textarea:focus {
    border: 1.5px solid #00bfff;
    box-shadow: 0 0 0 2px #00bfff33;
    background: #fff;
}
#quoteForm button[type="submit"] {
    padding: 12px 0;
    border: none;
    border-radius: 7px;
    background: linear-gradient(90deg, #00bfff 0%, #181a1b 100%);
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s, transform 0.1s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
#quoteForm button[type="submit"]:hover {
    background: linear-gradient(90deg, #181a1b 0%, #00bfff 100%);
    transform: translateY(-2px) scale(1.03);
}
#quoteForm input:invalid,
#quoteForm textarea:invalid {
    border-color: #e68a01;
}
#quote-success {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #2e7d32;
    margin-top: 10px;
    text-align: center;
    display: none;
}
#quoteForm textarea {
    min-height: 80px;
    max-height: 200px;
    resize: vertical;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    /* Prevent overflow */
    word-break: break-word;
    white-space: pre-line;
    max-width: 100%;
}
@media (max-width: 600px) {
    .quote-section {
        padding: 16px 6px;
    }
}



