/* =======================================
   GLOBAL FONT & RESET
======================================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Roboto", sans-serif;
}


/* =======================================
   NAVBAR
======================================= */
.topnav {
    padding: 0 60px;
}

.icon span {

    font-size: 32px;
    font-weight: 650;
}

.icon img {
    height: 45px;
    margin-right: 10px;
    margin-bottom: 8px;
    transform: rotate(10deg);
}

.navbar {
    color: black;
    background-color: white;
    padding: 0;
    /* background-color: #ffa94d; */

}

.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    max-height: 660px;
    object-fit: fill;
}


.hero-text {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: #fe770e;
    padding: 14px 15px 25px 15px;
    border-radius: 5px;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}



.hero-text2 {
    position: absolute;
    top: 51%;
    left: 22%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    /* text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); */
}

.hero-btn {
    position: absolute;
    top: 63%;
    left: 22%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: none;
    background-color: #0456E0;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 20px;
    border-radius: 50%;
    border: 1px solid #dadada;
    /* text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); */
}

.hero-text3 {
    position: absolute;
    top: 76%;
    left: 22%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: #026400;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}


/* hover effect */
.nav-item:hover {
    background-color: #ffa94d;
    color: #fff;
}

/* active (clicked) effect */
.nav-item.active {
    background-color: #ffa94d;
    color: #fff;
}

.navbar .navbar-nav {
    margin-left: 80px !important;


}

.nav-item {
    padding: 10px 20px;
}

.navbar .nav-link,
.navbar-brand {
    padding: 10px 0;
    font-size: 18px !important;
    font-weight: 450;
    color: black !important;
}



/* =======================================
   CONTENT / FORM
======================================= */
.con {
    text-align: center;
    padding: 50px 0 20px 0;
}

.fb {
    border: 1px solid rgb(207, 194, 194);
    padding: 25px 40px;
    border-radius: 10px;
}

input,
textarea {
    background: #f5f5f5 !important;
    border: none !important;
    padding: 12px !important;
    border-radius: 8px !important;
}

textarea {
    height: 150px;
}

select {
    background-color: #f5f5f5 !important;
}

label,
.form-section-title {
    font-weight: 600;
}

.form-check-input:checked {
    background-color: rgb(13, 202, 240) !important;
    border-color: rgb(13, 202, 240) !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.btn_up {
    color: #fff;
    font-weight: 650;
}


/* Select box height */
.select2-container .select2-selection--single {
    height: 48px;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

/* Dropdown height */
.select2-results__options {
    max-height: 220px;
}

/* Slim scrollbar */
.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 4px;
}


.select2-container .select2-selection--single.bg-light-input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    height: 38px;
}

.select2-container--default .select2-selection--single {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}


.select2-selection.is-invalid {
    border: 1px solid #dc3545 !important;
}



/* =======================================
   FOOTER
======================================= */
.foot {
    color: #ffffff;
    background-color: #6b6c6f;
}

.foot .sicon a:hover {
    color: #fe770e;
}


.sicon {
    display: inline;
    margin-right: 80px;
}

.sicon a {
    text-decoration: none;
    color: white;
}

.sicon a i {
    font-size: 20px;
}

.time h6 {
    margin-top: 20px;
    color: #013461;
}

.mt-3 {
    margin-top: 55px;
}

.t p:hover {
    color: rgb(13, 202, 240);
}



.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.col {
    background-color: #fe770e;
    border-radius: 10px;
}

.col-h {
    color: white;
    text-decoration: none;
}

.col-h2 {
    color: #fe770e;
}

.col-p {
    color: white;
}

.green {
    background-color: #026400;
    color: white;
}


.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: #026400;
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}




/* Search */
.search-input {
    padding: 14px;
    border-radius: 12px;
    border: 2px solid #ff9c3a;
}

/* Card */
.country-card {
    background: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Hover */
.country-card:hover {
    color: #ff7a00;
    transform: translateY(-3px);
}

/* Active */
.country-card.active {
    color: #ff7a00;
    border: 2px solid #ff7a00;
    font-weight: 600;
}

.serch {
    background-color: #d5dde3;
}

.ac {
    text-decoration: none;
    color: black;
}
