/* Reset default styles */


body {
    Background-color: #ffffff;
	padding-top: 70px;
    
}


/* Header Section */
.video-container {
    position: absolute;
	display:flex;
    top: 80px;
    
    width: 100%;
    height: 80vh; /* Full viewport height */
    background-image: url('../images/bg1.png');
	background-size: 100%; /* or cover, or specific size */
    z-index: -1; /* Behind content but not too far */
    pointer-events: none; /* Allow clicks through */
	
	transition: opacity 0.5s ease; /* Smooth fade */
	
	
}




.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	
	
    z-index: -1;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	/* Parallelogram shape */
	
	
}


.slide-container {
  display: none;
}


.img_woman {
    float: right;           /* Aligns the image to the left */
    display: inline-block; /* Ensures inline behavior */
    margin-right: 100px;    /* Optional spacing to the right */
    width: 600px;           /* Or set a fixed width if needed */
    height: auto;
	
	filter: drop-shadow(0 0 5px rgba(0, 255, 0, 0.7)); /* Green glow */
}

.wavy-border img {
  width: 600px;
  height: auto;
  clip-path: path('M0,100 C150,200 350,0 500,100 L500,0 L0,0 Z'); /* Example wave */
}



@media (max-width: 1640px) {


	
	.video-container {
    position: absolute;
	display:flex;
	top:30px;
    width: 100%;
    height: 85vh; /* Full viewport height */
    background-image: url('../images/bg1.png');
	background-size: 100%; /* or cover, or specific size */
    z-index: -1; /* Behind content but not too far */
    pointer-events: none; /* Allow clicks through */
	border-radius: 10px;
	
}


.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	
	
    z-index: -1;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	/* Parallelogram shape */
	
	
}

.hd-word {
			
			margin-top:600px;
			
		}


}




.brand {
  display: flex;
  flex-wrap: wrap;
 
  background-image: url('../images/logo_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%; /* or cover, or specific size */
  justify-content: center; /* Centers content */
  padding: 10px;
  max-width: 100%; /* Limits container width */
  height: 900px;
  margin: 0 auto; /* Centers the container */
  margin-top: 90vh;
}


.brand-container2 {
	display: none;
}



.brand-container {
  display: flex;
  background-color: transparent;
  justify-content: center; /* Centers content */
  max-width: 100%; /* Limits container width */
  height: auto;
  flex-direction: column;
  align-items: center;
  gap: 400px;
  margin-top:0px;

}

.brand-container p {
 
  justify-content: center;
  max-width: 350px;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
    

}


.row {
  display: flex;
  justify-content: center;
  align-items: flex;
  gap: 300px;
  margin-top: -300px;
  
  
}


.brand-container div {
  
  flex: 1;
  min-width: 350px;
  max-width: 350px;
  background-color: transparent;
  padding: 1px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0);
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);

}

.impact {
  max-width: 400px; /* Ensures images are responsive */
  height: 100px; /* Maintains aspect ratio */
  object-fit: contain; /* Prevents distortion */
  
}


.image-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 350px;
}

.image-caption {
  font-size: 20px;
  color: #333;
  margin-top: 0px;
  line-height: 1.4;
}



/* Parallax Effect on Hover */
.brand-container div:hover {
  
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0);
}


/* Full-width background image */


.bg_header {
    width: 100%;
    height: 70%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/* Logo */
.logo {
    position: fixed;
    top: 0px;
    left: 20px;
    width: 130px; /* Default size */
    height: auto;
    z-index: 4;
}




/* Contact Container */

.contact-section {
  text-align: center;
Background-color:green;
  color: white;
  padding: 40px 20px;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
  width: 100%;
  margin-top:100px;
}

.contact-section h2 {
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
  font-size: 3em;
  
  
}

.contact-section .subtitle {
  
  font-size: 2em;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
}

.contact-info-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-box {
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 95%;

  position: relative;
  float: inherit;
  z-index:2;
  color: #333;
  border-radius: 8px;
  width: 350px;
  padding: 50px;
 
  display: inline;
  text-align: center;
  margin-top: 30px;
  
}

.contact-info-container .contact-box:nth-child(1) {
  background-image: url('../images/boxdown.png');
}

/* Second box (Email) */
.contact-info-container .contact-box:nth-child(2) {
  background-image: url('../images/boxup.png');
  background-size: 100% 95%;
}

/* Third box (Phone) */
.contact-info-container .contact-box:nth-child(3) {
  background-image: url('../images/boxdown.png');
  
}



.contact-box img{
	
	width: 100px;
	height: auto;

	
}


/* Modal Background */
.modal-email-confirmation {
    display: none; /* Ensure it's hidden initially */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Darker overlay for better focus */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px); /* Adds a slight blur effect */
}

/* Modal Content */
.modal-content-email {
    background: rgba(255, 255, 255, 0.9); /* Semi-transparent for a modern feel */
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px; /* Limits the modal width */
    animation: fadeIn 0.3s ease-in-out;
}

/* Modal Text */
.modal-content-email p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

/* Close Button */
.modal-content-email button {
    background: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.modal-content-email button:hover {
    background: #0056b3; /* Darker shade on hover */
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}





.map {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 0;
  margin-top: -140px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: none;
  
}

.map iframe {
	
width: 100%;
height: 100%;
max-width: none;
display: block;
  
}




.contact-container {
    text-align: center;
    
	width: 99%;
	margin:	auto;
    
	margin-bottom:100px;
}


/* Contact Content */
.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px;
    max-width: 100%;
	height: auto;
    margin: auto;
}

.contact-content2 {
	display: none;
}

