/* 
 Theme Name:   construction-contractor-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     construction-contractor
 Version:      1.0

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

h1{
    font-size: 55px;
}

.header-image-box h1{
    word-wrap: break-word;
    font-size: 55px;
}


.header-image-box.box-one {
    background-image: url(/wp-content/themes/construction-contractor-child/images/song-bac.jpg) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 350px;
    display: flex;
    align-items: center;
}


.section-one {
    margin-top: 60px;
    background: linear-gradient(135deg, #e96b6b7e, #ffe6e6); 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.493); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-one:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.section-one h2,
.section-one h3,
.section-one p {
    margin-bottom: 10px;
    color: #df2623; 
}


.section{
    margin-top: 60px;
}
.section ul li{
    margin-top: 8px;
}

.section h2{
    margin-bottom: 15px;
}
.section h3{
    margin-top: 30px;
}





.sectionn{
    margin-top: 60px;
}
.sectionn ul li{
    list-style-type: none;
    margin-top: 8px;
}



.section-two {
    margin-top: 60px;
    text-align: center;
    background-color: #333333; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(243, 15, 10, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-two:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 12px rgba(243, 15, 10, 0.3); 
}

.section-two h2 {
    color: #F30F0A; 
    margin-bottom: 20px;
}

.section-two h3 {
    color: #F30F0A; 
    background-color: #252424; 
    padding: 10px;
    border-radius: 4px; 
    margin-bottom: 15px; 
    width: 100%; 
    box-shadow: 0 2px 4px rgba(243, 15, 10, 0.1); 
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.section-two h3:hover {
    background-color: #555555; 
    box-shadow: 0 4px 8px rgba(243, 15, 10, 0.2); 
}

.section-two p {
    color: #f2f2f2; 
    margin-bottom: 10px;
}




.software-showcase {
    margin-top: 60px;
    background-color: #f8f9fa; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.software-showcase:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); 
}

.software-title {
    color: #343a40; 
    font-family: 'Georgia', serif; 
    margin-bottom: 15px;
    border-bottom: 2px solid #F30F0A; 
    display: inline-block;
    padding-bottom: 5px;
}

.software-description {
    color: #555555; 
    line-height: 1.6;
    margin-bottom: 20px;
}

.software-list {
    list-style-type: none; 
    padding-left: 20px;
}

.software-list li {
    margin-bottom: 15px;
    color: #F30F0A; 
    font-weight: bold;
}

.software-list li::before {
    content: "🎰"; 
    margin-right: 8px;
    font-size: 1.2em;
}

.software-showcase ul li{
    list-style-type: none;
    margin-bottom: 15px;
}


.logo-live-casino-house-logo{background:url('/wp-content/themes/construction-contractor-child/images/live-casino-house-logo.png');}
.bg-live-casino-house-logo{background-color:#242e2b;}



.logo-betway-casino{background:url('/wp-content/themes/construction-contractor-child/images/betway-casino-logo.svg');}
.bg-betway-casino{background-color:#000;}

[class*="logo-"]{
  display:block;
  text-indent:-9999px;
  text-align:left;
  background-size:80%;
  background-position:center center!important;
  background-repeat:no-repeat;
}
[class*="brand-"][class*="bg-"]{
  margin:0 auto;
  padding:5px;
  border-radius:24px;
  width: 210px;
  height: 100px;
}


.section-center{
    margin-top: 60px;
    text-align: center;
}

.section-center h2{
    border-bottom: 2px solid #F30F0A; 
    margin-bottom: 15px;
}

.section-center ul li{
    list-style-type: none;
    margin-top: 8px;
}




.featuree {
    margin-top: 60px;
	background: url("/wp-content/themes/construction-contractor-child/images/song-bac-uy-tin.jpg");
	background-position: 50% 94px;
	display: block;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 70px 30px;
  }

  .featuree::before{
	background-color: #000;
  }

  @media (max-width: 768px) {
	.featuree {
	  padding: 70px 20px;
	 
	}
  }
  .featuree h2 {
	margin-bottom: 30px;
	color: #F30F0A;
  }

  .featuree h3 {
	margin-bottom: 30px;
	color: #a9adb3;
  }
  .featuree p {
	color: #a9adb3;
	margin-bottom: 20px;
  }
  
  .featuree ul li {
    color: #a9adb3;
    margin-bottom: 20px;
    list-style-type: none;
    }





    .card {
        border: none;
        box-shadow: 0 4px 8px rgba(126, 9, 9, 0.836);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(231, 5, 5, 0.2);
    }
    
    .card-img-top {
        height: 200px; 
        object-fit: cover; 
        border-radius: 8px 8px 0 0; 
    }
    
    .card-body {
        padding: 20px;
        text-align: center;
    }
    
    .card-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
    }
    
    .card-text {
        color: #555;
        font-size: 0.9rem;
    }
    
    
    .section-six {
        margin-top: 60px;
        background-color: #e3f2fd; 
        padding: 20px;
        border-left: 5px solid #2196f3; 
        border-radius: 8px; 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .section-six:hover {
        transform: translateY(-5px); 
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); 
    }
    
    .section-six h2 {
        color: #0d47a1; 
        font-family: 'Verdana', sans-serif; 
        font-size: 1.6em;
        margin-bottom: 10px;
        text-transform: uppercase; 
        border-bottom: 2px solid #2196f3; 
        display: inline-block;
        padding-bottom: 5px;
    }
    
    .section-six p {
        color: #555555; 
        font-size: 1em;
        line-height: 1.6;
        margin-top: 10px;
    }
    
    .button-not-found{
        margin-top: 60px;
        background-color: #F30F0A;
        background: #F30F0A;
        border: 0;
        font-size: 16px;
        padding: 12px;
        margin: -8px -9px -8px 0;
        color: whitesmoke;
        transition: 0.3s;
        border-radius: 3px;
      }
      
      .button-not-found:hover{
        background: rgb(228, 94, 94);
        color: rgb(240, 191, 191);}

        #notfound {
            height: 80vh;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Arial, sans-serif;
          }
          .not-found {
            padding: 2rem;
            border-radius: 5px;
            text-align: center;
          }
          .notfound h1 {
            font-size: 8rem;
            margin: 0;
          }
          .notfound h2 {
            margin: 0.5rem 0;
          }
          .notfound p {
            font-size: 1rem;
            margin-bottom: 1rem;
          }
          .notfound a {
            text-decoration: none;
            font-size: 1rem;
          }
          .notfound a:hover {
            text-decoration: underline;
          }
        
        