.navbar-custom {
    background-color: #0c1b39; /* Dark blue background */
    font-size: 0.8rem;
}
.navbar-brand {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.nav-link {
    color: white !important;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-toggler-icon {
    color: white;
}
.navbar-collapse {
    justify-content: space-between;
}
.search-icon {
    font-size: 1.25rem;
    color: white;
    cursor: pointer;
}

/* Dropdown Styling */
.dropdown-menu {
    background-color: #0c1b39;
    border: none;
    font-size: 0.8rem;
}
.dropdown-menu a {
    color: white !important;
    padding: 10px 15px;
    text-decoration: none;
}
.dropdown-menu a:hover {
    background-color: #132A4C;
}

/* Submenu Styling */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Overlay Menu */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0c1b39;
    overflow-y: auto;
    padding-top: 60px;
    display: none;
    z-index: 1050;
}

/* Close Button */
.closebtn {
    font-size: 36px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* Menu Items */
.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.menu-item {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    display: block;
}

/* Numbering */
.menu-item-number {
    font-weight: bold;
    color: #a0a0a0;
    margin-right: 10px;
}

/* Dropdown Button */
.dropdown-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.dropdown-btn i {
    transition: transform 0.3s ease;
}

/* Dropdown Content */
.dropdown-container {
    display: none;
    padding-left: 20px;
}

.dropdown-container a {
    color: #a0a0a0;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

/* Dropdown Active State */
.active .dropdown-container {
    display: block;
}

.active .dropdown-btn i {
    transform: rotate(180deg);
}

/* Show the overlay toggle button only on mobile */
@media (max-width: 991px) {
    .navbar-collapse {
        display: none !important; /* Hide the normal navbar on mobile */
    }
    .navbar-toggler {
        display: inline-block;
        color: white;
        border: none;
    }
}

/* Hide the overlay on desktop */
@media (min-width: 992px) {
    .overlay {
        display: none !important;
    }
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}

.nav-logo img {
    max-height: 40px;
    width: auto;
}

.navbar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.feature-cards {
    position: relative;
    top: -40px; /* Move the cards up to overlay the carousel */
    z-index: 10;
}
.feature-card {
    background-color: #f1f6fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.carousel-item img {
    object-fit: fill;
    width: 100%;
    max-height: 500px;
}
.feature-card h5 {
    color: #d9534f;
    margin-bottom: 15px; /* Added margin to title */
    font-size: 1.25rem; /* Default font size */
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.carousel-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.carousel-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .carousel-title {
        font-size: 1.2rem;
    }
    .carousel-subtitle {
        font-size: 0.8rem;
        margin-top: 6px;
    }
}
/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .feature-card h5 {
        font-size: 0.6rem; /* Smaller font size on mobile */
    }
    .feature-card p {
        font-size: 0.5rem; /* Adjust paragraph font size on mobile */
    }
}

/* Styling for the product section */
.product-carousel-title {
    color: #000000;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
.product-carousel-subtitle {
    font-size: 2.2rem;
    font-weight: bold;
    color: #B0272E;
    margin-top: -10px;
    text-align: left;
}
/* Adjust carousel-indicators position and alignment */
.carousel-indicators-container {
    display: flex;
    justify-content: flex-start;
    margin: 15px 0; /* Space above and below the indicators */
}
.carousel-indicators {
    display: flex;
    padding-left: 0;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #979797; /* Bullet color */
    border-radius: 50%; /* Make it round */
    opacity: 0.3;
    transition: opacity 0.3s;
    margin: 0 4px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #000000;
}
.carousel-inner {
    display: flex;
    overflow: hidden;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: flex !important;
}
.product-carousel-item {
    flex: 0 0 50%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; /* Add margin to bottom of each carousel item */
}
.product-carousel-item-box {
    width: 100%; /* Full width of the container */
    height: 0;
    padding-bottom: 50%; /* 4:2 aspect ratio (2 / 4 * 100%) */
    position: relative;
    overflow: hidden;
}
.product-carousel-item .product-carousel-item-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}
.product-carousel-text {
    text-align: center;
    margin-top: 10px;
}

/* Search Section styling */
.search-section {
    background-color: #e6f0f5;
    padding: 40px 20px;
    text-align: center;
}
.search-title {
    font-size: 2rem;
    font-weight: bold;
    color: #B0272E;
    margin-bottom: 30px;
}
/* Card styling */
.search-card {
    background-color: #B0272E;
    color: white;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    position: relative;
}
.search-card-dark {
    background-color: #160530;
}
.search-card-black {
    background-color: #000;
}
.search-card .card-icon {
    font-size: 2rem;
    margin-right: 10px;
}
.search-card .card-text {
    font-weight: bold;
    margin: 0;
}
.search-card .card-button {
    background-color: white;
    color: #000000;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-top: 15px;
    text-decoration: none;
}
/* Button styling */
.inquire-button {
    margin-top: 30px;
    background-color: #B0272E;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/* Search icon styling */
.search-card .search-icon {
    font-size: 1.2rem;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Technical Section styling */
.technical-services-section {
    padding: 60px 20px;
    text-align: center;
}
.services-title {
    color: #000000;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
.services-subtitle {
    font-size: 2.2rem;
    font-weight: bold;
    color: #B0272E;
    margin-top: -10px;
    text-align: left;
}
/* Icon circle styling */
.service-icon {
    width: 100px;
    height: 100px;
    background-color: #f2f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #1c0e3e;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
/* Service title and description */
.service-title {
    font-weight: bold;
    color: #8b3231;
    margin-top: 10px;
}
.service-description {
    color: #555;
    font-size: 0.9rem;
}
/* Button styling */
.learn-more-button {
    margin-top: 30px;
    background-color: #B0272E;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-transform: uppercase;
}

/* Consultant Section styling */
/* Section styling */
.consultants-section {
    background-color: #e6f0f5; /* Light blue background */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.consultants-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Full height to center text vertically */
}
.consultants-number {
    font-size: 6rem;
    font-weight: bold;
    color: #B0272E; /* Red color */
    margin: 0;
}
.consultants-description {
    font-size: 1.2rem;
    color: #333;
    margin-top: 10px;
}
.consultants-map img {
    width: 110%; /* Slightly larger than its container */
    max-width: none; /* Prevent it from being restricted */
    position: relative;
    top: -50px; /* Adjusts the map to overlap the top */
}
/* Footer styling */
.footer {
    background-color: #1c0e3e; /* Dark purple background */
    color: white;
    padding: 60px 20px;
    position: relative;
}
.footer h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .footer h2 {
        font-size: 4rem;
        margin-bottom: 20px;
    }
}
.newsletter-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.newsletter-form input[type="text"] {
    padding: 10px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    flex: 1;
}
.newsletter-form button {
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    cursor: pointer;
}
.footer-logo {
    margin-top: 40px;
}
.footer-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright {
    font-size: 0.8em;
    text-align: right;
}
/* Back to top button */
.back-to-top {
    position: absolute;
    top: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #B0272E; /* Red color */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* About Section styling */
.about-section {
    padding: 60px 0;
}
.about-title {
    font-size: 2.5rem;
    color: #B0272E; /* Dark red color */
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.about-text {
    color: #333;
    line-height: 1.6;
}
.about-video-placeholder {
    background-color: #d3d3d3; /* Light gray for placeholder */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* 4:3 aspect ratio (3 / 4 * 100%) */
    position: relative;
    overflow: hidden;
}
.about-video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}

/* Team Section styling */
.team-section {
    background-color: #0b1a3a; /* Dark blue background */
    padding: 60px 20px;
    /* text-align: center; */
    color: white;
}
.team-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.team-card {
    background-color: #e6f0f5; /* Light blue background */
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.team-card-box {
    width: 100%; /* Full width of the container */
    height: 0;
    padding-bottom: 75%; /* 4:3 aspect ratio (3 / 4 * 100%) */
    position: relative;
    overflow: hidden;
}
.team-card .team-card-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}
.team-card-body {
    padding: 15px;
}
.team-name {
    font-size: 1.25rem;
    color: #B0272E; /* Dark red for name */
    font-weight: bold;
    margin: 0;
}
.team-position {
    color: #555;
    font-size: 1rem;
    margin-top: 5px;
}

/* Accomplishments Section styling */
.accomplishments-section {
    padding: 60px 20px;
}
.accomplishments-title {
    font-size: 2rem;
    color: #B0272E; /* Dark red color */
    font-weight: bold;
    margin-bottom: 30px;
}
.accomplishment-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.accomplishment-date {
    color: #B0272E; /* Dark red color for date */
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
}
.accomplishment-description {
    font-weight: bold;
    color: #333;
}
.accomplishment-image-box {
    width: 100%; /* Full width of the container */
    height: 0;
    padding-bottom: 50%; /* 4:2 aspect ratio (2 / 4 * 100%) */
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 10px;
}
.accomplishment-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}
/* LinkedIn icon circle styling */
.linkedin-icon-wrapper {
    background-color: #e6f0f5; /* Light blue background */
    border-radius: 50%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.linkedin-icon-wrapper img {
    width: 30px;
    height: 30px;
}

/* Pagination */
.pagination {
    justify-content: center;
}
.pagination .page-link {
    color: #B0272E; /* Dark red for pagination */
}
.pagination .page-item.active .page-link {
    background-color: #B0272E;
    border-color: #B0272E;
    color: #fff;
}

/* Assets Section styling */
.assets-section {
    padding: 60px 20px;
    text-align: center;
}
.asset-title {
    font-size: 2.5rem;
    color: #B0272E; /* Dark red color */
    font-weight: bold;
    margin-bottom: 30px;
}
.asset-item-box {
    width: 100%; /* Full width of the container */
    height: 0;
    padding-bottom: 125%; /* 4:5 aspect ratio (2 / 4 * 100%) */
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 10px;
}
.asset-item .asset-item-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
    filter: grayscale(100%) opacity(0.7); /* Grayscale and darken effect */
    transition: all 0.3s ease;
}
.asset-item img:hover {
    filter: grayscale(0%) opacity(1); /* Remove grayscale on hover */
}

/* Section styling */
.assets-caption-section {
    padding: 60px 20px;
    background-color: #e6f0f5; /* Light blue background */
}
.assets-caption-title {
    font-size: 2.5rem;
    color: #B0272E; /* Dark red color */
    font-weight: bold;
    margin-bottom: 20px;
}
.assets-caption-text {
    color: #333;
    line-height: 1.7;
    margin-left: 40px;
}

/* Hero TechOps section styling */
.hero-techops {
    background-color: #e6f0f5; /* Light blue background */
    /* padding: 60px 20px; */
    padding-bottom: 60px;
    text-align: center;
}
.hero-techops img {
    width: 100%;
    /* border-radius: 8px; */
    object-fit: cover;
}
.hero-techops .content {
    margin-top: 20px;
}
.hero-techops h2 {
    color: #B0272E; /* Dark red color */
    font-weight: bold;
}
.hero-techops .btn-quote {
    background-color: #B0272E; /* Dark red color */
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
}

/* Techops Timeline Container styling */
.timeline-container {
    position: relative;
    padding: 40px 0;
}
/* Techops Timeline Vertical line styling */
.timeline-line {
    position: absolute;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #e3e6f0;
    transform: translateX(-50%);
}
/* Techops Timeline Box styling */
.timeline-box {
    background-color: #1c305c;
    color: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
/* Techops Timeline Timeline item styling */
.timeline-item {
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.timeline-item:nth-child(even) .timeline-box {
    margin-left: auto;
}
.timeline-item:nth-child(odd) .timeline-box {
    margin-right: auto;
}
/* Techops Timeline Circle number styling */
.timeline-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #B0272E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Partner Section Styling */
.partner-section {
    background-color: #B0272E; /* Dark red background */
    color: white;
    padding: 20px 0;
    text-align: center;
}
/* Logo Styling */
.partner-logo img {
    max-width: 150px; /* Adjust the max width for logos */
    filter: brightness(0) invert(1); /* Ensures the logo color is white */
    margin: 0 15px; /* Add spacing between logos */
}
/* Trusted By Text */
.trusted-by-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Service Section styling */
.service-section {
    background-color: #e4eff4; /* Light blue background */
    padding: 60px 20px;
    text-align: center;
}
/* Title styling */
.section-subtitle {
    font-size: 1rem;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: bold;
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #B0272E; /* Dark red color */
    margin-bottom: 40px;
}
/* Service item styling */
.service-item {
    font-size: 1rem;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0 20px;
}
/* Vertical divider line */
.divider {
    border-left: 1px solid #b3b3b3; /* Light gray line */
    height: 100%;
    margin: auto;
}

/* Hero section styling */
.contact-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* Overlay for darkening the background */
.contact-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1;
}

/* Content styling */
.contact-content {
    position: relative;
    z-index: 2;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.contact-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
}

/* Button styling */
.contact-button {
    background-color: #B0272E; /* Dark red color */
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}
.contact-button:hover {
    background-color: #73271e;
}

/* Contact Form Layout styling */
.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
}

/* Contact Form styling */
.contact-form {
    background-color: #eef4f8; /* Light blue background */
    padding: 30px;
    border-radius: 8px;
    width: 50%;
}

/* Centering Container for the Button */
.form-submit-container {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Optional: adjust for spacing */
}

/* Button Styling */
.form-submit {
    background-color: #B0272E;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
}

/* Sidebar styling */
.contact-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Newsletter button styling */
.newsletter-btn {
    background-color: #B0272E;
    color: white;
    padding: 20px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Social icon box styling */
.social-box {
    background-color: #B0272E;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 60px;
}

.social-icon {
    background-color: #fff;
    color: #B0272E;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

/* Section text styling */
.contact-text {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a3a; /* Darker blue */
}

.connect-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .contact-form {
        width: 100%;
        padding: 20px;
    }

    .form-submit {
        width: 100%;
    }

    .contact-sidebar {
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .newsletter-btn {
        width: 100px;
        height: 100px;
        padding: 15px;
        font-size: 14px;
    }

    .social-box {
        flex-direction: row;
        gap: 15px;
        width: auto;
        padding: 10px;
        justify-content: center;
    }

    .social-icon {
        width: 36px;
        height: 36px;
        padding: 8px;
        font-size: 16px;
    }

    .contact-text {
        font-size: 18px;
        text-align: center;
    }
}

/* Explore Avisence Section Styling */
.explore-avisence-section {
    background-color: #e9f2f8; /* Light blue background */
    padding: 90px 20px;
    text-align: center;
}

.explore-content h2 {
    font-size: 36px;
    color: #1e2a4e; /* Dark navy color for the title */
    font-weight: bold;
    margin-bottom: 10px;
}

.explore-content p {
    font-size: 16px;
    color: #1e2a4e;
    margin-bottom: 20px;
}

.explore-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.explore-btn {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 25px;
    border: 2px solid #B0272E; /* Border color for Available Assets */
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.services-btn {
    background-color: #B0272E; /* Button color for Services */
    color: #fff;
    border: none;
}

.services-btn:hover {
    color: white;
    background-color: #6c171b; /* Darker color on hover */
}

.assets-btn {
    background-color: transparent;
    color: #1e2a4e; /* Dark navy color for Available Assets */
}

.assets-btn:hover {
    background-color: #e6e9ed; /* Light gray background on hover */
    color: #1e2a4e;
}

/* Paragraph Section styling */
.paragraph-section {
    padding: 60px 20px;
}

.paragraph-section-blue {
    background-color: #0b1a3a; /* Dark blue background */
    padding: 60px 20px;
    color: white;
}

.paragraph-section-blue .services-subtitle {
    color: white;
}

/* Styling for the banner */
.banner-page {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Ensure the image covers the entire banner */
.banner-page img {
    width: 100%;
    max-height: 500px;
    object-fit: cover; /* Pastikan gambar memenuhi area */
}

/* Positioning the text in the center of the image */
.banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

/* Styling for the title */
.banner-title {
    color: white; /* Warna teks kontras */
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7); /* Tambahkan bayangan untuk visibilitas */
}

/* Responsive Typography */
@media (max-width: 768px) {
    .banner-title {
        font-size: 24px; /* Ukuran lebih kecil di mobile */
    }
}

@media (min-width: 769px) {
    .banner-title {
        font-size: 48px; /* Ukuran lebih besar di desktop */
    }
}

/* Form Container */
.form-container {
    width: 50%;
    background: white;
    margin: 50px auto;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Form Styles */
form {
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.form-group input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.submit-btn:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .form-container {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .form-container {
        width: 95%;
    }
}