* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat' sans-seriff;
    letter-spacing: .02em;
    line-height: 1.5em;
}

.btn-bd-primary {
    color: #000;
    background-color: #48EC86;
    padding: 12px 70px;
    border-radius: 10px;
    border: 0;
    
}

.align-cent {
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
}

a.nav-link,
a.nav-link.active {
    color: #000;
    font-size: 15px;
    position: relative;
}

a.nav-link:hover {
    color: #000;
}

a.nav-link::after {
    content: ""; /* Create a pseudo-element */
    position: absolute;
    left: 0; /* Start from the center */
    bottom: -5px; /* Position at the bottom of the text */
    width: 100%; /* Full width for the underline */
    height: 2px; /* Thickness of the underline */
    background: linear-gradient(90deg, rgb(204, 239, 58), rgb(36, 171, 226)); /* Blue to cyan gradient */
    transform: scaleX(0); /* Initial scale is 0 */
    transform-origin: center; /* Origin for scaling is center */
    transition: transform 0.4s ease-in-out; /* Animation for scaling */
} 

a.nav-link:hover::after {
    transform: scaleX(1); /* Expand to full width on hover */
}

#navbarSupportedContent {
    justify-content: end;
}

#jumbotron {
    background: url("/static/pictures/background.svg");
    padding: 0px 80px;
}

#jumbo-inner {
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

#jumbotron-main {
    padding: 10px 20px;
}

input {
    border: 0;
    outline: 0;
}

.fa-magnifying-glass {
    padding: 5px;
    background-color: #48EC86;
    border-radius: 3px;
}

#search-destination {
    display: flex;
    justify-content: center;
}

.fa-location-arrow {
    display: flex;
    align-self: center;
    margin-right: 5%;
}

.fa-location-arrow,
.fa-magnifying-glass {
    font-size: 18px;
}

#jumbotron h4 {
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 48px;
}

#jumbotron h4 span {
    color: #54ACE4;
}

#trustpilot {
    padding: 20px 10px;
    background-color: #F8F8FB;
}

#trustpilot-inner {
    display: flex;
    align-items: center;
}

#trustpilot-inner div:first-of-type {
    margin-left: 115px;
    font-weight: 800;
}

#trustpilot-inner div:nth-of-type(2) {
    margin-left: 25px;
}

#trustpilot-inner div:nth-of-type(3) {
    margin-left: 25px;
}


#trustpilot-inner div:first-of-type span:first-of-type {
    font-size: 45px;
}

#trustpilot-inner div:first-of-type span {
    font-size: 30px;
}

#trustpilot-inner div:nth-of-type(3) p {
    margin-bottom: 0;
}

#unlimited {
    margin-top: 30px;
    margin-bottom: 30px;
}

#unlimited p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    padding-top: 5%;
}

#unlimited span,
#geteverything span {
    font-size: 16px;
}

#unlimited i,
#geteverything i {
    font-size: 24px
}

#whats {
    background: url("/static/pictures/whats.svg");
    margin-bottom: 10%;
    margin-top: 5%;
}

#whats-container div.card {
    border: 0;
}

#whats-text {
   padding-top: 8%;
}

#whats-text h5 {
    font-size: 48px;
    font-weight: 600;
}

#refund {
    background-color: #E9F8F4;
    border-radius: 10px;
}

#refund-container {
    margin-bottom: 10%;
}

#refund p {
    font-size: 22px;
    font-weight: 500;
}

#geteverything h5{
    font-size: 34px;
    font-weight: 600;
}

#simlesswork h5 {
    font-size: 34px;
    font-weight: 600;
}

#simlesswork h7 {
    font-size: 22px;
    font-weight: 500;
}

#simlesswork p {
    padding-top: 4%;
}

#simlesswork-inner {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}

#simlesswork-inner > div.col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
}

#geteverything p {
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 20px;
    padding-top: 5%;
}

#travels {
    background: url("/static/pictures/travel.svg");
    margin-bottom: 10%;
    margin-top: 5%;
}

#travel-container div.card {
    border: 0;
}

#travel-text h5 {
    font-size: 22px;
    font-weight: 600;
}

#travel-text p {
    font-size: 16px;
}

#faq h5 {
    font-size: 28px;
    font-weight: 600;
}

.accordion-body {
    font-size: .875rem;
}
















#footer {
    background-color: #23344F;
    color: #fff;
}

.footer-sub {
    font-size: large;
    font-weight: 700;
}

#footer ul {
    padding-left: 0;
}

#footer ul li{
    text-decoration: none;
    list-style-type: none;
    padding-left: 0;
}

#footer ul li a {
    text-decoration: none;
    text-transform: none;
    color: #fff;
}


#copyright span {
    font-size: 12px;
    letter-spacing: 0;
}















.timeline-container {
    position: relative;
    padding: 50px 0;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0.3; /* Always visible */
}

.timeline-line {
    position: absolute;
    left: 50%;
    width: 2px;
    background: #000;
    transform: translateX(-50%);
    transition: height 0.2s;
}


#simlesswork-inner {
    position: relative;
    z-index: 3; /* Keeps content above the line */
}

h7 {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}





/** Custom styling for BIG screens START **/
@media (min-width: 992px) {

    .psy-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    } 

    .psx-4 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .psy-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .psx-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .pcs-5 {
        padding-left: 3rem !important;
    }

    .pct-5 {
        padding-top: 3rem !important;
    }

    .pcb-5 {
        padding-bottom: 3rem !important;
    }

    .pce-5 {
        padding-left: 60% !important;
    }

    .pn-5 {
        padding: 3rem !important;
    }

    .pn1-5 {
        margin-bottom: 3rem !important;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/** Custom styling for BIG screens END **/



















/** Custom styling for SMALL screens START **/

@media (max-width: 720px) { 

    .pn-5 {
        padding: 0rem !important;
    }

    .pcy-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .pcx-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    .pst-3 {
        padding-top: 1rem !important;
    }

    .pn1-5 {
        margin-bottom: 0rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

/** Custom styling for SMALL screens END **/
