.header-sec { width: 100%; transition: all 0.3s  }
.sticky-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; animation: slideDown 0.3s ease }

/* Glass effect */
.glass-item { background: rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.header-sec .header-container .header-menu .header-menu-wrap li .elementskit-megamenu-panel a { color: inherit !important; font-size: inherit !important; line-height: inherit !important; }
.blog-container { max-width: 1200px; margin: auto; padding: 60px 15px; }

/* Grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
/* Card */
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.08); transition: 0.3s; }
.blog-card:hover { transform: translateY(-6px); }
/* Image */
.blog-image img { width: 100%; height: 220px; object-fit: cover; }
/* Content */
.blog-content { padding: 18px; }
.blog-title { font-size: 18px; margin-bottom: 10px; line-height: 1.4; }
.blog-title a { color: #363944 !important; text-decoration: none; }
.blog-title a:hover { color: #00bcd4 !important; }
.blog-excerpt { font-size: 14px; color: #61636d !important; }
/* Pagination */
.blog-pagination { margin-top: 30px; text-align: center; }

/* Responsive */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}



@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
@media(min-width:1025px){
.header-sec .header-container .header-menu .header-menu-wrap li.elementskit-megamenu-has.relative_position { position: static; }
 .header-sec .header-container .header-menu .header-menu-wrap .elementskit-navbar-nav-default.elementskit-menu-container { position: unset; }
.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel { width: 100% !important; }
.ekit-template-content-markup.ekit-template-content-header { position: relative; }
.header-sec .header-container { position: unset; }
.header-sec .header-container .header-menu { position: unset; }
.header-sec .header-container .header-menu .header-menu-wrap { position: unset; }
	
/* Banner sticky */
.sticky-box { opacity: 0; transform: translateY(20px); animation: fadeIn 0.8s ease forwards; animation-delay: .3s; position: sticky; top: 120px; }
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
	
	
}


.single-container {
    max-width: 900px !important;
    margin: auto;
    padding: 60px 15px;
}

/* Image */
.single-image img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

/* Title */
.single-title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Content */
.single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Responsive */
@media (max-width: 576px) {
    .single-title {
        font-size: 24px;
    }
}
.single .ast-container {
    max-width: 100% !important;
}
.single-content a {
    color: #00bcd4 !important;
    outline: none;
}

.floated-icons {
    font-family: "Montserrat", Sans-serif;
    word-break: break-word;
    position: fixed;
    right: 10px;
    top: 160px;
    z-index: 9999;
    background: #00bcd4;
    border-radius: 37px;
    width: 74px;
    height: 285px
}

.floated-icons ul {
    padding: 7px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end
}

.floated-icons li {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    display: flex;
    height: 59px;
    line-height: 59px;
    width: 59px;
    justify-content: center;
    align-items: center;
    transition: .3s all ease;
    cursor: pointer;
    overflow: hidden
}

.floated-icons li>a {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.floated-icons li span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    opacity: 0;
    font-family: "Montserrat", Sans-serif;
    visibility: hidden
}

.floated-icons li:hover span {
    visibility: visible;
    opacity: 1
}

.floated-icons li.phone-no span {
    margin-left: 20px
}

.floated-icons li.whatsapp span {
    margin-left: 18px
}

.floated-icons li.mail span {
    margin-left: 12px
}

.floated-icons li.book_an span {
    margin-left: 14px
}

.floated-icons li>a img {
    margin-left: 30px
}

.floated-icons li:hover a>img {
    margin-left: 0
}

.floated-icons li.phone-no:hover {
    width: 182px
}

.floated-icons li.whatsapp:hover {
    width: 189px
}

.floated-icons li.mail:hover {
    width: 339px
}

.floated-icons li.book_an:hover {
    width: 266px
}

@media(max-width: 767px) {
    .floated-icons {
        bottom:0;
        left: 0;
        width: 100%;
        background: 0 0;
        height: 70px;
        top: auto;
        top: auto
    }

    .floated-icons ul {
        position: static;
        flex-direction: row;
        padding: 0;
        width: 100%;
        justify-content: space-around;
        margin: 0;
    }

    .floated-icons ul li {
        background: #fff;
        border: .6px solid #eaeaea;
        box-sizing: border-box;
        box-shadow: 4px 4px 80px 10px rgb(255 255 255 / 15%);
        height: 68px;
        width: 100%;
        border-radius: 0
    }

    .floated-icons ul li span {
        display: none
    }

    .floated-icons li:hover {
        width: 100%!important
    }

    .floated-icons li>a img {
        margin: 0
    }

    footer.footer {
        margin-bottom: 70px
    }

    .floated-icons ul li:hover {
        box-shadow: 0 1px 40px 0 rgb(167 167 167 / 30%)
    }

    body.menuOpen .floated-icons {
        display: none
    }

    body div#hubspot-messages-iframe-container {
        bottom: 80px!important
    }
}
