
/* Toast Message Styles */
#toast-message {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    min-width: 220px;
    padding: 16px 30px;
    background: #28a745;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-size: 18px;
    transition: opacity 0.4s;
    opacity: 0;
}
/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    padding-top: 50px; /* Add padding to account for fixed header */
}

body.no-scroll {
    overflow: hidden;
}

/* Container Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Image Styles */
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}

.section-header h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e5b700;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-header p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

/* Navigation */
nav {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    width: 100%;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-section img {
    height: 70px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.logo-text h1 {
    font-size: 20px;
    font-weight: bold;
}

.logo-text p {
    font-size: 14px;
    color: #333;
}

.nav-links {
    display: flex;
    gap: 30px;
    transition: all 0.4s ease-in-out;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav-links a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e5b700;
    transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-links a:hover {
    color: #000;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    padding: 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 1000;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    position: absolute;
    transition: transform 0.15s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger.active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger.active .hamburger-inner::before {
    transform: translateY(8px) rotate(0);
    opacity: 0;
}

.hamburger.active .hamburger-inner::after {
    transform: translateY(-8px) rotate(-90deg);
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: url('../Assests/images/HOME.jpeg') no-repeat center/cover;

    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}

.hero-content {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

.hero-text h1 {
    font-size: 30px  !important;
    font-weight: bold;
    line-height: 1.4;
    color: #000000;
margin-bottom: 296px;
}
/*  */
.hero-project {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: url('../Assests/images/PROJECT.jpeg') no-repeat center/cover;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}
.hero-Service {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: url('../Assests/images/SERVICES.jpeg') no-repeat center/cover;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}

.hero-Teams {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: url('../Assests/images/TEAM.jpeg') no-repeat center/cover;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}

/* Overlay */
.hero-Teams::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4));
    z-index: 1;
}

/* Text */
.hero-teams-text {
    position: relative;
    z-index: 2; /* Overlay ke upar dikhne ke liye */
    text-align: left; /* ya center, Figma jaisa */
    max-width: 800px;
    margin-bottom: 296px;
}

.hero-teams-text h1 {
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600; 
    font-size: 38px; /* Figma ke size ke close */
    line-height: 1.4;
}

/* Yellow highlight (underline effect) */

.hero-About-us {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: url('../Assests/images/ABOUtUS.png') no-repeat center/cover;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}

/*  */
 /* About Us Section */
/* About Us Section Styles */
.aboutus-section {
  margin: 40px 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.aboutus-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.aboutus-header .highlights {
  background: linear-gradient(180deg, transparent 60%, #ffe066 60%);
  font-weight: 600;
  color: #000;
  padding: 0 2px;
}
.aboutus-header p {
  color: #000;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  max-width: 700px;
  margin: 0 auto 20px auto;
  line-height: 1.7;
}
.aboutus-mission-box,
.aboutus-vision-box {
  border-radius: 8px;
  padding: 22px 30px;
  margin: 0 auto 40px auto;
  max-width: 900px;
  background: #fff;
  text-align: center;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .aboutus-mission-box,
  .aboutus-vision-box {
    padding: 14px 8px;
  }
  .aboutus-header h2 {
    font-size: 1.3rem;
  }
}



/*  */
.highlight {
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #ffd54f;
}

.highlight-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.highlight-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 8px;
    background: #ffd54f;
    z-index: -1;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #e5b700;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn:hover {
    background-color: #d4a800;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #e5b700;
    color: #333;
}

.btn-outline:hover {
    background-color: #e5b700;
    color: #fff;
}

.filter-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background-color: #ffd54f;
    color: #000;
}

/* Clients Section */
/* Clients Section */
.clients-section {
    padding: 80px 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
}

.client-logo {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    background: transparent; /* No background */
    padding: 0; /* Remove padding */
    border-radius: 0; /* Remove circle effect */
    border: none; /* Remove border */
    box-shadow: none; /* Remove extra shadow */
}

.client-logo img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%); /* Black & White by default */
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

.client-logo:hover img {
    filter: grayscale(0%); /* Show color on hover */
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .client-logo {
        width: 120px;
        height: 120px;
    }
    
    .clients-grid {
        gap: 20px;
    }
}

/* Projects Section */
.projects-section {
    padding: 80px 0;
    /* background-color: #f9f9f9; */
    background-color: #EAEAEA; /* Light grey background */

    text-align: center;
    width: 100%;
    overflow: hidden;
}

.projects-filter {
    margin: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 0 15px;
}

.projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px; /* space between each project */
    margin-top: 50px;
    padding: 0 15px;
    width: 100%;
}

