@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    margin: 0;
    padding: 0;
    background-color: #f9f0ef;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    min-height: 100vh;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    background-color: transparent;
}


.additional-links a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin-left: 20px;
}

.main-nav {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
}

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

.logo {
    width: 130px;
    height: auto;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-left: 30px;
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.nav-links .active {
    color: #ed3237;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f58634;
    transition: right 0.3s ease-in-out;
    z-index: 1001;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 40px 20px;
    margin-top: 20px;
}

.mobile-menu li {
    margin-bottom: 15px;
}

.mobile-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.mobile-menu .dropdown>a::after {
    content: '⌄';
    float: right;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mobile-menu .dropdown.active>a::after {
    transform: rotate(180deg);
}

.mobile-menu .dropdown-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.mobile-menu .dropdown.active .dropdown-menu {
    display: block;
}

.mobile-menu .dropdown-menu a {
    padding: 10px 20px;
    font-size: 14px;
}

.but {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 20px;
}

.login_but {
    background-color: transparent;
    color: #333;
    border: 1px solid #e6e6e6;
}

.Apply_but {

    background: linear-gradient(135deg, #ff6b35 0%, #e85a2b 100%);
    color: white;
    border: none;
}

@media (max-width: 1024px) {
    .nav-links, .upper-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-menu {
        display: block;
    }
}

@media (max-width: 768px) {


    .btn_container {
        display: none;
    }
}

section {
    padding: 60px 20px;
    margin: 0 auto;
}


/* Base Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* About Section - Mobile First */
.about-section {
    margin-top: 50px;
    padding: 3rem 1rem;
    background-color: white;
}

.about-container,.flx-container {
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.about-content {
    max-width: 100%;
    text-align: center;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 107, 53, 0.1);
    color: #ff6b35;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.about-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
.about-visual img{
    width: 500px;
}
.about-title .highlight {
    color: #ff6b35;
    position: relative;
}

.about-title .highlight::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    border-radius: 0.125rem;
}

.about-description {
    text-align: justify;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-title .highlight {
    color: #ff6b35;
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    padding: 4rem 1rem;
}

.team_container {
    max-width: 1200px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.team-card {
    background: white;
    width: 350px;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 107, 53, 0.08);
    position: relative;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.15);
}

.card-image {
    position: relative;
    margin: 0 auto; 
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    /* padding: 2rem; */
}

.profile-image {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ff6b35;
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(255, 107, 53, 0.2);
}

.team-card:hover .profile-image {
    transform: scale(1.05);
    border-color: #f7931e;
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.3);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.8), rgba(247, 147, 30, 0.8));
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card:hover .card-overlay {
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 2.75rem;
    height: 2.75rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b35;
    text-decoration: none;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-card:hover .social-link {
    transform: translateY(0);
    opacity: 1;
}

.social-link:nth-child(1) {
    transition-delay: 0.1s;
}

.social-link:nth-child(2) {
    transition-delay: 0.2s;
}

.social-link:nth-child(3) {
    transition-delay: 0.3s;
}

.social-link:hover {
    background: #ff6b35;
    color: white;
    transform: translateY(-2px);
}

.card-content {
    padding: 2rem 1.5rem;
    text-align: center;
}

.member-name {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 1rem;
    color: #ff6b35;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.member-bio {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

/* Responsive Breakpoints */

/* Small Mobile: 480px+ */
@media (min-width: 30em) {



    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .stat-item {
        padding: 1.5rem 1rem;
    }

    .cta-buttons {
        flex-direction: row;
        gap: 1.5rem;

    }

    .btn-primary, .btn-secondary {
        /* width: auto; */
        /* background-color: red; */
        min-width: 120px;
        padding: 0px;
    }

    .main-image {
        height: 350px;
    }

    .profile-image, .placeholder-avatar {
        width: 140px;
        height: 140px;
    }
}

  
        .our-team {
            background: #fff;
            border-radius: 10px;
            max-width: 250px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
        }

      

        .our-team:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: #ff6b35;
        }

        .pic {
            display: inline-block;
            width:250px;
            height: 250px;
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            z-index: 1;
        }

        

        .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            background: #f8f9fa;
            transition: all 0.3s ease;
        }

        .our-team:hover .pic img {
            filter: brightness(1.1) contrast(1.1);
        }

        .title {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-top: 10px;
            margin-bottom: 0rem;
            transition: all 0.3s ease;
            color: #ff6b35;
           
        }

        .our-team:hover .title {
            transform: scale(1.05);
        }

        
        .social {
            list-style: none;
            margin-left: 0;
            display: flex;
            justify-content: center;
            align-items: center ;
            padding: 10px;
        }
        .features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
    gap: 50px;
    margin-top: 40px;
}

        .social li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 1.2rem;
            color: #ff6b35;
            border: 2px solid #ff6b35;
            background: transparent;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }



