@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: "Poppins", sans-serif;
} 

.header {
    margin-bottom: 0;
}
.head-follow-us {
    padding: 8px 0px;
    background-color: #001838;
    color: #ffffff;
}

.follow-us-content {
    display: flex;
    justify-content: start;
    align-items: center;
}

.follow-us-content p {
    margin-bottom: 0;
}

.follow-us-content ul {
    display: flex;
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 0;
}
.follow-us-content ul li {
    margin-left: 10px;
}
.follow-us-content ul li i {
    color: #ffffff;
}

.head-contract-us {
    background-color: #00275D;
    height: auto; /* Changed to auto for flexible height */
    color: #ffffff;
}

.contract-us-content {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
    justify-content: space-between; /* Distribute space between and around content items */
    align-items: center; /* Align items vertically */
    padding: 0;
}

.contract-us-content img {
    max-width: 100%; /* Ensure image is responsive */
    height: 100px; /* Maintain aspect ratio */
}

.contract-us-box {
    display: flex;
    justify-content: end;
    flex-grow: 1; /* Allow the box to grow */
}

.box-contract-number {
    /* margin-top: 10px;
    margin-bottom: 10px; */
    background-color: brown;
    border-radius: 6px;
    padding: 10px;
    width: 100%; /* Adjust width to be auto */
    max-width: 256px;
    height: 80px;
    text-align: center; /* Center text */
    display: flex;
    align-items: center;
}
.box-contract-number:nth-child(1) {
    margin-right: 15px;
}
.box-contract-number-icon {
    /* display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #00275D;
    font-size: 20px;
    border-radius: 50%; */
}

.box-contract-number-icon img {
    width: 40px;
    height: 40px;

}

.box-contract-number-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 10px;
    margin-left: 10px;
    text-align: start;
    line-height: 15px;
    max-width: 186px;
}


.head-menu {
    padding: 4px 0px;
    background-color: #1C3E6E;
    color: #ffffff;
}

.head-menu-content ul li>a{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.head-menu-content ul li>a:hover{
    color: #1C3E6E;
    font-weight: 500;
}
/* Hamburger button style */
.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    cursor: pointer;
    border: none;
    border-radius: 8px;
} 
.head-menu-content {
    display: block;
}
/* Responsive menu display */
.head-menu.active {
    display: block;
}

.head-menu.inactive {
    display: none;
}
.head-menu-content.menu {
    display: block !important;
}

.head-box-reverse {
    display: flex;
    flex-direction: column;
}

.trip-slide-image-header {
    height: 340px !important;
}

.title-alton-tower,
.features-container-web,
.features-container {
    display: none;
}

.features-container-web {
    background-color: #EDEFF2; 
    padding: 30px 38rem;
    margin-bottom: 15px;
}

.feature-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.feature-icon img {
    width: 80px; /* Adjust size as needed */
}

.feature-title {
    color: #00275D;
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    line-height: normal;
}

.feature-description {
    color: #666666;
    font-size: 14px;
    margin: 0;
}

.features-container {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 20px;
    box-sizing: border-box;
    display: none;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 25px;
    background-color: #EDEFF2; 
}

.feature-content h3 {
    margin: 0 0 5px 0;
    color: #00275D;
    font-size: 14px;
    font-weight: 900;
}

.feature-content p {
    margin: 0;
    color: #666666;
    font-size: 1em;
}

.feature-icon {
    margin-right: 15px;
}
.text-header-top {
    top: 70px !important;
}
.text-header-top .text-header-top-title {
    font-size: 34px;
}

.text-header-top .text-header-top-subtitle {
    font-size: 18px;
    max-width: 400px;
    font-weight: 100;
}

.bg-height {
    height: 340px;
}

.route-selection-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 61px 60px;
    border-radius: 8px;
    background: #fff;
    border: #808080 1px solid;
    margin-bottom: 40px;
}

.route-selection-container h2 {
    color: #00275D;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.route-selection-container p {
    color: #4A4A4A;
    margin-bottom: 20px;
}