/* Contact Form */
.contact-form {
    flex: 1;
    max-width: 100%; /* Increased size */
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: white;
    padding: 20px; /* More padding */
    border-radius: 12px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

/* Input Fields */
.contact-form select,
.contact-form input, 
.contact-form textarea {
    width: 80%;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
}

/* Submit Button */
.contact-form button {
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 20px;
    transition: background 0.3s;
}

.contact-form button:hover {
    background: #0056b3;
}


.contact-form table {
  width: 60%;
  border-collapse: collapse;
  
  margin: auto;
  align-items; center;
}

.contact-form table td {
  padding: 10px; /* space between cell border and content */
}






/* Tablet Screens (Smaller logo) */
@media (max-width: 992px) {
	
	.logo-container {
        width: 100px; /* Reduce size for tablets */
		position: fixed;
		background-color: transparent;
		z-index: 4;
		top:0px;
		height:60px;
		margin-top:10px;
		
		
    }
	
    .logo {
        width: 100px; /* Reduce size for tablets */
		position: fixed;
		margin-top:10px;
		
    }
	
	
	
}





/* Navigation Bar */

.nav {
	height: 70px;
    position: fixed;
	margin-top: 0px;
    top: 0;
    background-image: url('../images/bg1.jpg');
    width: 100%;
    background: white;
    display: flex;
    justify-content: center; /* horizontal centering */

    align-items: center; /* Vertical alignment */
    gap: 40px;
    font-size: 18px;
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
    font-style: italic;
    font-weight: 900;
    
    padding: 15px 40px;
    z-index: 3;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
   
    
}


.nav_menu {
	height: 50px;
    position: fixed;
	margin-top: 10px;
    top: 0;
    justify-content: center; /* horizontal centering */
	align-items: center;     /* vertical centering */
	width: 100%;
    
    display: flex;
    
    align-items: center; /* Vertical alignment */
    gap: 120px;
    font-size: 18px;
    
    font-weight: 500;
    color: Green;
    padding: 15px 40px;
    z-index: 3;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}



/* Navigation Items */
.nav p {
    margin: 0;
    cursor: pointer;
    transition: color 0.3s, transform 0.2s ease-in-out;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 8px;
}

/* Hover Effect */
.nav p:hover {
    color: #0083ef;
    transform: translateY(-2px) scale(1.08);
    background: rgba(0, 151, 239, 0.15);
    border-radius: 10px;
}

.menu-icon {
    display: none;

}








/* Ensure content doesn't go under the navbar */
body {
    padding-top: 60px; /* Adjust padding so content isn't hidden */
}

/* Responsive Styles */



/* Centering text inside header */
.hd-word {
    position: relative;
    top: 90vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    
    
   
    width: 100%;
    padding: 10px;
    
    border-radius: 8px; /* Optional: Adds rounded corners for better aesthetics */
	Background-color: rgba(255, 255, 255, 0.2);
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
    font-style: italic;
    
    color: rgba(1, 180, 5, 1); /* Deep green */
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.8); /* Soft shadow */
	text-decoration:;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
	
}


.hd-word h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.hd-word p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    font-style: oblique;
}


@media (max-width: 1297px) {
	
	.hd-word {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    
    
   
    width: 100%;
    padding: 10px;
    
    border-radius: 8px; /* Optional: Adds rounded corners for better aesthetics */
	Background-color: rgba(255, 255, 255, 0.2);
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
    font-style: italic;
    font-size: 50px;
    color: rgba(1, 180, 5, 1); /* Deep green */
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.8); /* Soft shadow */
	text-decoration:;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
	
}
}





.about-section {
  display: block;
  align-items: center;       /* ✅ Vertically center */
  justify-content: center;   /* ✅ Horizontally center */
  width:100%;
  height: auto;
  gap: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.about-section h1 {
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
    font-style: italic;
    font-size: 38px;
    color: #1a5d1a; /* Deep green */
	max-width: 500px;
	margin: 0 auto; /* Center the element itself */
	
	
	text-align: center; /* Optional: center the heading */
	order: -1;          /* Put it before flex items */
	flex-basis: 100%;

	
}




.about-text{
  display: flex;
  justify-content: center;  /* centers the group horizontally */
  align-items: center;      /* aligns items vertically */
  gap: 40px;                /* space between text and image */
  padding: 50px;
  flex-wrap: wrap;          /* allows wrapping on smaller screens */
}


.about-text img {
 max-width: 400px;
  border-radius: 10px;
}

.about-text p {
    font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 28px;
  max-width: 800px;
  color: #2b2a2a;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  text-align: left;
  padding: 20px;
    
}



.map-container {
  position: relative;
  display: inline-block;
}

.map-image {

  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;

  
}



.partners {
  display: flex;
  flex-direction: row; /* side-by-side layout */
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  gap: 40px;
  flex-wrap: wrap; /* allow wrapping on smaller screens */
  background-image: url('../images/bg1.png');
}

.partner-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 28px;
  
}

.partner-text{
	
	display:inline;
	text-align: left;
	width: 45%;
	align-items: left;
	color: green;
	
	
}

.partner-text img{
	
	display:inline;
	text-align: left;
	width: 40%;
	align-items: left;
	color: green;
	
	
}

.map-container {
  position: relative;
  flex: 1;
  max-width: 800px;
  width: 100%;
  
}






.hotspot {
  position: absolute;
  width: 30px;
  height: 35px;
  cursor: pointer;
  z-index: 2;
}

.hotspot2 {
  position: absolute;
  width: 50px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}

.hotspot3 {
  position: absolute;
  width: 50px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
}

.hotspot4 {
  position: absolute;
  width: 120px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
}

.popup-circle {
  position: absolute;
  width: 350px;
  height: 350px;
  top: -160px;
  left: -160px;
  display: none;
  z-index: 10;
}

.hotspot:hover .popup-circle {
  display: block;
}
.hotspot2:hover .popup-circle {
  display: block;
}

.hotspot3:hover .popup-circle {
  display: block;
}

.hotspot4:hover .popup-circle {
  display: block;
}


.popup-img {
  position: absolute;
  width: 150px;
  height: auto;
  border-radius: 10%;
  object-fit: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  Background-color:white;
}

/* Position each image in a diamond pattern */
.popup-img.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.popup-img.left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.popup-img.right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.popup-img.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}







.about-section h1 {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 38px;
  color: #1a5d1a;
  margin: 0 auto 20px;
  max-width: 500px;
}



/* Product Section */
.product-section {
    text-align: center;
    width: 100%;
    padding: 110px;
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
    font-style: italic;
    font-size: 30px;
    color: #1a5d1a; /* Deep green */
	margin-top:3%;
	
	
}

.product-section h1{
	
	font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
    font-style: italic;
    font-size: 38px;
    color: #1a5d1a; /* Deep green */
	max-width: 500px;
	margin: 0 auto; /* Center the element itself */

	
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 images per row */
    gap: 100px; /* Spacing between images */
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    padding: 50px;
}

