.error {
  color: red;
}
        
#myBtn {
			display: none;
			position: fixed;
			bottom: 100px;
			right: 10px;
			z-index: 99;
			font-size: 15px;
			border: none;
			outline: none;
			background-color: red;
			color: white;
			cursor: pointer;
			padding: 15px;
			border-radius: 4px;
		}
#myBtn:hover {
			background-color: #555;
		}
body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f0f0f0;
        }
.container {
            width: auto;
            max-width: auto;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
.header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ccc;
        }
       
.header .header-text {
            text-align: center;
        }
.header .quotation {
            font-size: 20px;
            color: gray;
           
            text-align: center;
           
        }
.main-heading {
            color: navy;
            font-size: 32px;
            margin-bottom: 20px;
            text-align: center;
        }
		
.about {
    max-width:auto; /* Adjust max-width as needed */
    margin: 0 auto; /* Center the container horizontally */
    padding: 20px; /* Add padding around the container */
    background-color: #f9f9f9; /* Set background color */
	
}

.row {
    display: flex;
    justify-content: center; /* Center items horizontally within the row */
}

.item2, .item3 {
    width: 100%; /* Increase width to 50% for each item */
    margin: 20px; /* Add margin around each item */
    padding: 20px; /* Add padding inside each item */
    background-color: #fff; /* Set background color for each item */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow effect */
}


.item2 h2, .item3 h2 {
    text-align: center; /* Center align headings */
    color: tomato; /* Set heading color */
}

.item3 ul {
    padding-left: 20px; /* Add left padding to the list */
}

.business-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
.business-section .item {
            width: auto;
            margin-bottom: 40px;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
.business-section .item img {
            width:auto;
            height: auto;
            border-radius: 8px;
        }
.business-section .item .description {
            margin-top: 20px;
            color: #555;
        }
.business-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
			
    }