.route-cards-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.route-cards-container a {
    text-decoration: none;
}

.route-card {
    width: 325px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 222px;
    position: relative;
    background-color: #00275D;
}

.route-card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.route-card h3 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #ffffff;
}

.route-card img {
    width: 100%;
    display: block;
    height: 160px;
}

.route-card .hover-detail {
    height: 200px;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
}

.booking-form-input {
    display: flex;
    gap: 10px;
    background-color: unset !important;
    box-shadow: unset !important;
    padding: 0px !important;
}
.booking-form-input .form-group,
.booking-form-input .form-group .btn-group {
    margin: 0;
    width: 100%;
    max-width: 120%;
}

.ecm-trip-booking-page .booking-form .booking-form-input .dropdown-toggle {
    width: 255px;
    max-width: 95vw !important;
    overflow: hidden !important;
}

.booking-form-input .btn-group {
    border: #808080 1px solid;
    border-radius: 6px;
}

.booking-form-input .form-group .btn-group button label {
    margin: 0;
}

.booking-form-input .form-group .btn-group i {
    margin-top: -5px;
}

.btn-new-design {
    width: 100%;
    background-color: #00275D;
}

.content-border {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    border: #808080 1px solid;
    padding: 0px 40px 20px !important;
    margin: 30px 0px 10px;
}

.content-border h3,
.content-border h4 {
   padding: 0px 0px;
   color: #00275D;
   font-weight: bold;
}

.looking-alton-towers-resort {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding: 20px;
    background-color: #F2F4F7 !important;
    color: #4A4A4A !important;
    border-radius: 8px;
    font-size: 14px !important;
    text-align: left !important;
}

.looking-alton-towers-resort a {
    color: #4A4A4A !important;
    font-size: 14px !important;
    text-align: center;
    text-decoration: underline;
}

.full-trip-info {
    display: flex;
    border: unset !important;
    border-radius: unset !important;
    flex-direction: row-reverse;
    margin-top: 65px !important;
}

.full-trip-info .col-md-6:nth-child(2) {
    position: relative;
}

.full-trip-info .col-md-6:nth-child(2) .pickup-dropoff-info{
    position: absolute;
    top: -50px;
}


/* step 3 booking */
#tripInfoBox{
    border: 1px solid #808080;
    border-radius: 8px;
    margin: 0px 15px;
}
#ticketThemeParkForm .card .col-md-12 {
    padding: 0px;
}
.ecm-trip-module .head-theme-park {
    color: #00275D !important;
    background: #D9DFE7 !important;
    padding: 15px 0px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    font-size: 18px;
}

.ecm-trip-module .head-theme-park label:nth-child(2) {
    font-size: 14px;
    padding: 0px 70px;
    font-weight: unset;
}
.ecm-trip-module .content-theme-park {
    border-radius: unset !important;
    background-color: #fff !important;
    margin: 0px !important;
}

.ecm-trip-module .content-theme-park .controlSet {
    padding: 20px 30px 0px !important;
    display: flex;
    align-items: center;
}

.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-name label {
    color: #4A4A4A !important;
    margin: 0px !important;
    font-size: 16px;
    line-height: 16px;
}

.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-name label span {
    color: #4A4A4A !important;
    font-size: 14px;
}

.ecm-trip-module .content-theme-park .content-theme-park-title {
    background: #F2F4F7;
    text-align: center;
}

.ecm-trip-module .content-theme-park .term-and-condition-link {
    padding: 10px 30px;
}

.ecm-trip-module .content-theme-park .term-and-condition-link a {
    color: #00275D;
    font-size: 12px;
    font-weight: bold;
}
.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count .decrease-btn {
    margin-right: unset !important;
}

.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count .increase-btn {
    margin-left: unset !important;
}

.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count button {
    cursor: pointer;
    border: 1px solid #4A4A4A !important;
    transition: none !important;
    background-color: #ffffff;
    color: #00275D;
    height: 40px !important;
    width: 40px !important;
    font-weight: bold;
    border-radius: 6px !important;
}

