:root {
    /* --primary-color: #007bff; */
    --primary-color: #348ABF;
    --lbrown-color: #a66953;
    --lpink-color: #f29979;
    --secondary-color: #6c757d;
    --info-color: #17a2b8;
    --dark-color: #343a40;
    --theme-dark-color: #0D0D0D;
    --light-color: #f8f9fa;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-primary-opacity-10 {
    background-color: rgba(52,138,191,.1);
 /*   background-color: var(--primary-color) !important; */
}

.bg-info {
    background-color: var(--info-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.bg-light {
    background-color: var(--light-color) !important;
}

.text-lbrown {
    color: var(--lbrown-color) !important;
}

.text-lpink {
    color: var(--lpink-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-theme-dark{
    color: var(--theme-dark-color) !important;
}

/* .text-lbrown {
    color: var(--lbrown-color) !important;
} */

/*
body {
    background-color: #fff;
}
*/

.logo-image {
    height: 60px; /* Adjust the height as needed */
    width: auto; /* Maintain aspect ratio */
    margin-right: 15px; /* Add some spacing between the logo image and text */
}

.logo-text {
    font-size: 24px; /* Adjust the font size as needed */
    font-weight: bold; /* Make the text bold */
}


.navbar-dark .navbar-brand {
    color: var(--light-color);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--light-color);
}

.navbar-dark .navbar-toggler-icon {
    background-color: var(--light-color);
}

.navbar-light .navbar-brand {
    color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary-color);
}

.navbar-light .navbar-toggler-icon {
    background-color: transparent; 
}
.main{
    margin-top : 20px;
}

.aboutus {
    padding: 50px 0;
   /* background-color: #f8f8f8; */

    position: relative;
     top: 120px; 
    
    
}

.aboutus-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.aboutus-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}


 /* About section */
.servicesection {
    position: relative;
   /*  top: 120px; */
    padding: 100px 0;
    overflow: hidden;
}

.servicesection .title{
    margin-top:15px;
}

.servicesection .parallax {
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.servicesection .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

.servicesection .content {
 /*    background-color: rgba(0, 0, 0, 0.4); */
    padding: 20px;
    text-align: center;
    color: var(--light-color);
    z-index: 1;
    background-color: transparent; /* Remove the background color */
}

.servicesection .service {
    background-color: var(--light-color);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.95); /* Add a semi-transparent background color */ 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adjust the box shadow if needed */
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* .service h3 {
    font-size: 24px;
    margin-bottom: 20px;
} */

.service p {
    font-size: 16px;
    color: var(--secondary-color);
}

.service-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    transform: scale(1);
    transition: all 0.3s ease;
}

.service:hover .service-img {
    transform: scale(1.1);
}
   

footer {
    background-color: var(--dark-color);
    color: var(--light-color);
}



/* Team section */
.team {
  /*  background-color: var(--dark-color); */
    padding: 60px 0;
}

.team-member {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.team-member h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--light-color);
}

.team-member p {
    color: var(--light-color);
}

.team-member .member-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
   /* position: absolute; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

.team-member:hover .member-text {
    opacity: 1;
    transform: translateY(0);
}

.team-member .mem-text {
    opacity: 0;
    display:none; 
    transform: translateY(20px);
    transition: all 0.5s ease;
   /* position: absolute; */
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

.team-member:hover .mem-text {
    display:block; 
    opacity: 1;
    transform: translateY(0);
}


/* Contact section */
.contact {
    padding: 60px 0;
}

.contact h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: var(--dark-color);
}

.contact .info-item {
    text-align: center;
    margin-bottom: 30px;
}

.contact .info-item i {
    font-size: 24px;
    color: var(--info-color);
    margin-bottom: 10px;
}

.contact .info-item p {
    font-size: 18px;
    color: var(--secondary-color);
}

.contact .social-links {
    text-align: center;
    margin-top: 30px;
}

.contact .social-links a {
    font-size: 24px;
    display: inline-block;
    margin: 0 10px;
    color: var(--secondary-color);
}

/* Footer */
.footer-address {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .container {
    padding: 20px 0;
}

.footer p {
    margin: 0;
}

.social-links {
    margin-top: 20px;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #555;
}

.project-carousel {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
}

.project-tile {
    display: inline-block;
    width: 300px;
    margin-right: 20px;
}

/* .project-image img {
    width: 100%;
    height: auto;
} */

.project-details {
    padding: 10px;
}

.project-details h4 {
    margin-top: 0;
}

.project-details p {
    margin-bottom: 0;
}

.vs-logo{
    width:50%;
    height:auto;
}