.image {
            width: calc(20% - 20px);
            margin-bottom: 20px;
            padding: 10px;
            background-color: #f9f9f9;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
.image img {
            width: 180px;
            height: auto;
            border-radius: 8px;
            margin-bottom: 10px;
        }
.description {
            color: #555;
            font-size: 14px;
        }
.read-more {
            color: blue;
            text-decoration: underline;
            cursor: pointer;
        }
.another-section {
    background-color: #f9f9f9; /* Set background color */
    padding: 30px; /* Add padding */
    margin-right: 5px;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    text-align:left;
    align-items: flex-start; /* Align items at the start of the container */
    margin-right: 20px;
}

.images {
    width: 50%; /* Set width to half of the container */
    display: flex;
    flex-direction: column; /* Align images vertically */
    justify-content: center; /* Center-align content vertically */
    align-items: center; /* Center-align content horizontally */
	 margin-right: 20px;
}

.images img {
    max-width: 100%; /* Ensure images don't exceed container width */
    height:2000px; /* Maintain aspect ratio */
    margin-bottom: 30px; /* Add margin between images */
}

.text {
    width: 100%; /* Set width to full width of the container */
    text-align: left; /* Center-align text */
    margin-top: 20px; /* Add margin on top for spacing */
}

.contact-section {
    margin-top: 60px;
	text-align: left;
}

.contact-section p {
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
}
.contact-section li {
	 text-align: left;
	  font-size: 16px;
}
	
.office-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.office {
    width: calc(33.33% - 20px);
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    text-align: center;
}

.office:last-child {
    margin-right: 0;
}

.office h3 {
    color: orange;
    font-size: 18px;
    margin-bottom: 10px;
}
h2,h1 {
    color: orange;
}
.office p {
    margin-bottom: 5px;
}

.office i {
    margin-right: 5px;
}
/* Custom styling for contact boxes */
/* Custom styling for contact boxes */
.office {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: background-color 0.3s, color 0.3s, font-weight 0.3s;
}

.office:hover {
    background-color: orange;
    color: white;
    
}

/* Custom styling for heading inside contact boxes */
.office h3 {
    color: orange;
    transition: color 0.3s;
}

/* Change heading color to white on hover */
.office:hover h3 {
    color: white;
}


.about-us-section {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.profile {
    width: calc(50% - 20px);
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-image {
    text-align: center;
    margin-bottom: 20px;
}

.profile-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info h2 {
    color: orange;
    font-size: 24px;
    margin-bottom: 10px;
}

.profile-info p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}
.profile {
    width: calc(50% - 40px);
    padding: 10px;
    background-color: #FFF5EE; /* Light background color */
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; /* Add some margin between profiles */
	 
}
.about-us {
    text-align: center; /* Center align the content */
    max-width:auto; /* Adjust the max-width as needed */
    margin: 0 auto; /* Center the container horizontally */
}
.content1 {
    display: flex;
    align-items: flex-start; /* Align items at the start */
    margin-bottom: 20px;
}

.image1 {
    flex: 0 0 auto;
    margin-right: 20px;
}

.image1 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.text {
    flex: 1;
}

.text h4 {
    margin-top: 0;
    color: orange;
}

.text p {
    margin-top: 0; /* Adjust margin */
    margin-bottom: 10px;
}

.read-more {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.item1 p {
    color: navy;
}
.tick {
    color: ForestGreen; /* Change tick color */
    font-size: 17 px; /* Adjust tick size */
    margin-right: 5px; /* Add spacing between tick and text */
}
		
.slider-container {
    position: relative;
    width: auto; /* Adjust the width of the slider container */
    height: auto; /* Adjust the height of the slider container */
    overflow: hidden; /* Hide any content that overflows */
    display: inline-block; /* Allow the container to adjust its size based on content */
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
    scroll-snap-type: x mandatory; /* Snap to each slide */
}

.slide {
    flex: 0 0 auto; /* Ensure each slide takes its natural width */
    height: auto; /* Adjust the height of each slide */
    scroll-snap-align: start; /* Align slides to the start of the container */
}


	.slider-container {
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    width: 100%; /* Adjust to fit one slide */
    transition: transform 0.5s ease;
    overflow-x: hidden;/* Hide the horizontal scrollbar */
    overflow-y: hidden; /* Hide the vertical scrollbar */	
}

.slide {
    flex: 0 0 100%; /* Each slide takes full width of the container */
    height: auto; /* Adjust the height of each slide */
}



    .btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        z-index: 1;
    }
    .prev {
        left: 10px;
    }
    .next {
        right: 10px;
    }

.review-section {
    overflow: hidden;
    width: 100%; /* Adjust as needed */
}

.review-container {
    display: flex;
    animation: moveReviews 20s linear infinite; /* Adjust animation duration */
}

.review-row {
    display: flex;
}

.review-row img {
    width: 200px; /* Adjust image size as needed */
    height: auto;
    margin-right: 10px;
}
.review {
    background-color: #ffffff; /* Set background color for each review */
    padding: 20px; /* Add padding */
    margin-bottom: 20px; /* Add margin between reviews */
    border-radius: 8px; /* Add border radius for rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add box shadow for depth */
}

.review-content {
    font-size: 16px;
    line-height: 1.6;
}

@keyframes moveReviews {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); } /* Adjust to -100% for continuous loop */
}

.slide-content {
    position: relative;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    padding: 20px;
    text-align: center;
}

.text-overlay h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('images1/cbg.png'); /* Add background image URL here */
  background-size: cover;
  padding: 50px; /* Add padding to adjust space between background image and content */
}

.map-container, .form-container {
  flex: 1; /* Equal width for both containers */
}

.map-container {
  margin-right: 30px; /* Add margin to the right side of the map */
  
}
  .image-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .image-box p {
    margin-top: 10px;
    text-align: center;
  }

  .form-container {
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px; /* Set width for form container */
  }

  .form-container h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    display: block;
    margin-bottom: 5px;
  }


  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .form-group button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Style the background layout */
