/* Modern Slider Styles for Putul-IT Theme */

.home_gallery_section {
    padding: 0 !important;
    background: transparent !important;
}

.home_gallery_section .container-fluid {
    padding: 0 !important; /* Edge-to-edge fit */
}

.home_slider_sec {
    border-radius: 0 !important; /* Make it fit flush */
    overflow: visible !important;
    box-shadow: none !important;
}

.home_slide_image {
    background: linear-gradient(135deg, #059669 0%, #065f46 100%) !important;
    padding: 80px 60px !important;
    min-height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.home_slide_image::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    filter: blur(40px);
}

.slider-image-01 img {
    max-height: 320px !important;
    width: auto !important;
    margin: 0 auto;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
    transition: transform 0.5s ease;
}

.home_slide_image:hover .slider-image-01 img {
    transform: translateY(-10px) scale(1.02);
}

.home_silde_contant {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px !important;
    border-radius: 20px !important;
    color: #fff !important;
}

.home_title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.home_silde_contant p, 
.home_silde_contant {
    font-size: 18px !important;
    font-weight: 400 !important;
    opacity: 0.9;
    margin-bottom: 30px !important;
}

.home_btn a {
    display: inline-block !important;
    background: #fff !important;
    color: #059669 !important;
    padding: 14px 35px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.home_btn a:hover {
    background: #10b981 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Owl Carousel Navigation */
.home_slider_sec .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(5px);
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
    transition: all 0.3s ease !important;
}

.home_slider_sec .owl-nav button:hover {
    background: #fff !important;
    color: #059669 !important;
}

.home_slider_sec .owl-nav .owl-prev {
    left: 20px !important;
}

.home_slider_sec .owl-nav .owl-next {
    right: 20px !important;
}

/* Premium typography for bottom sections */
body .product_menu li a {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 17px !important;
}

body .footer_section, 
body .copyright,
body .footer_menu li a {
    font-family: 'Inter', sans-serif !important;
}

/* Force TopUP to be circular and not stretched */
.TopUP {
    background: #059669 !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 45px !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    right: 40px !important;
    bottom: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.TopUP i.fa {
    font-size: 18px !important;
    position: static !important;
    margin: 0 !important;
}

/* Remove stray blue shapes from footer permanently */
.footer--menu-wrapper:before,
.footer--menu-wrapper:after,
[class*="footer--menu-wrapper"]::before,
[class*="footer--menu-wrapper"]::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
}