.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count input {
    font-size: 18px !important;
    border: 1px solid #4A4A4A !important;
    background-color: #fff !important;
    color: #00275d !important;
    border-radius: 6px !important;
    height: 40px !important;
}

.ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count button:hover {
    background-color: #00275D !important;
    color: #ffffff !important;
    transform: unset !important;
}

#tripDetailOther .trip-list-card-new {
    max-height: unset !important;
    overflow: hidden;
    margin: 0px;
    padding: 0px 30px;
}

#tripDetailOther .trip-list-card-new .trip-form-info-header {
    border-top: 3px dotted #00275D !important;
    border-bottom: unset !important;
    padding-top: 20px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 15px !important;
}

#tripDetailOther .trip-list-card-new .trip-form-info-content {
    padding: 0 !important;
    line-height: 14px;
    font-size: 14px !important;
    border-bottom: unset !important;
    padding-bottom: 20px !important;
}
#tripDetailOther .trip-list-card-new .trip-form-info-content .row {
   display: flex;
   margin-top: 10px;
   justify-content: start;
   align-items: center;
}

/* #tripDetailOther .trip-list-card-new .trip-form-info-content .row {
    display: flex;
    margin-top: 10px;
    justify-content: start;
    align-items: start;
} */

#tripDetailOther .trip-list-card-new .trip-form-info-content p {
    margin: 0;
    text-align: right;
}

#tripSectionPrice .trip-total-price-info {
    background-color: #EDEFF2;
    padding: 20px 30px 15px;
    margin-bottom: 0px !important;
}

#tripSectionPrice .trip-total-price-info .row{
    display: flex;
    justify-content: start;
    align-items: center;
}

#tripSectionPrice .trip-total-price-info p,
#tripSectionPrice .trip-total-price-info span {
   margin-bottom: 5px;
   padding: 0px;
   color: #4A4A4A;
   font-size: 18px;
}

#tripSectionPrice .trip-total-price-info .price-align-end{
   text-align: end;
}

#tripInfoBox .btn-booking-trip {
    padding: 0px 30px 30px;
}

#tripInfoBox .btn-booking-trip button{
    background-color: #00275D !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

#tripInfoBox .btn-booking-trip button:hover {
    background-color: #001838 !important;
    transition: background-color 0.3s ease;
}

.ecm-trip-module .spinner {
    top: 11% !important;
}

.trip-contact-form {
    border: 1px solid #808080 !important;
    border-radius: 8px !important;
    margin: 0px !important;
    padding: 30px 30px 20px !important;
}

.toppic-point-line {
    margin: 0px 0px 15px !important;
    padding-left: 0px !important;
    color: #00275D;
}

.left-input-padding {
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.right-input-padding {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

#trip-contact-detail-form .form-group input {
    height: 46px !important;
}

#trip-contact-detail-form .hide-require {
    display: none;
}

.row-booking-contract {
    margin-bottom: 50px;
}

.theme-park-description {
    padding: 20px 30px 15px
}

.pricing-row .col-padding {
    padding-left: 9.5px;
}

.pricing-row {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding: 0px 10px 10px !important;
}
.ticketLabelName {
    width: 100%;
}
.pricing-row .input-count-bus-ticket {
    display: flex;
    align-items: start;
    justify-content: flex-end;
    width: 100%;
}

.pricing-row .input-count-bus-ticket button {
    cursor: pointer;
    border: 1px solid #4A4A4A !important;
    background-color: #ffffff !important;
    color: #00275D !important;
    border-radius: 6px !important;
}

.pricing-row .input-count-bus-ticket button:hover {
    background-color: #00275D !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
}

.pricing-row .input-count-bus-ticket input {
    font-size: 18px !important;
    border: 1px solid #4A4A4A !important;
    background-color: #fff !important;
    color: #00275d !important;
    border-radius: 6px !important;
    width: 55px;
    margin: 0px 2px;
}
.footer {
    padding: 30px 0px !important;
}
.footer .padding_left_right_3per {
    padding: 0px !important;
}
.footer2 {
    padding: 0px !important;
}
.footer-row {
    display: flex;
    justify-content: center;
    align-items: start;
}