.review-section {
    background-color: #fff5f8; /* Set background color */
    padding: 50px 0; /* Add padding */
}


.author {
    margin-top: 10px;
    font-style: italic;
}
/* Style footer */
.footer {
    background-color:#333 ; /* Set background color */
    color:#fff ; /* Set text color */
    padding: 20px 0; /* Add padding */
	text-align: center; /* Center align the text */
}

.footer-container {
    width: 80%; /* Set width to center content */
    margin: 0 auto; /* Center container */
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space items evenly */
    align-items: center; /* Center items vertically */

}
.copyright{
	 text-align:center;
	  flex-grow: 1;
}

.logo {
    width: 100px; /* Set width of logo */
    height: auto; /* Maintain aspect ratio */
}


.row {
    display: flex;
    justify-content: center; /* Distribute items evenly */
    align-items: flex-start; /* Align items at the top */
}

.item1, .item2, .item3 {
    flex: 1; /* Each item occupies equal space */
    margin: 0 10px; /* Add margin between items */
    padding: 20px; /* Add padding for content */
    background-color: #f9f9f9; /* Set background color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow effect */
}

.item1 img {
    max-width: 100%; /* Ensure images fit within container */
}

.item2, .item3 {
    max-width: 30%; /* Limit width of about us and what we do sections */
}

.item2 h2, .item3 h2 {
    color: tomato; /* Set heading color */
}
body {
    font-family: Arial, sans-serif; /* Use a common sans-serif font */
    font-size: 16px; /* Set a base font size */
    line-height: 1.6; /* Set line height for better readability */
    color: #333; /* Set text color */
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif; /* Use the same font for headings */
    font-weight: bold; /* Make headings bold */
    color: #222; /* Set heading color */
    margin-top: 20px; /* Add margin above headings */
    margin-bottom: 10px; /* Add margin below headings */
}

p {
    margin-bottom: 20px; /* Add margin below paragraphs */
}

a {
    color: #007bff; /* Set link color */
    text-decoration: none; /* Remove underline by default */
}

a:hover {
    text-decoration: underline; /* Underline on hover */
}

ul, ol {
    margin-bottom: 20px; /* Add margin below lists */
    padding-left: -20px;
}
    

@media only screen and (max-width: 708px) {
    /* For mobile phones: */
    .text-overlay {
        display: none;
    }
    .about-us-section, .profile {
        align-items:center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 96%;
    }

    .menu, .main, .right {
        width: 100%;
    }

    .description {
        padding: 5px;
    }

    .image {
        display: block; /* Ensure each product takes up full width */
    }


    .office-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .office {
        width: 90%; /* Set the width to 90% of the viewport */
        margin-right: 0;
    }

    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image {
            width: 90%; /* Set the width to 90% of the viewport */
            margin: 15px auto; /* Center the image */
            padding-bottom: 20px;
    }

    .description {
            padding: 5px; /* Reduce padding for smaller screens */
    }
       

    .profile-image img {
        margin: 0 auto 10px; /* Center the image horizontally and add space below */
    }

    .header {
        flex-direction: column;
		align-items:center;
    }

    .contact {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
    }
    .map-container {
        max-width: 1000px;
    }
	.about {
        padding: 20px;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
    }
    .item-container {
        width: calc(50% - 30px); /* Adjust as needed */
        padding: 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); /* Add shadow */
        margin-bottom: 20px;
    }
    .item2,.item3 {
        width: calc(50% - 20px); /* Adjust as needed */
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow */
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin: -15px; /* Negative margin to offset padding */
    }
    .box {
	   width: calc(33.33% - 20px);
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-right: 20px;
        text-align: center;
    }
    .box:nth-child(odd) {
        background-color: white; /* Background color for odd boxes */
    }
    .box:nth-child(even) {
        background-color: white; /* Background color for even boxes */
    }
         
}