/* 
 Theme Name:   business-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     business-incubator
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}

h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}

p {
    margin-bottom: 0.5rem !important;
}

section {
    margin: 30px 0 !important;
}

.title h2 {
    text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC;
    font-weight: 700;
    color: #2d506e;
}

.box {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    list-style-position: inside;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    clear: none !important;
}

.cust-bg {
    background-color: #f8f9fa !important;
    padding: 15px;
    border-radius: 17px;
}

.img_el {
    padding: 60px 0;
    position: relative;
    margin-top: 17px;
}

.img_el:before {
    content: "";
    background: color-mix(in srgb, #00000091, transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 17px;
}

.img_el .img_el-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/business-child/images/no-deposit-bonuses.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 17px;
}

.img_el .container {
    position: relative;
    z-index: 3;
}

.img_el .container h2,
.img_el .container p,
.img_el .container ul {
    color: white !important;
}

.img_el .container h3 {
    color: #EF8A54;
}

.dark-bg {
    background-color: #2d506e !important;
    padding: 17px;
    color: white !important;
    border-radius: 17px;
}

.dark-bg p {
    color: white !important;
}

.entry-content ul,
.entry-content ol {
    padding-left: 0px !important;
}

.list-pos {
    list-style-position: inside;
}

.main-nav a {
    text-decoration: none !important;
}

.main-nav .sub-menu {

    width: auto !important;
}

/* Modern Footer Styling */
.modern-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="casino-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,215,0,0.1)"/><circle cx="5" cy="5" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="15" cy="15" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23casino-pattern)"/></svg>') repeat;
    opacity: 0.3;
}

.footer-background {
    position: relative;
    z-index: 2;
}

/* Brand Section */
.footer-brand .brand-name {
    color: #ffd700;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

.footer-brand .brand-name i {
    margin-right: 10px;
    font-size: 2rem;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.brand-tagline {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 0;
    font-style: italic;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    justify-content: flex-start;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 50%;
    color: #ffd700;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: rgba(255, 215, 0, 0.2);
    border-color: #ffd700;
    transform: translateY(-3px) scale(1.1);
    color: #ffd700;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

/* Footer Links */
.footer-title {
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
}

.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-list li {
    margin-bottom: 10px;
}

.links-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}


.links-list a:hover {
    color: #ffd700;
    padding-left: 20px;
}

.links-list a:hover::before {
    opacity: 1;
}

/* Contact Section */
.contact-item {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
}

.contact-item i {
    margin-right: 8px;
    color: #ffd700;
    font-size: 1.1rem;
}

.legal-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    align-items: flex-end;
}

.legal-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    position: relative;
}

.legal-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffd700;
    transition: width 0.3s ease;
}

.legal-link:hover {
    color: #ffd700;
}

.legal-link:hover::after {
    width: 100%;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.85rem;
}

.copyright-text .sitename {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.copyright-text .sitename:hover {
    color: #ffed4e;
}

.footer-badges {
    display: flex;
    gap: 10px;
    justify-content: center;
    justify-content: flex-end;
}

.badge-item {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .footer-brand .brand-name {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-item {
        justify-content: center;
    }

    .legal-links {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        text-align: center;
    }

    .footer-brand .brand-name {
        font-size: 1.5rem;
    }

    .social-links {
        gap: 8px;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }

    .footer-badges {
        justify-content: center;
        margin-top: 15px;
    }

    .legal-links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

#footer ul li::before {
    color: #ffffff00;
    content: none !important;
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 3px;
}

.wrap_word {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

#footer .copywrap a:hover {
    color: rgba(240, 248, 255, 0.651) !important;
}

.page-not-found {
    min-height: 50vh;
}

.box-image .single-page-img {
    background-image: url('/wp-content/themes/business-child/images/no-deposit-casino-online.jpg') !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover !important;
    height: 300px;
}

.box-image .page-header h2,
.box-image .page-header h1 {
    color: #fff;
    text-transform: capitalize !important;
}