.footer-row .col-md-4:nth-child(2),
.footer-row .col-md-4:nth-child(3) {
    text-align: center !important;
}

.footer-row .col-md-4:nth-child(1) {
   margin-top: -2px;
}

.trip-description span.route {
    color: #FF3C3C;
}

/* .text-ADs-log {
    right: 10rem !important;
} */

.text-copy-right {
    text-align: center;
    margin-right: 10rem;
    margin-bottom:0px;
}

#bookTripBtn {
   font-size: 18px !important;
}

/* Small Mobile Devices */
@media only screen and (max-width: 480px) {
    .contract-us-content {
        flex-wrap: unset;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .box-contract-number {
        width: 80%;
        max-width: unset;
        height: 60px;
    }
    .box-contract-number .box-contract-number-icon{
       display: none;
    }
    .box-contract-number .box-contract-number-info {
        align-items: center;
    }
    .contract-us-content img {
        height: auto; /* Allow image to adjust its height */
        width: 300px;
    }
    .head-menu-content {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .menu {
        display: none;
    }
    .contract-us-box {
        flex-direction: column;
        width: 100%;
        align-items: end;
    }
    .menu {
        display: block;
    }
    .text-ADs-log {
        right: 2rem !important;
        bottom: -30px !important;
    }
    .text-ADs-log img{
        transform: rotate(8deg) !important;
        width: 130px !important;
    }
    .trip-slide-image-header {
        background-position-x: -112rem !important;
        background-size: cover !important;
    }

    .head-box-reverse {
        flex-direction: column-reverse;
    }
    .box-contract-number:nth-child(1) {
        display: none;
    }
    .text-header-top {
        text-align: center;
    }
    .text-header-top .text-header-top-title {
        font-size: 20px;
    }
    
    .text-header-top .text-header-top-subtitle {
        font-size: 16px;
        font-weight: 400;
    }
    
    .bg-height {
        height: 170px;
    }

    .title-alton-tower,
    .features-container-web,
    .features-container {
        display: none;
    }
    /* .features-container-web {
        display: none;
    } */
    .route-cards-container {
        justify-content: center;
        margin-top: 30px !important;
    }
    .route-card {
        max-height: 205px;
        width: 362px;
    }
    .route-card h3 {
        top: 35%;
    }
    .route-card img {
        height: 140px;
    }
    .route-card .hover-detail {
        background-color: #00275D;
    }
    
    .route-selection-container {
        box-shadow: unset;
        border-radius: unset;
        border: unset;
        padding: 0 10px;
    }
    .route-selection-container h2 {
       margin: 0;
    }

    .booking-form-input {
        flex-direction: column;
        gap: 20px;
    }

    .booking-form-input .btn-new-design {
        height: 50px;
    }
    .content-border {
        margin-top: 30px;
        padding: 0px 10px !important;
        border: 0px;
        background-color: unset !important;
        box-shadow: unset !important;
    }
    .dropdown-menu {
        position: relative !important;
    }

    .full-trip-info {
        flex-direction: column;
        padding: 0 !important;
    }
    #map-booking {
        margin-left: 0 !important;
    }
    .pickup-dropoff-head {
        margin-top: 15px;
    }
    .ecm-trip-booking-page .booking-form .booking-form-input .dropdown-toggle {
        width: 100%;
    }

    .row-booking-contract {
        margin-top: 10px;
    }

    .trip-contact-form {
        border: unset !important;
        padding: 0px !important;
    }

    .left-input-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .right-input-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #tripInfoBox{
        border: unset;
        margin: 0px;
        box-shadow: 0px 3px 6px #00000033;
    }

    .ecm-trip-module .content-theme-park .controlSet {
        padding: 20px 10px !important;
        justify-content: space-between;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-name{
        width: 90%;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count{
        width: 100%;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count input {
        padding-top: 0px;
        height: 44px !important;
    }

    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count button {
        height: 44px !important;
        width: 44px !important;
    }

    .trip-contact-form textarea {
        height: 92px !important;
    }

    #tripDetailOther .trip-list-card-new {
        padding: 0px 10px;
    }

    #tripSectionPrice .trip-total-price-info {
        padding: 20px 10px 15px;
    }

    #tripSectionPrice .trip-total-price-info .row .col-md-6,
    #tripSectionPrice .trip-total-price-info .row .col-md-8
    {
        width: 100%;
    }
    #tripSectionPrice .trip-total-price-info .row .col-md-4{
        width: 75%;
    }

    .theme-park-description {
        padding: 0px 10px 15px
    }

    #tripInfoBox .btn-booking-trip button{
        height: 50px !important;
    }

    .pricing-row .input-count-bus-ticket button {
        width: 40px !important;
        height: 40px !important;
        margin-top: -3px !important;
    }

    .pricing-row .input-count-bus-ticket input {
        width: 100px;
        height: 40px !important;
        margin: 0px 2px;
    }
    .footer-row {
        flex-direction: column;
        padding: 20px !important;
    }
    .footer-row .col-md-4:nth-child(2){
        margin-bottom: 10px;
    }
    .footer-row .col-md-4:nth-child(2) p {
        margin: 0px;
    }
    .text-copy-right {
        margin-right: 2rem !important;
    }
    .title-alton-tower {
        justify-content: center;
    }
    .title-alton-tower h2 {
        margin-top: 30px !important;
        margin-bottom: 18px !important;
        font-size: 24px !important;
        max-width: 29rem !important;
    }
    .title-alton-tower {
        background-color: #f8f8f8;
    }

    .title-alton-tower .col-md-12{
       display: flex;
       justify-content: center;
    }
    .route-selection-container h2:nth-child(1) {
        margin-top: 20px !important;
        font-size: 24px !important;
        text-align: center !important;
    }
    .feature-icon img {
        width: 40px !important;
    }
    .footer-row .col-md-4:nth-child(2),
    .footer-row .col-md-4:nth-child(3) {
        text-align: left !important;
    }

    .full-trip-info {
        margin-top: 25px !important;
    }

    .full-trip-info .col-md-6:nth-child(2) {
        margin-top: 70px !important;
    }
}

