/* General Styles */
html {
    font-family: 'Nunito', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, p{
    font-family: 'Nunito', Helvetica, sans-serif;
    margin: 10px;
    padding: 0;
    width: 100%;
    font-weight: 100;
    line-height: normal;
}



p{
    font-size: 26px;
    font-weight: 300;

}

h2{
    font-size: 48px;

}


h6 {
    font-family: 'Dancing Script', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 36px;
    font-weight: 100;
    word-spacing: normal;
}

  /* Top Nav Bar */
        .navbar {
            background-color: #111;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
        }

        .navbar .logo {
            font-size: 24px;
            font-weight: 100;
        }

        .navbar .nav-links {
            display: flex;
            list-style: none;
        }

        .navbar .nav-links li {
            margin: 0 15px;
            font-size: 18px;
        }

        .navbar .nav-links a {
            color: white;
            text-decoration: none;
        }

        .navbar .book-now-btn {
            background-color: #28e6d1;
            color: #333;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
            font-size: 18px;
            cursor: pointer;
        }


.contact-info a {
    margin-left: 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}




/* Hero Section */
	.hero {
	    background-image: url('../img/hero-image.jpg');
	    background-attachment: fixed;
	    background-size: cover;
	    background-position: center;
	    height: 100vh;
	    position: relative;
	}
	
	.hero .hero-text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    color: white;
	    text-align: center;
	    background: rgba(0, 0, 0, 0.5);
	    border-radius: 10px;
	}
	
	.hero-text {
	   width: 60%;
	   margin: 40px;
	   padding: 20px;
	}
	
	 .hero h1 {
            font-size: 114px;
            font-weight: 100;
            letter-spacing: -0.07em;
            word-spacing: normal;
            line-height: normal;
            text-transform: none;
        }
	
	  /* About Section */
        .about {
            padding: 50px 20px;
            background-color: #f9f9f9;
            text-align: center;
        }

        .about h2 {
            margin-bottom: 20px;
        }

        /* Services Section */
        .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service {
    flex: 1 0 calc(33.333% - 20px);
    margin: 10px;
    height: 200px;
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
}

.service:before {
    content: "";
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    background: rgba(0,0,0,0.5);
}

.service h3
 	{
    font-size: 48px;
    font-weight: 300;
    }
 
 .service h2, .service h3,
.service p {
    color: white;
    position: relative;
    z-index: 1;
    margin: 10px;
 
}

/* Replace 'service1.jpg', 'service2.jpg', and 'service3.jpg' with your actual image paths */
.service1 { background: url('../img/service1.jpg') center/cover no-repeat; }
.service2 { background: url('../img/service2.jpg') center/cover no-repeat; }
.service3 { background: url('../img/service3.jpg') center/cover no-repeat; }
.service4 { background: url('../img/service4.jpg') center/cover no-repeat; }


        /* Contact Form Section */
        .contact-form {
            padding: 50px 20px;
            background-color: #eaeaea;
            text-align: center;
        }

        .contact-form form {
            max-width: 400px;
            margin: 0 auto;
        }

        .contact-form input, .contact-form textarea {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .contact-form button {
            background-color: #28e6d1;
            color: #333;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 18px;
        }

        /* Footer Section */
        .footer {
            padding: 20px;
            text-align: center;
            background-color: #111;
            color: white;
        }

        .map {
            width: 100%;
            height: 400px;
        }

        @media (max-width: 768px) {
            .services {
                flex-direction: column;
            }

            .service {
                width: 100%;
            }
        }


/* Media Queries */
@media (max-width: 768px) {
    .top-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-nav nav {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 2.5em;
    }

    .hero-content h2 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2em;
    }

    .hero-content h2 {
        font-size: 1em;
    }
    
    
    
    
    
    
    
    .about-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
}

.main-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
}

.key-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.feature {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature i {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 15px;
}

.feature h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.feature p {
    color: #666;
}

.about-cta {
    text-align: center;
}

.trust-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-header h2 {
        font-size: 2rem;
    }
    
    .key-features {
        grid-template-columns: 1fr;
    }
    
    .feature {
        padding: 15px;
    }
}
}


/* Contact Section */
.contact-section {
    padding: 50px 20px;
    background-color: #eaeaea;  /* Matching your existing background */
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 40px;  /* Add some space below the heading */
}

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
}
/* Contact Section Modern Styling */
.contact-wrapper {
    background: linear-gradient(to right, #ffffff, #f8f9fa);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 40px;
    margin-top: 20px;
}

/* Form Styling */
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form input,
.contact-form textarea {
    padding: 28px;
    border: 2px solid #eef1f6;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 300;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #28e6d1;
    outline: none;
    box-shadow: 0 0 0 4px rgba(40, 230, 209, 0.1);
}

.contact-form button {
    background: #28e6d1;
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form button:hover {
    background: #20c4b2;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 230, 209, 0.2);
}

/* Contact Info Styling */
.contact-info {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.info-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    background: #f8f9fa;
}

.info-item:hover {
    transform: translateX(5px);
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.info-item i {
    font-size: 24px;
    color: #28e6d1;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 230, 209, 0.1);
    border-radius: 10px;
}

.info-item span,
.info-item a {
    color: #4a5568;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-item a:hover {
    color: #28e6d1;
}

/* Responsive Adjustments */
@media (max-width: 868px) {
    .contact-wrapper {
        padding: 20px;
    }
    
    .contact-info {
        padding: 30px;
        margin-top: 30px;
    }
    
    .info-item {
        padding: 15px;
    }
    
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        padding: 14px;
    }
}

/* Input Placeholder Styling */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #a0aec0;
}

/* Form Focus Animation */
@keyframes focusIn {
    from { transform: scale(0.98); }
    to { transform: scale(1); }
}

.contact-form input:focus,
.contact-form textarea:focus {
    animation: focusIn 0.2s ease forwards;
}

/* Form Styles - Modified to match your existing styles */
.contact-form {
    flex: 1;
    max-width: 600px;
    text-align: left;  /* Override existing center alignment */
    padding: 0;  /* Override existing padding */
    background-color: transparent;  /* Override existing background */
}

.contact-form form {
    max-width: 100%;  /* Override your existing max-width */
}

.contact-form input, 
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Nunito', Helvetica, sans-serif;  /* Matching your font */
}

.contact-form button {
    background-color: #28e6d1;  /* Matching your existing button color */
    color: #333;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

/* Contact Info Styles */
.contact-info {
    flex: 1;
    max-width: 400px;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Contact Info Items Alignment Fix */
.info-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    background: #f8f9fa;
}

.info-item i {
    flex-shrink: 0; /* Prevents icon from shrinking */
    font-size: 24px;
    color: #28e6d1;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 230, 209, 0.1);
    border-radius: 10px;
}

.info-item span,
.info-item a {
    color: #4a5568;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.4; /* Improves text alignment */
    display: block; /* Ensures consistent block layout */
}

.info-item a:hover {
    color: #28e6d1;  /* Matching your accent color */
}

/* Responsive Design - Add to your existing media queries */
@media (max-width: 868px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-form,
    .contact-info {
        max-width: 100%;
    }
}