/* Tablet: 768px+ */
@media (min-width: 48em) {
    .about-section {
        padding: 5rem 2rem;
    }

    .about-container {
        gap: 4rem;
    }

    .about-content {
        text-align: left;
    }

    .about-description {
        margin-left: 0;
        margin-right: 0;
    }

    .about-stats {
        justify-items: start;
        max-width: none;
    }

    .stat-item {
        text-align: left;
        background: transparent;
        border: none;
        padding: 0;
    }

    .cta-buttons {
        justify-content: flex-start;
        margin: 0;
        max-width: none;
    }

    .main-image {
        height: 400px;
    }

    .floating-card {
        display: block;
        position: absolute;
        background: white;
        padding: 1.5rem;
        border-radius: 1rem;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 107, 53, 0.1);
    }

    .btn-primary, .btn-secondary {
        padding: 0;
    }

    .card-1 {
        top: 50px;
        left: -30px;
        width: 160px;
    }

    .card-2 {
        bottom: 50px;
        right: -30px;
        width: 180px;
    }

    .card-icon {
        width: 35px;
        height: 35px;
        background: linear-gradient(135deg, #ff6b35, #f7931e);
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-bottom: 0.75rem;
    }

    .card-title {
        font-size: 0.875rem;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 0.25rem;
    }

    .card-subtitle {
        font-size: 0.75rem;
        color: #888;
    }

    .mission-vision {
        padding: 5rem 2rem;
    }

    .mv-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .mv-card {
        padding: 3rem 2rem;
    }

    .mv-icon {
        justify-content: flex-start;
    }

    .mv-title, .mv-description {
        text-align: left;
    }

    .mv-list {
        margin: 0;
        max-width: none;
    }

    .team-section {
        padding: 5rem 2rem;
    }

    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2.5rem;
    }

    .profile-image, .placeholder-avatar {
        width: 160px;
        height: 160px;
    }

    .card-image {
        height: 180px;
        padding: 2.5rem;
    }
}

/* Desktop: 1024px+ */
@media (min-width: 64em) {
    .about-section {
        padding: 6rem 2rem;
    }


    .about-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
    }

    .main-image {
        height: 500px;
    }

    .card-1 {
        left: -40px;
        width: 180px;
        padding: 2rem;
    }

    .card-2 {
        right: -40px;
        width: 200px;
        padding: 2rem;
    }

    .card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 1rem;
    }

    .card-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .card-subtitle {
        font-size: 0.875rem;
    }

    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }

    .profile-image, .placeholder-avatar {
        width: 180px;
        height: 180px;
    }

    .card-image {
        height: 200px;
        padding: 3rem;
    }
}

/* Large Desktop: 1200px+ */
@media (min-width: 75em) {
    .about-section {
        padding: 7rem 2rem;
    }

    .main-image {
        height: 600px;
    }

    .mission-vision {
        padding: 6rem 2rem;
    }

    .team-section {
        padding: 6rem 2rem;
    }
}

/* Extra Large Desktop: 1440px+ */
@media (min-width: 90em) {
    .about-container {
        max-width: 1400px;
    }

    .team_container {
        max-width: 1400px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* gallery styling  */
.gallery {
            padding: 4rem 2rem;
        }

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

        .flx-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
            justify-items: center;
        }

        .img-container {
            position: relative;
            width: 100%;
            max-width: 400px;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
            background: #f8f9fa;
        }

        .img-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, #ff6b35, );
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 2;
        }

        .img-container:hover::before {
            opacity: 1;
        }

        .img-container:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .img-container:hover img {
            transform: scale(1.1);
        }

        .img-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 2rem;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            transform: translateY(100%);
            transition: transform 0.4s ease;
            z-index: 3;
        }

        .img-container:hover .img-overlay {
            transform: translateY(0);
        }

        .img-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .img-description {
            font-size: 0.95rem;
            opacity: 0.9;
            line-height: 1.4;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            
            
            .flx-gallery {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 1.5rem;
            }
            
            .img-container {
                height: 250px;
            }
        }

        @media (max-width: 480px) {
            .gallery {
                padding: 2rem 1rem;
            }
            
            
            .flx-gallery {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            
            .img-container {
                height: 200px;
            }
        }

        /* Loading animation for images */
        .img-container.loading {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: loading 2s infinite;
        }

        @keyframes loading {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }



        /* Vision & Mission Flex Container */
    .flx-container{
        margin: 0 auto;
    }
.flx.flx-container {
    
    margin: 0 auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.vision-container,
.mission-container {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(44,62,80,0.07);
  padding: 32px 28px;
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 520px;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-container {
  border-left: 6px solid #ff6b35;
}

.mission-container {
  border-left: 6px solid #2c3e50;
  margin-right: 50px
  ;
}

.section-title {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.mv-list {
  margin: 0;
  padding-left: 18px;
  color: #444;
}

.vision-description {
  font-size: 1.08rem;
  color: #333;
  margin: 0;
}


/* Responsive: Stack vertically on small screens */
@media (max-width: 900px) {
  .flx.flx-container {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .vision-container,
  .mission-container {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}


/* footer  */
.footer {
    background-color: #2d2d2d;
    color: #ffffff;
}

.footer-main {
    padding: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 24px;
    font-style: italic;
}

.footer-description {
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 32px;
    font-size: 14px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #555;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #404040;
    border-color: #666;
    color: #ffffff;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}

.footer-column h3,
.footer-brand h3 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.footer-column h3::after,
.footer-brand h3::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #e0e0e0; /* grey base */
  position: absolute;
  margin-top: 30px;
  left: 0;
  bottom: 0;
}

.footer-column h3::before,
.footer-brand h3::before {
  content: "";
  display: block;
  width: 50px; /* orange line length */
  height: 3px;
  background: #ff6b35; /* orange */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    background-color: #1f1f1f;
    padding: 24px 40px;
    border-top: 1px solid #404040;
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #888;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 32px;
}

.footer-bottom-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-main {
        padding: 50px 30px;
    }

    .footer-content {
        gap: 40px;
    }

    .footer-bottom {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-main {
        padding: 40px 20px;
    }

    .footer-bottom {
        padding: 20px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-bottom-links {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-main {
        padding: 32px 16px;
    }

    .footer-bottom {
        padding: 16px;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 12px;
    }

    .social-icons {
        justify-content: flex-start;
    }
}