* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    /* line-height: 1.6; */
}

.nav-sec {
     height: 75px;
    background-color: #1A1A1A;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}


.navbar-content {
    display: flex;
    justify-content: space-between;
    /* padding-top: 40px; */
    align-items: center;
    text-align: center;
    top: 0;
    bottom: 0;

}
.nav-img {
    height: auto;
    width: 100px;
}

.navbar-navigation {
    display: flex;
    justify-content: space-evenly;
    padding-top: 15px;
}

.navbar-list {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
}

.navbar-link {
    color: #FFFFFF;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    position: relative;
}

.navbar-link:hover {
    color: #F9BF29;
}

.navbar-link:after {
    content: "";
    position: absolute;
    background-color: #F9BF29;
    height: 5px;
    width: 0px;
    left: 0;
    bottom: -8px;
    transition: 0.30s;
    margin-left: 20px;
}

.navbar-link:hover:after {
    width: 60%;
}

.nav-sec-btn {
    height: 42.5px;
    width: 148.22px;
    font-size: 15px;
    border-radius: 40px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: 500;
    font-style: normal;
    margin-left: 30px;
    transform: translateY(-10px);
    background-color: transparent;
    top: 50%;
    left: 50%;
    letter-spacing: 2px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    line-height: 42.5px;

}

.nav-sec-btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 80px 100px;

    z-index: -1;
    transform: rotate(360deg);
    transition: 1s;
    transform-origin: left;
}

.nav-sec-btn-link {
    color: #FFFFFF;
}

.nav-sec-btn:hover:before {
    border-color: #1653DF;
    transform: rotate(60deg);

}

.nav-sec-btn:hover {
    border-color: #1653DF;

}

.sec-1 {
    background: rgba(0, 0, 0, 0.40) url("../main-img/banner/project\ 2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-size: 100% 100%;
    height: 90vh;

}

.sec-1-content {
    padding-top: 100px;
}

.sec-1-cnt-row {
    display: flex;
    justify-content: space-evenly;
}

.sec-1-cnt-row-1-head {
    font-size: 80px;
    color: #FFFFFF;
    font-family: 800;
    height: 176px;
    width: 673.81px;
}

.sec-1-cnt-row-1-sub-head {
    font-size: 80px;
    color: #E7C873;
    font-family: 800;
}

.sec-1-cnt-row-1-para {
    font-size: 16px;
    color: #FFFFFF;
    height: 44.81px;
    width: 673.81px;
    padding-top: 30px;
}

.sec-1-cnt-row-1-btn {
    height: 54px;
    width: 244px;
    background-color: #1653DF;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 40px;
    margin-top: 40px;
}

.sec-1-cnt-row-1-btn:hover {
    background-color: #1A1A1A;
}

.sec-1-form {
    height: 280px;
    width: 456px;
    background-color: transparent;
    border-radius: 20px;
    backdrop-filter: blur(60px);
}

.keyword {
    height: 54px;
    width: 362px;
    border-radius: 40px;
    margin-top: 30px;
    text-align: center;
    margin-left: 30px;
}

.location {
    height: 54px;
    width: 362px;
    border-radius: 40px;
    margin-top: 10px;
    text-align: center;
    margin-left: 30px;
}

#property {
    height: 54px;
    width: 362px;
    border-radius: 40px;
    margin-top: 10px;
    text-align: center;
    margin-left: 30px;
}

.sec-1-form-btns {
    display: flex;
    padding-top: 20px;
}

.btn-1 {
    height: 56px;
    width: 176px;
    border-style: outset;
    border-color: #1653DF;
    border-radius: 40px;
    margin-left: 30px;
    background-color: aquamarine;
    cursor: pointer;
}

.btn-2 {
    height: 56px;
    width: 176px;
    border-style: outset;
    border-color: #E7C873;
    border-radius: 40px;
    margin-left: 30px;
    background-color: #E7C873;
    cursor: pointer;
}

.sec-2 {
    height: 929.06px;
    background-color: #f9f9f9;
}

.sec-2-content {
    padding-top: 100px;
}

.sec-2-cnt-head {
    font-size: 14px;
    color: #1653DF;
    text-align: center;
}

.sec-2-cnt-sub-head {
    color: #161E2D;
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
}

