/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #f7faf9;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#services {
    background-color: #f4f4f4; /* Light Orange */
    color: #0c5a68;
    padding: 30px;
}

.heading-container {
    background-color: #0c1263;   /* Deep Blue background */
    padding: 30px 40px;          /* Andar space (top/bottom 30px, left/right 40px) */
    border-radius: 12px;         /* Rounded corners */
    max-width: 600px;            /* Max width container ka */
    margin: 40px auto;           /* Center horizontally with top-bottom margin */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* Thoda shadow */
    text-align: center;          /* Heading center align */
  }
  
  .heading-container h1 {
    color: white;                /* Text white color */
    font-size: 48px;             /* Bada size */
    margin: 0;                   /* Extra space remove */
    font-weight: 700;            /* Bold */
  }

h1 {
    color: #000000; /* Black */
    font-size: 30px;
    text-align: center;
    color: white;
    background-color: #771e02e1; /* Deep Blue background */
    max-width: 350px;
    width: 30%;          /* Screen size ke hisaab se */
    margin: 0 auto;
    padding: 15px;
    border-radius: 14px;
    

 }
 
 h1 {
    margin-bottom: 20px; /* h1 ke neeche gap */
}

p {
    margin-top: 20px; /* p ke upar gap */
}

 h2 {
    margin-bottom: 20px; /* h1 ke neeche gap */
}
 
 h2 {
    color: #000000; /* Black */
    text-align: center; /* Center Align */
    font-size: 32px;
    text-align: center;
    color: white;
    background-color: #771e02e1; /* Deep Blue background */
    max-width: 300px;
    width: 50%;          /* Screen size ke hisaab se */
    height: 90px;      /* Height set ki */
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 50px; /* h2 ke neeche gap */
 }
 
 h4 {
    color: #771e02e1;
    text-align: left;
    font-size: 32px;
    background-color: white;
    max-width: 600px;
    width: 50%;
    margin: 750px auto 0 auto;
    padding: 20px 25px; /* Top-Bottom 20px, Left-Right 50px */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

 .about-container {
    background-color: #0f134d;         /* Dark blue background */
    color: #ffffff;                    /* White text */
    padding: 40px 30px;                /* Space inside the box */
    max-width: 900px;                  /* Width limit */
    margin: 50px auto;                 /* Center horizontally with margin from top/bottom */
    border-radius: 12px;               /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Soft shadow */
    text-align: center;                /* Center align text */
    line-height: 1.7;                  /* Better readability */
    font-family: 'Arial', sans-serif;
  }
  
  .about-container h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #ffd700;                    /* Highlighted heading */
  }
 
#testimonials {
    background-color: #f7f7f7; /* Light background */
    color: #faf7f6;            /* Text color */
    padding: 40px;
    text-align: center;
  
    /* Flexbox for side-by-side */
    display: flex;
    justify-content: center;  /* Center horizontally */
    gap: 30px;                /* Space between testimonial cards */
    flex-wrap: wrap;          /* Wrap on small screens */
  }
  
  .testimonial {
    background-color: #881111;
    border-left: 5px solid #ffd54f;
    padding: 20px;
    max-width: 350px;          /* Smaller width for side-by-side */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    color: white;
    text-align: center;        /* Text center inside each card */
  }
  
  .testimonial-img {
    width: 300px;
    height: 300px;
    border-radius: 0;
    object-fit: cover;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

    
/* Header Style */
header {
    background: rgba(10, 36, 63, 0.432);
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    box-shadow: 0px 1px 5px rgba(248, 107, 13, 0.904);
}

header .logo img {
    width: 100px;
    box-shadow: 0px 10px 300px rgba(248, 107, 13, 0.904);
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 15px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #cc6715fb;
}

/* Banner Section */
.banner {
    text-align: center;
}

.banner h1 {
    font-size: 5rem;
    text-align: center;
    position: relative;
    top: -520px; /* Ye upar le jaata hai element ko */
    Left: 475px;
    background: transparent; /* Ya jo bhi background chahiye */
    margin: 0;
    padding: 0;
}
.banner p {
    font-size: 1.2rem;
}

.cta-btn {
    padding: 10px 20px;
    background: #ff5722;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    transition: background 0.3s;
}

.cta-btn:hover {
    background: lab(96.34% -1.01 0.72);
    color: #d8450b;
}
/* Social Icons */
.social-icons {
    position: fixed;
    top: 50%;
    bottom: 20%;
    left: 10px;
    transform: translateY(-100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    transition: transform 1.5s ease-in-out; /* Slow movement effect */
    
}

.social-icons a {
    text-decoration: none;
    color: white;
    background: #333;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    transition: background 0.3s;
}

.social-icons a img {
    width: 45px;  /* Adjusted smaller size */
    height: 45px;
    border-radius: 50%;  /* Make it circular */
    transition: transform .1s ease;
}

.social-icons a img:hover {
    transform: scale(1.3);  /* Slightly enlarge on hover */
}


.social-icons a:hover {
    background: #555;
}

/* Section Styles */
.section {
    padding: 100px 20px;
    text-align: center;
}

/* Services Section */
.service {
    display: inline-block;
    width: 30%;
    margin: 15px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 8px 15px rgba(248, 107, 13, 0.904);
}

.service img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.service h6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* Footer Styles */
footer {
    background-color: #333;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 10px 50px rgba(248, 107, 13, 0.904);
}

footer .social-links {
    display: flex;
    gap: 25px;
    justify-content: center;
}

footer .social-links a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .social-links a:hover {
    color: #ff5722;
}

/* Contact Form */
.contact-form {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(2, 17, 87);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border: 2px solid #cccccc;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

.contact-form button {
    background-color: #08067afb;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #3c47df;

}

/* Responsive Design */
@media (max-width: 768px) {
    .section {
        padding: 30px 15px;
    }

    .service {
        width: 100%;
    }

    .contact-form {
        padding: 20px;
        width: 100%;
    }

}
/*.gallery {
    display: flex;
    gap: 20px; /* Space between images 
    perspective: 1000px;
    justify-content: center;
}*/

/*.image-container {
    width: 200px;
    height: 180px;
    position: relative; /* Ensures z-index works 
    overflow: visible;
    transition: transform 0.3s ease-in-out;
}*/

/*.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
    position: relative;
    z-index: 51; /* Ensures images stay in order 
}*/

/* Zoom Effect */
/*.image-container:hover {
    z-index: 10; /* Brings hovered image to front 
} */

.gallery {
    display: flex;
    gap: 20px;
    perspective: 1000px; /* Depth effect */
    justify-content: center;
    }

.image-container {
    width: 250px;
}

.image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

/* Left Image (left side small) */
.left-image {
    transform: perspective(700px) rotateY(30deg) scaleX(0.9);
}

/* Middle Image (normal) */
.middle-image {
    transform: perspective(700px) rotateY(0deg);
}

/* Right Image (right side small) */
.right-image {
    transform: perspective(700px) rotateY(-30deg) scaleX(0.9);
}

/* Hover Effect */
.image-container:hover .image {
    transform: scale(1.2);
}

/* Ensure image returns to original state after hover */
.image-container .image {
    transition: transform 0.3s ease-in-out;
}