/* Services Page */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Pacifico&family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;1,200;1,300&family=Rajdhani:wght@400;500;600;700&family=Roboto+Condensed:wght@400;500;600;700&family=Satisfy&display=swap');

#Works-page{
    padding-top: 60px;
}
.work-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.heading, .heading h4, .heading p{
    width: 100%;
}
.heading p{
    margin-bottom: 20px !important;
}
.work-content{
    width: 100%;
    background-color: #fff;
}
.work-catagory{
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #b4b4b4;
    background-color: #fff;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.work-catagory ul {
    width: 100%;
    display: -webkit-inline-box;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    margin: 0 auto;
}
.content-work{
    font-size: 13px;
    font-weight: 400;
    color: #ffffff70;
    list-style: none;
    padding: 10px 0px;
    margin: 0 15px;
    cursor: pointer;
}
.work-image img {
    width: 100%;
    background-size: auto;
    display: block;
}
.work-active{
    font-weight: 500;
    color: #fff !important; 
    border-bottom: 2px solid transparent !important;
}
.work-image-grid{
    width: 50%;
}
.work-image-grid:nth-child(1){
    padding-left: 10px;
}
.work-image-grid:nth-last-child(){
    padding-left: 10px;
}


/* Property Management */
#PropertyBanner{
    padding-top: 0px !important;
}
#property-banner-image {
    height: 120px;
}
.banner-heading{
    width: 80%;
    color: #ffffff;
    padding: 1rem 50px !important;
}
.quote-container{
    width: 20%;
    text-align: center;
}
.quote-container button{
    font-size: 14px;
    color: #fff;
    background: #1E35D5;
    border-radius: 20px;
    padding: 10px 16px;
    border-top-right-radius: 0px;
}
.quote-container button:hover{
    color: #fff;
    background: #1E35D5;
}
#Events{
    padding-top: 25px;
}
.service-contact{
    margin-top: 25px;
}
#Service-1{
    padding-top: 25px;
}
.event__item__banner::after {
    background-image: linear-gradient(to bottom,#ffffff00, rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)) !important;
}
.dynamic-heading-h4{
    font-weight: 700;
}
#Property h4{
    font-size: 22px;
    font-weight: 700;
    padding: 0 36px;
}
#Property h6{
    font-size: 20px;
    font-weight: 500;
    padding: 0 36px;
}
#Property .sub-head-p{
    font-size: 14px;
    font-weight: 500;
    padding: 0 36px;
}
.image-card{
    width: 100%;
    /* height: 380px; */
    height: 100%;
}
.image-card .Image-style{
    border: none !important;
    border-radius: 0px !important;
}
.image-card:hover{
    cursor: default;
    box-shadow: none !important;
}
.divider{
    color: #616161 !important;
}
.image-grid{
    gap: 10px !important;
    padding: 12px 16px 36px 16px;
}
.col-div{
    width: 100%;
}
.property-catagory{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 7;
    padding-top: 60px !important;
    background-color: #151515;
}
.srinesam-event1{
    padding: 1.5rem 3rem 1.5rem 3rem;
}
.srinesam-event1-img{
    padding: 1.5rem 0rem 1.5rem 1rem;
}
.srinesam-event1 h4{
    font-size: 17px;
    font-weight: 700;
}
.srinesam-event1 h4 span{
    font-size: 40px;
    font-weight: 600;
}
.srinesam-event1 p{
    font-size: 13px;
    font-weight: 500;
}
.srinesam-event1-img img{
    width: 100%;
    height: 380px;
}
.srinesam-event2{
    padding: 1.5rem 3rem;
}
.srinesam-event2-img{
    padding: 1.5rem 1.5rem 1.5rem 0rem;
}
.srinesam-event3{
    padding: 1.5rem 3rem;
}
.srinesam-event3-img{
    padding: 1.5rem 0rem 1.5rem 1rem;
}
.srinesam-event2 h4, .srinesam-event3 h4{
    font-size: 18px;
    font-weight: 700;
}
.srinesam-event2 h6, .srinesam-event3 h6{
    font-size: 13px;
    margin: 15px 0px;
    font-weight: 500;
    color: #605f7ab3;
}
.srinesam-event2 p, .srinesam-event3 p{
    font-size: 13px;
    font-weight: 500;
}
.srinesam-event2-img img, .srinesam-event3-img img{
    width: 100%;
    height: 380px;
}
#Help{
    background-image: linear-gradient(#EFF0FC, #fff);
}
.about-page{
    padding-top: 80px;
    padding-bottom: 30px;
}
.about__text {
    padding-top: 60px;
}
.about__pic {
    padding-top: 25px;
}
.about-section-title h1 {
    font-size: 60px;
    color: #2d2d2d;
    font-family: "Satisfy";
    width: 100%;
    z-index: -1;
}
.about__text p {
    color: #000000;
    margin-bottom: 35px;
    font-family: "IBM Plex Sans", sans-serif;
}
#extend{
    padding-top: 60px;
}