@media only screen and (max-width: 378px) {
    .box-contract-number-info p {
        font-size:10px !important;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-name {
        width: 70% !important;
    }
    .ecm-trip-module .spinner {
        top: 16% !important;
        left: 15% !important;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count input {
        height: 30px !important;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count button {
        height: 30px !important;
        width: 30px !important;
    }
}

/* Large Mobile Devices */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Adjustments for larger mobile devices */
    .contract-us-content {
        flex-wrap: unset;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .box-contract-number {
        width: 80%;
        max-width: unset;
        height: 60px;
    }
    .box-contract-number .box-contract-number-icon{
       display: none;
    }
    .box-contract-number .box-contract-number-info {
        align-items: center;
    }
    .contract-us-content img {
        height: auto; /* Allow image to adjust its height */
        width: 300px;
    }
    .head-menu-content {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .menu {
        display: none;
    }
    .contract-us-box {
        flex-direction: column;
        width: 100%;
        align-items: end;
    }
    .menu {
        display: block;
    }
    .text-ADs-log {
        right: 2rem !important;
        bottom: -30px !important;
    }
    .text-ADs-log img{
        transform: rotate(8deg) !important;
        width: 130px !important;
    }
    .trip-slide-image-header {
        background-position-x: -112rem !important;
        background-size: cover !important;
    }

    .head-box-reverse {
        flex-direction: column-reverse;
    }
    .box-contract-number:nth-child(1) {
        display: none;
    }
    .text-header-top {
        text-align: center;
    }
    .text-header-top .text-header-top-title {
        font-size: 20px;
    }
    
    .text-header-top .text-header-top-subtitle {
        font-size: 16px;
        font-weight: 400;
    }
    
    .bg-height {
        height: 170px;
    }

    .title-alton-tower,
    .features-container-web,
    .features-container {
        display: none;
    }
    /* .features-container-web {
        display: none;
    } */
    .route-cards-container {
        justify-content: center;
        margin-top: 30px !important;
    }
    .route-card {
        max-height: 205px;
        width: 362px;
    }
    .route-card h3 {
        top: 35%;
    }
    .route-card img {
        height: 140px;
    }
    .route-card .hover-detail {
        background-color: #00275D;
    }
    
    .route-selection-container {
        box-shadow: unset;
        border-radius: unset;
        border: unset;
        padding: 0 10px;
    }
    .route-selection-container h2 {
       margin: 0;
    }

    .booking-form-input {
        flex-direction: column;
        gap: 20px;
    }

    .booking-form-input .btn-new-design {
        height: 50px;
    }
    .content-border {
        margin-top: 30px;
        padding: 0px 10px !important;
        border: 0px;
        background-color: unset !important;
        box-shadow: unset !important;
    }
    .dropdown-menu {
        position: relative !important;
    }

    .full-trip-info {
        flex-direction: column;
        padding: 0 !important;
    }
    #map-booking {
        margin-left: 0 !important;
    }
    .pickup-dropoff-head {
        margin-top: 15px;
    }
    .ecm-trip-booking-page .booking-form .booking-form-input .dropdown-toggle {
        width: 100%;
    }

    .row-booking-contract {
        margin-top: 10px;
    }

    .trip-contact-form {
        border: unset !important;
        padding: 0px !important;
    }

    .left-input-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .right-input-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #tripInfoBox{
        border: unset;
        margin: 0px;
        box-shadow: 0px 3px 6px #00000033;
    }

    .ecm-trip-module .content-theme-park .controlSet {
        padding: 20px 10px !important;
        justify-content: space-between;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-name{
        width: 90%;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count{
        width: 100%;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count input {
        padding-top: 0px;
        height: 44px !important;
    }

    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count button {
        height: 44px !important;
        width: 44px !important;
    }

    .trip-contact-form textarea {
        height: 92px !important;
    }

    #tripDetailOther .trip-list-card-new {
        padding: 0px 10px;
    }

    #tripSectionPrice .trip-total-price-info {
        padding: 20px 10px 15px;
    }

    #tripSectionPrice .trip-total-price-info .row .col-md-6,
    #tripSectionPrice .trip-total-price-info .row .col-md-8
    {
        width: 100%;
    }
    #tripSectionPrice .trip-total-price-info .row .col-md-4{
        width: 75%;
    }

    .theme-park-description {
        padding: 0px 10px 15px
    }

    #tripInfoBox .btn-booking-trip button{
        height: 50px !important;
    }

    .pricing-row .input-count-bus-ticket button {
        width: 40px !important;
        height: 40px !important;
        margin-top: -3px !important;
    }

    .pricing-row .input-count-bus-ticket input {
        width: 100px;
        height: 40px !important;
        margin: 0px 2px;
    }
    .footer-row {
        flex-direction: column;
        padding: 20px !important;
    }
    .footer-row .col-md-4:nth-child(2){
        margin-bottom: 10px;
    }
    .footer-row .col-md-4:nth-child(2) p {
        margin: 0px;
    }
    .text-copy-right {
        margin-right: 2rem !important;
    }
    .title-alton-tower {
        justify-content: center;
    }
    .title-alton-tower h2 {
        margin-top: 30px !important;
        margin-bottom: 18px !important;
        font-size: 24px !important;
        max-width: 29rem !important;
    }
    .title-alton-tower {
        background-color: #f8f8f8;
    }

    .title-alton-tower .col-md-12{
       display: flex;
       justify-content: center;
    }
    .route-selection-container h2:nth-child(1) {
        margin-top: 20px !important;
        font-size: 24px !important;
        text-align: center !important;
    }
    .feature-icon img {
        width: 40px !important;
    }
    .footer-row .col-md-4:nth-child(2),
    .footer-row .col-md-4:nth-child(3) {
        text-align: left !important;
    }

    .full-trip-info {
        margin-top: 25px !important;
    }

    .full-trip-info .col-md-6:nth-child(2) {
        margin-top: 70px !important;
    }
    .box-contract-number {
        display: flex;
        justify-content: center;
    }
}

/* Small Tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .box-contract-number {
        width: auto; /* Allow boxes to adjust their width */
    }
    .head-menu-content {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .contract-us-content {
        flex-wrap: unset;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .text-ADs-log {
       /* right: 30px !important; */
       /* display: none; */
       right: 12rem !important;
        bottom: -33px !important;
    }
    .text-ADs-log img{
        transform: rotate(8deg) !important;
    }
    .trip-slide-image-header {
        background-position-x: -40rem !important;
        background-size: cover !important;
    }
    .text-header-top {
        max-width: 71rem !important;
        top: 26px !important;
    }
    .text-header-top .text-header-top-title {
        font-size: 34px;
        max-width: 50rem !important;
    }
    
    .text-header-top .text-header-top-subtitle {
        font-size: 18px;
        font-weight: 400;
    }
    .route-card {
        width: 288px;
        max-height: 240px;
    }
    .route-card img {
        height: 155px;
    }
    .route-card h3 {
        top: 40%;
    }
    .title-alton-tower,
    .features-container-web,
    .features-container {
        display: none;
    }
    .features-container-web {
        /* display: flex; */
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding: 20px;
        /* margin-bottom: 30px; */
        margin-top: 12px;
    }
    .feature-card {
        margin: 10px 0;
    }
    .route-card .hover-detail {
        background-color: #00275D;
    }

    .booking-form-input {
        flex-direction: column;
        gap: 20px;
    }

    .booking-form-input .btn-new-design {
        height: 50px;
    }

    .content-border {
        margin-top: 30px;
        padding: 0px 10px !important;
    }
    .dropdown-menu {
        position: relative !important;
    }
    .full-trip-info {
        flex-direction: column;
        padding: 0 !important;
    }
    #map-booking {
        margin-left: 0 !important;
    }
    .pickup-dropoff-head {
        margin-top: 15px;
    }

    .left-input-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .right-input-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .ecm-trip-booking-page .booking-form .booking-form-input .dropdown-toggle {
        width: 100%;
    }
    .ecm-trip-module .content-theme-park .controlSet {
        padding: 20px 30px !important;
        justify-content: space-between;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-name{
        width: 90%;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count{
        width: 100%;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count input {
        padding-top: 0px;
        height: 44px !important;
    }

    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count button {
        height: 44px !important;
        width: 44px !important;
    }

    .trip-contact-form textarea {
        height: 150px !important;
    }

    #tripSectionPrice .trip-total-price-info {
        padding: 20px 30px 15px;
    }

    #tripSectionPrice .trip-total-price-info .row .col-md-6,
    #tripSectionPrice .trip-total-price-info .row .col-md-8
    {
        width: 100%;
    }
    #tripSectionPrice .trip-total-price-info .row .col-md-4{
        width: 75%;
    }
    #tripInfoBox {
        margin: 20px 0px !important;
    }

    #tripInfoBox .btn-booking-trip button{
        height: 50px !important;
    }

    .theme-park-description {
        padding: 0px 30px 15px
    }

    .pricing-row .input-count-bus-ticket button {
        width: 40px !important;
        height: 40px !important;
        margin-top: -3px !important;
    }

    .pricing-row .input-count-bus-ticket input {
        width: 100px;
        height: 40px !important;
        margin: 0px 2px;
    }
    .title-alton-tower {
        justify-content: center;
    }
    .title-alton-tower h2 {
        margin-top: 30px !important;
        margin-bottom: 18px !important;
        font-size: 30px !important;
        max-width: 40rem !important;
    }
    .title-alton-tower {
        background-color: #f8f8f8;
    }

    .title-alton-tower .col-md-12{
       display: flex;
       justify-content: center;
    }
    .route-selection-container h2:nth-child(1) {
        margin-top: 20px !important;
        font-size: 24px !important;
    }
    .footer {
        margin-top: 30px !important;
    }
}

