        .body1 {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #1F1F1F;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Feature Area Styling */
        .feature-area {
            background-color: #fff;
            padding: 30px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .single-feature {
            margin-bottom: 0px;
            position: relative;
        }

        /* Quick View Overlay Styling */
        .quick-view-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0s linear 0.3s;
            z-index: 999;
        }

        .quick-view-content {
            background-color: #fff;
            padding: 30px;
            max-width: 80%;
            text-align: center;
        }

        /* Quick View Effect */
        .single-feature:hover .quick-view-overlay {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }
		


/*==================================Container=====================================================*/
	
		

.container1 {
    width: 90%; /* Adjust the container width as needed */
    max-width: 1200px; /* Maximum width for desktop screens */
    margin: 0 auto;
    padding: 5px;
    
}

/* Media query for mobile responsiveness */
@media (max-width: 768px) {
    .icontainer {
        width: 100%; /* Adjust the container width as needed for smaller screens */
        padding: 2.5px; /* Adjust mobile padding as needed */
        box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5); /* Gray shadow for mobile */
    }
}	


/*==================================Section=====================================================*/


.section1 {
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(to right, #2C2C2C, #141414);
  box-shadow: 0px 10px 30px 0px rgba(212, 150, 255, 0.2);
  border: 0px solid #eee;
  padding: 40px;

  /* Mobile Responsiveness */
  @media only screen and (max-width: 600px) {
    padding: 20px; /* Adjust padding for smaller screens */
  }
}

	
	
/*==================================Banner Aria=====================================================*/
.professionals-area {
    background: url(https://organiainnovationlab.blob.core.windows.net/organia/Free.jpg);
    background-size: cover;
    height: 600px;
    position: relative;
    overflow: hidden;
}




  






/*==================================Team member=====================================================*/



    .team-members1 {
        text-align: center;
        border-radius: 10px;
        background-color: white;
        box-shadow: 0px 10px 30px 0px rgba(212, 150, 255, 0.2);
        border: 1px solid #DCDCDC;
        padding: 40px; /* Added padding to provide equal gaps */
    }

    .single-member1 {
        text-align: center;
        margin-bottom: 30px; /* Adjusted margin for equal gaps */
        width: 100%; /* Make each member take full width on mobile */
        max-width: 2500px; /* Set a max-width for larger screens */
        margin: 10px auto; /* Center the members */
        background-color: #FFA930;
        border: 3px solid #141414;
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
		padding: 20px;
    }

    .single-member1:hover {
        transform: scale(1.05);
    }

	.avatar1 img {
	  width: 320px;
	  height: 200px;
	  border-radius: 20px; /* Adjust the border-radius to create a squircle effect */
	  border: 3px solid #C3C3C3;
	  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	  margin: 25px auto 0;
	  display: block;
	}


    .details {
        padding: 20px;
    }

    .details p1 {
        font-size: 20px;
        margin-bottom: 5px;
        font-style: #B3FEFF;
    }

.details h7 {
    color: #B3FEFF;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold; /* Added to make the text bold */
}

    .social-links a {
        display: inline-block;
        margin: 0 10px;
        color: #007bff;
        font-size: 20px;
        transition: color 0.3s ease-in-out;
    }

    .social-links a:hover {
        color: #007bff;
    }

    /* Media Query for Mobile Responsiveness */
    @media (max-width: 768px) {
        .single-member {
            max-width: none; /* Remove max-width on smaller screens */

        }
    }
	
	
	.common-image {
    width: 230px; /* Set your desired width */
    height: 219px; /* Set your desired height */
	
}


/*==================================Typing animation =====================================================*/

body {
  font-family: 'Courier New', monospace;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.typing-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 6s steps(30) infinite;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px; /* Adjust font size for smaller screens */
  }

  .typing-text {
    font-size: 30px; /* Adjust font size for smaller screens */
  }
}


/*================================E-shop catogories=======================================================*/


/* Prevent background horizontal scrolling */
body {
    overflow-x: hidden;
}

/* Style for the outer container */
.outer-container {
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    white-space: nowrap;
}

/* Style for the scroll container */
.scroll-container {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
	caret-color: #2C2C2C;
    animation: scroll 10s linear infinite, rotate 25s linear infinite;
    padding: 5px;
    box-sizing: border-box;
}

/* Style for individual category items */
.scroll-category-item {
    display: inline-block;
    margin: 5px;
    border: 0px solid #2C2C2C;
    padding: 10px;
    max-width: 180px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color:transparent;
    text-align: center;
}

/* Style for category images */
.scroll-category-image {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}

/* Hide the scrollbar */
.outer-container::-webkit-scrollbar {
    width: 0.1em;
    background-color: transparent;
}

/* Optional: Customize the scrollbar track (the area behind the scrollbar) */
.outer-container::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Optional: Customize the scrollbar thumb (the draggable part of the scrollbar) */
.outer-container::-webkit-scrollbar-thumb {
    background-color: transparent;
}


/*==================================border=====================================================*/

.container2 {
    width: 90%; /* Adjust the container width as needed */
    max-width: 1200px; /* Maximum width for desktop screens */
    margin: 0 auto;
    padding: 5px;
    box-shadow: 0px 0px 2px rgba(128, 128, 128, 0.5); /* Gray shadow */
    background-color: #2C2C2C; /* Light gray background color */
}

/* Media query for mobile responsiveness */
@media (max-width: 768px) {
    .icontainer {
        width: 95%; /* Adjust the container width as needed for smaller screens */
        padding: 2.5px; /* Adjust mobile padding as needed */
        box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5); /* Gray shadow for mobile */
    }
}

/*==================================Service buttons=====================================================*/

.horizontal-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.horizontal-buttons a {
    flex: 1; /* Equal distribution of space */
    max-width: 200px; /* Set a maximum width for the buttons */
    margin: 10px;
    text-align: center; /* Center text within buttons */
    text-decoration: none; /* Remove underline from links */
}

.horizontal-buttons button {
    width: 100%; /* Take up 100% width of the container */
    padding: 10px; /* Adjust padding as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.horizontal-buttons button i {
    margin-right: 5px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .horizontal-buttons a {
        flex-basis: 100%; /* Set to full width on smaller screens */
        max-width: none; /* Remove maximum width */
    }
}