.sec-2-row-cnt {
    padding-top: 50px;
}

.sec-2-row-1-cnt {
    display: flex;
    justify-content: space-evenly;
    padding-top: 40px;
}

.sec-2-row-1-cnt-1 {
    display: flex;
    height: 147px;
    width: 406px;
    border-style: outset;
    border-color: #1A1A1A;
    border-radius: 20px;
    position: relative;
}

.sec-2-row-1-cnt-1 {
    transition: transform 0.3s ease;

}

.sec-2-row-1-cnt-1:hover {
    transform: scale(1.1);

}

.sec-2-row-1-cnt-1-head {
    padding-left: 50px;
}

.img-1 {
    height: 145.69px;
    width: 187.09px;
    border-radius: 20px;
    transition: transform 0.3s ease;

}

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

}

.head-1 {
    font-size: 18px;
    color: #161E2D;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

.property-1 {
    font-size: 14px;
    color: #161E2D;
    text-align: center;
    padding-top: 10px;
}

.explore {
    color: #161E2D;
    text-align: center;
    padding-top: 20px;
}

.explore-1 {
    color: #161E2D;
}

.explore-1 {
    position: relative;
    text-decoration: none;
    color: #000;
}

.explore-1::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1A1A1A;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.explore-1:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
    /* width: 100%; */
}

.sec-9 {
    height: 208.2px;
    /* background-image: url("../main-img/22.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 300px;
}

.sec-9-content {
    padding-top: 60px;
}

.foot-sec {
    height: 700px;
    background-color: #050a13;
}

.foot-content {
    padding-top: 60px;
    display: flex;
    justify-content: space-evenly;
}

.logo-1 {
    height: 74px;
    width: 148px;
}

.social-media {
    display: flex;
    justify-content: space-evenly;
}

.fb {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #FFFFFF;
    background-color: #282828;
    margin-left: 20px;
}

.fb:hover {
    background-color: #EB0E47;
}

.fb-1 {
    padding-left: 23px;
    padding-top: 20px;
    height: 120px;
    width: 120px;
}

.foot-cnt-5 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 100px;
}

.foot-head {
    font-size: 26px;
    color: #FFFFFF;
    font-family: "Poppins", serif;
}

.foot-para {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 20px;
    height: 112px;
    width: 284px;
}

.foot-list {
    color: #FFFFFF;
    padding-top: 20px;
}

.foot-link {
    font-size: 16px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    padding-top: 20px;
}

 

.foot-link:hover {
    color: #F5B81E;
}


/* new add for filter  */


.filter-container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;

}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-header input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.filter-header button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-header button:hover {
    background-color: #0056b3;
}

.filter-section {
    margin-top: 20px;
}

.filter-section label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.filter-row>div {
    flex: 1 1 calc(33.33% - 20px);

}

.range-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.range-input input {
    flex: 1;
    margin-right: 10px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
}

.checkbox-grid label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.checkbox-grid input {
    margin-right: 8px;
}

#advance-button:hover {
    background-color: #0056b3;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.filter-row>div {
    flex: 1 1 calc(33.33% - 20px);
    min-width: 250px;
}

.filter-row label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}


#rooms,
#bathrooms {
    width: 80%;
    height: 54px;
    border-radius: 40px;
    padding: 0 45px 0 25px;
    font-size: 16px;
    font-weight: 500;
    background: #fff url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%231653DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 20px) center no-repeat;
    border: 2px solid #E1E8F5;
    box-shadow: 0 4px 10px rgba(22, 83, 223, 0.08);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#rooms:hover,
#bathrooms:hover {
    border-color: #1653DF;
    box-shadow: 0 6px 12px rgba(22, 83, 223, 0.12);
    transform: translateY(-1px);
}

#rooms:focus,
#bathrooms:focus {
    border-color: #1653DF;
    box-shadow: 0 0 0 4px rgba(22, 83, 223, 0.15);
    outline: none;
    background-color: #fff;
}

#rooms option,
#bathrooms option {
    padding: 16px;
    font-size: 15px;
    background-color: #fff;
    color: #333;
    border: none;
}


#rooms option:checked,
#bathrooms option:checked {
    background: linear-gradient(90deg, #1653DF 0%, #E7C873 100%);
    color: #0a7a6b;
}