/* Large Tablets/iPads */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    /* Adjustments for large tablets/iPads */
    .trip-slide-image-header {
        background-position-x: -30rem !important;
        background-size: cover !important;
        margin-bottom: 40px !important;
    }
    .text-header-top {
        top: 70px !important;
        left: 30px !important;
    }
    .text-ADs-log {
        right: 2rem !important;
    }

    .features-container-web {
        padding: 30px 3rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #tripInfoBox {
        margin: 20px 0px !important;
    }

    .head-theme-park {
        display: flex;
        flex-direction: column;
    }
    .term-and-condition-link {
        max-width: 55rem !important;
    }
    .content-theme-park-title {
        display: flex !important;
        justify-content: center !important;
    }
    #bookTripBtn {
        height: 55px !important;
        padding: 8px 10px 10px !important;
    }
    .ecm-trip-module .spinner {
        top: 18% !important;
        left: 38% !important;
    }
    .ecm-trip-module .content-theme-park .controlSet .theme-park-ticket-count input {
        height: 48px !important;
    }
}

/* >= Small Desktops/Laptops */
/* @media only screen and (min-width: 1280px) {
    .route-card {
        position: relative;
    }
    
    .route-card .hover-detail {
        position: absolute;
        z-index: 3;
        color: transparent;
        width: 100%;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .route-card:hover .hover-detail {
        padding: 50px;
        color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        top: 50%;
        left: 0%;
        transform: translate(0%,-50%);
        transition: transform 0.3s ease-in-out;
        text-decoration: none;
    }

    .route-card:hover h3 {
        display: none;
    }
    
    .route-card img {
        width: 100%;
        height: auto;
        transition: filter 0.3s ease;
        object-fit: cover;
    }
    
    .route-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        transition: background 0.3s ease;
        z-index: 2;
    }
    
    .route-card:hover::after {
        background: rgba(0, 0, 0, 0.5);
    }
    
    .route-card:hover img {
        filter: blur(5px);
    }
} */