.project-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* text align left */
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px; /* gap between items */
    margin-top: 50px;
    padding: 0 15px;
    width: 100%;
}

/* Har project wrapper ek card + info hai */
.project-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

/* Odd aur even cards ko thoda shift karte hain */
.project-wrapper:nth-child(odd) {
    margin-top: 30px; /* odd card neeche */
}

.project-wrapper:nth-child(even) {
    margin-top: 0; /* even card upar */
}

.project-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    position: relative;
    width: 100%;
    border: 1px solid gray;
}

.project-card img {
    width: 100%;
    height: 418px;
    object-fit: cover;
    display: block;
max-height: 164% !important;
}

.overlay-title {
    position: absolute;
    bottom: 10px;
    left: -1px;
    background: #ffffff;
    color: #000000;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;

    /* Sirf left side rounded */
    border-radius: 5px 0 0 5px;
    opacity: 70%;
}


.info {
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 23.1px;
    text-align: left;
    color: #0F1014;
}

.info p {
    margin: 4px 0;
}


/* Testimonials Section */
.testimonials-section {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    max-width: 850px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.testimonial {
    display: none;
    animation: fadeIn 0.8s ease-in-out;
    width: 100%;
}

.testimonial.active {
    display: block;
}

.testimonial-content {
    background: #f9f9f9;              /* Light background */
    padding: 30px;                   /* Inner spacing */
    border-radius: 15px;             /* Rounded corners */
    box-shadow: 0 6px 18px rgba(0,0,0,0.08); /* Subtle shadow */
    display: flex;                   /* Flex container */
    flex-direction: column;          /* Vertical layout */
    align-items: center;             /* Center items horizontally */
    gap: 25px;                       /* Space between children */
    text-align: center;              /* Center text */
    width: 100%;                     /* Full width */
    border: 2px solid gray; 
    margin-top: 14px;         /* Gray border */
}

.testimonial-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 10px 0;
}

.testimonial-text h4 {
    margin: 5px 0 0;
    font-weight: 600;
}

.testimonial-text span {
    font-size: 14px;
    color: #888;
}

.testimonial-text .quote {
    font-size: 30px;
    color: #fbbd08;
    font-weight: bold;
    display: block;
}

.testimonial-dots {
    margin-top: 20px;
}

.testimonial-dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}

.testimonial-dots .dot.active {
    background-color: #fbbd08;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    width: 100%;
    overflow: hidden;
}

.contact-container {
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.contact-image {
    height: 400px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px;
    padding-top: 150px;
    width: 100%;
}

.image-overlay h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.2;
}

.image-overlay p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 100%;
}

.contact-form-container {
    padding: 40px 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.form-header {
    margin-bottom: 40px;
    text-align: left;
}

.form-header h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.form-header h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e5b700;
    bottom: -10px;
    left: 0;
    transform: none;
}

.form-header p {
    color: #666;
    font-size: 1rem;
    margin-top: 15px;
    max-width: 100%;
}

#contactForm {
    width: 100%;
    max-width: 100%;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    width: 100%;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.form-group label {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #999;
    font-size: 1rem;
    transition: all 0.3s ease;
    pointer-events: none;
    background: white;
    padding: 0 5px;
    margin: 0 5px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #e5b700;
    outline: none;
    box-shadow: 0 0 0 2px rgba(229, 183, 0, 0.2);
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 0.8rem;
    color: #e5b700;
    background: white;
}