/* Product Image Styling with Parallax Effect */
.product-item {
    position: relative;
    overflow: hidden;
    width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item img {
    width: 90%;
    height: auto;
    
    
    object-fit: cover;
    
    transition: transform 0.3s ease-out; /* Smooth hover effect */
}



/* Hover effect */
.product-item:hover h3 {
    background: rgba(64, 224, 208, 0.8); /* Changes to turquoise on hover */
}

/* Parallax Effect */
.product-item:hover img {
    transform: scale(1.1); /* Slight zoom on hover */
}



.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            background: transparent;
            padding: 20px;
            position: relative;
        }
        .close {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            font-size: 20px;
			color: white;
        }
        .gallery img {
            width: 300px;
            margin: 50px;
			border: 5px solid blue;
        }



/* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Container for Mission, Vision, and Core Values */
.Mission {
    position: relative;
    width: 100%;
	height: auto;
	max-height: 700px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 40px;
    background-color: #086427;
    background-size: contain;
    margin-top: 160px;
}

.Mission div div {
    display: flex; /* Make image and text inline */
    align-items: right; /* Align vertically */
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-style: italic;
    font-size: 28px;
    gap: 20px; /* Space between image and text */
	margin: auto;
}

.Mission div div h1 {
	
	font-family: "Georgia", "Times New Roman", serif;
    font-style: italic;
    font-size: 28px;
	position: absolute;
	margin-left:auto;

	
}
.Mission div div img {
    width: 300px;
    height: auto;
}

.Mission div div p {
    width: 900px;
    height: auto;
	margin: auto;
}

.img_core{
    display: flex;
	justify-content: center;
	width: 100%;
    height: auto;
	align-items:center;
	margin-top: 50px;
	
	
}


.img_core img{
    width: 350px;
    height: auto;
}


.core {
  padding: 40px 20px;
  background-image: url('../images/bg1.png');
  text-align: center;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  position: relative;
}


.core-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.core-card {
  background-color: #086427;
  width: 250px;
  padding: 40px 0px 0px;
  gap: 100px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 200px;
  transition: transform 0.3s ease;
  position: relative;
  overflow: visible;
  margin-top: 50px;
  
}

.core-card:hover {
  transform: translateY(-5px);
}

/* Icon Styling (overlapping circle) */
.core-card img {
  width: 50%;
  height: auto;
  background: rgba(0, 0, 0, 0); /* fully transparent black */
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: -60px;
  transform: translateX(-50%);
  
}

.core-card p {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
  padding: 20px;
  margin-top: 40px;
  width:100%;
  min-height:150px;
}

.title_card {
	height:40px;
	width:100%;
	margin-top:100px;
  color: 086427;
  Background-color: #ffffff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  
}
.title_card h3 {
	
  color: #086427;
  padding:10px;
  
  
}




.productImg {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 50px;
            max-width: 1100px;
            margin: auto;
			margin-top:50px;
        }
        .productImg img {
            width: 100%;
            height: auto;
            object-fit: cover;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s;
        }
        .productImg img:hover {
            opacity: 1.0;
			transform: scale(1.5); /* Zoom out effect */
        }
		
		
		
		
		
		
        
		.titleproduct {
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  height: 5vh;
			 
			  top: 10px;
			  left: 0;
			  right: 0;
			  background-color: transparent;
			  z-index: 1000; /* Ensure it stays on top of other content */
			}

		
		.modalproduct {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            height: 70%;
            background: white;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
        }
        .modalproduct iframe {
            flex-grow: 1;
            width: 100%;
            height: 100%;
            border: none;
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
            background: white;
            border-radius: 50%;
            padding: 5px 10px;
        }



/* Business model section */
.business {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	height:auto;
    padding: 10px;
	background-color: #ffffff;
	width: 100%;
	margin: auto;
	justify-content: center;
	overflow-x: hidden;
	
}


.business-text {

  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  overflow-x: auto;
  height:auto;
}


.business-text div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px;
  position: relative;
  width: 600px;
}


.business-text div:nth-child(1) {
  background-image: url('../images/new.png');
  
}
.business-text div:nth-child(2) {
  background-image: url('../images/new2.png');
  margin-left:540px;
  margin-top:-120px;
}
.business-text div:nth-child(3) {
  background-image: url('../images/new.png');
  margin-right:540px;
  margin-top:-120px;
}
.business-text div:nth-child(4) {
  background-image: url('../images/new2.png');
  margin-left:540px;
  margin-top:-120px;
  
}



.business-text h2 {
  display: block;
  width: 400px;
  height:20%;
  color: green;
  font-size:18px;
  font-weight: bold;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
  padding: 50px 50px;
  
  
  position: absolute;
  margin:auto;
  top: 0;
  left: 0;
  right: 0;
}

.business-text > div p {
  margin-top: 10px; /* create space for the header */
  font-size: 18px;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  width: auto;
}

.business-text > div p:nth-child(1) {
  margin-right:400px;
  text-align: right;
}







