* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #3a3a3a 0%, #272727 50%, #1f201c 100%);
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.home{
    height: auto;
    padding: 20vh 0 30vh 0;
    max-width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.87),rgba(0, 0, 0, 0.788),rgba(0, 0, 0, 0.582)), url('./assets/bo-smeets-L3ZpYDSqVv4-unsplash.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: flex;
    justify-content: center;
    align-items: center;

}
.flextext{
    position: relative;
    width: 90%;
    height: auto;
    padding: 25vh 0 15vh 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.text{
    position: absolute;
    width: 80%;
    height: auto;
}
.text h3{
    color: white;
    font-size: 4.6rem;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 30px;

}
.text h6{
    color: white;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 20px;
}
.btn{
    border-radius: 10px;
    color: white;
    border: none;
    width: 140px;
    height: 50px;
    font-weight: 570;
    font-size: 1em;
    background:linear-gradient(135deg, #FF9800, #ff6b6b) ;
}

@media (max-width: 663px) {
    .text h3 {
        color: white;
        font-size: 3.5rem;
        font-weight: 800;
        margin: 20px 0;
    }
    .text h6{
        color: white;
        font-size: 1.2em;
        font-weight: 400;
        margin-bottom: 10px;
}
}

@media (max-width: 456px) {
    .text h3 {
        color: white;
        font-size: 3rem;
        font-weight: 800;
        margin: 20px 0;
    }
    .text h6{
        color: white;
        font-size: 1.2em;
        font-weight: 400;
        margin-bottom: 10px;
}
}

@media (max-width: 383px) {
    .text h3 {
        color: white;
        font-size: 2.7rem;
        font-weight: 800;
        margin: 20px 0;
    }
    .text h6{
        color: white;
        font-size: 1.2em;
        font-weight: 400;
        margin-bottom: 10px;
}
}

.navbar-container {
    position: fixed;
    top: 30px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: calc(100% - 60px);
    max-width: 1000px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navbar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.8s ease;
}

.navbar:hover::before {
    left: 100%;
}

.navbar:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Navbar Brand */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    z-index: 2;
    position: relative;
}

.brand-text {
    background: linear-gradient(135deg, #FF9800, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Navbar Navigation */
.navbar-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    z-index: 2;
    position: relative;
}

@media (min-width: 993px) {
    .navbar-nav {
        display: flex !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        flex-direction: row !important;
    }
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-link:hover::before {
    opacity: 1;
}

.nav-link:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.nav-link.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    color: white;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1001;
    position: relative;
    flex-shrink: 0;
}

.mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
    height: 18px;
    justify-content: center;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.mobile-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.mobile-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Call to Action Button */
.cta-button {
    background: linear-gradient(345deg, #FF9800, #ff6b6b);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 5px;
}

.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(255, 107, 107, 0.4);
}

@media (max-width: 992px) {
    .navbar-container {
        top: 20px;
        width: calc(100% - 30px);
    }

    .navbar {
        padding: 12px 20px;
        position: relative;
    }

    .mobile-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    /* Hide desktop navigation on mobile */
    .navbar-nav {
        display: none;
    }

    .brand-text {
        font-size: 1.2rem;
    }
}


/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Container */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #4A4A4A 0%, #4a4a4a 50%, #909580 100%);
    z-index: 1600;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
}

.mobile-menu.active {
    transform: translateY(0);
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

/* Mobile Menu Navigation */
.mobile-menu-nav {
    padding: 40px 30px;
    list-style: none;
}

.mobile-menu-item {
    margin-bottom: 8px;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 12px;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(8px);
    border-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.mobile-cta {
    margin: 30px 30px 40px;
}

.mobile-cta-button {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #FF9800, #ff6b6b);
    color: white;
    text-decoration: none;
    padding: 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
}

.mobile-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}

@media (max-width: 768px) {
    .navbar-container {
        width: calc(100% - 30px);
    }
}

@media (max-width: 480px) {
    /* .doom{
        display: none;
    } */
    .navbar-container {
        width: calc(100% - 20px);
        top: 15px;
    }

    .navbar {
        padding: 10px 15px;
    }

    .navbar-brand {
        gap: 8px;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
    }

    .brand-text {
        font-size: 1.1rem;
    }
}

/* Content Sections */
.content-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 20px 40px;
    text-align: center;
    color: white;
    position: relative;
    width: 100%; 
}

/* Add extra spacing for home section */
#home {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
    padding-top: 200px;
}

#about {
    background: linear-gradient(135deg, #2d1b69 0%, #11998e 50%, #38ef7d 100%);
}

#portfolio {
    background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 50%, #8e24aa 100%);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 600px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Main Content (Gallery) */
main {
    position: relative;
    width: 100%;
    min-height: 700px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    margin-top: 100px; 
    margin-bottom: 50px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.item {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}

.item:nth-child(1), .item:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}

.item:nth-child(3) { left: 50%; }
.item:nth-child(4) { left: calc(50% + 220px); }
.item:nth-child(5) { left: calc(50% + 440px); }
.item:nth-child(6) { left: calc(50% + 660px); opacity: 0; }

.content {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
}

.content .title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}

.content .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 1rem;
}

.content button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
}

.item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
}

.nav .btn-1 {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
}

.nav .btn:hover {
    background-color: rgba(255,255,255,0.3);
}