#rooms option:hover,
#bathrooms option:hover {
    background-color: #f5f7ff;
}


#rooms::-ms-expand,
#bathrooms::-ms-expand {
    display: none;
}

.select-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.select-wrapper:hover::after {
    opacity: 1;
}


.select-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.select-wrapper:hover label {
    color: #1653DF;
}

.range-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.range-input input {
    flex: 1;
    height: 10px;
    border-radius: 5px;
    background-color: #ddd;
    -webkit-appearance: none;
    appearance: none;
}

.range-input input:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(22, 83, 223, 0.4);
}

.range-input span {
    font-size: 14px;
    color: #333;
}

.range-input input::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #1653DF;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.range-input input::-webkit-slider-thumb:hover {
    background-color: #1A73E8;
}

.range-input input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #1653DF;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.range-input input::-moz-range-thumb:hover {
    background-color: #1A73E8;
}

.toggle-icon {
    display: none;
}

/* filter new add */

.menu-tab-wp {
    margin-bottom: 80px;
    margin-top: 80px;
}

.menu-tab ul {
    padding: 10px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    position: relative;
    z-index: 2;
}

.menu-tab ul li,
.menu-tab ul .filter-active {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

.filter-active {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}

.menu-tab ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.menu-tab ul .filter-active {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

.filter {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.filter.active {
    color: #fff;
}

.filter-active {
    position: absolute;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
    border-radius: 30px;
    transition: 0.4s ease;
    z-index: 1;
}

.mix.show {
    display: block;
}

.filtering {
    cursor: progress;
}


/* Popup Styles of explore now button  */
.property-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

.popup-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    animation: popupFade 0.3s ease-in-out;
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1010;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-popup:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: rotate(90deg);
}

.popup-title {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

/* Carousel Styles */
.carousel-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
}

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

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #fff;
    transform: scale(1.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .carousel-container {
        height: 400px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .popup-content {
        width: 95%;
        margin: 20px auto;
    }
}

@media (max-width: 480px) {
    .carousel-container {
        height: 300px;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
    }
}









@media(max-width:575.98px){
    .nav-sec{
        height: 75px;
        background-color: #1A1A1A;
    }
    .wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
    .navbar-content{
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .nav-img{
        height: 60px;
        width: 80px;
    }
    .navbar-navigation{
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }
    .navbar-list{
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        padding-left: 10px;
        padding-top: 15px;
    }
    .navbar-link{
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        position: relative;
    }
    .navbar-link:hover{
        color: #F9BF29;
    }
    .navbar-link:after{
        content: "";
        position: absolute;
        background-color: #F9BF29;
        height: 5px;
        width: 0px;
        left: 0;
        bottom: -8px;
        transition: 0.30s;
        margin-left: 20px;
    }
    .navbar-link:hover:after{
        width: 60%;
    }
    .nav-sec-btn {
        height: 42.5px;
        width: 150px;
        font-size: 15px;
        border-radius: 40px;
        border-color: #FFFFFF;
        margin-top: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        margin-left: 30px;
        transform: translateY(0px);
        background-color: transparent;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center; /* Center text horizontally */
        line-height: 42.5px; /* Vertically center text */
    }
    
    .nav-sec-btn:before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 80px 100px; /* Adjust the size as needed */
        z-index: -1;
        transform: rotate(360deg);
        transition: 1s;
        transform-origin: left;
    }
    .nav-sec-btn-link{
        color: #FFFFFF;
    }
    .nav-sec-btn:hover:before {
        border-color: #1653DF;
        transform: rotate(60deg); /* Rotate on hover */
    }
    
    .nav-sec-btn:hover {
        border-color: #1653DF; /* Border color change on hover */
    }
    .toggle-icon{
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        color: #FFFFFF;
    }
    .sec-1{
        height: auto;
        background-image: url("../main-img/banner/project\ 2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .sec-1-content{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .sec-1-cnt-row{
        flex-direction: column;
        align-items: center;
    }
    .sec-1-cnt-row-1-head{
        font-size: 30px;
        color: #FFFFFF;
        font-family: 800;
        height: 90px;
        width: 250px;
        text-align: center;
    }
    .sec-1-cnt-row-1-sub-head{
        font-size: 25px;
        color: #E7C873;
        font-family: 800;
        text-align: center;
    }
    .sec-1-cnt-row-1-para{
        font-size: 13px;
        color: #FFFFFF;
        height: 44.81px;
        width: 250px;
        padding-top: 20px;
        text-align: center;
    }
    .sec-1-cnt-row-1-btn{
        height: 54px;
        width: 100px;
        background-color: #1653DF;
        color: #FFFFFF;
        font-size: 13px;
        border-radius: 40px;
        margin-top: 20px;
        margin-left: 80px;
    }
    .sec-1-cnt-row-1-btn:hover{
        background-color: #1A1A1A;
    }
    .sec-1-form{
        height: 310px;
        width: 290px;
        background-color: transparent;
        border-radius: 20px;
        backdrop-filter: blur(60px);
        margin-top: 60px;
    }
    .keyword{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 30px;
        text-align: center;
        margin-left: 15px;
    }
    .location{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }
    #property{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }
    .sec-1-form-btns{
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .btn-1{
        height: 56px;
        width: 90px;
        border-style: outset;
        border-color: #1653DF;
        border-radius: 40px;
        margin-left: 0px;
        background-color: aquamarine;
    }
    .btn-2{
        height: 56px;
        width: 90px;
        border-style: outset;
        border-color: #E7C873;
        border-radius: 40px;
        margin-left: 20px;
        background-color: #E7C873;
    }
    .sec-2{
        height: auto;
        background-color: #f9f9f9;
    }
    .sec-2-content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec-2-cnt-head{
        font-size: 12px;
        color: #1653DF;
        text-align: center;
    }
    .sec-2-cnt-sub-head{
        color: #161E2D;
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
    }
    .sec-2-row-cnt{
        padding-top: 10px;
    }
    .sec-2-row-1-cnt{
        flex-direction: column;
        align-items: center; 
        padding-top: 20px;
    }
    .sec-2-row-1-cnt-1{
        flex-direction: column;
        align-items: center;
        height: 280px;
        width: 250px;
        border-style: outset;
        border-color: #1A1A1A;
        border-radius: 20px;
        position: relative;
        margin-top: 20px;
    }
    .sec-2-row-1-cnt-1{
        transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    }
    .sec-2-row-1-cnt-1:hover{
        transform: scale(1.1); /* Scales the image by 1.2 times on hover */
    }
    .sec-2-row-1-cnt-1-head{
        padding-left: 20px;
    }
    .img-1 {
        height: 145.69px;
        width: 250px;
        border-radius: 20px;
        transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    }
    
    .img-1:hover {
        transform: scale(1.1); /* Scales the image by 1.2 times on hover */
    }
    .head-1{
        font-size: 14px;
        color: #161E2D;
        text-align: center;
        padding-top: 10px;
        font-weight: 600;
    }
    .property-1{
        font-size: 12px;
        color: #161E2D;
        text-align: center;
        padding-top: 10px;
    }
    .explore{
        color: #161E2D;
        text-align: center;
        padding-top: 20px;
    }
    .explore-1{
        color: #161E2D;
    }
    .explore-1 {
        position: relative;
        text-decoration: none;
        color: #000;
    }
    
    .explore-1::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #1A1A1A;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease;
    }
    
    .explore-1:hover::before {
        transform: scaleX(1);
        transform-origin: bottom left;
        /* width: 100%; */
    }
    .sec-9{
        height: auto;
        background-image: url("../main-img/22.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
    }
    .sec-9-content{
        padding-top: 30px;
    }
    .foot-sec{
        height: auto;
        background-color: #1653DF;
    }
    .foot-content{
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .logo-1{
        height: 74px;
        width: 100px;
    }
    .social-media{
        display: flex;
        justify-content: space-evenly;
        padding-top: 30px;
    }
    .fb{
        height: 40px;
        width: 40px;
        border-radius: 100%;
        color: #FFFFFF;
        background-color: #282828;
        margin-left: 20px;
    }
    .fb:hover{
        background-color: #EB0E47;
    }
    .fb-1{
        padding-left: 13px;
        padding-top: 10px;
        height: 80px;
        width: 80px;
    }
    .foot-cnt-5{
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    .foot-head{
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins", serif;
        text-align: center;
        padding-top: 30px;
    }
    .foot-para{
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 20px;
        height: 50px;
        width: 250px;
        text-align: center;
    }
    .foot-list{
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }
    .foot-link{
        font-size: 13px;
        font-family: "Poppins", serif;
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }
    
    .foot-link:hover{
        color: #F5B81E;
    }
}
@media(min-width:576px) and (max-width:767.98px){
    .nav-sec{
        height: auto;
        background-color: #1A1A1A;
    }
    .wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
    .navbar-content{
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .nav-img{
        height: 60px;
        width: 80px;
    }
    .navbar-navigation{
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }
    .navbar-list{
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        padding-left: 10px;
        padding-top: 15px;
    }
    .navbar-link{
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        position: relative;
    }
    .navbar-link:hover{
        color: #F9BF29;
    }
    .navbar-link:after{
        content: "";
        position: absolute;
        background-color: #F9BF29;
        height: 5px;
        width: 0px;
        left: 0;
        bottom: -8px;
        transition: 0.30s;
        margin-left: 20px;
    }
    .navbar-link:hover:after{
        width: 60%;
    }
    .nav-sec-btn {
        height: 42.5px;
        width: 150px;
        font-size: 15px;
        border-radius: 40px;
        border-color: #FFFFFF;
        margin-top: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        margin-left: 30px;
        transform: translateY(0px);
        background-color: transparent;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center; /* Center text horizontally */
        line-height: 42.5px; /* Vertically center text */
    }
    
    .nav-sec-btn:before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 80px 100px; /* Adjust the size as needed */
        z-index: -1;
        transform: rotate(360deg);
        transition: 1s;
        transform-origin: left;
    }
    .nav-sec-btn-link{
        color: #FFFFFF;
    }
    .nav-sec-btn:hover:before {
        border-color: #1653DF;
        transform: rotate(60deg); /* Rotate on hover */
    }
    
    .nav-sec-btn:hover {
        border-color: #1653DF; /* Border color change on hover */
    }
    .toggle-icon{
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        color: #FFFFFF;
    }
    .sec-1{
        height: auto;
        background-image: url(./real-estate-aesthetic-image-px8ok9r7ygztftoo.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .sec-1-content{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .sec-1-cnt-row{
        flex-direction: column;
        align-items: center;
    }
    .sec-1-cnt-row-1-head{
        font-size: 30px;
        color: #FFFFFF;
        font-family: 800;
        height: 90px;
        width: 250px;
        text-align: center;
    }
    .sec-1-cnt-row-1-sub-head{
        font-size: 25px;
        color: #E7C873;
        font-family: 800;
        text-align: center;
    }
    .sec-1-cnt-row-1-para{
        font-size: 13px;
        color: #FFFFFF;
        height: 44.81px;
        width: 250px;
        padding-top: 20px;
        text-align: center;
    }
    .sec-1-cnt-row-1-btn{
        height: 54px;
        width: 100px;
        background-color: #1653DF;
        color: #FFFFFF;
        font-size: 13px;
        border-radius: 40px;
        margin-top: 20px;
        margin-left: 80px;
    }
    .sec-1-cnt-row-1-btn:hover{
        background-color: #1A1A1A;
    }
    .sec-1-form{
        height: 310px;
        width: 290px;
        background-color: transparent;
        border-radius: 20px;
        backdrop-filter: blur(60px);
        margin-top: 60px;
    }
    .keyword{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 30px;
        text-align: center;
        margin-left: 15px;
    }
    .location{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }
    #property{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }
    .sec-1-form-btns{
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .btn-1{
        height: 56px;
        width: 90px;
        border-style: outset;
        border-color: #1653DF;
        border-radius: 40px;
        margin-left: 0px;
        background-color: aquamarine;
    }
    .btn-2{
        height: 56px;
        width: 90px;
        border-style: outset;
        border-color: #E7C873;
        border-radius: 40px;
        margin-left: 20px;
        background-color: #E7C873;
    }
    .sec-2{
        height: auto;
        background-color: #f9f9f9;
    }
    .sec-2-content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec-2-cnt-head{
        font-size: 12px;
        color: #1653DF;
        text-align: center;
    }
    .sec-2-cnt-sub-head{
        color: #161E2D;
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
    }
    .sec-2-row-cnt{
        padding-top: 10px;
    }
    .sec-2-row-1-cnt{
        flex-direction: column;
        align-items: center; 
        padding-top: 20px;
    }
    .sec-2-row-1-cnt-1{
        flex-direction: column;
        align-items: center;
        height: 280px;
        width: 250px;
        border-style: outset;
        border-color: #1A1A1A;
        border-radius: 20px;
        position: relative;
        margin-top: 20px;
    }
    .sec-2-row-1-cnt-1{
        transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    }
    .sec-2-row-1-cnt-1:hover{
        transform: scale(1.1); /* Scales the image by 1.2 times on hover */
    }
    .sec-2-row-1-cnt-1-head{
        padding-left: 20px;
    }
    .img-1 {
        height: 145.69px;
        width: 250px;
        border-radius: 20px;
        transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    }
    
    .img-1:hover {
        transform: scale(1.1); /* Scales the image by 1.2 times on hover */
    }
    .head-1{
        font-size: 14px;
        color: #161E2D;
        text-align: center;
        padding-top: 10px;
        font-weight: 600;
    }
    .property-1{
        font-size: 12px;
        color: #161E2D;
        text-align: center;
        padding-top: 10px;
    }
    .explore{
        color: #161E2D;
        text-align: center;
        padding-top: 20px;
    }
    .explore-1{
        color: #161E2D;
    }
    .explore-1 {
        position: relative;
        text-decoration: none;
        color: #000;
    }
    
    .explore-1::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #1A1A1A;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease;
    }
    
    .explore-1:hover::before {
        transform: scaleX(1);
        transform-origin: bottom left;
        /* width: 100%; */
    }
    .sec-9{
        height: auto;
        background-image: url("../main-img/22.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
    }
    .sec-9-content{
        padding-top: 30px;
    }
    .foot-sec{
        height: auto;
        background-color: #1653DF;
    }
    .foot-content{
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .logo-1{
        height: 74px;
        width: 100px;
    }
    .social-media{
        display: flex;
        justify-content: space-evenly;
        padding-top: 30px;
    }
    .fb{
        height: 40px;
        width: 40px;
        border-radius: 100%;
        color: #FFFFFF;
        background-color: #282828;
        margin-left: 20px;
    }
    .fb:hover{
        background-color: #EB0E47;
    }
    .fb-1{
        padding-left: 13px;
        padding-top: 10px;
        height: 80px;
        width: 80px;
    }
    .foot-cnt-5{
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    .foot-head{
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins", serif;
        text-align: center;
        padding-top: 30px;
    }
    .foot-para{
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 20px;
        height: 50px;
        width: 250px;
        text-align: center;
    }
    .foot-list{
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }
    .foot-link{
        font-size: 13px;
        font-family: "Poppins", serif;
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }
    
    .foot-link:hover{
        color: #F5B81E;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .nav-sec{
        height: auto;
        background-color: #1A1A1A;
    }
    .wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
    .navbar-content{
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .nav-img{
        height: 60px;
        width: 80px;
    }
    .navbar-navigation{
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }
    .navbar-list{
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        padding-left: 10px;
        padding-top: 15px;
    }
    .navbar-link{
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        position: relative;
    }
    .navbar-link:hover{
        color: #F9BF29;
    }
    .navbar-link:after{
        content: "";
        position: absolute;
        background-color: #F9BF29;
        height: 5px;
        width: 0px;
        left: 0;
        bottom: -8px;
        transition: 0.30s;
        margin-left: 20px;
    }
    .navbar-link:hover:after{
        width: 60%;
    }
    .nav-sec-btn {
        height: 42.5px;
        width: 150px;
        font-size: 15px;
        border-radius: 40px;
        border-color: #FFFFFF;
        margin-top: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-style: normal;
        margin-left: 30px;
        transform: translateY(0px);
        background-color: transparent;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center; /* Center text horizontally */
        line-height: 42.5px; /* Vertically center text */
    }
    
    .nav-sec-btn:before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 80px 100px; /* Adjust the size as needed */
        z-index: -1;
        transform: rotate(360deg);
        transition: 1s;
        transform-origin: left;
    }
    .nav-sec-btn-link{
        color: #FFFFFF;
    }
    .nav-sec-btn:hover:before {
        border-color: #1653DF;
        transform: rotate(60deg); /* Rotate on hover */
    }
    
    .nav-sec-btn:hover {
        border-color: #1653DF; /* Border color change on hover */
    }
    .toggle-icon{
        position: absolute;
        top: 40px;
        right: 40px;
        display: block;
        color: #FFFFFF;
    }
    .sec-1{
        height: auto;
        background-image: url(./real-estate-aesthetic-image-px8ok9r7ygztftoo.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .sec-1-content{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .sec-1-cnt-row{
        flex-direction: column;
        align-items: center;
    }
    .sec-1-cnt-row-1-head{
        font-size: 30px;
        color: #FFFFFF;
        font-family: 800;
        height: 90px;
        width: 250px;
        text-align: center;
    }
    .sec-1-cnt-row-1-sub-head{
        font-size: 25px;
        color: #E7C873;
        font-family: 800;
        text-align: center;
    }
    .sec-1-cnt-row-1-para{
        font-size: 13px;
        color: #FFFFFF;
        height: 44.81px;
        width: 250px;
        padding-top: 20px;
        text-align: center;
    }
    .sec-1-cnt-row-1-btn{
        height: 54px;
        width: 100px;
        background-color: #1653DF;
        color: #FFFFFF;
        font-size: 13px;
        border-radius: 40px;
        margin-top: 20px;
        margin-left: 80px;
    }
    .sec-1-cnt-row-1-btn:hover{
        background-color: #1A1A1A;
    }
    .sec-1-form{
        height: 310px;
        width: 290px;
        background-color: transparent;
        border-radius: 20px;
        backdrop-filter: blur(60px);
        margin-top: 60px;
    }
    .keyword{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 30px;
        text-align: center;
        margin-left: 15px;
    }
    .location{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }
    #property{
        height: 40px;
        width: 250px;
        border-radius: 40px;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }
    .sec-1-form-btns{
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .btn-1{
        height: 56px;
        width: 90px;
        border-style: outset;
        border-color: #1653DF;
        border-radius: 40px;
        margin-left: 0px;
        background-color: aquamarine;
    }
    .btn-2{
        height: 56px;
        width: 90px;
        border-style: outset;
        border-color: #E7C873;
        border-radius: 40px;
        margin-left: 20px;
        background-color: #E7C873;
    }
    .sec-2{
        height: auto;
        background-color: #f9f9f9;
    }
    .sec-2-content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec-2-cnt-head{
        font-size: 12px;
        color: #1653DF;
        text-align: center;
    }
    .sec-2-cnt-sub-head{
        color: #161E2D;
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
    }
    .sec-2-row-cnt{
        padding-top: 10px;
    }
    .sec-2-row-1-cnt{
        flex-direction: column;
        align-items: center; 
        padding-top: 20px;
    }
    .sec-2-row-1-cnt-1{
        flex-direction: column;
        align-items: center;
        height: 280px;
        width: 250px;
        border-style: outset;
        border-color: #1A1A1A;
        border-radius: 20px;
        position: relative;
        margin-top: 20px;
    }
    .sec-2-row-1-cnt-1{
        transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    }
    .sec-2-row-1-cnt-1:hover{
        transform: scale(1.1); /* Scales the image by 1.2 times on hover */
    }
    .sec-2-row-1-cnt-1-head{
        padding-left: 20px;
    }
    .img-1 {
        height: 145.69px;
        width: 250px;
        border-radius: 20px;
        transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    }
    
    .img-1:hover {
        transform: scale(1.1); /* Scales the image by 1.2 times on hover */
    }
    .head-1{
        font-size: 14px;
        color: #161E2D;
        text-align: center;
        padding-top: 10px;
        font-weight: 600;
    }
    .property-1{
        font-size: 12px;
        color: #161E2D;
        text-align: center;
        padding-top: 10px;
    }
    .explore{
        color: #161E2D;
        text-align: center;
        padding-top: 20px;
    }
    .explore-1{
        color: #161E2D;
    }
    .explore-1 {
        position: relative;
        text-decoration: none;
        color: #000;
    }
    
    .explore-1::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #1A1A1A;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease;
    }
    
    .explore-1:hover::before {
        transform: scaleX(1);
        transform-origin: bottom left;
        /* width: 100%; */
    }
    .sec-9{
        height: auto;
        background-image: url("../main-img/22.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
    }
    .sec-9-content{
        padding-top: 30px;
    }
    .foot-sec{
        height: auto;
        background-color: #1653DF;
    }
    .foot-content{
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .logo-1{
        height: 74px;
        width: 100px;
    }
    .social-media{
        display: flex;
        justify-content: space-evenly;
        padding-top: 30px;
    }
    .fb{
        height: 40px;
        width: 40px;
        border-radius: 100%;
        color: #FFFFFF;
        background-color: #282828;
        margin-left: 20px;
    }
    .fb:hover{
        background-color: #EB0E47;
    }
    .fb-1{
        padding-left: 13px;
        padding-top: 10px;
        height: 80px;
        width: 80px;
    }
    .foot-cnt-5{
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    .foot-head{
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins", serif;
        text-align: center;
        padding-top: 30px;
    }
    .foot-para{
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 20px;
        height: 50px;
        width: 250px;
        text-align: center;
    }
    .foot-list{
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }
    .foot-link{
        font-size: 13px;
        font-family: "Poppins", serif;
        color: #FFFFFF;
        padding-top: 20px;
        text-align: center;
    }
    
    .foot-link:hover{
        color: #F5B81E;
    }
}























/* Filter Menu Styles */
.menu-tab-wp {
    padding: 60px 0;
}

.menu-tab ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 25px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: center;
}

.filter {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.filter-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.filter.active {
    color: #fff;
}

.filter-active {
    position: absolute;
    background: linear-gradient(145deg, #1653DF, #E7C873);
    border-radius: 25px;
    transition: 0.4s ease;
    z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .menu-tab ul {
        padding: 12px 20px;
        gap: 10px;
    }
    
    .filter {
        padding: 10px 20px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .menu-tab-wp {
        padding: 40px 0;
    }
    
    .menu-tab ul {
        padding: 10px 15px;
    }
    
    .filter {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .filter-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .menu-tab ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .filter {
        padding: 8px 12px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .menu-tab-wp {
        padding: 30px 0;
    }
    
    .menu-tab ul {
        padding: 8px 12px;
        gap: 6px;
    }
    
    .filter {
        padding: 6px 10px;
        font-size: 12px;
    }
    
    .filter-icon {
        width: 18px;
        height: 18px;
    }
}

/* Animation for filter active state */
.filter:hover {
    transform: translateY(-2px);
}

.filter.active {
    transform: translateY(0);
}

/* Optional: Add smooth scrolling for better UX */
html {
    scroll-behavior: smooth;
}













/* Contact Info Section Styles */
.foot-cnt-2 {
    margin: 20px 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    color: #e7ecf1; /* Blue icon color */
    margin-right: 15px;
    font-size: 18px;
    margin-top: 3px;
}

.foot-para-1 {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.foot-head {
    color: #fffcfc;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.foot-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #007bff;
}


.contact-item p {
    color: white;
}




/* Hamburger Icon */
.toggle-icon {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    display: none; /* Initially hidden */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth icon transition */
    z-index: 1000;
    position: absolute;
    right: 20px;
    top: 25px;
}

.toggle-icon:hover {
    color: #ffffff;
    transform: rotate(90deg); /* Rotate the icon on hover */
}

/* Navbar Responsive styles */
@media (max-width: 768px) {
    .navbar-navigation {
        display: flex;
        flex-direction: column;
        background-color: #0f0f0f;
        position: absolute;
        top: 70px;
        right: -300px; /* Initially positioned outside of screen */
        width: 100%;
        text-align: center;
        padding: 20px 0;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        opacity: 0;
    }

    .navbar-navigation.show-nav {
        transform: translateX(-300px); /* Slide in from right */
        opacity: 1;
    }

    .toggle-icon {
        display: block; /* Show the hamburger icon on mobile */
    }
}

/* Transition effect on navbar */
.navbar-navigation {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
