/* Add your custom CSS styles here */

/* Style for the navigation bar */
body, html{
    overflow-x: hidden;
}
.navbar {
    background-color: #f8f9fa; /* Background color */
    
}

.navbar-brand img {
    max-height: 100px; /* Adjust the height of the logo */
    width: 60px;
}

.navbar-nav .nav-link {
    color: #333; /* Link text color */
    font-weight: bold;
    }
.ml-auto, .mx-auto {
    margin-left: auto!important;
    background-color: #f8f9fa;
}

/* Style for the navigation links on hover and active state */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #007bff; /* Link text color on hover and active state */
    
}
/* Add space between navigation links */
.navbar-nav .nav-item {
    margin-right: 40px; /* Adjust the margin as needed */
}

    /* Media query for responsiveness */
    @media (max-width: 768px) {
        .navbar-toggler-icon {
            background-color: #fff; /* Color of the toggle button icon */
        }
    
        .navbar-collapse {
            background-color: #fff; /* Background color of the collapsed menu */
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow to the collapsed menu */
        }
        
        .navbar-nav .nav-link {
            color: #333; /* Link text color */
        }
    }


        /*---------------------------nav bar-----------------------------*/

/* Add your custom CSS styles here */

/* Style for the banner */
.banner {
    text-align: center;
    background-color: #007bff; /* Background color of the banner */
}

.banner img {
    max-width: 100%; /* Make the image responsive within its container */
}

/* Style for the banner text */
.banner-text {
    text-align: center;
    color: #fff; /* Text color (white) */
    padding: 20px;
    background-color: #2e3094; /* Semi-transparent black background */
}

.banner-text h1 {
    font-size: 36px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add a subtle text shadow */
}

.banner-text p {
    font-size: 18px;
}

/* Media query for responsiveness */
@media (max-width: 760px) {
    .banner-text {
        padding: 10px; /* Reduce padding on smaller screens */
    }

    .banner-text h1 {
        font-size: 14px !important; 
    }

    .banner-text p {
        font-size: 10px !important; 
        margin: auto;
    }
    .banner .btn{
        font-size: 8px;
        padding: 3px 10px;
    }
}





/* Add your custom CSS styles here */

/* Style for the "Contact Us" section */
.contact-us {
    text-align: center;
    color: #fff; /* Text color */
    padding: 10px;
}

.contact-us h4 {
    font-size: 20px;
}

.contact-us p {
    font-size: 16px;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .contact-us {
        padding: 10px; /* Reduce padding on smaller screens */
    }

    .contact-us h4 {
        font-size: 18px; /* Adjust heading font size for smaller screens */
    }

    .contact-us p {
        font-size: 14px; /* Adjust paragraph font size for smaller screens */
    }
}

/* Add your custom CSS styles here */

/* Style for the banner */
.banner {
    text-align: center;
    background-color: #fff; /* Background color of the banner */
}

.banner img {
    max-width: 100%; /* Make the image responsive within its container */
}
.modal-body img{
    max-width: 100%;
    height: 300px;
    margin-left: 60px;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .banner {
        padding: 0px; /* Reduce padding on smaller screens */
    }
    .modal-body img{
        margin-left: 0px;
    }
}


/* Custom CSS styles */
.container {
    padding: 20px;
}

.gallery {
    margin-bottom: 20px;
    overflow: hidden;
}

.image {
    margin-bottom: 20px;
    text-align: center;
}

.image img {
    max-width: 100%;
    height: 332px;
    border: 1px solid #edeaea;}

/* Hide the forward and backward buttons initially */
#prev,
#next {
    display: none;
}

/* Media query for showing the buttons and adjusting layout */
@media (max-width: 768px) {
    .gallery {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0px;
    }

    .image {
        padding: 0 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    /* Show the forward and backward buttons */
    #prev,
    #next {
        display: block;
    }
}


/* Add your custom CSS styles here */
body {
    background-color: #ffffff;
}

.container-fluid {
    padding: 20px;
}

/* Style for the map */
.map-placeholder {
    height: 440px;
    /* Add additional map styling here */
}

/* Style for the contact form */
form {
    background-color: #fff;
    padding: 0px 103px 0px 46px; 
    height: 451px;
    border-radius: 5px;
    /* Add additional contact form styling here */
}


