/* ==========================================================================
   Variables & Root Settings
   ========================================================================== */
:root {
  /* Colors */
  --primary-color: #014365;
  --secondary-color: #02647A;
  --dark-blue: #12163C;
  --white: #ffffff;
  --black: #000000;
  --gray-light: #f4f4f4;
  --gray-medium: #D9D9D9;
  --gray-dark: #666666;
  --success: #4caf50;

  /* Font Families */
  --font-primary: "SF Pro Display", Times, serif;
  --font-poppins: "Poppins", sans-serif;
  --font-love: "Love", sans-serif;
}

/* ==========================================================================
   Font Imports
   ========================================================================== */
@import url("https://fonts.cdnfonts.com/css/love-4");
@import url("https://fonts.cdnfonts.com/css/poppins");

/* ==========================================================================
   Global Styles & Resets
   ========================================================================== */
/* Scrollbar Styles */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #D3D1CB;
}

::-webkit-scrollbar-thumb:hover {
    background: #b6b5b1;
}

/* Input Number Controls */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.txt-orange{
    color: #f54500;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Global Utility Classes */
.blur-background {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

/* ==========================================================================
   Brand Colors & Theme Classes
   ========================================================================== */
.sairaacolor {
    background-color: var(--dark-blue) !important;
    color: var(--white) !important;
}

.sairaaAcccolor {
    background-color: var(--white) !important;
}

.text-sairaa {
    color: var(--dark-blue) !important;
}

.sairaaborder{
    border: 1px solid #12163C !important;
}

.ckbtn-offcanvace{
    bottom: 0;
}

.sairaatext{
    color: #12163C !important;
}

.sairaastikey{
    position: sticky !important;
}

.darkbg{
    background-image: url('../images/dark_bg.png');
    background-size: contain;
    color:white !important;
}

/* login - full complete */
#email::placeholder {
    opacity: 0.75;
    color: inherit;
}

#password::placeholder {
    opacity: 0.75;
    color: inherit;
}
.card img{
    height: auto !important;
}
.flightIco {
    width: 200px !important;
}

@media (max-width: 1440px) {
    .flightIco {
        width: 180px !important;
    }
}

@media (max-width: 1024px) {
    .flightIco {
        width: 160px !important;
    }
}

@media (max-width: 768px) {
    .flightIco {
        width: 140px !important;
    }
}

@media (max-width: 425px) {
    .flightIco {
        width: 120px !important;
    }
    .px-md-10{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
      }

}
@media (max-width: 768px) {
    #center-vertically {
        height: 100vh; /* Use the full height of the viewport */
        display: flex;
        align-items: center; /* This aligns the child vertically */
        justify-content: center; /* This aligns the child horizontally */
    }
    .login-card {
        margin: 0px;
        max-width: 100px;
        /* Adds margin to the login card on smaller devices for better spacing */
    }

    .btn-main,
    .btng {
        padding: 12px 20px;
        /* Increase padding for better tap targets on mobile */
    }

    .img-fluid {
        width: 100%;
        /* Ensures images are fully responsive */
    }

    .login-card {
        width: 100% !important;
        max-width: 1620px;

    }
    .logo2-div {
        width: 100%; /* Fixed width */
        height: auto; /* Fixed height */
        margin-bottom: 2vh !important;
    }
    #logo2-img .logo2{
        width: 170px !important;
    }


    @media (min-width: 992px) {
        /* Adjusts settings for larger devices */
        .col-lg-7 {
            flex: 0 0 auto;
            width: 70%;
            /* Increase the width percentage of the card container */
        }
    }

}

.was-validated .form-control:valid,
        .form-control.is-valid,
        .was-validated .form-control:invalid,
        .form-control.is-invalid {
            background-image: none !important;
        }


/* contact us - full complete*/
.form-control {
    height: 44px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.contact-wrap {
    background: #e8edf0;
    border-radius: 20px;
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
}
.dbox p {
    margin-bottom: 0;
}
.dbox p span {
    font-weight: 500;
    color: #000;
}
.dbox p a {
    color: #2553b8;
    text-decoration: none;
}
.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #014365;
    margin: 0 auto;
    margin-bottom: 20px;
}
.dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.dbox .text {
    width: 100%;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: red;
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #2553b8;
}

