/*GLOBAL ELEMENTS*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');/*font-family: 'Abril Fatface', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*font-family: "Poppins", sans-serif;*/

* {
        
}

html {
	overflow-x: hidden;
}

body {
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    display: flex;
    justify-content: center; 
}

.wrapper{
    background: #fff;
    width: 100%;
    height: auto;
}

.bodywrapper {
    width: 75%; 
    max-width: 1200px; 
    margin: 0 auto; 
}

h1 {
    text-align: left;
    font-family: 'Abril Fatface', sans-serif;
    letter-spacing: 5px;
    color: #232323;
    padding: 0px 0px 200px 200px;
    font-size: 40px;
    width: 900px;
    text-transform: uppercase;
}

h2 {
    color: #fc3634;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Abril Fatface', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 20px
}

.underlined {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.underlined::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 200px;
    height: 2px;
    background-color: #ff524e;
}

strong {
    color: #ff524e;
}

p {
    color: #232323;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    line-height: 2;
}

ul {
    list-style-type: circle; /* Other option: list-style-image: url('bullet.png'); */
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

li{
    font-family: "Poppins", sans-serif;
    line-height: 2;
}
/*RIGHT HANF IMAGE*/
.right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.right ul {
  flex: 1;
  margin-right: 20px;
}

.right img {
    height: 400px;
    width: auto;
    padding: 0px 0px 0px 80px;
    align-self: center;
}

/*LEFT HANF IMAGE*/
.left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left ul {
  flex: 1;
  margin-right: 20px;
}

.left img {
    height: 400px;
    width: auto;
    padding: 0px 80px 0px 0px;
    align-self: center;
}

/*SECTION PADDING*/

.expereince, .leadgen, .mission, .benefits, .services {
    padding: 40px; 0px;
}

/*HEADER*/
.logo {
    padding: 50px 0px;
    width: 100%;
}

.logo img {
    padding: 0px 0px 0px 175px; /* Remove any extra padding on the left */
    width: 360px;
    height: auto;
    display: block;
    margin: 0; /* Remove the centering margin */
}

header {
    display: flex;
    justify-content: flex-end; 
    align-items: center; 
    margin-bottom: 40px;
}

.hero-image {
    background-image: url('./images/hero.png');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%;
    height: auto;
}

.divider img{
    padding: 0px;
    margin: 0px;
}

.dividerL img{
    height: 300px;
    width: auto;
    margin-left: auto;
    padding: 0px;
    margin: 0px;
}

.dividerR {
    display: flex;
    justify-content: flex-end; /* Aligns children elements to the end on the main-axis */
}

.dividerR img {
    height: 300px;
    width: auto; /* Maintains the aspect ratio */
}
/* AT A GLANCE */
.into-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 40px 0px;
}

.into-table tr, img{
    width: 100%;
}

.into-table td {
    border: none;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

.into-table img {
    width: auto;
    height: 300px;
    display: block;
    margin: 0 auto 10px;
}

.into-table h2 {
    font-size: 1.5em;
    margin: 10px 0;
}

.into-table p {
    font-size: 1em;
    margin: 0;
}
/* WHAT IS LEAD GENERATION */

/* THE MISSION */

/* BENEFITS */
.benefits img{
    width: 100%;
    padding: 0px 0px 60px 0px;
}


/*FOOTER*/
.footer {
    color: white;
    background-color: #232323;
    padding: 10px;
    margin-top: 20px;
}
.footer p {
    color: white;
}

.footerimg img{margin: 0px 0px -30px 0px;
    padding: 0px;
    
}

.location p{
 text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    
}

.copyright p{
    text-align: center;
    font-size: 12px;
}

/* Tablet (Landscape) */
@media (max-width: 1024px) {
    .bodywrapper {
        width: 90%;
    }

    h1 {
        padding: 0px;
        font-size: 60px;
        width: 700px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .right img, .left img {
        height: 300px;
        padding: 0px 0px 0px 40px;
    }

/* MOBILE HEADER*/
    .logo {
        width: 100%;
        padding: 20px 0px;
    }

    .logo img {
        width: 120px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }   
    
/*TABLET AT A GLANCE*/
 .into-table {
        display: block;
        padding: 30px 20px;
    }

    .into-table tr {
        display: block;
        margin-bottom: 20px;
    }

    .into-table td {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: left;
    }

    .into-table img {
        height: auto;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .into-table h2 {
        font-size: 1.4em;
        margin: 15px 0;
        text-align: left;
    }

    .into-table p {
        font-size: 1em;
        margin: 10px 0;
        text-align: justify;
    }
}

/* Tablet (Portrait) and large phones */
@media (max-width: 768px) {
    .bodywrapper {
        width: 95%;
    }

    h1 {
        padding: 0px 0px 100px 100px;
        font-size: 50px;
        width: 100%;
    }

    .right img, .left img {
        height: 250px;
        padding: 0px;
    }

    .faq-question {
        font-size: 13px;
        padding: 10px;
    }

    ul {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Mobile Devices */
@media (max-width: 480px) {

    h1 {
        display: none;  
        padding: 0px 0px 0px 0px;
        font-size: 30px;
        width: 100%;
        text-align: left;
    }


    
    p {
        text-align: center;
    }
    
/* MOBILE HEADER*/
    .logo {
        width: 100%;
        padding: 20px 0px;
    }

    .logo img {
        width: 120px;
        padding: 0px;
        margin-left: 40px;
       
    }   
    
/*MOBILE SECTION PADDING*/

.expereince, .leadgen, .mission, .benefits, .services {
    padding: 10px 30px;
}

/*MOBILE AT A GLANCE*/
    .into-table {
        display: block;
        padding: 20px 0px;
    }

    .into-table tr {
        display: block;
        margin-bottom: 20px;
    }

    .into-table td {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .into-table img {
        height: auto;
        width: 100%;
        margin: 0 auto 10px;
    }

    .into-table h2 {
        font-size: 1.2em;
        text-align: center;
    }

    .into-table p {
        font-size: 0.9em;
        margin: 10px 0;
    }
 /*MOBILE LEFT/RIGHT*/   
    .right, .left {
        flex-direction: column;
        align-items: center;
    }

    .right img, .left img {
        height: 200px;
        padding: 0px 0px 20px 0px;
    }
/*MOBILE BENEFITS*/
    .benefits img{
        padding: 0px;
    }
    
/*MOBILE FAQ SECTION*/
    .faq-question {
        font-size: 12px;
        padding: 8px;
    }

    .footer {
        text-align: center;
        padding: 20px;
    }

    .location p {
        width: 100%;
        text-align: center; 
    }
}