.thetxt {
     text-align: justify !important;
     text-align-last: left;
     hyphens: auto;
}
 .section-intro {
     background: url(img/download.png) no-repeat 12% 100%;
     background-color: #2660dd;
     min-height: 200px;
     margin-top: -46px;
}
 .home-intro {
     margin-bottom: -50px !important;
}
/* On small screens, adjust height */
 @media (max-width: 768px) {
     .background-image-wrapper {
         height: 163px;
    }
     .services {
         margin-top: -20.5rem;
    }
}
 .social-icons a {
     color: #fff !important;
     transition: color 0.3s ease;
}
 .social-icons a:hover {
     color: #00aaff !important;
    /* optional hover color */
}
/* Optional: smooth horizontal scroll */
 .d-flex.overflow-auto {
     scroll-behavior: smooth;
}
 .d-flex.overflow-auto::-webkit-scrollbar {
     height: 6px;
}
 .d-flex.overflow-auto::-webkit-scrollbar-thumb {
     background-color: rgba(0, 0, 0, 0.3);
     border-radius: 3px;
}
 @media (max-width: 991px) {
     .dropdown-menu {
         position: static !important;
         transform: none !important;
         border: none;
         padding-left: 1rem;
         background-color: transparent;
    }
     .header-nav-main .nav {
         flex-direction: column;
    }
}
/* Background image container */
 .background-image-wrapper {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 0;
}
/* Ensure content overlays background */
 .container-fluid {
     position: relative;
     z-index: 2;
}
/* Gradient button - no border */
 .gradient-btn {
     display: inline-block;
     padding: 12px 35px;
     background: linear-gradient(45deg, #004aad, #0097b1);
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     text-decoration: none;
     border-radius: 50px;
     transition: all 0.3s ease;
     font-size: 18px;
}
 .gradient-btn:hover {
     opacity: 0.85;
     box-shadow: 0 0 15px rgba(0, 151, 177, 0.6);
}
 .pb-5 {
     padding-bottom: 9rem !important;
}
 .custom-bg-color-grey-1 {
     background-color: #0647ad;
}
 .owl-theme .owl-nav [class*="owl-"] {
     color: #fff !important;
     border: none !important;
}
 .owl-theme .owl-nav [class*="owl-"]:hover {
     background: none !important;
     color: #fff !important;
}
 html .btn-primary {
     background-color: #0495b0;
     border-color: #099fdc #099fdc #077cab;
     color: #FFF;
     --color: #0197b8;
     --hover: #16b5f5;
     --disabled: #0149ab;
     --active: #0048aa;
}
 html .text-color-primary, html .text-primary {
     color: #0495b0 !important;
}
 .feature-card {
     background: #fff;
     border-radius: 12px;
     padding: 30px 25px;
     text-align: center;
     transition: transform 0.4s, box-shadow 0.4s;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
 .feature-card:hover {
     transform: translateY(-15px) scale(1.02);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
 .feature-card h4 {
     margin-top: 15px;
     margin-bottom: 15px;
     font-weight: 600;
     font-size: 1.3rem;
}
 .feature-card p {
     font-size: 0.95rem;
     line-height: 1.6;
}
 .feature-icon {
     font-size: 3rem;
     color: #004aad;
     transition: color 0.3s, transform 0.3s;
}
 .feature-card:hover .feature-icon {
     color: #0097b1;
     transform: rotate(10deg) scale(1.1);
}
/* Fade-in animation */
 .feature-card {
     opacity: 0;
     transform: translateY(30px);
     animation: fadeInUp 0.8s forwards;
}
 .feature-card:nth-child(1) {
     animation-delay: 0.1s;
}
 .feature-card:nth-child(2) {
     animation-delay: 0.2s;
}
 .feature-card:nth-child(3) {
     animation-delay: 0.3s;
}
 .feature-card:nth-child(4) {
     animation-delay: 0.4s;
}
 .feature-card:nth-child(5) {
     animation-delay: 0.5s;
}
 .feature-card:nth-child(6) {
     animation-delay: 0.6s;
}
 @keyframes fadeInUp {
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
 html .bg-color-tertiary, html .bg-tertiary {
     background-color: #0149ac !important;
}
 .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
     color: #fff !important;
}
 .card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #0149ac;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, .125);
     border-radius: .25rem;
}
 .p-5 {
     padding: 1rem !important;
}
 @media (min-width: 992px) {
     .custom-carousel-1-wrapper {
         margin-top: -4px;
    }
}
 html .btn-tertiary {
     background-color: #262c36;
     border-color: #262c36 #262c36 #1355a5;
     color: #FFF;
     --color: #1355a5;
     --hover: #1355a5;
     --disabled: #262c36;
     --active: #1355a5;
}
 .text-color-grey {
     color: #f8f9fa !important;
}
 section.section-custom-map {
     background: transparent url(img/map.png) center 0 no-repeat;
     padding: 30px 0 0;
     margin: 30px 0 0;
     border: 0;
}
 #footer {
     background: #212529;
     border-top: 4px solid #212529;
     font-size: 0.9em;
     margin-top: 4px;
     padding: 0;
     position: relative;
     clear: both;
}
 @media (max-width: 768px) {
     .fttxt {
         font-size: 9px !important;
    }
}
 .counter-card {
     background: #fff;
     transition: all 0.3s ease;
     border: 1px solid #e9ecef;
}
 .counter-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
     background: #f9fafb;
}
 .counter-card i {
     transition: color 0.3s ease, transform 0.3s ease;
}
 .counter-card:hover i {
     color: #007bff;
     transform: scale(1.1);
}
/* Responsive adjustments */
 @media (max-width: 991px) {
     .counter-card {
         margin-bottom: 1rem;
    }
}
 .counter-card {
     transition: all 0.3s ease;
     background-color: #fff;
}
 .counter-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
 .timeline-vertical {
     position: relative;
     padding-left: 40px;
}
 .timeline-vertical::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 20px;
     width: 2px;
     background-color: #dee2e6;
}
 .journey-step {
     position: relative;
     margin-bottom: 3rem;
}
 .journey-step-circle {
     position: absolute;
     left: 0;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .journey-step-content {
     margin-left: 60px;
}
 .journey-step-content h4 {
     margin-bottom: 0.5rem;
}
 .appear-animation-visible {
     opacity: 1;
     text-align: justify;
}
 .intro-video {
     width: 100%;
     height: 800px;
     object-fit: cover;
     display: block;
}
/* For tablets and small laptops */
 @media (max-width: 992px) {
     .intro-video {
         height: 600px;
    }
}
/* For mobile devices */
 @media (max-width: 768px) {
     .intro-video {
         height: 400px;
    }
}
/* For very small screens */
 @media (max-width: 480px) {
     .intro-video {
         height: 300px;
    }
}
 @media (min-width: 992px) {
     #header .header-body:not(.h-100) {
         height: auto !important;
         background-color: #1355a5;
    }
}
 section.section {
     background: #f7f7f7;
     border-top: 5px solid #f1f1f1;
     margin: 40px 0;
     padding: 23px 0;
}
 .page-header h1 {
     font-size: 3rem;
    /* adjust for desktop */
}
 .page-header .breadcrumb li a {
     color: black;
     text-decoration: none;
}
 .page-header .breadcrumb li.active {
     color: #ddd;
}
/* Responsive font sizes */
 @media (max-width: 768px) {
     .page-header h1 {
         font-size: 2rem;
    }
}
 @media (max-width: 480px) {
     .page-header h1 {
         font-size: 1.5rem;
    }
}
 .my-5 {
     margin-top: -2rem !important;
     margin-bottom: 1rem !important;
}
/* Button */
 .btn-apply {
     background-color: #eacb0f;
     color: #000;
     padding: 12px 30px;
     border: none;
     border-radius: 8px;
     cursor: pointer;
     font-size: 18px;
     transition: 0.3s;
}
 .btn-apply:hover {
     background-color: #d4b30c;
}
/* Modal */
 .modal {
     display: none;
     position: fixed;
     z-index: 999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow-y: auto;
     background-color: rgba(0, 0, 0, 0.4);
}
 .modal-content {
     background-color: #fff;
     margin: 7% auto;
     padding: 20px 40px;
     border-radius: 12px;
     width: 90%;
     max-width: 470px;
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
     position: relative;
}
 .modal-content h2 {
     text-align: center;
     color: #333;
     margin-bottom: 25px;
}
/* Close button */
 .close {
     position: absolute;
     top: 15px;
     right: 20px;
     color: #333;
     font-size: 28px;
     font-weight: bold;
     cursor: pointer;
}
/* Form */
 .form-group {
     position: relative;
     margin-bottom: 20px;
}
 .form-group i {
     position: absolute;
     top: 50%;
     left: 12px;
     transform: translateY(-50%);
     color: #1355a5;
     font-size: 18px;
}
 .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="file"] {
     width: 100%;
     padding: 12px 12px 12px 40px;
     border-radius: 8px;
     border: 1px solid #ccc;
     font-size: 16px;
     transition: 0.3s;
}
 .form-group input:focus {
     border-color: #eacb0f;
     outline: none;
     box-shadow: 0 0 5px rgba(234, 203, 15, 0.5);
}
/* Submit Button */
 .btn-submit {
     background-color: #0495b0;
     color: #fff;
     border: none;
     padding: 12px 0;
     width: 100%;
     border-radius: 8px;
     font-size: 18px;
     cursor: pointer;
     transition: 0.3s;
}
 .btn-submit:hover {
     background-color: #d4b30c;
}
/* Responsive */
 @media (max-width: 576px) {
     .modal-content {
         padding: 20px;
    }
     .btn-apply {
         font-size: 16px;
         padding: 10px 20px;
    }
}
 .icon {
     width: 45px;
     height: 45px;
     font-size: 18px;
     flex-shrink: 0;
}
 .contact-card {
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     border-radius: 12px;
     background-color: #1355a5;
    /* Dark blue background for contrast */
     color: #fff;
    /* White text */
}
 .contact-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
 .contact-card .card-title, .contact-card .card-text {
     color: #fff;
    /* Ensures white text in all elements */
}
 .icon {
     background: rgba(255, 255, 255, 0.2);
     color: #fff;
     border: 2px solid rgba(255, 255, 255, 0.3);
}
/* Link hover fix */
 a.contact-card:hover {
     text-decoration: none;
}
/* Responsive */
 @media (max-width: 767px) {
     .icon {
         margin-bottom: 10px;
    }
}
 #header .header-btn-collapse-nav {
     background: #0149ac;
}
 @media (max-width: 767px) {
     .top-10 {
         top: 30px !important;
    }
}
 .bg-success {
     --bs-bg-opacity: 1;
     background-color: rgb(0 136 204) !important;
}
 .bg-warning {
     --bs-bg-opacity: 1;
     background-color: rgb(0 136 204) !important;
}
 .bg-info {
     --bs-bg-opacity: 1;
     background-color: rgb(0 136 204) !important;
}
/*****/
 
 
 
.chat-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* Moved to left */
    background-color: #129aa8;
    color: white;
    /* Text color */
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.2s;
    z-index: 9999;
}

.chat-btn i {
    font-size: 18px;
    color: white;
    /* Icon color */
}

/* Hover effect */
.chat-btn:hover {
    background-color: #0f437d;
    transform: scale(1.05);
}

/* Responsive: smaller on mobile */
@media (max-width: 768px) {
    .chat-btn {
        padding: 8px 14px;
        font-size: 14px;
        gap: 6px;
    }

    .chat-btn i {
        font-size: 16px;
    }
}


@media (width: 414px) {
    .services {
        margin-top: -17.5rem !important;
    }
}

@media (width: 390px) {
    .services {
        margin-top: -15.5rem !important;
    }
}

@media (width: 430px) {
    .services {
        margin-top: -18.5rem !important; }
}