#message {
    height: 150px;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
    opacity: 0.3;
    /* Decrease placeholder opacity */
    color: inherit;
    /* Ensures placeholder text uses the input's text color */
    font-size: 0.80rem;
}
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .contact-image {
        display: none;
    }

    .contactForm .form-group {
        display: block;
        width: 100%;
    }

    .contactForm .form-group + .form-group {
        margin-top: 20px;
    }

    .contactForm input,
    .contactForm textarea {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .contactForm .form-group label {
        padding-left: 10px;
    }

    .contactForm button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .contact-wrap {
        text-align: left;
        padding-top: 20px;
        padding-left: 20px;
    }
}



  /* faq - full complete */
  .section__headline {
    font-family: 'Varela Round', sans-serif;
    font-size: 62px;
    font-weight: lighter;
    color: #014365;
    padding-left: 15px;
    padding-top: 30px;
  }

.c-faqs__headline {
    font-family: 'Varela Round', sans-serif;
    text-align: left;
    padding-left: 15px;
    font-size: 1.5em;
    margin-top: 1.5em;
    font-weight: bold;
  }

  .c-faq__answer {
    display: none;
    font-size: 1.1rem;
  }

  .c-faq__answer.visible {
    display: block;
  }
  .c-faq {
    border-bottom: 1px solid #ddd;
  }

  .c-faq__title {
    color: #007bff;
    font-size: 1.1rem;
  }


  .page-item.active .page-link{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
  }