/* Media Queries for Gallery Content */
@media (width > 650px) and (width > 900px) {
    .content .title { font-size: 1rem; }
    .content .description { font-size: 0.7rem; }
    .content button { font-size: 0.7rem; }

    .item {
        width: 160px;
        height: 270px;
    }

    .item:nth-child(3) { left: 50%; }
    .item:nth-child(4) { left: calc(50% + 100px); }
    .item:nth-child(5) { left: calc(50% + 200px); }
    .item:nth-child(6) { left: calc(50% + 230px); opacity: 0; }
}

@media (width > 650px) {
    .content .title { font-size: 0.9rem; }
    .content .description { font-size: 0.65rem; }
    .content button { font-size: 0.7rem; }

    .item {
        width: 130px;
        height: 220px;
    }

    .item:nth-child(3) { left: 50%; }
    .item:nth-child(4) { left: calc(50% + 100px); }
    .item:nth-child(5) { left: calc(50% + 190px); }
    .item:nth-child(6) { left: calc(50% + 200px); opacity: 0; }
}

@media (width > 356px) {
    .content .title { font-size: 0.9rem; }
    .content .description { font-size: 0.65rem; }
    .content button { font-size: 0.7rem; }

    .item {
        width: 130px;
        height: 220px;
    }

    .item:nth-child(3) { left: 50%; }
    .item:nth-child(4) { left: calc(50% + 100px); }
    .item:nth-child(5) { left: calc(50% + 150px); }
    .item:nth-child(6) { left: calc(50% + 200px); opacity: 0; }
}

@media (width > 250px) {
    .content .title { font-size: 0.9rem; }
    .content .description { font-size: 0.65rem; }
    .content button { font-size: 0.7rem; }

    .item {
        width: 130px;
        height: 220px;
    }

    .item:nth-child(3) { left: 50%; }
    .item:nth-child(4) { left: calc(50% + 20px); }
    .item:nth-child(5) { left: calc(50% + 30px); }
    .item:nth-child(6) { left: calc(50% + 40px); opacity: 0; }
}

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



body.darkened {
    background-color: #222;
    transition: background-color 0.3s ease;
}

body.darkened .gallery-container {
    opacity: 0.3;
    pointer-events: none;
    transition: opacity 0.3s ease;
}


.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    transition: opacity 0.3s ease;
}

h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    color: #FF9800;
    font-size: 3rem;
}

/* Gallery Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: #fff; 
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* Description Overlay for thumbnails */
.description-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    opacity: 0;
    text-align: center;
    box-sizing: border-box;
}

.gallery-item:hover .description-overlay {
    transform: translateY(0);
    opacity: 1;
}

.description-overlay p {
    margin: 0;
    font-size: 0.9em;
}

/* Enlarged Media Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.overlay-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.overlay.active .overlay-content {
    transform: scale(1);
}

#enlarged-media-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#enlarged-media-wrapper img,
#enlarged-media-wrapper video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

/* Description Overlay for enlarged media */
.enlarged-description-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.overlay-content:hover .enlarged-description-overlay {
    opacity: 1;
}

#enlarged-description {
    margin: 0;
    font-size: 1.1em;
}



    #scrollToTopBtn {
        display: flex; /* Use flex to center icon */
        justify-content: center;
        align-items: center;
        position: fixed; /* Fixed position relative to viewport */
        bottom: 30px; /* 30px from the bottom */
        right: 30px; /* 30px from the right */
        z-index: 99; /* Ensure it's above most content, below overlay */
        background: linear-gradient(135deg, #FF9800, #ff6b6b);
        color: #f5f5f0; /* Icon color */
        width: 50px; /* Button width */
        height: 50px; /* Button height */
        border-radius: 50%; /* Make it circular */
        border: none; /* Remove default button border */
        outline: none; /* Remove outline on focus */
        cursor: pointer;
        font-size: 1.5rem; /* Icon size */
        opacity: 0; /* Initially hidden */
        visibility: hidden; /* Initially hidden */
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease; /* Smooth fade and scale transition */
        transform: scale(0.9); /* Slightly smaller when hidden */
    }

    #scrollToTopBtn.show {
        opacity: 1; /* Visible when 'show' class is added */
        visibility: visible; /* Visible when 'show' class is added */
        transform: scale(1); /* Return to normal size when visible */
    }

    #scrollToTopBtn:hover {
        background-color: #FF6B6B; /* Darker background on hover */
        color: #4A4A4A; /* Icon color on hover */
        transform: scale(1.15);
    }

/* Footer */
.footer {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin: 30px auto 40px;
    padding: 25px 40px;
    max-width: 90vw;
    width: calc(100% - 60px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.8s ease;
}

.footer:hover::before {
    left: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: white;
    position: relative;
    z-index: 2;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
}

.footer-brand span {
    background: linear-gradient(135deg, #FF9800, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.footer-link:hover {
    color: white;
    transform: translateY(-1px);
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-copy {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.social-link2 {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link2:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Media Queries for Footer */
@media (max-width: 768px) {
    .footer {
        width: calc(100% - 30px);
        padding: 20px 25px;
    }

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

    .footer-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer {
        width: calc(100% - 20px);
        padding: 15px 20px;
    }

    .footer-links {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .contact-form {
        padding: 30px 25px;
        margin: 0 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .contact-form {
        padding: 25px 20px;
        margin: 0 10px;
    }
}
@media screen and (max-width:350px) {
    .text{
        width: 100%;
    }
    .flexoverlay h5{
        font-size: 4em;
    }
}

