/* 
 Theme Name:   trust-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     islamic-trust
 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;
}

.blog-area {
    display: block;
    overflow: hidden;
    padding: 35px 0;
    position: relative;
    z-index: 1;
}

.title h2 {
    color: black;
    font-weight: 700;
}

.colored {
    color: #0C8CE9 !important;
}

.title {
    text-align: center;
    padding-bottom: 15px;
}



.bonuses-content {
    border-left: 5px solid #28a745;
}

.bonuses-content h2 {
    font-weight: 700;
}

.list-group-item {
    background-color: transparent;
    border-color: #e0e0e0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.list-group-item span {
    color: #28a745;
}

.img_el {
    padding: 79px 0;
    position: relative;
}

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

.img_el .img_el-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/trust-child/assets/images/best-online-casino-bonus.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.img_el .img_el-bg-second {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/trust-child/assets/images/casino-offers.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.img_el .img_el-bg-third {
    background-image: url("/wp-content/themes/trust-child/assets/images/online-casino.jpg");
}

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

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

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

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.blue-content {
    background-color: #ffffff;
    border-left: 6px solid #007bff;
    border-top: 3px solid #007bff;
    color: #333;
}

.text-light-blue {
    color: #4a6fa1;
    font-size: 1.05rem;
    line-height: 1.7;
}

.blue-content h2 {
    font-size: 1.9rem;
}


.bonus-box {
    background-color: #ffffff;
}

.step-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-first {
    background-color: #c5c5c5ab;
    padding: min(2em, 6%);
}

.box-second {
    background-color: #e9e9e9de;
    padding: min(2em, 6%);
}

.troubleshooting-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.troubleshooting-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #111;
    text-align: center;
}

.troubleshooting-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.troubleshooting-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.troubleshooting-section ul li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.troubleshooting-section ul li span {
    display: block;
    color: #222;
    margin-bottom: 5px;
}

.title p {
    max-width: none !important;
    margin: 0 auto;
    padding-top: 8px;
}

.post-content a {
    text-decoration: none;
    font-weight: 500;
    color: #0C8CE9;
}

.main-menu .current_page_item a {
    color: #0C8CE9 !important;
}

.testimonial_outer {
    border-radius: 10px;
    filter: drop-shadow(0px 10px 20px rgba(41, 41, 41, 0.1));
    background-color: #ffffff;
    padding: 30px;
    box-shadow: -1px -1px 4px 0px #00000040;
    box-shadow: 1px 1px 4px 0px #00000040;
    height: 100%;
}


.copy-right p {
    color: #fff;
    border-top: 0px solid #fff;
    font-size: 16px;
    padding: 0;
}

.main-navigation ul .menu-item.menu-item-has-children a:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -10px;
    font-size: 12px;
    color: #000;
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .main-navigation .menu>li>a {
        font-size: 16px;
        padding: 7px 10px !important;
    }
}