.login-section {
    background-color: #f5f7fa;
}
.login-illustration img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}
.login-form {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
.login-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}
.login-subtitle {
    font-size: 1.0rem;
    color: #1c1b1f;
}
.login-description {
    font-size: 0.75rem;
    line-height: 24px;
}
.form-control {
    border: 1px solid #b3c5ef;
    border-radius: 4px;
    padding: 0.75rem;
    background-color: #f0f4fa;
    color: #333;
    font-size: 0.8rem !important;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: none;
    background-color: #fff;
}
.form-label {
    font-size: 0.8rem;
    color: #666;
}
.btn{
    font-size: 0.8rem !important;
}
.wdt-100{
    width: 100% !important;
}
.text-primary {
    color: #1c1b1f !important;
}
.btn-primary {
    background-color: #1c1b1f;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.form-check-label {
    font-size: 0.8rem;
    color: #666;
}
.form-check-label a {
    font-size: 0.8rem;
}
.form-check-label a:hover {
    text-decoration: underline;
}
.password-toggle {
    position: absolute;
    right: 25px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}
.password-toggle:hover {
    color: #007bff;
}
.text-primary {
    font-size: 0.8rem;
}
.text-primary:hover {
    text-decoration: underline;
}
.pt-135{
    padding-top: 135px;
}
.about-img:after {
    position: absolute;
    border: 10px solid #EBEBEB;
    left: 0;
    bottom: -5px;
    width: 100%;
    content: "";
    height: 88%;
    z-index: -1;
}

.about-content, .extra-content {
    margin: 0 auto;
}
.about-title, .about-subtitle, .extra-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}
.about-text, .extra-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}
.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-bottom-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.testimonial-card {
    margin: 0 10px;
    border: 1px solid #e0e0e0;
}
.testimonial-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}
.team-two__single {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.team-two__single:hover {
    transform: translateY(-5px);
}
.team-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}
.team-designation {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}
.team-social a {
    font-size: 1rem;
    transition: color 0.3s ease;
}
.team-social a:hover {
    color: #007bff;
}
.main-menu__wrapper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Destination page */
.hero-section {
    /*background: linear-gradient(180deg, rgba(0,80,145,0.1) 0%, rgba(255,255,255,1) 100%);*/
    /*padding: 60px 0;*/
    text-align: center;
    /*margin-bottom: 40px;*/
}
.hero-section h1 {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #005091;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.hero-section p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}
.project-details__img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.project-details__img img:hover {
    transform: scale(1.02);
}
.product-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.product-tabs li {
    margin: 0 20px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.product-tabs li a.tablink {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}
.product-tabs li.active a.tablink {
    color: #005091;
}
.product-tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #005091;
}
.tab-content {
    font-family: 'DM Sans', sans-serif;
    color: #333;
    line-height: 1.6;
}
.tab-content h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
.faq-body {
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.faq-body:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.faq-body h4.panel-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    padding: 15px;
    background: #f8f9fa;
    cursor: pointer;
    margin: 0;
    transition: background 0.3s ease;
}
.faq-body h4.panel-title:hover {
    background: #e9ecef;
}
.faq-body .panel-content {
    padding: 15px;
    background: #fff;
}
#lightgallery .img-thumbnail {
    border-radius: 8px;
    transition: transform 0.3s ease;
}
#lightgallery .img-thumbnail:hover {
    transform: scale(1.05);
}
.main-menu__contact-list .thm-btn {
    padding: 8px 16px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    background-color: #005091;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.main-menu__contact-list .thm-btn:hover {
    background-color: #003a6b;
}
.banner-image {
    margin-bottom: 40px;
}
.banner-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.banner-image img:hover {
    transform: scale(1.02);
}
.content-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}
.content-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.content-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
.content-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}
.content-card ul {
    list-style: none;
    padding: 0;
}
.content-card ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #333;
}
.content-card ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #005091;
}
.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding: 20px 0;
    background: #f8f9fa;
    position: sticky;
    bottom: 0;
    z-index: 10;
}
.action-buttons .thm-btn {
    padding: 10px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.action-buttons .thm-btn.back {
    background-color: #dc3545;
    color: #fff;
}
.action-buttons .thm-btn.contact {
    background-color: #005091;
    color: #fff;
}
.action-buttons .thm-btn:hover {
    transform: translateY(-2px);
}
.action-buttons .thm-btn.back:hover {
    background-color: #c82333;
}
.action-buttons .thm-btn.contact:hover {
    background-color: #003a6b;
}
.content-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.content-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}
.content-card .publish-detail {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.content-card .publish-detail li {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #666;
    display: inline-block;
    margin-right: 20px;
}
.content-card .publish-detail li i {
    color: #005091;
    margin-right: 5px;
    margin-top: 4px;
}
.sidebar-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar-card h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
.sidebar-card .mini-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sidebar-card .mini-view_image {
    flex: 0 0 100px;
    margin-right: 15px;
}
.sidebar-card .mini-view_image img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.sidebar-card .details a {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #005091;
    text-decoration: none;
    font-weight: 500;
}
.sidebar-card .details a:hover {
    text-decoration: underline;
}
.sidebar-card .grid-view-item__meta {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #666;
}
.map-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
.map-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
#map {
    height: 400px;
    width: 100%;
    border-radius: 8px;
}
.gallery-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}
.gallery-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.gallery-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery-card img:hover {
    transform: scale(1.05);
}
.video-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}
.video-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.video-card iframe {
    width: 100%;
    height: 200px;
    border: none;
}
.launching-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    /*margin-bottom: 30px;*/
    transition: box-shadow 0.3s ease;
}
.launching-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.launching-card h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
.launching-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 30px;
}
.launching-card .thm-btn {
    background-color: #005091;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.launching-card .thm-btn:hover {
    background-color: #003a6b;
    transform: translateY(-2px);
}
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.countdown-timer .time-block {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    min-width: 80px;
}
.countdown-timer .time-block span {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #005091;
}
.countdown-timer .time-block small {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #333;
}
.terms-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}
.terms-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.terms-card h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
.terms-card ol {
    list-style: none;
    counter-reset: terms-counter;
    padding: 0;
}
.terms-card ol li {
    counter-increment: terms-counter;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}