/* Responsive styles */
@media (max-width: 767px) {
    .map-placeholder {
        height: 250px; /* Adjust the map height for smaller screens */
        /* margin:0px -30px */
    }
    .map-placeholder iframe{
       width: 100%;
       height: 250px;
    }

    form {
        margin-top: 20px; /* Add margin to separate the map and contact form on small screens */
        padding: 0px;
    }
}


        /*-------------------------------------main---------------------------*/

        section img{
            width: 100%;
            height: 100vh;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
        
        }
        
        /* Custom styles for the container holding the image and text */
        .image-container {
            position: relative;
        }
        
        /* Style for the image */
        .image-container img {
            width: 100%;
            height: auto;
        }
        
        /* Style for the text on top of the image */
        .image-text {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff; /* Text color */
            
        }
        
        /* Style for the text elements (h1 and p) */
        .image-text h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        
        .image-text p {
            font-size: 18px;
            margin: 0;
        }
        
        
        .team{
            position: relative;
            width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin-top: 80px;
        }
        .team-content{
            width: 100%;
            max-width: 1350px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, auto));
            align-items: center;
            gap: 2rem;
            text-align: center;
            margin-top: 40px;
        }
        .team-content img{
            width: 275px;
            height: 170px;
            border-radius: 15px;
            margin-bottom: 15px;
        }
        .center h1{
            color: #fff;
            font-size: 4rem;
            text-align: center;
        }
        .team h1{
            margin-top: 30px;
        }
        .box{
            padding: 10px;
            background: #fff;
            border-radius: 15px;
            transition: all .38s ease;
        }
        
        .box:hover{
            transform: translateY(-10px);
            cursor: pointer;
        }
        .paragraph{
            margin-top: 100px;
            padding: 0px 50px;
        }
        @media screen and (max-width: 768px){
            .team-content img{
                width: 250px;
                height: 170px;
                border-radius: 15px;
                margin-bottom: 15px;
            }
            .team{
                margin-top: 0px;
            }
        }
        
        @media(max-width: 768px){
            .team{
                width: 100%;
                height: auto;
                padding-top: 30px;
            }
            .team-content{
                margin-top: 0px;
            }
            .center h1{
                font-size: 3.2rem;
            }
            .paragraph{
                margin-top: 0px;
                padding: 0px 10px !important;
                text-align: center;
            }
            
        }
        
     /*------------------------------about-----------------------------*/
     
     
     .services{
        margin-top: 30px;
      }
      .services img{
          width: 100%;
          height: 400px;   
      }
      .services h5{
           margin-top: 20px;
      }
      .services p{
          margin-right: 9px;
          text-align: justify;
      }
      @media (max-width: 768px) {
          .services{
              margin-top: 0px;
            }
            .services img{
                height: 300px;   
            }
            .services h5{
                 margin-top: 20px;
            }
            .services p{
                font-size: 12px;
            }
            
      }

      /*---------------------------------services-----------------------------*/




      /* Reset default margin and padding */
body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}

/* Style for the image container */
.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Style for each image box */
.image-box {
    position: relative;
    width: calc(25% - 20px); /* Adjust the width as needed */
    margin: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

/* Style for the images */
.image-box img {
    max-width: 300px;
    height: 290px;
    border: 1px solid #b9b8b8;
}


/* Style for the overlay (visible on hover) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Hover effect - show overlay and scale image */
.image-box:hover {
    transform: scale(1.05); /* Scale up the image */
}

.image-box:hover .overlay {
    opacity: 1; /* Make the overlay visible */
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .image-container {
        justify-content: center; /* Center align images on smaller screens */
    }

    .image-box {
        width: calc(50% - 20px); /* Two images per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .image-box {
        width: calc(100% - 20px); /* One image per row on even smaller screens */
    }
}
    

     /*----------------------------Gallery---------------------------*/








/* Add your custom CSS styles here */


.container-fluid {
    padding: 20px;
    display: flex;
}

.right-side {
    padding: 20px;
}

.left-side {
    background-color: #fff; /* Background color for the left side on larger screens */
    padding: 20px;
    margin-top: 30px;
}

/* Style for map placeholder */
.map-placeholder {
    height: 420px;
    background-color: #f0f0f0;
}

/* Responsive styles */


/* Custom CSS styles for the contact form */
.contact-box {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    margin: 28px 0px;
}
.contact-box h2{
    text-align: center;
    margin-bottom: 20px;
}

/* Custom CSS styles for the payment details */
.payment-box {
    margin-top: 30px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    /* Stack contact form and payment details on smaller screens */
    .col-md-6 {
        width: 100%;
    }
}


/* Style for QR code */
.qr-code {
    width: 291px;
    height: 290px; /* Ensure the QR code image does not exceed its container width */
}

/* Responsive styles */
@media (max-width: 767px) {
    .left-side {
        background-color: transparent;
    }
    .map-placeholder {
        height: 250px;
    }
    .map-placeholder iframe{
        width: 100%;
        height: 250px;
     }
    .right-side {
        margin: 0px; 
        padding: 0px;
    }
    .p-4 {
        padding: 0px !important;
    }
}


/*------------------------------contact-----------------------------*/


        /*---------------------footer----------------------------*/
        
.footer{
    background: #bdc3c7;
    background: -webkit-linear-gradient(to bottom, #2c3e50, #bdc3c7);
    background: linear-gradient(to bottom, #2c3e50, #bdc3c7);
    color: #fff;
    padding: 40px 0px;
 }
 .footer h3{
    font-size: 1.2rem;
     margin-bottom: 10px;
     color: rgb(231, 103, 17);
 }
 .usefullinks ul{
    list-style-type: none;
    padding: 0px;
 }
 .usefullinks ul li a{
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    font-family: math;
    line-height: 30px;
    }
 .usefullinks ul li a:hover{
    color: #ffc400;
 }
 .footer p{
    margin-bottom: 2px ;
    margin-left: 20px;
    margin: auto;
 }
 .footer a{
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 17px;
    font-weight: 500;
    font-family: math;
   
 }

.footer .logo img{
    width: 160px;
    height: 160px;
}

 @media screen and (min-width: 360px) and (max-width: 760px){
    .logo img{
        width: 130px;
     }
    .usefullinks{
       visibility: hidden;
    }
    .address{
       margin-left:  30px;
       margin-top: -130px;
    }
    .footer p{
        margin-left: 0px;
     }
    
 }   
.modal-content{
    color: black;
    text-align: left;
    list-style: none;
}
.modal-body{
    padding: 2rem !important;
}
.link p{
    text-align: right;
    margin-right: 50px;
    margin-top: -25px;
    
}
.link a{
    font-weight: bolder ;
}
.link img{
    width: 20px;
    height: 20px;
}
@media screen and (max-width:768px) {
    .link p{
        text-align:left;
        margin-top: 20px;
        margin-left: 27px;
        
    } 
}