/*solutions section*/

	/* Tabs Navigation */
	
	.tabs-container {
		display: flex; /* Enables flexible layout */
		flex-direction: column; /* Stacks items vertically */
		align-items: flex-start; /* Align items to the left */
		
		max-width: 100%;
		height: 700px;
		background-color: white;
		
		gap: 10px; /* Adds spacing between items */
		padding: 10px;
	}

	/* Ensures each tab takes full width if needed */
	.tabs-container > * {
		width: 100%;
		
	}		
	
	
	.tabs {
		list-style: none;
		padding: 0;
		margin: auto;
		display: flex;
		
		align-items: center; /* Ensure vertical alignment */
		border-bottom: px solid #0481b7;
		max-width: 1200px;
		text-align: center;
		margin-top: 50px;
		left: 0px;
		
	}


	
	
	
	

	.tabs li a {
		display: block;
		padding: 20px 20px;
		background: #e8e9eb; /* Folder color */
		color: green;
		text-decoration: none;
		font-weight: bold;
		transition: background 0.3s ease;
		text-align: center;
		margin-left:40px;
		width: 700px;
		box-shadow: 5px 5px 10px gray;
		margin-bottom: -10px;
		
	}
	
	.tabs li:nth-child(1) a {
		
		clip-path: polygon(75% 0%, 80% 51%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
		
	}
	
	.tabs li:nth-child(2) a {
		
		clip-path: polygon(75% 0%, 80% 51%, 75% 100%, 0% 100%, 5% 50%, 0% 0%);
		margin-left:-140px;
		
	}
	

	.tabs li a:hover, .tabs li a.active {
		background: green;
		color: white;
	}

	/* Tab Content */
	.tab-content {
		max-width: 1200px;
		padding: 20px;
		
		border-top: none;
		box-shadow: 7px 2px 8px gray;
		border-radius: 50px;
		min-height: 200px;
		
		margin-left:auto; /* Center the container horizontally */
		margin-right:auto;
		text-align: center; /* Align content inside */
		
	}

	/* Initially hide all tabs except the active one */
	/* Default Tab Panel Styling */
	.tab-panel {
		display: none; /* Hide all panels by default */
		
	}

	/* Active Tab Panel with Background Image */
	.tab-panel.active {
		display: block;
		
		
		
	}	


	/* Buttons */
	.tab-btn {
		display:inline;
		font-size: 14px;
		border: none;
		cursor: pointer;
		background-color: green;
		color: white;
		margin:5px;
		margin-left: 20px;
		transition: background 0.3s ease;
		padding: 10px;
		max-width:500px;
		width: 100%;
		font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		font-style: italic;
		border-radius: 20px;
	}

	.tab-btn:hover {
		background-color: #46c99;
	}

	.tab-btn.active {
		background-color: #46c99;
	}

	/* Content */
	.content {
		display: none; /* Hide all content initially */
		align-items: left; /* Align image and text vertically */
		gap: 40px; /* Adjust spacing between image and text */
		color: green;
		padding: 20px;
		flex-wrap: nowrap; /* Prevent text from wrapping under the image */
		justify-content: flex-start; /* Align content properly */
		text-align:left;
	}

		/* Active Content */
		.active-content {
			display: flex !important; /* Show only active content */
			flex-direction: row; /* Arrange image and text inline */
			
		}

		/* Make image and text containers equal in width */
		

		.content div{
			display: block;
			flex: 0 0 50%; /* Right div takes 40% */
			max-width: 50%;
		}


		/* Reduce image width */
		.content img {
			width: 100%; /* Make image fill its container */
			height: 100%;
			border-radius: 50px;
			box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
			padding: 5px;
			margin: 0px;
		}

		/* Add margin to h3 */
		.content h3 {
			margin-top: 25px;  /* Space above */
			margin-bottom: 5px; /* Space below */
			left:0px;
		}






		
		section {
			scroll-margin-top: 150px; /* Adjust based on header height */
		}
		
		
		
		
		.footer {
			background: #ffffff; /* White background */
			color: black; /* Text color */
			padding: 4px 0; /* Slightly increased padding */
			box-shadow: 0px -4px 5px rgba(0, 255, 0, 0.1); /* Slight top shadow */
			position: fixed; /* Keeps footer at bottom */
			bottom: 0;
			left: 0;
			width: 100%;
			z-index: 1000;
			font-size: 12px; /* Small text */
			height: 60px; /* Increased footer height */
			display: flex;
			align-items: center;
			justify-content: space-between; /* Space out items */
			padding: 0 20px; /* Add horizontal padding */
			transition: opacity 0.5s ease-in-out;
			opacity: 0;
			
		}

		/* Footer Content */
		.footer-content {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
			max-width: 1000px;
			margin: auto;
			height: 100%; /* Match footer height */
		}

		/* Left-aligned About Section (inline text) */
		.footer-section-about p {
			display: inline;
			align-items: center; /* Keep text inline */
			text-align: left;
			font-size: 12px; /* Slightly increased font size */
			flex: 1; /* Takes available space */
			white-space: nowrap; /* Prevents text from wrapping */
			overflow: hidden;
			text-overflow: ellipsis; /* Adds "..." if text overflows */
		}

		/* Right-aligned Social Icons */
		.footer-section.social {
			display: flex;
			justify-content: flex-end; /* Align to the right */
			align-items: center;
			flex: 1; /* Takes available space */
		}

		/* Social Icons - Circular */
		.footer .social a {
			width: 24px; /* Adjusted icon size */
			height: 24px;
			margin-left: 8px; /* Spacing between icons */
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.footer .social img {
			width: 20px;
			height: 20px;
		}


		
		
		
		
		

		
		
/*Tablet View*/		
		
		
@media (max-width: 1024px) {
	
		/* Base Styles */
.nav {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    display: flex;
    align-items: right;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins', sans-serif;
}

.logo-container img.logo {
    height: auto;
    cursor: pointer;
}

/* Navigation Menu */
.nav_menu {
    display: flex;
    gap: 40px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.nav_menu p {
    margin: 0;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: color 0.3s, transform 0.2s;
}

.nav_menu p:hover {
    color: #0083ef;
    background: rgba(0, 131, 239, 0.15);
    transform: translateY(-2px) scale(1.08);
}
	
	
	
	
		.video-container {
			position: absolute;
			top: 100px;
			left: 100px;
			width: 80%;
			height: 50vh; /* Full viewport height */
			background-image: url('../images/bg1.png');
			background-size: 100%; /* or cover, or specific size */
			z-index: -1; /* Behind content but not too far */
			pointer-events: none; /* Allow clicks through */
			border-radius: 10px;
			
		}	
	
		.bg_video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 10px;
		z-index: -1;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	
	}
		.img_woman {
		display:none;
	}
	
	
	
	
		.hd-word {
		position: fixed;
		top: 74%;
		left:50%;
		align-items: center;
		margin:auto;
		transform: translate(-50%, -50%);
		text-align: center;
		
		
	   
		width: 80%;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.5); /* Transparent white */
		border-radius: 8px; /* Optional: Adds rounded corners for better aesthetics */
		
		font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		font-style: italic;
		font-size: 28px;
		color: #1a5d1a; /* Deep green */
		text-shadow: 1px 1px 2px rgba(0, 64, 0, 0.2); /* Soft shadow */
		letter-spacing: 0.5px;
		font-weight: 500;
		margin: 0;
		
	}
	
		
	
	
	
	
		.brand {
		  display: flex;
		 
		 
		  background-image: url('../images/logo_bg.png');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 800px; /* or cover, or specific size */
		  justify-content: center; /* Centers content */
		  padding: 10px;
		  max-width: 100%; /* Limits container width */
		  height: auto;
		  margin: 0 auto; /* Centers the container */
		  margin-top: 0px;
		}


		.brand-container {
		  display: flex;
		  background-color: transparent;
		  justify-content: center; /* Centers content */
		  max-width: 80%; /* Limits container width */
		  height: 900px;
		  flex-direction: column;
		  align-items: center;
		  gap: 100px;
		  margin-top:1000px;

		}

		.brand-container p {
		 
		  justify-content: center;
		  max-width: 350px;
		  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		  font-style: italic;
			

		}


		.row {
		  display: flex;
		  justify-content: center;
		  align-items: flex;
		  gap: 200px;
		  margin-top: -200px;
		  
		  
		}


		.brand-container div {
		  
		  flex: 1;
		  min-width: 350px;
		  max-width: 350px;
		  background-color: transparent;
		  padding: 1px;
		  border-radius: 8px;
		  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0);
		  text-align: center;
		  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
					  box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);

		}

		.impact {
		  max-width: 300px; /* Ensures images are responsive */
		  height: 100px; /* Maintains aspect ratio */
		  object-fit: contain; /* Prevents distortion */
		  margin-top: -400px
		  
		}


		.image-with-text {
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  text-align: center;
		  max-width: 300px;
		}

		.image-caption {
		  font-size: 15px;
		  color: #333;
		 
		 
		}
		
		
		.bar-carousel {
		  display:none;
		  
			
		}
		
		.bar-carousel2 {
		  display:none;
		  
			
		}
		
		.bar-carousel3 {
		  display:none;
		  
			
		}
		
		
		.about-section {
		  margin-top: -700px;
		  display: flex;
		  align-items: center;       /* ✅ Vertically center */
		  justify-content: center;   /* ✅ Horizontally center */
		  width:100%;
		  height: 900px;
		  gap: 10px;
		  border-radius: 20px;
		  overflow: hidden;
		}


		.aboutimage {
			flex: 1;
			max-width:450px;
			height: 500px;
			
			background-size: cover;
			background-position: center;
			border-radius: 20px;
		}

		.about-text p {
			font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			font-style: italic;
			font-size: 28px;
			max-width: 1400px; /* Full width */
			
			margin-top:0px;
			color: #2b2a2a;
			padding: 50px;
			
			text-align: justify;
			letter-spacing: 0.3px;
			word-spacing: 1px;
		  
			border-radius: 10px;
			
		}
		
		.about-text img {
			width: 200px;			
		}




		.about-text h1 {
			max-width: 500px;
			margin: 0 auto; /* Center the element itself */
			margin-top: -400px;
			font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			font-style: italic;
			font-size: 38px;
			color: #1a5d1a; /* Deep green */

			
		}
		
				

				/* Business model section */
		.business {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			height:auto;
			padding: 10px;
			background-color: #ffffff;
			width: 100%;
			margin: auto;
			justify-content: center;
			overflow-x: hidden;
			
		}


		.business-text {

		  flex-wrap: nowrap;
		  justify-content: space-between;
		  gap: 20px;
		  padding: 20px;
		  overflow-x: auto;
		  height:auto;
		}


		.business-text div {
		  background-size: cover;
		  background-position: center center;
		  background-repeat: no-repeat;
		  padding: 60px;
		  position: relative;
		  width: 600px;
		}


		.business-text div:nth-child(1) {
		  background-image: url('../images/new.png');
		  
		}
		.business-text div:nth-child(2) {
		  background-image: url('../images/new2.png');
		  margin-left:540px;
		  margin-top:-120px;
		}
		.business-text div:nth-child(3) {
		  background-image: url('../images/new.png');
		  margin-right:540px;
		  margin-top:-120px;
		}
		.business-text div:nth-child(4) {
		  background-image: url('../images/new2.png');
		  margin-left:540px;
		  margin-top:-120px;
		  
		}



		.business-text h2 {
		  display: block;
		  width: 400px;
		  height:20%;
		  color: green;
		  font-size:18px;
		  font-weight: bold;
		  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		  font-style: italic;
		  padding: 50px 50px;
		  
		  
		  position: absolute;
		  margin:auto;
		  top: 0;
		  left: 0;
		  right: 0;
		}

		.business-text > div p {
		  margin-top: 10px; /* create space for the header */
		  font-size: 18px;
		  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		  font-style: italic;
		  line-height: 1.5;
		  text-align: center;
		  width: auto;
		}

		.business-text > div p:nth-child(1) {
		  margin-right:400px;
		  text-align: right;
		}/* Business model section */
		.business {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			height:auto;
			padding: 10px;
			background-color: #ffffff;
			width: 100%;
			margin: auto;
			justify-content: center;
			overflow-x: hidden;
			
		}


		.business-text {

		  flex-wrap: nowrap;
		  justify-content: space-between;
		  gap: 20px;
		  padding: 20px;
		  overflow-x: auto;
		  height:auto;
		}


		.business-text div {
		  background-size: cover;
		  background-position: center center;
		  background-repeat: no-repeat;
		  padding: 60px;
		  position: relative;
		  width: 600px;
		}


		.business-text div:nth-child(1) {
		  background-image: url('../images/new.png');
		  
		}
		.business-text div:nth-child(2) {
		  background-image: url('../images/new2.png');
		  margin-left:540px;
		  margin-top:-120px;
		}
		.business-text div:nth-child(3) {
		  background-image: url('../images/new.png');
		  margin-right:540px;
		  margin-top:-120px;
		}
		.business-text div:nth-child(4) {
		  background-image: url('../images/new2.png');
		  margin-left:540px;
		  margin-top:-120px;
		  
		}



		.business-text h2 {
		  display: block;
		  width: 400px;
		  height:20%;
		  color: green;
		  font-size:18px;
		  font-weight: bold;
		  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		  font-style: italic;
		  padding: 50px 50px;
		  
		  
		  position: absolute;
		  margin:auto;
		  top: 0;
		  left: 0;
		  right: 0;
		}

		.business-text > div p {
		  margin-top: 10px; /* create space for the header */
		  font-size: 18px;
		  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		  font-style: italic;
		  line-height: 1.5;
		  text-align: center;
		  width: auto;
		}

		.business-text > div p:nth-child(1) {
		  margin-right:400px;
		  text-align: right;
		}
		
		/* Product Section */
		.product-section {
			text-align: center;
			width: 100%;
			padding: 50px;
			font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			font-style: italic;
			font-size: 30px;
			color: #1a5d1a; /* Deep green */
						
		}

		.product-section h1{
			
			font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			font-style: italic;
			font-size: 40px;
			color: #1a5d1a; /* Deep green */
			max-width: 100%;
			margin: 0 auto; /* Center the element itself */

			
		}

		/* Product Grid */
		.product-grid {
			display: grid;
			grid-template-columns: repeat(1, 1fr); /* 3 images per row */
			gap: 100px; /* Spacing between images */
			width: 100%;
			margin: auto;
			justify-content: center;
			padding: 50px;
		}

		/* Product Image Styling with Parallax Effect */
		.product-item {
			position: relative;
			overflow: hidden;
			width: 100%;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.product-item img {
			width: 60%;
			height: auto;
			
			
			object-fit: cover;
			
			transition: transform 0.3s ease-out; /* Smooth hover effect */
		}

		
		
	
}


