* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* General Reset and Base Styles */
body {
    background-color: #ffffff;
    color: #333;
}

/* Top Bar */
.top-bar {
    background-color: #f8f9fa;
    color: #4990d6;
    font-size: 16px;
    padding: 0.75rem 0;
}

.top-bar i {
    margin-right: 6px;
    color: #0d6efd;
    font-size: 1rem;
}

.top-bar span, .top-bar a {
    font-weight: 400;
    font-size: 14px;
    color: #4990d6;
}

.top-bar .follow {
    font-weight: 600;
    font-size: 18px;
}

.top-bar .bi-facebook, .top-bar .bi-instagram, .top-bar .bi-google {
    font-size: 22px;
    color: #014BA0;
}

.top-bar .bi-facebook:hover, .top-bar .bi-instagram:hover, .top-bar .bi-google:hover {
    color: #015FC9;
}

/* Top Bar Responsive */
@media (min-width: 425px) {
    .top-bar .contact-item {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        justify-content: flex-start;
    }
    .top-bar .social-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

@media (max-width: 424.98px) {
    /* .top-bar .contact-item, .top-bar .social-item {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    } */
    .top-bar span, .top-bar a {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .top-bar span, .top-bar a {
        font-size: 11px;
    }
}

/* Navbar */
.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav {
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 0.5rem 0.75rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active {
    color: #015FC9 !important;
    background-color: rgba(1, 95, 201, 0.1);
    border-radius: 4px;
}

.navbar-nav .nav-link:hover {
    color: #015FC9;
}

.navbar-nav .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-item:hover {
    background-color: rgba(1, 95, 201, 0.1);
    color: #015FC9;
}

.first-btn {
    background-color: #015FC9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.first-btn:hover {
    background-color: #014a9b;
}

.navbar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* Navbar Responsive */
@media (min-width: 1024px) {
    .navbar-nav {
        gap: 0.5rem;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.5rem 0.75rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-wrap: wrap;
        gap: 0.25rem;
        text-align: center;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
        padding: 0.4rem 0.6rem;
    }
    .navbar-collapse {
        background-color: #f8f9fa;
        padding: 1rem;
        border-radius: 8px;
    }
}

@media (max-width: 575.98px) {
    .navbar-nav {
        text-align: center;
    }
    .first-btn {
        font-size: 12px;
        padding: 0.4rem 0.8rem;
    }
}

/* Hero Section (Carousel) */
.carousel-item {
    min-height: 500px;
    position: relative;
}

#b-img {
    background: linear-gradient(271.99deg, rgba(1, 76, 161, 0.2) 0%, rgba(1, 76, 161, 0.6) 35%, rgba(1, 76, 161, 0.6) 65%, rgba(1, 76, 161, 0.2) 100%),
                url('computer-lab.jpg') no-repeat center center / cover;
}

#second-b-img {
    background: url('Rectangle 2.png') no-repeat center center / cover;
}

#third-b-img {
    background: url('Rectangle 2 (1).png') no-repeat center center / cover;
}

.section-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #015FC9;
}

.section-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.section-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #fff;
    max-width: 460px;
    margin-bottom: 1.5rem;
}

.btn-custom {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
}

.tag-area {
    min-height: 380px;
    position: relative;
}

.tag {
    position: absolute;
    background-color: #fff;
    color: #222737;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 24px;
    white-space: nowrap;
}

.tag-1 { top: 8px; left: 15%; transform: rotate(4deg); }
.tag-2 { top: 50px; left: 55%; transform: rotate(-6deg); }
.tag-3 { top: 145.79px; left: 46%; transform: rotate(-4deg); }
.tag-4 { top: 230px; left: 37%; transform: rotate(10deg); }
.tag-5 { top: 300px; left: 30%; transform: rotate(-6deg); }
.tag-6 { top: 334px; left: 55%; transform: rotate(-6deg); }