/* home */
.hero-image-container {
    position: relative;
    width: 100%;

}
.hero-image-container-mobile {
    position: relative;
    width: 10%;
    height: 50vh;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.btn-main{
    background-color: #12163c !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.btn-main:hover{
    background-color: #283487 !important;
}

.btn-outline-main{
    background-color: #fff !important;
    color: #12163c !important;
    border: 1px solid #12163c !important;
}

.btn-outline-main:hover{
    background-color: #d1f0ff !important;
    border: 1px solid #283487 !important;
    color: #283487 !important;

}

/* login and register */
.nametxt {
    color: #12163c !important;
    font-weight: 900;
}

.px-10{
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.txt-main{
    color:#014365;
}

.txt {
    font-family: "SF Pro Display", Times, serif;
    text-decoration: none;
}
.txt1 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
}

.input::placeholder {
    color: #c8c8c8;
    opacity: 0.5;
}

.imgtxt1 {
    position: absolute;
    font-size: 30px;
    color: white;
    left: 320px;
    top: 120px;
    font-family: "Love Light", sans-serif;
}
.dq1 {
    position: absolute;
    color: white;
    left: 290px;
    top: 120px;
    height: 1em !important;
    width: auto;
}

.dq2 {
    position: absolute;
    color: white;
    left: 550px;
    top: 160px;
    height: 1em !important;
    width: auto;
    transform: rotate(180deg);
}

.dq3 {
    position: absolute;
    color: white;
    left: 90px;
    top: 120px;
    height: 10em;
    width: auto;
}

.widgetLabel{
    display: none !important;
}

.btng {
    font-weight: 700;
    vertical-align: middle;
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: rgb(65, 63, 63);
    background-color: #fff;
    transition: all 0.6s ease;
}

.btng svg {
    height: 24px;
}

.btng:hover {
    background-color: #EFEFEF;
}

.txt3 {
    color: #7d7d7d;
}

/* home */
.designimg {
    position: relative;
    height: 100%;
    width: 100%;
}

.hometxt1 {
    font-size: 3em;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.hometxt2 {
    font-size: 10em;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.btncontact {
    background-color: #12163c !important;
    border-radius: 10px;
    width: 15em;
    height: 3em !important;
}

.cardhome1 {
    background: #abd5f4;
    border-radius: 15px;
}

.cardhome2 {
    background: #7fc6cd;
    border-radius: 15px;
}

.cardhome3 {
    background: #d2cccb;
    border-radius: 15px;
}

.btncard {
    background-color: #12163c !important;
    border-radius: 8px;
    width: auto;
}

.titletxt1 {
    color: #12163c !important;
}

.cardline {
    top: 60em;
}
.hometxt4 {
    font-size: 4em;
    color: #014365;
    font-family: "Poppins", sans-serif;
}

.imgline {
    top: 185em;
}

/* home page carosel cards */
.card-img {
    position: relative;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 500px !important;
    border-radius: 10px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.card-img-foot {
    position: relative;
    overflow: hidden;
}

.card-img-foot img {
    width: 100%;
    height: auto !important;
    border-radius: 10px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.card-img:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.card-img:hover img {
    transform: scale(1.2);
}

.seealltxt {
    text-decoration: none;
    color: #014365;
}

.cardcategory1 {
    height: 1em;
}

.rounded-video {
    border-radius: 50px !important; /* Adjust the border-radius as needed */
     /* Ensure rounded corners are visible */
}

.slide-container {
    display: inline-block;
    white-space: nowrap;
    width: 1400px;
}

.slide-image {
    display: inherit;
    position: absolute;
    bottom: 80%;
    left: 20%;
    width: 20%;
    height: 60%;
    top: 0;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.slide-image img {
    width: 100%;
    min-width: 100%;
    height: 100%;
}

.cardpackage1 {
    background-color: #abd5f4;
    border-radius: 15px;
}

.hometxt5 {
    color: #014365;
}

  .hover-4 .hover-overlay {
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
  }

  .hover-4-title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3rem;
    z-index: 99;
  }

  .hover-4-description {
    position: absolute;
    top: 2rem;
    left: 2rem;
    text-align: right;
    border-right: 3px solid #fff;
    padding: 0 1rem;
    z-index: 99;
    transform: translateX(-1.5rem);
    opacity: 0;
    transition: all 0.3s;
  }

  .home-video{
    width: 100%;
    border-radius: 8px;
  }
  .card-video{
    width: 70%;
  }

  @media (min-width: 992px) {
    .hover-4-description {
      width: 50%;
    }
  }

  .hover-4:hover img {
    width: 100%;
  }

  .hover-4:hover::after {
    opacity: 1;
    transform: none;
  }

  .hover-4:hover .hover-4-description {
    opacity: 1;
    transform: none;
  }

  .hover-4:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
  }

  .px-md-10{
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
















/* about us */

.abouttxt1 {
    font-size: 4rem;
}

.number {
    font-size: 5rem;
    color: #757575;
    font-family: "SF Pro Display", Times, serif;
}



/* flight sec */

.flightsec{
    top:1rem;
}
.flighttxt1{
    font-size: 4.5rem;
    font-family: "SF Pro Display", Times, serif;
}
.search-container {
    position: relative;
    display: inline-block;
    width: 300px; /
}
.search-input {
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
/* Style for the icon */
.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #777;
}
.icon-flight {
    font-size: 24px;
    color: #808080;
}
.icon-user {
    font-size: 20px;
}

.card-f1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #000;
  }

  .card-body-flight {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 10px;
  }

  .card.active .card-body {
    max-height: 300px;
  }

  /* Styles for the progress container */
  .progress {
    width: 100%;
    padding: 10px 0;
  }

  /* Styles for the progress dots */
  .progress-dot {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin-bottom: 5px; /* Adjust spacing between dots */
  }

  /* Styles for active dots */
  .progress-dot.active {
    background-color: #4caf50; /* Change color of active dots */
  }



/* customize packages */
/* wizrad */
.container-wizard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .step-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-bottom: 20px;
  }
  .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc; /* Default gray color */
    color: black; /* Default color for text */
    margin: 0 10px;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for color changes */
  }
  .line {
    flex-grow: 1;
    height: 5px;
    background-color: #ccc; /* Default gray color */
    transition: background-color 0.3s; /* Smooth transition for color changes */
  }
  .active {
    background-color: #014365; /* Blue color for active steps */
    color: white; /* White text color for active steps */
  }
  .active-line {
    background-color: #014365; /* Blue color for active lines */
  }
  .stage-name {
    text-align: center;
    color: #D9D9D9; /* Default color */
  }
  .stage-name.active {
    color: black; /* Red color for the current active stage name */
  }
  .step {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center align items horizontally within each step */
    justify-content: center; /* Center content vertically within each step */
    flex: 1; /* Ensure each step takes equal space */
}
  .step-content {
    display: none;
    width: 50%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .show {
    display: block;
  }

  input[type="date"] {
    border: none; /* Removes the border */
    appearance: none; /* Removes the default styling */
    -webkit-appearance: none; /* Removes the default styling for WebKit browsers */
    -moz-appearance: none; /* Removes the default styling for Mozilla browsers */
}

.additional-content {
    display: none; /* Initially hide the content */
    margin-top: 10px;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
}

.active-btn {
    border-bottom: 3px solid black !important; /* Ensure the style overrides other border settings */
}



/* blog page */
.blog-container {
    display: flex;
    align-items: top;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.blog-content,
.blog-image {
    padding: 10px;
}

.blog-content {
    flex: 1;
    max-width: 70%;
}

.blog-image {
    max-width: 30%;
}

.blog-image img {
    width: 100%;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

p {
    color: #666;
    line-height: 1.5;
}

button {
    padding: 10px 20px;
    background-color: #014365;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #283487;
}

.news1 {
    background: linear-gradient(180deg, #3e3a33, rgba(216, 202, 174, 0.16) 8.12%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

.header-section {
    background: linear-gradient(to right, #014365 0%, #02647A 100%);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.header-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.header-section h5 {
    font-size: 1.2rem;
    font-weight: 300;
}

@media (max-width: 1200px) {
    .container-fluid.px-10 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-container {
        flex-direction: column;
        align-items: center;
    }

    .blog-content,
    .blog-image {
        max-width: 100%;
    }

    .blog-image img {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .header-section h2 {
        font-size: 1.5rem;
    }

    .header-section h5 {
        font-size: 1rem;
    }

    button {
        padding: 8px 16px;
    }

    .card img {
        height: 20rem;
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 15px;
    }

    .header-section h2 {
        font-size: 1.2rem;
    }

    .header-section h5 {
        font-size: 0.9rem;
    }

    button {
        padding: 6px 12px;
    }

    .container-fluid.px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card img {
        height: 15rem;
    }
    .card-video{
        width: 70%;
    }
    .swiper{
        overflow: visible !important;
    }
}

/* hotel */
.hero-image-container {
    position: relative;
    width: 100%;;
    /* Adjust height as needed */
    overflow: hidden;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    width: 75%;
    padding: 0 50px;
    box-sizing: border-box;
}

.hero-text {
    font-size: 70px;
    line-height: 100px;
    text-transform: uppercase;
}

.hero-text-bold {
    font-size: 90px;
    font-weight: 700;
}

.hoteltxt1 {
    color: white;
    font-size: 4.5rem;
    font-family: "SF Pro Display", Times, serif;
}


.lbltxt1 {
    font-family: "SF Pro Display", Times, serif;
}

#start {
    background-color: transparent;
    border: none;
}

#end {
    background-color: transparent;
    border: none;
}

#pax {
    background-color: transparent;
    border: none;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    padding: 10px;
    background-color: #f0f0f0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px;
    z-index: 1;
}

.field {
    margin-bottom: 10px;
}

.custom-dropdown-menu {
    width: 100%;
    /* Full width for better alignment */
}

.dropdown-item-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-item-input label {
    flex: 1;
    color: #5D5C61;
    /* Stylish gray */
}

.dropdown-item-input input {
    flex: 2;
    border: 2px solid #4C5C68;
    /* Dark blue border */
    color: #4C5C68;
    /* Text color matches the border */
    background-color: #E8F0FE;
    /* Light blue background */
    border-radius: 5px;
    /* Rounded corners */
    padding: 0.375rem 0.75rem;
    /* Padding for better touch */
}

.field {
    margin-bottom: 10px;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-input {
    padding: 10px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.search-category {
    padding: 10px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}


.search-results-category {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.search-result-item {
    padding: 10px;
    cursor: pointer;
}


.btn-bottom-border-m {
    border-bottom: 1px solid black;
}

.flight-dot-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70px; /* Adjust as needed */
    justify-content: space-between;
}

.flight-dot {
    width: 5px; /* Adjust as needed */
    height: 5px; /* Adjust as needed */
    background-color: lightgrey;
    border-radius: 50%;
}
.flight-dot-big {
    width: 12px; /* Adjust as needed */
    height: 12px; /* Adjust as needed */
    background-color: transparent;
    border: 2px solid lightgrey;
    border-radius: 50%;
}

.btn-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    font-size: 3rem;
    line-height: 1.428571429;
    background-color: #fff;
    border: none;
}

.btn-circle:active,
.btn-circle:hover {
    border: none;
    background-color: #eeeeee;
}

.btn-circle .bx {
    font-size: 2rem;
}

#toggleIcon {
    transition: transform 0.3s;
}

.rotate-180 {
    transform: rotate(180deg);
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal.fade .modal-dialog {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
}

@media screen and (max-width: 768px) {
    .hoteltxt1 {
        font-size: 3rem;
        /* Reduce font size for smaller screens */
    }

    /* Adjust card size */
    .card {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }


    .form-control {
        padding: 8px;
        font-size: 14px;
    }

    #sort {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }

    @media only screen and (max-width: 768px) {
        #sort {
            font-size: 11px !important;
            padding: 6px 12px !important;
        }
    }

    @media (max-width: 768px) {
        .properties-count {
            font-size: 14px !important;
        }
    }

    @media (max-width: 576px) {
        .properties-count {
            font-size: 11px !important;
        }
    }


    /* Responsive adjustments */
    @media only screen and (max-width: 1200px) {
        .hero-text {
            font-size: 60px;
            line-height: 80px;
        }

        .hero-text-bold {
            font-size: 80px;
        }
    }

    @media only screen and (max-width: 992px) {
        .hero-text {
            font-size: 50px;
            line-height: 70px;
        }

        .hero-text-bold {
            font-size: 70px;
        }
    }

    @media only screen and (max-width: 768px) {
        .hero-text {
            font-size: 40px;
            line-height: 60px;
        }

        .hero-text-bold {
            font-size: 60px;
        }
    }

    @media only screen and (max-width: 576px) {
        .hero-text {
            font-size: 30px;
            line-height: 40px;
        }

        .hero-text-bold {
            font-size: 50px;
        }
    }

    @media only screen and (max-width: 400px) {
        .hero-text {
            font-size: 20px;
            line-height: 30px;
        }

        .hero-text-bold {
            font-size: 40px;
        }
    }
}

.stepLine{
    border: 3px #d1d1d1 solid !important;
    border-radius: 50px;
    opacity: 1;
}

.stepLineDone{
    border: 3px #12163C solid !important;
    border-radius: 50px;
    opacity: 1;
}

.rounded-5{
    border-radius: 5px !important;
}

.rounded-6{
    border-radius: 6px !important;
}

.rounded-7{
    border-radius: 7px !important;
}

.rounded-8{
    border-radius: 8px !important;
}

.rounded-9{
    border-radius: 9px !important;
}

.rounded-10{
    border-radius: 10px !important;
}

.rounded-11{
    border-radius: 11px !important;
}

.rounded-12{
    border-radius: 12px !important;
}

.rounded-13{
    border-radius: 13px !important;
}

.rounded-14{
    border-radius: 14px !important;
}

.rounded-15{
    border-radius: 15px !important;
}

/* select2 */

/* Increase height via custom dropdown class */
.custom-dropdown .select2-selection {
    height: 150px !important; /* Adjust to your desired height */
}

.custom-dropdown .select2-selection__rendered {
    line-height: 150px !important; /* Adjust to vertically align the text */
}

/* font size */
.font-sm {
    font-size: medium !important;
}