@media (max-width: 576px) {
    .work-catagory {
        gap: 30px;
        margin: 0;
        justify-content: flex-start;
        width: 100vw !important;
    }
    .work-catagory ul {
        width: 100%;
        margin: 0;
        display: -webkit-inline-box;
    }
    .heading p{
        margin-bottom: 10px !important;
    }
    .work-catagory ul li:hover{
        color: #0473ea;
        border-bottom: 2px solid transparent;
    }
    .work-image-grid{
        width: 50%;
        padding-top: 20px;
    }

    /* Property Management */
    #PropertyBanner{
        padding-top: 0px !important;
    }
    #Property h6{
        font-size: 18px;
    }
    #Property .sub-head-p{
        font-size: 13px;
        margin-bottom: 12px !important;
    }
    .image-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0px !important;
        padding: 22px 5px !important;
    }
    .srinesam-event1 h4{
        font-size: 14px;
    }
    .srinesam-event1 h4 span{
        font-size: 30px;
    }
    .srinesam-event1 p{
        font-size: 12px;
    }
    .srinesam-event2-img img, .srinesam-event3-img img{
        height: 100%;
    }
    .srinesam-event2 h4, .srinesam-event3 h4{
        font-size: 14px;
    }
    .srinesam-event2 h6, .srinesam-event3 h6{
        font-size: 11px;
        margin: 10px 0;
    }
    .srinesam-event2 p, .srinesam-event3 p{
        font-size: 12px;
    }
    .srinesam-event1, .srinesam-event1-img, .srinesam-event2-img, .srinesam-event2, .srinesam-event3, .srinesam-event3-img{
        padding: 0 16px 1rem 16px;
    }
    .about__text{
        padding-top: 30px;
    }
    .about__text p{
        margin-bottom: 5px;
    }
    .about-section-title h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }

}


@media (max-width: 675px){
    .image-grid{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .image-card{
        /* height: 380px !important; */
        height: 100% !important;
        padding: 10px !important;
    }
    .image-card p{
        margin-bottom: 10px !important;
    }
    .about__pic {
        padding-top: 0px;
    }
    .banner-heading{
        width: 100%;
    }
}

@media (max-width: 767px){
    #Works-page{
        padding-top: 52px;
    }
    #sub-navbar{
        display: none !important;
    }
    .property-catagory{
        padding-top: 55px !important;
    }
    .dynamic-heading-h4{
        font-size: 16px;
        font-weight: 700;
    }
    .dynamic-heading-desc-p{
        font-size: 13px;
    }
    #property-banner-image {
        height: 100px;
    }
    #Events{
        padding-top: 20px !important;
    }
    .content-work{
        color: #ffffff70 !important;
    }
    .work-catagory ul{
        padding: 0 1px;
    }
    .work-active{
        color: #fff !important; 
    }
    .banner-heading{
        padding: 1rem 16px !important;
    }
    #stickyButton{
        position: fixed;
        bottom: 20px;
        left: 50%;
        align-items: center;
        transform: translateX(-50%);
        padding: 10px 20px;
        font-size: 14px;
        background-color: #1E35D5;
        padding: 8px 24px;
        color: #fff;
        box-shadow: 2px 2px 5px rgb(176 176 176);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        z-index: 1000;
        opacity: 1;
        transition: bottom 0.3s ease-in-out;
    }
    .srinesam-event1-img, .srinesam-event2-img, .srinesam-event3-img{
        padding: 0 16px 0.5rem 16px;
    }
    .srinesam-event1, .srinesam-event2, .srinesam-event3{
        padding: 1rem 16px 1.6rem 16px;
    }
    .srinesam-event1-img img, .srinesam-event2-img img, .srinesam-event3-img img{
        width: 100%;
        height: 220px;
    }
    #extend{
        padding-top: 54px;
    }
    .service-contact{
        margin-top: 0;
    }
}

@media (max-width: 768px){
    /* Property Management */
    #Property{
        padding-top: 20px !important;
    }
    #Property h4{
        padding: 0 15px;
    }
    #Property h6{
        padding: 0 15px;
    }
    #Property .sub-head-p{
        padding: 0 15px;
    }
    .divider{
        margin: 20px 15px 10px 15px;
    }
    .image-card{
        padding: 10px 5px !important;
    }
    .image-card h5{
        padding: 0 !important;
    }
    .image-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px !important;
        padding: 22px 0px !important;
    }
    .content-work {
        color: #ffffff70;
        font-size: 12px !important;
    }   
    .work-catagory ul {
        width: 100%;
        margin: 0;
        display: -webkit-inline-box;
    }
    .property-catagory{
        padding-top: 75px !important;
    }
}
