.area-coverage-form .form-control {
    background-color: #fff;
    text-transform: capitalize;
    height: 45px;
}

#reconnnection .form-group .form-control {
    margin-bottom: 10px;
}


.btn-get-check {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-flex;
    padding: 10px 28px 11px 28px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #006490;
    border: 0px;
}

.btn-get-check:hover {
    color: #FE2C15;
}


.btn-get-package {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-flex;
    padding: 10px 28px 10px 28px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    background: none;
    color: #FE2C15;
    border: 2px solid #006490;
}

.btn-get-package:hover {
    color: #006490;
    border: 2px solid #FE2C15;
    box-shadow: 0px 0px 5px 5px rgba(167, 166, 166, 0.5);
}



/*
=================================================
    Sports Live Css Style
=================================================
*/
.sports-live {
    background-color: var(--color-white);
}

.sports-live h1 {
    font-size: 48px;
    font-weight: 900;
}


/* Reset default list styles */
.sports-live ul.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Display list items horizontally */
.sports-live ul.horizontal-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    /* Add some spacing between items */
    font-size: 18px;
    font-weight: 800;
}

.sports-live ul.horizontal-list li h1 {
    font-size: 32px !important;
    font-weight: 900;
    margin: 0;
    /* Remove any default margin that might affect vertical centering */
    color: var(--primary-color);
    display: flex;
    /* You can use 'inline-flex' if needed */
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
    color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}



/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid var(--primary-color);
    position: relative;
    counter-reset: number ;
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.resume .resume-item h5 {
    font-size: 16px;
    background: #f7f8f9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume .resume-item ul {
    padding-left: 20px;
}

.resume .resume-item ul li {
    padding-bottom: 10px;
}

.resume .resume-item:last-child {
    padding-bottom: 0;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid var(--primary-color);
}
