/* ===================================================================================

* Theme Name: Visapass Child
* Theme URI: https://codeskdhaka.com/wp/visapass/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Visapass - Immigration and Visa Consulting WordPress Theme
* Version: 1.0.0
* Template: visapass
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */



section.what-we-offer-tiles .row {
    justify-content: center;
}

section.countries-list-section .countries-item__bottom-img img {
    max-width: 90px;
	height: 45px;
    object-fit: cover;
}

section.countries-list-section .countries-item__bottom-img {
    margin-right: 10px;
}

.main-menu-wrapper__call-number h5 {
    margin-bottom: 0px;
}

.footer-logo.footer-logo-3 img {
    background-color: white;
    padding: 0px;
    width: 180px !important;
}

.all-services-section h2 {
    font-size: 48px !important;
}

.countries-list-section .countries-item__top-img img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.ablog__sidebar ul.wp-block-latest-posts li a::before {
    top: 10px;
}

.apply-online-form form .information-field-group,
.apply-online-form form .qualification-field-group,
.apply-online-form form .experience-field-group,
.apply-online-form form .preference-field-group,
.apply-online-form form .more-info-field-group {
    margin-top: 50px;
}

.apply-online-form form .submit-button-field-group {
    margin-top: 20px;
}

.apply-online-form form .col-lg-6,
.apply-online-form form .col-lg-4,
.apply-online-form form .col-lg-12 {
    margin: auto 0px;
}

.apply-online-form form label {
    margin-top: 10px;
}

.apply-online-form form .wpcf7-radio label {
    display: flex;
    gap: 10px;
    margin-top: 0px;
}

.apply-online-form form .wpcf7-checkbox label {
    display: flex;
    gap: 10px;
    margin-top: 0px;
}

.apply-online-form form input,
.apply-online-form form date,
.apply-online-form form select,
.apply-online-form form textarea {
    width: 100%;
    border: 1px solid #c5c5c5;
    padding: 10px 15px;
    color: #999; /* Change this to any color you want */
    font-weight: 400;
}

.apply-online-form form textarea {
    height: 150px;
}

.apply-online-form form input::placeholder,
.apply-online-form form textarea::placeholder,
.apply-online-form form select::placeholder,
.apply-online-form form input[type="date"]::placeholder {
    color: #999; /* Change this to any color you want */
    opacity: 1; /* Make sure placeholder is fully visible */
    font-weight: 400;
}

.apply-online-form form .nice-select {
    display: none !important;
}

.apply-online-form form select {
    display: block !important;
}


/* Universities listing style Start */
.university-list-by-term h2 {
    margin-top: 50px;
}

.university-list-by-term .university-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.university-list-by-term .university-list li {
    text-align: center;
    width: calc(25% - 15px); /* Adjusted to account for gap spacing */
    box-sizing: border-box;
    border: 1px solid #E7EAEF;
    padding: 20px;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.university-list-by-term .university-list li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.university-list-by-term .university-list li img {
    display: block;
    margin: 0 auto 10px auto;
    height: 100px;
    width: auto;
    object-fit: contain;
}

.university-list-by-term .university-list li h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.university-search-form .nice-select {
    width: 300px;
    border: 1px solid #E7EAEF;
    padding: 10px;
    height: unset;
    line-height: unset;
    margin-right: 20px;
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.university-search-form .nice-select:active,
.university-search-form .nice-select.open,
.university-search-form .nice-select:focus {
    border: 1px solid #E7EAEF;
}

.university-search-form .nice-select ul.list {
    width: 100%;
    border-radius: 0px;
    max-height: 450px;
    overflow: auto;
}

.university-search-form .nice-select:after {
    border-color: black;
}

.university-search-form input {
    border: 1px solid #E7EAEF;
    padding: 10px;
    width: 300px;
    margin-right: 20px;
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.university-search-form input::placeholder {
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.university-search-form button {
    border: unset;
    background-color: #E48216;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E48216;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px;
    color: white;
}
/* Universities listing style Finish */

.remove-k .counter-count {
    font-size: 0;
}

.remove-k .counter-count::after {
    font-size: 50px;
}

.remove-k .counter-count::after {
    content: "+";
}

.footer-about-1 {
	background: white !important;
}

.footer-about-1::before {
	background: white !important;
	box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.2) !important;
}

.footer-about-1__title {
    color: #1a1c20 !important;
}

.team-member-slider .team__thumb img {
	height: 350px;
	object-fit: cover;
	object-position: top center;
}





/* Media Queries Start */
@media (min-width: 991.98px) {
    .main-menu ul li {
        margin-left: 22px !important;
    }
    
    .main-menu ul li a {
        padding: 0px !important;
    }
}

@media (min-width: 1023.98px) {
    .main-menu ul li {
        margin-left: 18px !important;
    }
}

@media (min-width: 1199.98px) {
    .home-hero-section h2 {
        padding-right: 100px;
    }
}

@media (min-width: 1399.98px) {
    .main-menu ul li {
        margin-left: 30px !important;
    }
}

@media (max-width: 1199.98px) {
    .university-list-by-term .university-list li {
        width: calc(33.33% - 15px) !important;
    }
}

@media (max-width: 991.98px) {
    .university-list-by-term .university-list li {
        width: calc(50% - 15px) !important;
    }
    
    form.university-search-form {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .university-search-form .nice-select,
    .university-search-form input,
    .university-search-form button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .all-services-section h2 {
        font-size: 25px !important;
    }
    
    .university-list-by-term .university-list li {
        width: calc(100%) !important;
    }
}