.terms-card ol li:before {
    content: counter(terms-counter) ")";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #005091;
}
.policy-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}
.policy-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.policy-card h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #005091;
    margin-bottom: 20px;
}
.policy-card ol {
    list-style: none;
    counter-reset: policy-counter;
    padding: 0;
}
.policy-card ol li {
    counter-increment: policy-counter;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}
.policy-card ol li:before {
    content: counter(policy-counter) ")";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #005091;
}
.policy-card a {
    color: #005091;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.policy-card a:hover {
    color: #003a6b;
}
.custom-scroll {
    bottom: 15% !important;
    right: 2% !important;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 1000;
}

.whatsapp-icon a {
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chat-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
    display: none; /* Hidden by default */
}

.chat-header {
    background: #075e54;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.chat-body {
    padding: 10px;
    background: #e5ddd5;
    min-height: 100px;
}

.chat-message {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.chat-footer {
    padding: 10px;
    text-align: center;
    background: #fff;
}

.whatsapp-btn {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 5px;
}

.whatsapp-btn i {
    margin-right: 5px;
}

.privacy-note {
    font-size: 12px;
    color: #555;
}

.privacy-note a {
    color: #075e54;
    text-decoration: none;
    margin: 0 0 0 0;
}


@media (max-width: 767.98px) {
    .scroll-to-top {
        bottom: 14% !important;
        right: 2% !important;
    }
    .whatsapp-icon {
        right: 8px;
    }
    .whatsapp-icon a {
        width: 45px;
        height: 45px;
        font-size: 24px; /* Adjust font size to fit the smaller icon */
    }
    .r-mt-9{
        margin-top: 18rem !important;
    }
    .login-illustration {
        display: none;
    }
    .login-form {
        max-width: 100%;
    }
    .password-toggle {
        right: 15px; /* Adjust for smaller screens */
    }
    .about-image {
        margin-bottom: 2rem;
    }
   
    .about-content, .extra-content {
        max-width: 100%;
    }
    .team-two__single {
        margin-bottom: 2rem;
    }
    .carousel-inner .row {
        flex-direction: column;
    }
    .testimonial-card {
        margin-bottom: 20px;
    }
    .hero-section h1 {
        font-size: 1.8rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .product-tabs {
        flex-direction: column;
        align-items: center;
    }
    .product-tabs li {
        margin: 10px 0;
    }
    .tab-content h2 {
        font-size: 1.5rem;
    }
    .main-menu__contact-list .thm-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    .banner-image img {
        height: 200px;
    }
    .content-card h3 {
        font-size: 1.5rem;
    }
    .action-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .action-buttons .thm-btn {
        width: 100%;
        text-align: center;
    }
    .sidebar-card h4 {
        font-size: 1.3rem;
    }
    .sidebar-card .mini-view_image {
        flex: 0 0 80px;
    }
    .sidebar-card .mini-view_image img {
        height: 60px;
    }
    .action-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .map-card h3 {
        font-size: 1.5rem;
    }
    #map {
        height: 300px;
    }  
    .gallery-card img {
        height: 150px;
    }
    .action-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .action-buttons .thm-btn {
        width: 100%;
        text-align: center;
    }
    .video-card iframe {
        height: 150px;
    }
    .launching-card h2 {
        font-size: 1.5rem;
    }
    .launching-card p {
        font-size: 1rem;
    }
    .countdown-timer {
        flex-wrap: wrap;
        gap: 10px;
    }
    .countdown-timer .time-block {
        min-width: 60px;
    }
    .countdown-timer .time-block span {
        font-size: 1.2rem;
    }
    .terms-card h2 {
        font-size: 1.5rem;
    }
    .terms-card ol li {
        font-size: 0.9rem;
        padding-left: 30px;
    }
    .terms-card ol li:before {
        font-size: 0.9rem;
    }
    .policy-card h2 {
        font-size: 1.5rem;
    }
    .policy-card ol li {
        font-size: 0.9rem;
        padding-left: 30px;
    }
    .policy-card ol li:before {
        font-size: 0.9rem;
    }
}