.submit-btn {
    background-color: #e5b700;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #d4a800;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    width: 100%;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}

.info-item i {
    color: #e5b700;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 3px;
}

.info-item h4 {
    color: #333;
    margin-bottom: 5px;
    font-size: 1rem;
}

.info-item p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

/* Footer */
.footer {
    background: #fff;
    color: #000;
    padding: 40px 0 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.footer-logo .footer-img {
    height: 55px;
    width: auto;
}

.footer-title {
    text-align: left;
}

.footer-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 1px;
}

.footer-title p {
    margin: 0;
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer-nav a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    padding: 5px 10px;
}

.footer-nav a:hover {
    color: #d4af37;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.footer-social a {
    color: #000;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #d4af37;
}

.footer-bottom {
    margin-top: 30px;
    background: #333;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.footer-bottom span {
    color: #d4af37;
    font-weight: 600;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .hero-text h1 {
        font-size: 42px;
    }
    
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .project-card:nth-child(odd) {
        margin-top: 40px;
    }
    
    .project-card:nth-child(even) {
        margin-top: 0;
    }
    
    .testimonial-content {
        flex-direction: row;
        text-align: left;
    }
    
    .contact-container {
        flex-direction: row;
    }
    
    .contact-image {
        height: auto;
    }
    
    .image-overlay {
        padding: 40px;
        padding-top: 100px;
    }
    
    .form-row {
        flex-direction: row;
        gap: 20px;
    }
    
    .footer-nav {
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .hero-text h1 {
        font-size: 48px;
    }
    
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .nav-links {
        display: flex;
    }
    
    .hamburger {
        display: none;
    }
}

@media (max-width: 767px) {
    .hamburger {
        display: inline-block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
        padding: 80px 20px;
        transition: right 0.4s ease-in-out;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 18px;
        padding: 10px 0;
    }

    .nav-links a::after {
        bottom: 5px;
    }
    
    .logo-text h1 {
        font-size: 18px;
    }
    
    .logo-text p {
        font-size: 12px;
    }
    
    .highlight-heading::after {
        width: 80%;
    }
    
    .hero-text h1 {
        font-size: 28px;
    }
    
    .section-header h2 {
        font-size: 24px;
    }
    
    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    /* .client-logo {
        width: 120px;
        height: 120px;
    } */
}
 
.team-section {
  padding: 60px 20px;
  text-align: center;
}

.team-section .section-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-section .section-header p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
}

.team-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.team-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #F6E9BB;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  padding: 25px;
  width: 491px;
  max-width: 112%;
  text-align: left;
  gap: 25px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

/* animation keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Add hover animation */
.team-card:hover {
  transform: translateY(-8px);
  transition: all 0.3s ease;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

.team-card img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}

.team-info {
  flex: 1;
}

.team-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-info .role {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.team-info .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.team-info .socials a {
  margin-right: 12px;
  color: #f7ce3b;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.team-info .socials a:hover {
  color: #282828;
}

/* Two cards in second row */
.team-row {
  display: flex;
  gap: 5px;
}

/* Responsive for tablets & mobiles */
@media (max-width: 768px) {
  .team-cards {
    flex-direction: column; /* Keep column layout on mobile */
    gap: 20px;
    width: 100%;
  }
  
  .team-card {
    width: 100%; /* Full width on mobile */
    max-width: 100%; /* Remove the 47% restriction */
    flex-direction: column; /* Stack image and text vertically */
    text-align: center; /* Center align text */
    padding: 20px; /* Slightly reduce padding */
  }
  
  .team-card img {
    width: 120px; /* Slightly smaller image on mobile */
    height: 120px;
    margin-bottom: 15px;
  }
  
  .team-row {
    flex-direction: column; /* Stack cards vertically on mobile */
    gap: 20px;
    width: 100%;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .team-card {
    padding: 15px; /* Even smaller padding on very small screens */
  }
  
  .team-card img {
    width: 100px;
    height: 100px;
  }
  
  .team-info h3 {
    font-size: 18px;
  }
}.Ctn-Btn{
    padding: 10px;
    background-color: #ffd54f;
    color: black;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;

}
.Ctn-Btn button{
    color: #000;
}
.slideshow img {
  width: 100%;
  display: none;
}
.slideshow img:first-child {
  display: block;
}


