.letsconnect_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 0;
    
    text-align: center;
}

.letsconnect_heading {
    padding: 20px 0 20px 0;
    line-height: 5rem;
    font-size: 5rem;
    font-weight: bold;
    color: white;
    font-family: "Teko", Sans-serif;
}

.btn-custom {
    padding: 15px 30px;
    font-size: 24px;
    color: white;
    background: #007bff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
}
   
/* Hover effect */
.btn-custom:hover {
    background: #0056b3;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .letsconnect_heading {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .btn-custom {
        font-size: 22px;
        padding: 14px 28px;
    }
}

@media screen and (max-width: 768px) {
    .letsconnect_container {
        padding: 20px 0;
    }

    .letsconnect_heading {
        font-size: 3.5rem;
        line-height: 4rem;
        padding: 50px 0 15px 0;
    }

    .btn-custom {
        font-size: 20px;
        padding: 12px 25px;
    }
}

@media screen and (max-width: 576px) {
    .letsconnect_container {
        padding: 30px 0;
    }

    .letsconnect_heading {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 40px 0 10px 0;
    }

    .btn-custom {
        font-size: 18px;
        padding: 10px 20px;
        width: 80%; /* Make button wider for easier tapping */
    }
}

@media screen and (max-width: 400px) {
    .letsconnect_heading {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .btn-custom {
        font-size: 16px;
        padding: 8px 18px;
        width: 90%;
    }
}


.letsconnect_container {
    width: 100%;
    /* background: #6a0dad; */
    justify-content: center;
    align-items: center;
    /* background:#00AEEF; */
}
.letsconnect_heading {
    margin-bottom: 20px;
    font-size: 4rem;    
    color:white;
    text-transform:uppercase;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    padding: 120px 10px 40px 10px;
    font-weight:800;
}


.letsconnect_container {
            
    width: 100%;
   display:block;
    justify-content: center;
    align-items: center;
    
}
.letsconnect_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    
    text-align: center;
}

.letsconnect_heading {
    padding: 0px 0 20px 0;
    line-height: 5rem;
    font-size: 5rem;
    font-weight: bold;
    color: white;
    font-family: "Teko", Sans-serif;
}


.btn-custom {
    padding: 15px 30px;
    font-size: 24px;
    color: white;
    background: #007bff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 5px;
    font-weight: bold;
}

.btn-custom:hover {
    background: #0056b3;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .letsconnect_heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .btn-custom {
        font-size: 22px;
        padding: 14px 28px;
    }
}

@media screen and (max-width: 768px) {
    .letsconnect_container {
        padding: 0px 0;
    }

    .letsconnect_heading {
        font-size: 3.5rem;
        line-height: 4rem;
        padding: 0px 0 15px 0;
    }

    .btn-custom {
        font-size: 20px;
        padding: 12px 25px;
    }
}

@media screen and (max-width: 480px) {
    .letsconnect_container {
        padding: 0px 0;
    }

    .letsconnect_heading {
        font-size: 2.8rem;
        line-height: 3.5rem;
        padding: 10px 0 10px 0;
    }

    .btn-custom {
        font-size: 18px;
        padding: 10px 20px;
        width: 80%; /* Full width button on smaller screens */
    }
}





.agility_container {
    display: flex;
    width: 100%;
    padding: 30px 0ps;
  
    justify-content: center;
    align-items: center;
  
    
}
.agility_content{
    display: flex;
    width: 100%;
    font-family: "PT Serif", serif;
    padding: 40px;
   
    
}
.container_boxed{width:boxed;
display:flex;
width:80%;
padding:5%;}
.left {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.box_agility {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width:100%;
    height:100%;
   padding:60px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    
    cursor: pointer;
    border-image: linear-gradient(to right, #214daa 0%, #f40000 100%);
    border-image-slice: 1;
}
.box_agility:hover {
    background: rgba(255, 255, 255, 0.5);
    color: black!important;
}
.right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.agility_heading {
    margin-bottom: 20px;
    font-size: 3.5rem;
    font-weight: 800;
    color:white;
    line-height:4rem;
    font-family: "PT Serif", serif;
}
.btn {
    padding: 18px 24px;
    font-size: 24px;
    color: white;
    background: #007bff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}
.btn:hover {
    background: #0056b3;
}



@media screen and (max-width: 1024px) {
    .container_boxed {
        width: 90%;
        flex-direction: column;
        align-items: center;
        padding: 3%;
    }

    .left {
        grid-template-columns: 1fr; /* Stack boxes in one column */
        gap: 15px;
    }

    .box_agility {
        padding: 40px;
        font-size: 1.8rem;
    }

    .agility_heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .agility_container {
        padding: 30px;
    }

    .container_boxed {
        width: 95%;
        flex-direction: column;
        padding: 2%;
    }

    .left {
        grid-template-columns: 1fr;
    }

    .box_agility {
        padding: 30px;
        font-size: 1.6rem;
    }

    .agility_heading {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .agility_container {
        padding: 20px;
    }

    .container_boxed {
        width: 100%;
        padding: 20%;
    }

    .left {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .box_agility {
        padding: 40px;
        font-size: 1.8rem;
        line-height:10px;
    }

    .agility_heading {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}


