.grecaptcha-badge {
    visibility: hidden !important;
}

@media (max-width: 772px) {

    .carousel-caption {
        position: absolute;
        right: 0;
        margin-right: 0;
        left: 0;
        bottom: 0;
        color: #fff;
        text-align: left;
        padding: 3% 5% 5% 3%;
        z-index: 1;
    }

    .carousel-caption h5 {
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }

    .carousel-caption p {
        font-size: 12px;
    }


    .news_box .card-body {
        flex: 1 1 auto;
        padding: 12px 5px;
    }

    .news_box ul li a {
        font-size: 14px;
        text-align: justify;
    }

    .news_box .card-body .demo1 {
        height: 550px !important;
        padding-top: 8px;
    }

    .news_box .card-footer ul {
        /* margin: 0; */
        padding-top: 5px;
    }

    .news_box .card-footer ul li:first-child {
        position: absolute;
        top: 550px;
    }

    .fm-section {
        margin-top: 0px;
        background-position: center;
        height: 350 !important;
        background-image: none;
        background-color: var(--main-color);
    }

    .title_fm {
        background-color: rgba(0, 61, 29, 0.6);
        padding: 10px 10px;
        width: 100%;
    }
}

/*New changes on home*/
.infocus{
    position: relative;
}

.infocus .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust transparency as needed */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Add transition effect */
}

/* Show overlay on hover */
.infocus .image-container:hover .overlay {
    opacity: 1;
}

.infocus .image-container .title {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--main-font-family);
    bottom: 0;
    left: 10px; /* Added 'px' unit */
    padding: 10px;
    color: white;
}

.infocus .card-footer .sub-text {
    font-size: 14px;
    margin-top: -13px;
    color: #000;
    /* text-align: justify; */
    font-weight: 500;
}
.listing-banner .image-background {
    /*background-image: url(https://www.fdd.org/wp-content/uploads/2023/10/GettyImages-1722862522.jpg);*/
    background-size: cover;
    background-position: center;
    height: 88vh;
    background-size: cover !important;
}

.listing-banner .image-background::before {
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 70%;*/
    /*height: 100%; !* Set the height to 100% *!*/
    /*z-index: 1;*/
    /*background: linear-gradient(90deg, #fff, #fff, #fff, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .6), transparent);*/
}

.listing-banner .left-container {
    width: 100%;
    max-width: 1053px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.feature-list {
    padding-top: 30px;

}

.listing-item h1 {
    font-weight: 400;

}

.feature-list .row {
    margin-top: 20px;
    margin-bottom: 20px;

}

.featured-image {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);

}

.listing-item .main_title p {
    margin-top: 15px;
}

.listing-item .main_title span {
    color: black;
    font-weight: 300;
}

/* responsive */

@media only screen and (max-width: 599px) {
    .listing-banner .image-background {

        height: 83.7vh;
    }

    .listing-banner .left-container {

        padding-left: 30px;
    }

    .listing-banner .left-container h1 {


        font-size: 16px

    }

}


@media only screen and (min-width: 600px) and (max-width: 767px) {
    .listing-banner .image-background {

        height: 83.7vh;
    }

    .listing-banner .left-container {

        padding-left: 50px;
    }

    .listing-banner .left-container h1 {


        font-size: 18px

    }

    .listing-banner > .container-fluid{
        height: 400px;
    }
    .listing-banner .image-background {
        background-size: contain !important;
        background-size: 100% !important;
        background-position: top;
        height: 100%;
    }
    .listing-banner .image-background h1{
        font-size: calc(1.10rem + 1.5vw);
        left: 4%;
        bottom: 13%;
    }

}

@media only screen and (max-width: 599px) {
    .listing-banner > .container-fluid{
        height: 200px;
    }
    .listing-banner .image-background {
        background-size: contain !important;
        background-size: 100% !important;
        background-position: top;
        height: 100%;
    }
    .listing-banner .image-background h1{
        font-size: calc(1.10rem + 1.5vw);
        left: 4%;
        bottom: 13%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .listing-banner .image-background {

        height: 83.7vh;
    }

    .listing-banner .left-container {

        padding-left: 50px;
    }

    .listing-banner .left-container h1 {


        font-size: 20px

    }

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .listing-banner .image-background {

        height: 76.7vh;
    }

    .listing-banner .left-container {

        padding-left: 50px;
    }

    .listing-banner .left-container h1 {
        font-size: 22px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .listing-banner .image-background {
        height: 78.7vh;
    }

    .listing-banner .left-container {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1440px) {
    .listing-banner .image-background {

        height: 78.7vh;
    }
}
/*END here*/

/*couresal css*/

.Scroll-social-div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.Scroll-social-div::-webkit-scrollbar {
    /*width: 50px !important; !* Adjust this value as needed *!*/
    height: 20px; /* Height of the scrollbar */
    background-color: #DBDBDB;
}
.Scroll-social-div::-webkit-scrollbar {
    width: 10px; /* Adjust this value as needed */
}
.Scroll-social-div::-webkit-scrollbar-thumb {
    background-color: #003D1D; /* Color of the scrollbar thumb */    border-radius: 5px; /* Adjust border-radius to match the width */
    border: 6px solid rgba(0, 0, 0, 0.2);
}
.carousel-view-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    transition: all 0.25s ease-in;
}

.carousel-view-social .item-list-social {
    /*max-width: 950px;*/
    width: 100vw;
    /*padding: 50px 10px;*/
    display: flex;
    gap: 5px;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow: auto;
    scroll-snap-type: x mandatory;
}

/* test
*/


/* test
*/

/* Hide scrollbar for Chrome, Safari and Opera */
.item-list-social::-webkit-scrollbar {
    display: none;
}

.prev-btn-social {
    cursor: pointer;
    border: none;
    width: 45px
}

.next-btn-social {
    cursor: pointer;
    border: none;
    width: 45px
}

.item-social {
    scroll-snap-align: center;
    /*min-width: 120px;*/
    /*height: 120px;*/
    background-color: deeppink;
    border-radius:8px;
}
.consular-services-section .card {
    height: 100%;
    border: 1px solid #003D1D;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px 0rem rgb(0 0 0 / 25%);
}

.consular-services-section .card-footer {
    border-top: 0px;
    padding: 8px 12px;
    background: #d8e1dcb5;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.06px;
    text-align: center;
    color: #003D1D;
    display: flex;
    justify-content: center;
    align-items: center;

}

.consular-services-section .image-container-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust height as needed */
}

.consular-services-section .image-container-box img {
    max-width: 100%;
    max-height: 100%;
}


@media only screen and (max-width: 800px) {
    .footer-area .first_row .footer-btns {
        display: flex;
        justify-content: start !important;
        margin-top: 5px !important;
    }
}

@media only screen and (max-width: 500px) {
    .footer-area .first_row .footer-btns {
        flex-wrap: wrap;
    }
    .footer-area .first_row .footer-btns .btn-light{
        width: 100%;
        margin: 10px 0px !important;
    }
}
