/*
Theme Name:     Twenty Twenty-Four Child
Theme URI:      https://example.com
Description:    A child theme of Twenty Twenty-Four
Author:         Logic Replace LLC
Author URI:     https://www.logicreplace.com/
Template:       twentytwentyfour
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    twentytwentyfour-child
*/
html, body {
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin-top:20px;
    font-weight:700;
    text-transform:uppercase;
}
ol li, ol li ul{
    margin:15px 0;
}
header{
    border-bottom:3px solid #a1d683;
    position: sticky;
    top: 0;
    z-index:999999;
}
header nav ul li a {
    border-bottom: 3px solid transparent;
    text-decoration: none;
}
.wp-block-navigation__container > li {
  margin-right: 20px;
}
header nav ul li.current-menu-item a,
header nav ul li a:hover {
    border-bottom: 3px solid #a1d683;
    text-decoration: none;
}
main, .entry-content,footer, .styled-contact-form input[type="submit"] {
    margin-top:0 !important;
}

.hero h1{
    font-size:50px;
    text-shadow: -6px 8px 6px rgba(0, 0, 0, 0.5);
}

.banner-text{
    padding:40px 0;
}
/*** white texts ***/
.white-txt p, .orange-bg p, .orange-bg h2, .orange-bg h4, .green-bg ul li, .orange-bg ul li, .green-bg p, .orange-bg a{
    color:#fff;
}
/*** dark texts ***/
.dark-txt{
    color:#111;
}
/*** yellow texts ***/
.yellow-txt{
    color:#ffd040;
}
/*** orange texts ***/
.orange-txt{
    color:#df6a2e;
}
.dark-green-forlinks{
    color:#56be1b;
}
.purple-forlinks, .green-bg a, .yellow-bg a{
    color:#8d6dc4;
}


/*** white bg ***/
.white-bg{
    background-color:#fff;
}
/** green bg **/
.green-bg{
    background:#a1d683;
}
/** yellow bg **/
.yellow-bg{
    background:#ffd040;
}
/** orange bg **/
.orange-bg{
    background:#df6a2e;
}

footer ul, .website-credit, .website-copyright {
    font-weight:700 !important;
}
.padding-inner-tb{
    padding:30px 0;
}
.who-we-are-text-box, .core-val-text-box{
    border-radius: 10px;
}
.radius-whole20, .radius-whole20 img{
    border-radius:20px;
}
.radius-tb20{
    border-radius:0 20px 20px 0;
}
.radius-tl20{
    border-radius:20px 0 0 20px;
}
.who-we-are-text-box, .core-val-text-box{
    position: relative;
    z-index: 1;
}
.left-overlay{
    left: 160px;
}
.right-overlay{
    right: 160px;
}
.left-overlay, .right-overlay{
    top: 50px;
}

.wo-we-are-bg-img .vc_column-inner{
    background-repeat: no-repeat;
    min-height: 300px;
}
.bg-position-right .vc_column-inner{
	background-position: right top;
}
.bg-position-left .vc_column-inner{
	background-position: left top;
}

iframe.map-badagry{
    width: 700px;
    height: 430px;
    border: 1px solid #a1d683;
}
    

