body{
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    line-height: 1.5;
    color: #333;
}

/* header section starts here */
header{
    background: #a3af31;
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav a{
    color: #d9e9e1;
    text-decoration: none;
    margin: 0 1rem;
}

header a img{
    height: 50px;
    width: 50px;

}

header nav a:hover{
    text-decoration: underline;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
   .menu-toggle {
    display: block;
   }
    header nav {
     display: none;
     flex-direction: column;
     background-color: #a3af31;
     position: absolute;
     top: 70px;
     right: 20px;
     width: 150px;
     border: 1px solid #fff;
     border-radius: 5px;
    }
    header nav a {
     margin: 1rem;
    }
    header nav.active {
     display: flex;
    }
}

/* header section ends here */

/* index page starts here */

.subheading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    background: #f2e5e5;
}

.subheading h1{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.subheading p{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.button-container {
    display:inline-flex;
    gap: 15px;
    justify-content: center;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background-color:#4CAF50;
    color: #fff; 
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.btn2 {
    display: inline-block;
    padding: 10px 20px;
    background-color:#4CAF50;
    color: #fff; 
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.btn1:hover{
    transform: translateY(-10px);
}
.btn2:hover{
    transform: translateY(-10px);
}



.btn:hover{
    background: #45a049;
}

.self{
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 2rem;
    background: #fff;
}
.self:hover{
    transform: translateY(-10px);
}

.self div{
    text-align: center;
}

.self div h3{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

/* index page ends here */

/* footer section starts here */
footer{
    text-align: center;
    padding: 2rem;
    background: #333;
    color: #fff;
}

footer a{
    color: #4CAF50;
    text-decoration: none;
    margin: 0 0.5rem;
}
footer a:hover{
    text-decoration: underline;
}
.footer-links{
    margin-bottom: 1rem;
}

.social-icons a{
    color: #fff;
    margin: 0 0.5rem;
    text-decoration: none;
    font-size: 1.2rem;
}

/* footer section ends here */

/* about page section starts here */
.about-title{
    text-align: center;
    padding: 2rem;
}

.about{
    flex:2;
}
.about p{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-align: center;
}

.skills-section{
    margin-top: 3rem;
}
.skills-section h2{
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.skills-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.A:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background-color: #45a049;
}
.B:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background-color: #a3af31;
}
.C:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background-color: yellow;
}
.D:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background-color: lightblue;
}
.E:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background-color: lightcoral;
}
.skills-list div{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5rem;
    padding: 1rem;
    text-align: center;
    flex: 1 1 calc(10.333% - 1rem);
    box-shadow: 0 4px 6px;
}

.skills-list div p{
    margin:0;
    font-size: 1.2rem;
}

@media  (max-width: 768px) {
    .about{
        flex-direction: column;
        text-align: center;
    }
    .skills-list div{
        flex: 1 1 100%;
    }
    
}

/* about page section ends here */


/* portfolio page section starts here */
.potfolio-container{
    max-width: 1100px;
    position: relative;
    margin: auto;
}
.mySlides{
    display: none;

}
.mySlides img{
    vertical-align: middle;
    width: 300px;
    height: 450px;

}
.header{
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(1, 1, 1, 2);
}
.header h1{
    font-size: 2.5rem;
}
.prev, .next{
    position: absolute;
    top: 55%;
    width: auto;
    margin-bottom: 100px;
    padding: 16px;
    color:#333;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next{
    right: 0;
}
.prev:hover, .next:hover{
    background-color: #45a049;
}
.text{
    color: #a3af31;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.numbertext{
    color: #333;
    font-size: 20px;
    padding: 8px 12px;
    top: 0;
}
.dot{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 1px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    
}
.active, .dot:hover{
    background-color: #717171;
}
.fade{
    animation-name: fade;
    animation-duration: 1.5s;
}
.port-button{
    text-decoration: none;
    padding: 10px;
    background: #45a049;
}
.port-button:hover{
    background: #4caf50;


}
.port-box{
    height: 200px;
    width: 200px;
    background-color: #717171;
}

/* portfolio section ends here */

/* services section starts here */
.services-header{
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(1, 1, 1, 2);
}
.services-card1{
    background: lightgray;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
}
.services-card2{
    background: lightgray;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
}
.services-card3{
    background: lightgray;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
}
.services-card4{
    background: lightgray;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
}
.services-card5{
    background:lightgray;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
}
.services-card h3{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.all-services:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}



/* services section ends here */


/* contact page section starts here */
.contact-title{
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(1, 1, 1, 2);
    margin-top: 2rem;
}
.contact-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}
.contact-form{
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.section-title{
    font-size: 2rem;
    color: #2c3e2c;
    margin-bottom: 0.5rem;
}
.section-subtitle{
    color: #7f8c8d;
    margin-bottom: 2rem;
    font-size: 1rem;
}
.form-group{
    position: relative;
    margin-bottom: 1.5rem;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #34495e;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.form-group textarea{
    min-height: 150px;
    resize: vertical;
    padding-top: 15px;
}
.form-group i {
    position: absolute;
    left: 15px;
    top: 40px;
    color: #bdc3c7;
    transition: all 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}
.form-group input:focus + i,
.form-group textarea:focus + i {
    color: #3498db;
}

.submit-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.submit-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(41, 128, 185, 0.3);
}
.hours-container {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.hours-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #3498db;
    display: inline-block;
}

.hours-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.hours-list {
    list-style: none;
    padding: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30px;
}
.hours-list li:last-child {
    border-bottom: none;
}

.hours-list li i {
    position: absolute;
    left: 0;
    color: #3498db;
}

.day {
    font-weight: 500;
    color: #2c3e50;
}

.time {
    color: #7f8c8d;
}

.closed {
    color: #e74c3c;
}

.emergency-contact {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fff8e1;
    border-left: 4px solid #f39c12;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
}

.emergency-contact i {
    color: #f39c12;
    font-size: 1.2rem;
}

.emergency-contact a {
    color: #e67e22;
    text-decoration: none;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 10px 10px 35px;
    }
    
    .form-group i {
        top: 38px;
    }
}
