@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
    overflow-x: hidden;
}
.text-linkers-warning {
    color: #F58020;
}
.text-linkers-success {
    color: #2E9E48;
}
.bg-linkers-warning {
    background-color: #F58020;
}
.bg-linkers-success {
    background-color: #2E9E48;
}
.wave-hover {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #F58020;
    border: none;
    overflow: hidden;
    transition: background-color 0.4s ease;
  }

  .wave-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    transition: left 0.4s ease;
  }

  .wave-hover:hover::before {
    left: 100%;
    transition: left 0.4s ease;
  }

  .wave-hover:hover {
    background-color: #e27d2b; /* Change base background color */
  }

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.9rem;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-top: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube {
    font-size: 20px;
}

.rounded-social-buttons .social-button.facebook {
background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
color: #3b5998;
background: #fefefe;
border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
background: #222;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
color: #55acee;
background: #fefefe;
border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
color: #007bb5;
background: #fefefe;
border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
background: #FF0000;
}
.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
color: #FF0000;
background: #fefefe;
border-color: #FF0000;
}
.nav-item.dropdown.clicked .dropdown-menu {
    display: block; /* Display the dropdown menu when .clicked class is added */
}
#linkersCarousel .carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#linkersCarousel .carousel-img:after {
    content:'\A';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity:0.8;
}
#tourist {
    position: relative;
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background: url("https://linkersinternationalbd.com/public/assets/images/sydney-opera.jpg") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#tourist::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity by changing the alpha value (0.5 = 50% opacity) */
    z-index: 1;
}
.tourist-wrapper {
    margin-top: 10%;
    z-index: 10;
}

.content-wrapper {
    background-color: #EEEEEE;
    z-index: 1!important;
}

#about-us {
	background-color: #0093E9;
	background-image: linear-gradient(160deg, #2E9E48 0%, #79d38e 100%);
}

#inquire {
	background-color: #0093E9;
	background-image: linear-gradient(160deg, #0093E9 0%, #68bae9 100%);
}

@media (min-width: 992px) {
.custom-navbar {
    padding: 5px 30px;
}
.navbar-nav .nav-item{
    margin-right: 5px;
}
.navbar-nav .nav-item .nav-link {
    border-radius: 5px;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .nav-item.dropdown:hover .nav-link {
    background-color: #F58020;
    color: #fff;
    border-radius: 5px;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    background-color: #2E9E48;
    color: #fff;
}
.custom-navbar .navbar-brand img {
        width: 74px;
        height: 52px;
}
.nav-link:hover::before {
	transform: scaleX(.80);
}
.nav-item.dropdown .dropdown-menu {
    top: auto;
    right: 0;
    left: initial;
}

/* Define keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(50px);
    }
}

.dropdown-menu {
    margin-top: 0px;
    animation-name: fadeInUp;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: both;
}

.nav-item.dropdown .dropdown-menu {
    display: none; /* Initially hide the dropdown menu */
    z-index: 9999; /* Set a high z-index */
}

.nav-item.dropdown.clicked .dropdown-menu {
    display: block; /* Display the dropdown menu when .clicked class is added */
}
#linkersCarousel, .section-top{
    margin-top: 118px;
}
#linkersCarousel .carousel-inner .carousel-item img {
	height: 82vh;
}
#linkersCarousel .carousel-image img {
    background:rgba(0,0,0,0.5);
    opacity:1;
}
#linkersCarousel .carousel-inner .carousel-image > img {
    -webkit-animation: thing 20s;
    -o-animation: thing 20s;
    animation: thing 20s;
    height: 82vh;
}
@keyframes thing {
    from {
        transform: scale(1.5, 1.5);
    }
    to {
        transform: scale(1, 1);
    }
}
#linkersCarousel .carousel-indicators img {
    height: 100%;
}
#linkersCarousel .carousel-indicators button.thumbnail {
	width: 60px;
	height: 40px;
}
#about-us .about-linkers {
    padding-left: 10%;
}
.position-sticky {
    top: 100px!important;
}
.country .card img {
    max-height: 130px;
}
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center;
}
.card:hover {
    transform: scale(1.05) rotate(3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    background: #2E9E48;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 74px;
        height: 52px;
    }
    #linkersCarousel, .section-top {
        margin-top: 55px;
    }
    #linkersCarousel .carousel-inner .carousel-item img {
        height: 50vh;
    }
    #about-us .about-linkers {
    padding-left: 5%;
    }
    .position-sticky {
        top: 100px!important;
    }

    .country .card img {
        max-height: 80px;
    }
}

@media (max-width: 767.98px) {
    #linkersCarousel, .section-top {
        margin-top: 55px;
    }
    #linkersCarousel .carousel-inner .carousel-item img {
        height: 35vh;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {

    #tourist {
        height: 60vh;
    }
 }

@media (max-width: 575.98px) {
    #about-us .about-linkers {
    padding-left: 5%!important;
    }
    #tourist {
        height: 100vh;
        padding-bottom: 50px;
    }
    #country-info .mt-5 {
        margin-top: 0px!important;
    }
 }

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .icon-wrap::before,
.steps .step .icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .icon-wrap::before {
    left: 0
}

.steps .step .icon-wrap::after {
    right: 0
}

.steps .step .font-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .icon-wrap::before {
    display: none
}

.steps .step:last-child .icon-wrap::after {
    display: none
}

.steps .step.completed .icon-wrap::before,
.steps .step.completed .icon-wrap::after {
    background-color: #0D6EFD
}

.steps .step.completed .font-icon {
    border-color: #0D6EFD;
    background-color: #0D6EFD;
    color: #fff
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .icon-wrap::before,
    .flex-sm-nowrap .step .icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .icon-wrap::before,
    .flex-md-nowrap .step .icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .icon-wrap::before,
    .flex-lg-nowrap .step .icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .icon-wrap::before,
    .flex-xl-nowrap .step .icon-wrap::after {
        display: none
    }
}