.styled-contact-form input[type="text"],
.styled-contact-form input[type="email"],
.styled-contact-form input[type="tel"],
.styled-contact-form textarea {
  width: 60%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.styled-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.styled-contact-form input[type="submit"] {
  background-color: #df6a2e;
  color: #fff;
  border:3px solid #df6a2e;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.styled-contact-form input[type="submit"]:hover {
  background-color: transparent;
}

.styled-contact-form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.form-two-column {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-two-column .form-col {
  flex: 1 1 48%;
}

footer ul {
    font-size:13px;
    font-style:normal;
    text-transform:uppercase;
}

footer ul li {
    display: flex; /* ensure even spacing and center alignment */
    align-items: center;
}


/* Optional: remove right margin from the last item */
.wp-block-navigation__container > li:last-child {
  margin-right: 0;
}



/* MEDIA QUERIES */
/* Custom */
@media only screen and (max-width: 1290px) { 
  
    
}
@media only screen and (max-width: 1199px) { 

   
}


/* Tablet and down */
@media only screen and (max-width: 992px) { 
    
    header .wp-block-navigation__container > li {
       margin-right: 0;
    }
    .left-overlay, .right-overlay {
        top: 30px;
    }
    .right-overlay {
        right: 110px;
    }
    .left-overlay {
        left: 110px;
    }
    #home-text-yellow{
        float: none;
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 787px) { 
    .right-overlay {
        right: 15px;
    }
    .left-overlay {
        left: 15px;
    }
    .left-overlay, .right-overlay{
        top:0;
        margin: 0 auto;
    }
    footer ul li:not(:last-child)::after{
        display:none;
    }
    footer ul{
        display:block !important;
    }
    footer ul li{
        justify-content: center;
    }
    .website-credit, .website-copyright p{
        text-align:center;
    }
}
@media only screen and (max-width: 782px) { 
    .footer-logo, .footer-address, .footer-address p, .copyright-credit, .copyright-credit p{
        text-align:center !important;
    }
    .footer-address p{
        padding-bottom:10px;
    }
}


@media only screen and (max-width: 768px) { 
    .benefits-img-lg img{
        width:80%
    }
    .radius-tl20, .radius-tb20{
        border-radius:0;
    }
    .hero h1 {
        font-size: 38px;
    }
    .home-3-pix{
        display:flex;
        justify-content: center;
    }
    .home-3-pix .img-box{
        width:30%;
    }
    .who-we-are-outer .wpb_single_image {
        text-align:right;
    }
    .left-overlay, .right-overlay {
        top: 200px;
        position: absolute;
        margin: 0 auto;
        width: 90%;
    }
    .core-val-outer .wpb_single_image {
        text-align:left;
    }
    .core-val-outer, .who-we-are-outer{
        position: relative;
    }
    .core-val-outer, .who-we-are-outer{ 
        margin-top: 55px;
        margin-bottom: 80px;
    }
    .styled-contact-form input[type="text"], .styled-contact-form input[type="email"], .styled-contact-form input[type="tel"], .styled-contact-form textarea{
        width:100%;
    }
}

/* Smaller tablets */
@media only screen and (max-width: 747px) { 
    iframe.map-badagry {
        width: 100%;
    }
    .header-outer-row{
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) { 
    .header-outer-row{
        justify-content: space-between;
    }
    #modal-1{
        background-color:#ffd040;
    }
    
/* Enlarge hamburger button */
    .wp-block-navigation__responsive-container-open {
        width: 60px !important;    /* Change to your desired width */
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Enlarge the SVG icon inside the button */
    .wp-block-navigation__responsive-container-open svg {
        width: 48px !important;    /* Adjust icon width */
        height: 48px !important;
    }
    .header-menu ul{
        width:100%;
    }
    .header-menu ul li{
        display: flex;
        text-align: center !important;
        width: 100%;
        justify-content: center !important;
        align-items: center !important;
    }
}

 /* Phones */
@media (max-width: 576px) {
   .who-we-are-outer {
        display: flex;
        flex-direction: column-reverse;
    }
    .left-overlay, .right-overlay {
        top: 0;
        position: relative;
    }
    .left-overlay {
        left: 0;
    }
    .right-overlay {
        right: 0;
    }
    .who-we-are-outer .wpb_single_image, .core-val-outer .wpb_single_image {
        text-align: center;
    }
    .core-val-outer, .who-we-are-outer {
        margin-top: 0;
        margin-bottom: 10px;
    }
} 

/* Small phones */
@media only screen and (max-width: 375px) { 
    .core-val-outer {
        margin-top: 70px;
        margin-bottom: 90px;
    }

}   