/*Mobile view*/


@media (max-width: 600px) {
	
				
		.slide-container {
			display:block;
			text-align: center;
			margin-top:15px;
			background-color: #f9f9f9;
			width:100%
		}

		.slide-slider {
			width: 100%;
			max-width: 100%;
			margin: auto;
			overflow: hidden;
			
		}

		.swiper-slide {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			background: #fff;
			padding: 0px;
		
			box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
		}

		.slide-member img {
			width: 100%;
			height: 300px;
			object-fit: cover;
			margin-bottom: 10px;
		}

		.swiper-button-next, .swiper-button-prev {
			color: #333;
		}

		.swiper-pagination-bullet-active {
			background-color: #007bff;
		}

					
	
		.video-container{
			
			display: none;
			
		}
	
	
		.hd-word {
		position: absolute;
		top:65%;
		left:50%;
		margin:auto;
		transform: translate(-50%, -50%);
		text-align: center;
		
		
	   
		width: 100%;
		padding: 30px;
		
		border-radius: 8px; /* Optional: Adds rounded corners for better aesthetics */
		
		font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		font-style: italic;
		font-size: 15px;
		color: #1a5d1a; /* Deep green */
		text-shadow: 1px 1px 2px rgba(0, 64, 0, 0.2); /* Soft shadow */
		letter-spacing: 0.5px;
		font-weight: 500;
		margin-top: 10px;
		
		
	}
	
	
		.nav {
			height: 70px;
			position: fixed;
			margin-top: 0px;
			top: 0;
			
			width: 100%;
			background: white;
			display: flex;
			justify-content: center; /* horizontal centering */

			align-items: center; /* Vertical alignment */
			gap: 10px;
			font-size: 18px;
			font-family: 'Poppins', sans-serif;
			font-weight: 500;
			
			padding: 15px 40px;
			z-index: 3;
			box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
		   
			
		}


		.nav_menu {
			height: 50px;
			position: fixed;
			margin-top: 10px;
			top: 0;
			justify-content: right; /* horizontal centering */
			align-items: right;     /* vertical centering */
			width: 100%;
			left:30px;
			
			display: flex;
			
			align-items: center; /* Vertical alignment */
			gap: 5px;
			font-size: 12px;
			font-family: 'Poppins', sans-serif;
			font-weight: 500;
			color: Green;
			padding: 15px 40px;
			z-index: 3;
			box-shadow: none;
			transition: all 0.3s ease-in-out;
			border-top-left-radius: 50px;
			border-bottom-left-radius: 50px;
		}



		/* Navigation Items */
		.nav p {
			margin: 0;
			cursor: pointer;
			transition: color 0.3s, transform 0.2s ease-in-out;
			font-weight: 400;
			padding: 8px 10px;
			border-radius: 8px;
		}

		/* Hover Effect */
		.nav p:hover {
			color: #0083ef;
			transform: translateY(-2px) scale(1.08);
			background: rgba(0, 151, 239, 0.15);
			border-radius: 10px;
		}

		.menu-icon {
			display: none;

		}		

		.logo-container {
        width: 60px; /* Reduce size for tablets */
		position: fixed;
		background-color: transparent;
		z-index: 4;
		top:0px;
		height:60px;
		margin-top:25px;
		
			
		}
		
		.logo {
			width: 70px; /* Reduce size for tablets */
			position: fixed;
			margin-top:20px;
			
		}
	
	
	
		.brand {
		  display: flex;
		  flex-wrap: wrap;
		 
		  background-image: url('../images/logo_bg2.jpg');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 100%; /* or cover, or specific size */
		  justify-content: center; /* Centers content */
		  padding: 10px;
		  max-width: 100%; /* Limits container width */
		  height: auto;
		  margin: 0 auto; /* Centers the container */
		  margin-top: -800px;
		}


		.brand-container2 {
		  display: flex;
		  background-color: transparent;
		  justify-content: center; /* Centers content */
		  max-width: 100%; /* Limits container width */
		  height: auto;
		  flex-direction: column;
		  align-items: center;
		  gap: 50px;
		  margin-top:-900px;

		}

		.brand-container2 p {
		 
		  justify-content: center;
		  max-width: 400px;
		  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		  font-style: italic;
			

		}


		
		
		.brand-container div {
			display:none;
		}


		.brand-container2 div {
		  
		  flex: 1;
		  min-width: 350px;
		  max-width: 350px;
		  background-color: transparent;
		  padding: 1px;
		  border-radius: 50px;
		  box-shadow: 0 4px 8px rgba(0, 128, 0, 0.5);
		  text-align: center;
		  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
					  box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);

		}

		.impact2 {
		  max-width: 400px; /* Ensures images are responsive */
		  height: auto; /* Maintains aspect ratio */
		  object-fit: contain; /* Prevents distortion */
		  
		}


		.image-with-text2 {
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  text-align: center;
		  max-width: 100%;
		}

		.image-caption2 {
		  font-size: 20px;
		  color: #333;
		  margin-top: 0px;
		  line-height: 1.4;
		}
		
		
		.bar-carousel {
		  display:none;
		  
			
		}
		
		.bar-carousel2 {
		  display:none;
		  
			
		}
		
		.bar-carousel3 {
		  display:none;
		  
			
		}
		
		



		  .about-section {
			flex-direction: column;
			margin-top: 0;
			padding: 10px;
		  }
		  
		  .about-section h1{
			margin-top: 80px;
			font-size: 30px
		  }

		  .aboutimage {
			height: 300px;
			max-width: 100%;
		  }

		  .about-text p {
			font-size: 18px;
			margin-top: -40px;
			padding: 10px;
		  }

		  .about-text img {
			width: 400px;
		  }





		
		
		/* Business model section */