.icon-circle-link {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.icon-circle-link img {
    width: 24px;
    height: 24px;
}

.icon-circle-link:hover {
    background-color: #0d6efd;
}

.icon-circle-link:hover img {
    filter: brightness(0) invert(1);
}

/* Stats Section */
.bg-stats-section {
    background-color: #E5F1FF;
    padding: 3rem 0;
}

.stats-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #16243D;
}

.stat-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #015FC9;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

/* Services Section */
.services-section {
    padding: 3rem 0;
}

.services-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #015FC9;
}

.services-title, .process, .solution-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #16243D;
}

.services-description, .process-description, .solution-description, .resp, .desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    max-width: 600px;
}

.horizontal-line {
    width: 6px;
    height: 24px;
    background-color: #015FC9;
    border-radius: 2px;
}

.service-card, .solution-card {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover, .solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.service-card-title, .solution-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #16243D;
}

.service-card-text, .solution-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

.custom-learn-btn {
    background-color: #015FC9;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.3s ease;
}

.custom-learn-btn:hover {
    background-color: #014a9b;
}

/* Custom Card (Solutions) */
.custom-card-wrapper {
    height: 360px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
}

.custom-card-top {
    background-color: #E2F0FF;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-image {
    width: 180px;
    height: 120px;
    object-fit: contain;
}

.bg-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #fff;
}

.card-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #16243D;
}

.card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

.read-more-btn {
    background-color: #015FC9;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
}

.read-more-btn:hover {
    background-color: #014a9b;
}

.custom-read-more-btn {
    background-color: #015FC9;
    color: #fff;
    padding: 0.5rem 2rem 0.5rem 1.5rem;
    border-radius: 20px;
}

.custom-read-more-btn:hover {
    background-color: #014a9b;
}

.arrow-img {
    width: 24px;
    height: 24px;
}

/* Why Choose Us */
.why-choose-section {
    position: relative;
    padding: 3rem 0;
}

.bg-shape {
    width: 200px;
    height: 180px;
    background-color: rgba(1, 95, 201, 0.1);
    position: absolute;
    top: -40px;
    left: 60px;
    transform: rotate(-19.66deg);
    mix-blend-mode: multiply;
    z-index: -1;
    border-radius: 20px;
}

.why-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #015FC9;
}

.why-main-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #16243D;
}

.heading-underline {
    width: 100px;
    height: 5px;
    background-color: #015FC9;
    border-radius: 50px;
}

.why-card {
    background-color: #ebf1f8;
    border-radius: 10px;
    padding: 1.5rem;
}

.why-icon {
    width: 40px;
    height: 40px;
}

.why-card-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #16243D;
}

.why-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6c757d;
}

.team-img {
    max-height: 360px;
    object-fit: contain;
}

/* Recent Projects */
.recent-projects-wrapper {
    position: relative;
    padding-bottom: 4rem;
}

.bg-blue-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #015FC9;
    z-index: 0;
}

.all-projects-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
}

.project-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-card-body {
    height: 180px;
}

.project-line {
    width: 60px;
    height: 3px;
    background-color: #16243D;
}

.project-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #16243D;
}

.project-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4B5563;
}

.project-arrow-btn {
    width: 40px;
    height: 40px;
}

.line-link {
    width: 50px;
    height: 2px;
    background-color: #16243D;
    transition: background-color 0.3s;
}

.line-link:hover {
    background-color: #0d6efd;
}

/* Testimonials */
.testimonial-label {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #015FC9;
}

