

.work-sec1{
    padding: 4rem 4rem ;
}
.work-flex{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.work-flex h1 {
    margin: 0;
    width: 2rem;
    font-size: 4rem;
    font-weight: bold;
    color: var(--midnight-navy);
}
.work-flex h2{
    font-size: 5rem;
    font-weight: 800;
    margin: 0;
    color: var(--electric-blue);
}
.work-flex1{
    display: flex;
    align-items: center;
}
.work-flex1 p{
    font-size: 1.9rem;
    color: var(--cyber-gray);
}
.work-card{
    border-radius: 2rem;
    background-color: var(--midnight-navy);
    color: white;
}
.work-card img{
    border-radius: 2rem 2rem 0 0;
}
.card1{
    padding: 1.5rem;
    /* bca; */
}
.work-flex2{
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.work-flex2 p{
    border-bottom: 1px solid rgb(95, 95, 94);
    width: 10.9rem;
    color: rgb(95, 95, 94);
    
}
.card1 h3{
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}
.p{
    font-size: 1.3rem;
    font-weight: 400;
}
.work-carousel {
    overflow: hidden;
    position: relative;
}

.work-carousel .work-card {
    display: none;
    transition: transform 0.5s ease;
}

.work-carousel .work-card:first-child {
    display: block;
}

.work-carousel .work-flex2 {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.work-sec2{
    padding: 4rem 4rem ;
    position: relative;
}

.toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.toggle-content.open {
    max-height: 1000px; /* Adjust as needed */
}

.toggle-card{
    border-radius: 1rem;
    background-color: var(--midnight-navy);
    /* padding: 1.7rem; */
    color: white;
    width: 40rem;
    height: fit-content;
    position: sticky;
    top: 6rem;
    z-index: 999; /* Ensure it's above other content */
    padding: 1.5rem;
}
.toggle-card button{
    border: none;
    background-color:   var(--midnight-navy);
    color: var(--electric-blue);
    font-size: 1.1rem;
    
}
.toggle-card li{
    line-height: 1.5;
    padding: 0 .5rem;
    font-size: 1.3rem;
    font-weight: 300;
}
.work-flex3{
    display: flex;
    justify-content: left;
    gap: 2rem;
}

.work-flex4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust as needed */
}

.work-flex4 .gridcard {
    width: calc(50% - 10px); /* Two columns with gap */
    padding: 20px;
    box-sizing: border-box;
}
.work-flex4 .gridcard img {
    max-width: 20rem;
    height: 20rem;
}

.gridcard video {
    max-width: 100%;
    height: auto;
}

.work-flex4 .gridcard h1 {
    font-size: 1.3rem;
    font-weight: 300;
    margin-top: 10px;
}

.work-flex4 .gridcard h3 {
    letter-spacing: 0.04em;
}

.work-flex4 .gridcard p {
    font-size: 1.5rem;
    margin-top: 5px;
    color: var(--midnight-navy);
}
.work-p{
    font-size: 2.5rem;
    font-weight: 300;
    padding: 0 1rem;
}
.work-flex h1 {
    width: 2rem;
    font-size: 85px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.toggle-content1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    position: absolute;
    z-index: 1; /* Ensure it's above other content */
}

.toggle-content1 ul {
    margin: 0rem;
    padding: 1rem;
    list-style: none;
    position: relative; /* Ensure it's positioned relative to its container */
    background-color:  var(--midnight-navy);
    color: white;
}

.toggle-container1 {
    position: relative;
}

.toggle-container1 button {
    background-color:  var(--midnight-navy);
    color: white;
    border: none;
    border-radius:.6rem;
    cursor: pointer;
    padding: 1rem;
    width: 11.6rem;
}

.toggle-banner1 {
    background-color:  var(--midnight-navy);
    padding: 1rem 1rem;
    position: absolute;
    top: 0;
    left: 70%;
    transform: translateX(-50%);
    display: none;
    z-index: 2; /* Ensure it's above other content */
}

.toggle-banner1 span {
    font-weight: bold;
}
.work-flex img{
    height: 24rem;
    width: 53rem;
}

#drp{
            display: none;
        }


    @media only screen and (max-width: 700px) {
        .work-sec1 {
            padding: 2rem 1rem;
            
        }
        .work-flex h1 {
            font-size: 35px;
            width: max-content;
        }
        .work-flex h2 {
            font-size: 2rem;
        }
        .work-flex1 p {
            font-size: 0.6rem;
        }
        .work-flex {
            display: block;
        }
        .work-flex img {
            height: 13rem;
            width: 22rem;
        }
        .work-card{
            margin-top: 1rem;
        }
        .card1 {
            padding: 1rem;
        }
        .p {
            font-size: 1rem;
        }
        .card1 h3 {
            font-size: 1rem;
        }
        #drop1{
            display: none;
        }
        .work-sec2 {
                    margin-top: 8rem;
            padding: 2rem 1.5rem;
        }
        .work-p {
            font-size: 1rem;
            padding: 0;
        }
        .work-flex4 {
            display: block;
        }
        .work-flex3{
            display: block;
        }
        .work-flex4 .gridcard {
            width: calc(100% - 10px); /* Two columns with gap */
            box-sizing: border-box;
            padding: 0;
        }
        .work-flex4 .gridcard h1 {
            font-size: 1rem;
        }
        .work-flex4 .gridcard p {
            font-size: 1rem;
        }
        #drp{
            display: block;
        }
        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: var(--platinum-white);;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 30px;
        }
        
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 18px;
            color: var(--electric-blue);
            display: block;
            transition: 0.3s;
            text-align: center;
        }
        
        .sidenav a:hover {
            color: var(--midnight-navy);
        }
        
        .sidenav .closebtn .sdnv {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 2rem;
            margin-left: 50px;
        }
        .sdnv{
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            
        }
        
            #drp {
        display: block;
    }
        nav ul {
            list-style: none;
            /* padding: 0;
            margin: 0; */
            text-align: center;
        }
        
        nav ul li {
            display: block;
            margin-bottom: 10px;
            text-align: center;
        }
        
        nav ul li a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 10px;
            text-align: center;
        }
        
        
        #toggleBtn {
            font-size: 20px;
            cursor: pointer;
        }
        #mode-toggle {
            cursor: pointer;
            font-size: 24px; /* Adjust the size as needed */
            margin-bottom: 16px;
        }
        .gallery-sec {
            padding: 3rem 2rem;
        }
        
        


        }
    @media (min-width: 700px) and (max-width: 1440px) {
        nav a{
            font-size: .9rem;
        }

        .work-sec1 {
            padding: 2rem 1.5rem;
        }
            .work-flex img {
        height: 25rem;
        width: 57rem;
    }
        .work-flex h2 {
            font-size: 3rem;
        }
        .work-flex1 p {
            font-size: 1rem;
        }
        
     
      
        .work-card{
            margin-top: 1rem;
        }
        .card1 {
            padding: 1rem;
        }
        .p {
            font-size: 1.5rem;
        }
        .card1 h3 {
            font-size: 1.5rem;
        }
        
        .work-sec2 {
            
            padding: 2rem 1.5rem;
        }
        .work-p {
            font-size: 1.5rem;
            padding: 0;
        }
        /* .work-flex4 {
            display: block;
        } */
        /* .work-flex3{
            display: block;
        } */
        .work-flex4 .gridcard {
            width: calc(50% - 10px); /* Two columns with gap */
            box-sizing: border-box;
            padding: 0;
        }
        .work-flex4 .gridcard h1 {
            font-size: 1.5rem;
        }
        .work-flex4 .gridcard p {
            font-size: 1.5rem;
        }
        

    }
    .work-flex2 p {
        border-bottom: 1px solid rgb(95, 95, 94);
        width: 10.9rem;
        color: rgb(95, 95, 94);
        position: relative;
        padding-bottom: 5px;
    }
    
    /* Progress effect for current order */
    .current-order::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: white;
        width: 0%;
        animation: progress 5s linear infinite;
    }
    
    @keyframes progress {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
/* Add this CSS to make the toggle icon white */
.toggle-icon {
    color: white;
}
.contact-sec1{
    padding: 6rem 4rem;
}

.contact-sec1 h1{
    font-size: 3rem;
    margin-bottom: 0;
    color: var(--midnight-navy);

}
.contact-sec1 p{
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 0;
    color: var(--cyber-gray);

}
.contact-flex{
    display: flex;
    justify-content: left;
    gap: .5rem;
}
.contact-sec1 form input,textarea{
    background-color: rgb(235, 235, 235);
    border: none;
    padding: 1.3rem 1rem;
    font-size: 1rem;
    border-radius: .5rem;
   
}
.contact-sec1 form input{
        width: 16.5rem;  
}
.contact-sec1 form textarea{
  width: 36rem;
}
.contact-sec1 form button {
    width: 38rem;
    color: white;
    border: none;
    border-radius: .5rem;
    background-color: var(--midnight-navy);
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    transition: background-color 0.5s ease;
}

.contact-sec1 form button:hover {
    background-color: var(--electric-blue); /* Adjust the opacity as needed */
}
.contact-flex1{
    display: flex;
    justify-content: left;
    align-items:flex-start;
        gap: .5rem;
    

}
.contact-card {
    width: 40rem;
    border-radius: 2rem;
    background-color: var(--midnight-navy);
    
    margin-top: 4rem;
}
.contact-card img{
    border-radius: 2rem 2rem 0 0;
    width:100%;

}

.contact-card1{
    border: 1px solid var(--neon-teal);
    border-radius: 1rem;
    padding: 1rem;
}
.contact-cards {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.flex11{
    display: flex;
    justify-content: left;
    gap: 2rem;
    align-items: center;
}
.contact-cards h2{
    color:var(--electric-blue);
    margin: 0;
    font-weight: 400;
}
.contact-cards h3{
    color:  var(--electric-blue);
    margin: 0;
    font-weight: 400;
    padding-top: .5rem;
}
.contact-cards p{
    color:  var(--electric-blue);
    font-size: 1rem;
    font-weight: 400;
    margin-top: .3rem;
    margin-bottom: 0;
}
.icn1{
    
    font-size: .2rem;
}
.gray-background {
    filter: grayscale(100%);
   
    /* Add other background properties as needed */
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid  rgb(231, 231, 229) ;
}

.faq-question {
    cursor: pointer;
    padding-bottom: 1rem;
}

.faq-answer {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.1s ease-in-out;
    padding: 1.5rem 2rem;
    color: var(--cyber-gray);
}

.faq-item.open .faq-answer {
    display: block;
    max-height: max-content; /* Adjust as needed */
}

.faq-question i {
    margin-right: 5px;
    transition: transform 0.3s ease-in-out;
    color: var(--midnight-navy);
}

.faq-item.open .faq-question i {
    transform: rotate(45deg);
}

.contact-sec2{
    padding: 4rem 4rem;
    font-size: 1.3rem;
    font-weight: 400;
}
.contact-sec2 h1{
    font-size: 3rem;
    font-weight: 600;
    color: var(--midnight-navy);
}
/* gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-info {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

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

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

.gallery-sec{
    padding: 6rem 4rem;
}
.border-text {
    font-size: 4em; /* Adjust as needed */
    color: transparent;
    -webkit-text-stroke: 1px var(--midnight-navy); /* Adjust the width and color of the border */
    text-align: center;
    font-family: 'BankGothic',sans-serif;
}
.center-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered-text {
    font-size: 1.5em;
    color: #333;
}

