*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #121212;
    color: #fff;
 }
 
 .social-icons a {
     filter: brightness(0) invert(1);
 }
 
 .social-icons img {
     fill: #1E1E1E;
 }
 
 .default-page{
     background-color: #121212;
 }
 .hero {
    text-align: left;
    border-radius: 15px;
    background: url(assets/images/geoBG.png) no-repeat center / cover;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    margin-top: 2%;
    position: relative;
    border-radius: 24px;
border: 1px solid rgba(153, 153, 153, 0.50);
}

.empower{
    color: #FFF;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    padding: 25px 50px 25px 65px;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 5%;
    padding: 0px 100px;
}

.cta-description{
    color: #DDD;
    text-align: justify;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 100px 100px;
    line-height: 2;
}

.cont-brdr{
    background-color: #121212;
    box-shadow: 0 -5px 100px -5px #282828, 0 5px 100px -5px #282828;
    margin-bottom: 100px;
}

.image-container{
    height: auto;
    width: auto;
}

.serv-title{
    text-align: center;
    font-size: 40px;
}

.cont-padng{
    padding: 20px;
}

.serv-title1 {
    text-align: center;
    font-size: 40px;
    padding-top: 50px;
}

.container {
    max-width: 1200px;
    margin: auto;
    font-family: Poppins;
    padding-bottom: 80px;
}
h1 {
    font-size: 2em;
    margin-bottom: 10px;
}
.subtitle {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;

}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}
.card {
    position: relative;
    background-color: #222;
    border-radius: 0px 40px 0px 40px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.card img {
    width: 100%;
    display: block;
}
.card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: left;
}
.card h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.card ul {
    padding-left: 20px;
    list-style-type: disc;
}
.card ul li {
    font-size: 0.9em;
    line-height: 1.5;
    color: #ccc;
    text-align: justify;
}


.grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 65px;
}
.box1 {
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon1 {
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 8px;
}
.text1 {
    text-align: left;
}
.text1 h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.text1 p {
    margin: 5px 0 0;
    font-size: 14px;
}

.image-cont{
    justify-content: center;
    align-items: center;
    }

    .broder-emoji{
        height: 110px;
        width: 110px;
    }

    .content-cont{
        line-height: 1;
        align-items: start;
    }

    .content-cont b {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .content-cont p {
    line-height: 1.2;
    color: #ddd;
}

.cta-section1 {
    text-align: center;
    padding: 25px; 
    font-family: Poppins;
}

.cta-text1 h1 {
    font-size: 40px;
    padding-bottom: 10px;
    text-align: left;
}

.cta-text1 p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.cta-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    gap: 50px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    color: #333;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5%;
}




.cta-section1 {
display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 65px;
    max-width: 90%;
    width: 1207px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 70px;
    margin-top: 10%;
    margin-bottom: -10%;
}

.cta-text1 {
max-width: 95%;
text-align: left;
}

.cta-text1 p {
color: #ddd;
font-size: 20px;
line-height: 1.6;
padding-bottom: 10px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
text-align: left;
}

@media(max-width:333px){
    .cta-section1 {
        display: flex;
        padding: 25px;
        align-items: center;
        margin-top: 35% !important;
        justify-content: flex-start;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(0, 0, 0, 1);
        max-width: 90%;
        width: 80%;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        gap: 70px;
        margin-bottom: -60% !important;
    }
    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 50px;
        padding: 10px !important;
    }
}
@media(max-width: 500px){
    .empower {
        color: #FFF;
        font-family: Poppins;
        font-size: 28px !important;
        font-style: normal;
        font-weight: 600;
        padding: 10px 10px 0px 10px !important;
    }

    .title {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 5%;
        padding: 0px 25px;
    }
    .cta-description {
        color: #DDD !important;
        text-align: justify !important;
        font-family: Poppins !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        padding: 0px 25px 80px !important;
        line-height: normal !important;
    }
    .serv-title1 {
        text-align: center;
        font-size: 25px;
        padding-top: 50px;
    }
    .subtitle {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center;
    }
    .serv-title {
        text-align: center;
        font-size: 25px;
    }
    .content-cont b {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content-cont p {
        line-height: 1.2;
        font-size: 12px;
    }
    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 50px;
        padding: 25px;
    }
    .grid1 {
        display: block;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 5px 0px 10px 0px !important;
    }

    .cta-section1 {
        display: flex;
        padding: 25px !important;
        align-items: center;
        margin-top: 25% !important;
        justify-content: flex-start;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(0, 0, 0, 1);
        max-width: 90%;
        width: 80%;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        gap: 70px;
        margin-bottom: -40% !important;
    }
    .cta-text1 h1 {
        font-size: 25px !important;
        padding-bottom: 10px;
        text-align: left;
    }
    .cta-text1 p {
        color: #fff;
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 10px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        text-align: left;
    }
    .cta-btn1 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 0.5rem 1.5rem;
        gap: 10px;
        background-color: #fff;
        font-family: 'Poppins', sans-serif;
        color: #333;
        border-radius: 30px;
        font-size: 16px;
        font-weight: bold;
        margin-top: -5%;
    }
    .card h3 {
        margin-bottom: 10px;
        font-size: 16px !important;
    }
    .card ul li {
        font-size: 12px !important;
        line-height: 1.5;
        color: #ddd;
    }
    .card img {
        width: 100%;
        display: block;
        height: 55%;
    }
.container{
    padding-bottom: 30px !important;
}
}

@media(max-width:1024px){

    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 50px;
        padding: 25px;
    }
    .empower {
        color: #FFF;
        font-family: Poppins;
        font-size: 55px;
        font-style: normal;
        font-weight: 600;
        padding: 15px 50px 15px 65px;
    }
    .grid1 {
        display: block;
        padding: 0px 0px 48px 48px;
    }
    .cta-text1 h1 {
        font-size: 30px;
        padding-bottom: 10px;
        text-align: left;
    }
    .cta-section1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(0, 0, 0, 1);
        padding: 50px;
        max-width: 90%;
        width: 70% !important;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        gap: 70px;
        margin-top: 15%;
        margin-bottom: -25%;
    }

    .cta-description{
        color: #DDD;
        text-align: justify;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        padding: 0px 100px 100px;
        line-height: normal;
    }
    

}

.card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.card ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
}