.business {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	height:1200px;
    padding: 10px;
	background-color: #ffffff;
	width: 100%;
	margin: auto;
	justify-content: center;
	overflow-x: hidden;
	
	
}


.business-text {

  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  overflow-x: auto;
  height:100%;
}


.business-text div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px;
  position: relative;
  width: 100%;
  height: 2100;
}


.business-text div:nth-child(1) {
  background-image: url('../images/new3.png');
  margin-left: 0px;
  
}
.business-text div:nth-child(2) {
  background-image: url('../images/new4.png');
  margin-left:0px;
  margin-top:0px;
}
.business-text div:nth-child(3) {
  background-image: url('../images/new3.png');
  margin-right:0px;
  margin-top:0px;
}
.business-text div:nth-child(4) {
  background-image: url('../images/new4.png');
  margin-left:0px;
  margin-top:-0px;
  
}

.business-text div p:nth-child(1) {
 
  margin-right: 100px;
  
}

.business-text div p:nth-child(2) {
 
  margin-left: 50px;
  
}

.business-text div p:nth-child(3) {
 
  margin-right: 50px;
  
}

.business-text div p:nth-child(4) {
 
  margin-left: 50px;
  
}



.business-text h2 {
  display: block;
  width: 400px;
  height:20%;
  color: green;
  font-size:15px;
  font-weight: bold;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
  padding: 50px 50px;
  text-align: center;
  
  
  position: absolute;
  margin:auto;
  top: 0;
  left: 0;
  right: 0;
}

