/* cursors */
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-move { cursor: move; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-text { cursor: text; }  

/* ADD PADDING CLASSES */
.p5 { padding: 5px !important;}
.pt5 { padding-top: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.pr5 { padding-right: 5px !important; }
.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.p15 { padding: 15px !important; }
.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }
.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }
.p25 { padding: 25px !important; }
.pt25 { padding-top: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.pr25 { padding-right: 25px !important; }
.p30 { padding: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }
.p40 { padding: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }
.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pr50 { padding-right: 50px !important; } 

/* ADD MARGIN CLASSES */
.m5 { margin: 5px !important;}
.mt5 { margin-top: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.m15 { margin: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.m25 { margin: 25px !important; }
.mt25 { margin-top: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mr25 { margin-right: 25px !important; }
.m30 { margin: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.m40 { margin: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mr40 { margin-right: 40px !important; }
.m50 { margin: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mr50 { margin-right: 50px !important; }
/* WhatsApp Floating Button Styles */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 95px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 3px 3px 5px #666;
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-float svg {
        width: 30px;
        height: 30px;
    }
}

/* Custom mfp-close button - Remove ::before effect and use icon */
.subscribe-popup .mfp-close.mfp-close-custom:before,
.subscribe-popup button.mfp-close.mfp-close-custom:before {
    display: none !important;
    content: none !important;
}

.subscribe-popup .mfp-close.mfp-close-custom {
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.subscribe-popup .mfp-close.mfp-close-custom i {
    font-size: 24px !important;
    color: var(--dark-gray) !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.subscribe-popup .mfp-close.mfp-close-custom:hover i {
    color: var(--black) !important;
    transform: scale(1.1);
    transition: all 0.2s ease;
}

/* Page title background position override */
.page-title-big-typography {
    background-position: 0 0 !important;
}

/* Logo filters for black color */
.logo-black {
    filter: brightness(0) saturate(100%) contrast(100%);
}

/* Logo sizing for service pages */
.logo-sizing {
    max-height: 120px;
    width: auto;
    object-fit: contain;
}

/* Header logo styles */
.default-logo {
    max-height: 80px !important;
}

.alt-logo {
    max-height: 80px !important;
}

.mobile-logo {
    max-height: 60px !important;
}

/* Footer logo style */
.footer-logo img {
    max-height: 100px;
    width: auto;
}

body > section.bg-solitude-blue > div > div.row.justify-content-center.mb-4 > div{
    width: 62.666667% !important;
}

/* Button padding for pricing buttons */
.btn-pricing-start {
    padding: 10px 12px !important;
}

/* Vertical align baseline */
.vertical-baseline {
    vertical-align: baseline;
}

/* Fancy text styling */
.fancy-text-inline {
    width: 250px;
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    white-space: nowrap;
}

/* Popup close button z-index */
.popup-close-high-z {
    z-index: 9999;
}

/* Blog card improvements - date at bottom */
.blog-classic .grid-item .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-classic .grid-item .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Fixed height for blog images to ensure consistency */
.blog-classic .blog-image {
    height: 250px;
    overflow: hidden;
}

.blog-classic .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Title with fixed height to maintain consistency */
.blog-classic .card-title {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Excerpt with fixed height */
.blog-classic .card-body p {
    min-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-date-bottom {
    margin-top: auto !important;
}

.blog-date-bottom i {
    vertical-align: middle;
}

/* Responsive adjustments for blog images */
@media (max-width: 991px) {
    .blog-classic .blog-image {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .blog-classic .blog-image {
        height: 200px;
    }
    
    .blog-classic .card-title {
        min-height: 40px;
    }
    
    .blog-classic .card-body p {
        min-height: 60px;
    }
}

/* Reduce navbar spacing to fit all menu items */
.navbar-nav .nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Adjust for medium screens */
@media (max-width: 1399px) {
    .navbar-nav .nav-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Adjust for large screens */
@media (max-width: 1199px) {
    .navbar-nav .nav-item {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
#down-section{
    padding: 0px !important;
}