.testimonial-heading {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.testimonial-text {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.testimonial-name {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.main-ring {
    width: 360px;
    height: 360px;
    position: relative;
}

.main-client-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid #dcdcdc;
}

.ring-outer {
    width: 100%;
    height: 100%;
}

.ring-middle {
    width: 280px;
    height: 280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small-client-img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.ring-client-1 {
    top: 10%;
    left: 5%;
    width: 60px;
}

.ring-client-2 {
    bottom: 0;
    left: 5%;
    width: 70px;
}

.ring-client-3 {
    bottom: 0;
    right: 5%;
    width: 60px;
}

/* FAQ */
.faq-subheading {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #015FC9;
}

.faq-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.faq-img {
    max-width: 100%;
    height: auto;
}

/* Trust Section */
.trust-logo {
    background-color: #121212;
    border-radius: 50px;
    height: 40px;
    min-width: 80px;
    transition: all 0.3s ease;
}

.trust-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.vertical-line {
    width: 4px;
    height: 20px;
    background-color: #015FC9;
    border-radius: 2px;
}

.section-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #015FC9;
}

/* Blog Section */
.blog-section .section-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.badge {
    font-size: 0.75rem;
    padding: 0.4em 0.8em;
    border-radius: 0.5rem;
}

/* Contact Section */
.form-image {
    filter: grayscale(100%);
    opacity: 0.6;
    border-radius: 12px 0 0 12px;
}

.section-heading {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 800;
}

.section-heading span {
    color: #015FC9;
}

.subtext {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
}

.contact-box .form-control {
    border-radius: 8px;
    font-size: 14px;
}

.contact-box .form-control::placeholder {
    color: #999;
}

/* Footer */
.footer-section {
    background-color: #16243D;
    color: #ffffff;
}

.footer-section a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #0d6efd;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .services-title, .process, .solution-title {
        font-size: 28px;
    }
    .services-description, .process-description, .solution-description, .resp, .desc {
        font-size: 12px;
    }
    .why-main-heading {
        font-size: 28px;
    }
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .services-title, .process, .solution-title {
        font-size: 24px;
    }
    .services-description, .process-description, .solution-description, .resp, .desc {
        font-size: 11px;
    }
    .top-bar span {
    font-weight: 400;
    font-size: 12px;
    color: #4990d6;
}
.top-bar .follow {
    font-size: 13px;
}
    .why-main-heading {
        font-size: 24px;
    }
    .section-title {
        font-size: 28px;
    }
    .testimonial-heading {
        font-size: 28px;
    }
    .testimonial-text {
        font-size: 16px;
    }
    .faq-heading {
        font-size: 24px;
    }
    .main-ring {
        width: 280px;
        height: 280px;
    }
    .main-client-img {
        width: 140px;
        height: 140px;
    }
    .ring-middle {
        width: 220px;
        height: 220px;
    }
    .ring-client-1, .ring-client-2, .ring-client-3 {
        width: 50px;
    }
    .bg-shape {
        width: 180px;
        height: 120px;
        top: 0;
        left: 40px;
    }
}

@media (max-width: 425px) {
    #b-img, #second-b-img, #third-b-img {
        background-size: contain;
        background-position: center top;
        min-height: auto;
        aspect-ratio: 16 / 9;
    }
    #b-img .row, #second-b-img .row, #third-b-img .row {
        flex-direction: column;
    }
    #b-img .col-md-6, #second-b-img .col-md-6, #third-b-img .col-md-6 {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #b-img .tag-area {
        display: none;
    }
    .section-subtitle, .section-title {
        display: none;
    }
    .section-desc {
        font-size: 12px;
        margin-bottom: 1rem;
    }
    .service-image, .form-image {
        display: none;
    }
    .faq-heading {
        font-size: 20px;
    }
    .btn-custom {
        font-size: 12px;
        padding: 0.4rem 1rem;
    }
    .services-title, .process, .solution-title {
        font-size: 20px;
    }
    .why-main-heading {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .bg-shape {
        width: 160px;
        height: 100px;
        top: 5px;
        left: 20px;
    }
    .services-description, .process-description, .solution-description, .resp, .desc {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .services-title, .process, .solution-title {
        font-size: 18px;
    }
    .why-main-heading {
        font-size: 18px;
    }
    .section-desc {
        font-size: 10px;
    }
}
@media screen and (max-width: 425px) {
  .top-bar .follow {
    margin-bottom: 4px;
  }
}
  