*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


/* Hero */

.hero{
    position:relative;
    height:370px;
    background:url("../images/schedule-3Aug2026.png") center center/cover no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero h1{
    color:#fff;
    font-size:56px;
    font-weight:700;
}

body{

    font-family:'Poppins',sans-serif;
    color:#222;
}

/* =======================
   GREEN SECTION
======================= */



.partner-cta{

    background:#93AF36;
    padding:70px 0;
}

.partner-cta h2{
    
    color:#fff;
    font-size:42px;
    font-weight:700;
    line-height:1.25;
}

.partner-cta p{

    color:#fff;
    opacity:.95;
    font-size:15px;
    margin:20px 0;
}

.partner-cta ul{

    list-style:none;
    padding:0;
    margin:0;
}

.partner-cta li{

    color:#fff;
    margin-bottom:18px;
    position:relative;
    padding-left:24px;
    font-size:14px;
    line-height:1.7;
}

.partner-cta li:before{

    content:"✓";
    position:absolute;
    left:0;
    color:#fff;
    font-weight:700;
}




/* =======================
 FORM
======================= */
.mb-3 {
    margin-bottom: 1rem !important;
}

.form-box{
    padding-top:70px;
    padding-left:50px;
}

.form-control,
.form-select{

    border:none;
    border-radius:4px;
    height:48px;
    font-size:14px;
    box-shadow:none;
}

.form-control:focus,
.form-select:focus{

    box-shadow:none;
    border:none;
}

.country-code{
    border-radius: 4px 0px 0px 4px;
    max-width:90px;
}

textarea.form-control{

    height:auto;
    resize:none;
}

.btn-submit{

    background:#0E4D9C;
    color:#fff;
    padding:11px 34px;
    border-radius:4px;
    font-size:14px;
    border:none;
}

.btn-submit:hover{

    background:#0a4287;
    color:#fff;
}

.input-group{
    display: flex;
}

.robot-check{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:3px;
    margin-top:15px;
    flex-wrap: wrap;
}
.mt-5{
    margin-top: 50px;

}
.sub-2-row{
    display:flex;
    align-items: flex-end;
}
.box-design div{
    margin-bottom:15px;
}
.mb-5{
    margin-bottom: 50px;
}
/* =======================
 CUSTOMERS
======================= */

.customers{
    padding:90px 0;
    background:#fff;
}

.customers h2{
    font-size:44px;
    font-weight:700;
    color:#1b1b1b;
    margin-bottom:15px;
}

.customers p{
    color:#666;
    font-size:15px;
}

.logo-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:8px;
    height:110px;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;
}

.logo-card img{
    max-width:150px;
    max-height:60px;
    object-fit:contain;
}

.logo-card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

/* =======================
 RESPONSIVE
======================= */
@media only screen and (max-width: 1024px){
    .hero {
        height: 170px;
    }
    .hero h1 {
     
        font-size: 35px;
    }
}

@media(max-width:991px){

.partner-cta{

    padding:60px 0;
}

.partner-cta h2{

    font-size:34px;
}

.form-box{
    padding-top: 50px;
    padding-left:0;
}

.customers h2{

    font-size:34px;
}

}

@media(max-width:767px){

.partner-cta{

    text-align:center;
}

.partner-cta ul{

    text-align:left;
}

/*.btn-submit{

    width:100%;
}*/

.customers h2{

    font-size:28px;
}
.hero {
    height: 170px;
}
.hero h1 {     
    font-size: 35px;
}

  .text-center {
        text-align: center;
    }

}