/* Small Desktops/Laptops */
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    /* Adjustments for small desktops/laptops */
    .text-header-top {
        top: 7rem !important;
        left: 7rem !important;
    }
    .trip-slide-image-header {
        background-size: cover !important;
        background-position-x: -30rem !important;
        margin-bottom: 50px !important;
    }
    .text-ADs-log {
        right: 5rem !important;
    }
    .features-container-web {
        padding: 30px 3rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* Medium Desktops/Laptops */
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    /* Adjustments for medium desktops/laptops */
    .text-ADs-log {
        right: 10rem !important;
    }
    .trip-slide-image-header {
        background-size: cover !important;
        background-position-x: -30rem !important;
        margin-bottom: 50px !important;
    }
    .text-header-top {
        left: 7rem !important;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1480px) {
    .features-container-web {
        padding: 30px 10rem !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1800px) {
    /* Adjustments for large desktops */
    .text-ADs-log {
        right: 180px !important;
        bottom: -3rem !important;
    }
     .trip-slide-image-header {
        background-size: cover !important;
        background-position-x: -15rem !important;
        margin-bottom: 50px !important;
    }
    .text-header-top {
        top: 7rem !important;
        left: 20rem !important;
    }
}

/* Large Desktops */
@media only screen and (min-width: 1800px) and (max-width: 1920px) {
    /* Adjustments for large desktops */
    .text-ADs-log {
        bottom: -3rem !important;
    }
}

/* Extra Large Screens */
@media only screen and (min-width: 1921px) {
    /* Adjustments for extra large screens */
    /* .text-ADs-log {
        right: 10rem !important;
    } */
}