.business-text > div p {
 
  font-size: 15px;
  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  
  width: 280px;
  height: 100%
  
}






.partners {
  display: flex;
  flex-direction: column; /* side-by-side layout */
  align-items: center;
  padding: 40px;
  background-size: 500px;

}

.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  gap: 40px;
  width: 100%;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
 
  
}

.partner-text{
	
	display:inline;
	text-align: center;
	width: 100%;
	align-items: center;
	
	
}

.partner-text img{
	
	
	width: 30%;
	align-items: left;
	color: green;
	margin-top: 20px;
	
	
}

.map-container {
  position: relative;
  flex: 1;
  max-width: 1000px;
  width: 110%;
  
}



.Mission {
    position: relative;
    width: 100%;
	height: auto;
	max-height: 800px;
    
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 40px;
    background-color: #086427;
    background-size: contain;
    margin-top: 80px;
}

.Mission div div {
    display: block;
	
    align-items: right; /* Align vertically */
    justify-content: flex-start;
    font-size: 20px;
    gap: 20px; /* Space between image and text */
	margin: auto;
}

.Mission div div h1 {
	
	font-size: 20px;
	position: relative;
	
}
.Mission div div img {
    width: 200px;
    height: auto;
}

.Mission div div p {
    width: 100%;
    height: auto;
	margin: auto;
}









		
		
		/* Product Section */
		.product-section {
			width: 100%;
			padding: 100px;
			font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			font-style: italic;
			font-size: 30px;
			color: #1a5d1a; /* Deep green */
			
			
		}

		.product-section h1{
			
			font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			font-style: italic;
			font-size: 40px;
			color: #1a5d1a; /* Deep green */
			max-width: 100%;
			margin: 0 auto; /* Center the element itself */

			
		}
		
		
		
		/* solution mobile */
		
	.tabs-container {
		display: flex; /* Enables flexible layout */
		flex-direction: column; /* Stacks items vertically */
		align-items: left; /* Align items to the left */
		
		width: 100%;
		height: auto;
		background-color: white;
		
		
	}
	
	.tab-content {
		width: 100%;
		padding: 10px;
		
		border-top: none;
		box-shadow: 7px 2px 8px gray;
		
		min-height: 700px;
		
		margin-left:auto; /* Center the container horizontally */
		margin-right:auto;
		text-align: center; /* Align content inside */
		
	}
	
	.tabs li a {
		display: block;
		
		background: #e8e9eb; /* Folder color */
		color: green;
		text-decoration: none;
		font-size:12px;
		transition: background 0.3s ease;
		
		align-items: left; /* Ensure vertical alignment */
		text-align:left;
		width: 250px;
		height:60px;
		box-shadow: 5px 5px 10px gray;
		margin-left: -10px;
		
	}
	
	
	.tabs li:nth-child(2) a {
		
		margin-left:-50px;
		
	}
	
	
		.tab-btn {
		display:inline;
		font-size: 12px;
		border: none;
		cursor: pointer;
		background-color: green;
		color: white;
		margin:5px;
		margin-left: 20px;
		transition: background 0.3s ease;
		padding: 10px;
		max-width:130px;
		font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
		font-style: italic;
		
	}
	
	
	
	.tabs {
		list-style: none;
		padding: 0;
		
		display: flex;
		
		align-items: center; /* Ensure vertical alignment */
		border-bottom: px solid #0481b7;
		max-width: 1200px;
		text-align: center;
		margin-top: 10px;
		left: 0px;
		
	}
	
	

	
	
	.tab-panel {
		display: none; /* Hide all panels by default */
		
	}

	/* Active Tab Panel with Background Image */
	.tab-panel.active {
		display: block;
		
		
		
	}	
	
	/* Active Content */
		.active-content {
						
			flex-direction: column; /* Stack on smaller screens */
			text-align: center;
			
		}
	
	
	.content {
			display: none;
			  flex-direction: column;      /* Stack items vertically */
			  align-items: center;         /* Center items horizontally */
			  justify-content: center;     /* Center items vertically (if needed) */
			  gap: 20px;                   /* Space between image and text */
			  color: green;
			  padding: 20px;
			  text-align: center;
			  width: 100%;
			  height:700px;
			  margin-top: 30px;
			  }
	
	.content div{
			display: block;
			flex: 0 0 50%; /* Right div takes 40% */
			max-width: 100%;
			margin-top: -120px;
		}
	
	
		.content img {
			width: 100%; /* Make image fill its container */
			height: auto;
			
			box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		}
		
		.content h3 {
			margin-top: 25px;  /* Space above */
			margin-bottom: 5px; /* Space below */
			left:0px;
		}
		
		
		
		
		

		/* Product Grid */
		.product-section {
			padding: 40px 20px;
			font-size: 20px;
		  }

		  .product-section h1 {
			font-size: 28px;
		  }

		  .product-grid {
			flex-direction: column;
			padding: 10px;
		  }

		  .product-item img {
			max-width: 100%;
		  }

		



		.contact-section {
			  text-align: center;
			  color: white;
			  padding: 20px 20px;
			  font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			  font-style: italic;
			  width: 100%;
			  margin-top:30px;
			}

			.contact-section h2 {
				font-family: "Georgia", "Times New Roman", serif; /* Elegant serif font */
			  font-style: italic;
			  font-size: 2em;
			  
			  
			}	

			.contact-info-container {
			  display: flex;
			  justify-content: center;
			  flex-wrap: wrap;
			  gap: 10px;
			  width: 100%;
			  height:auto;
			}	


			.contact-box {

			  position: relative;
			  
			  
			  width: 350px;
			  padding: 10px;
			  height: 300px;
			 
			  display: inline;
			  text-align: center;
			  margin-top: 10px;
			  
			}
			.contact-box img{
				
				width: 100px;
				height: auto;
				margin-top: 20px;

				
			}




			.map {
			  width: 100%;
			  height: 450px;
			  position: relative;
			  z-index: 0;
			border-radius:20px;
			  overflow: hidden;
			  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
			  max-width: none;
			  margin-top: 10px;
			  
			}	


			/* Contact Content */
			.contact-content {
				display: none;
			}
			
			
			.contact-content2 {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				max-width: 100%;
				height: auto;
				margin: auto;
			}
			
			.contact-section .subtitle {
  
				  font-size: 1em;
				 
				}
			
			.contact-section h2 {
				
					font-size: 2em;
  
  
			}

			/* Contact Form */
			.contact-form2 {
				flex: 1;
				max-width: 100%; /* Increased size */
				display: flex;
				flex-direction: row;
				gap: 20px;
				background: white;
				padding: 20px; /* More padding */
				border-radius: 12px;
				box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
			}

			/* Input Fields */
			.contact-form2 select,
			.contact-form2 input, 
			.contact-form2 textarea {
				width: 80%;
				padding: 15px;
				border: 2px solid #ccc;
				border-radius: 8px;
				font-size: 18px;
			}

			/* Submit Button */
			.contact-form2 button {
				padding: 15px;
				background: #007bff;
				color: white;
				border: none;
				cursor: pointer;
				border-radius: 8px;
				font-size: 20px;
				transition: background 0.3s;
			}




			.contact-form2 table {
			  width: 60%;
			  border-collapse: collapse;
			  
			  margin: auto;
			  align-items; center;
			}

			.contact-form2 table td {
			  padding: 10px; /* space between cell border and content */
			}
		
		
		.footer {
			background: #ffffff; /* White background */
			color: black; /* Text color */
			padding: 4px 0; /* Slightly increased padding */
			box-shadow: 0px -4px 5px rgba(0, 255, 0, 0.1); /* Slight top shadow */
			position: fixed; /* Keeps footer at bottom */
			bottom: 0;
			left: 0;
			width: 100%;
			z-index: 1000;
			font-size: 12px; /* Small text */
			height: 100px; /* Increased footer height */
			display: flex;
			align-items: center;
			justify-content: space-between; /* Space out items */
			padding: 0 20px; /* Add horizontal padding */
			transition: opacity 0.5s ease-in-out;
			opacity: 0;
			
		}

		/* Footer Content */
		.footer-content {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
			max-width: 1000px;
			margin: auto;
			height: 100%; /* Match footer height */
		}

		/* Left-aligned About Section (inline text) */
		.footer-section-about p {
			display: inline;
			align-items: center; /* Keep text inline */
			text-align: left;
			font-size: 12px; /* Slightly increased font size */
			flex: 1; /* Takes available space */
			white-space: nowrap; /* Prevents text from wrapping */
			overflow: hidden;
			text-overflow: ellipsis; /* Adds "..." if text overflows */
		}

		/* Right-aligned Social Icons */
		.footer-section.social {
			display: flex;
			justify-content: flex-end; /* Align to the right */
			align-items: center;
			flex: 1; /* Takes available space */
		}

		/* Social Icons - Circular */
		.footer .social a {
			width: 24px; /* Adjusted icon size */
			height: 24px;
			margin-left: 8px; /* Spacing between icons */
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.footer .social img {
			width: 20px;
			height: 20px;
		}
		
		
		
		
		
		
		
		
		

		.footer-content {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			padding: 10px;
			width: 100%;
			height: 100px;
			min-height: 100px;
			margin-top: -5px;
			
		}

		/* Ensure About & Social are Together */
		.footer-group {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
			gap: 0px; /* REMOVE any spacing */
			margin: 0px;
			padding: 0px;
		}

		.footer-section-about {
			font-size: 12px;
			white-space: normal;
			width: 100%;
			max-width: 100%;
			min-height: 100px;
			height: auto;
			margin: 0px;  /* REMOVE all margins */
			padding: 0px;  /* REMOVE all paddings */
		}

		.footer-section.social {
			width: 100%;
			display: none;
			justify-content: center;
			margin-top: 5px; /* Remove any margins */
			padding: 10px; /* Remove extra padding */
			
		}

		.footer .social {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			gap: 5px; /* Reduce spacing between icons */
			width: 100%;
			margin: 0px;
			padding: 0px;
			margin-top:-100px;
		}

		.footer .social a,
		.footer .social img {
			width: 30px;
			height: 30px;
			margin-top: 10px; /* Remove any default margin */
			padding: 0px; /* Ensure no padding */
		}
		
		
	
}
		
		
		

	
	
	
	
	






