@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
    --primary-color: #0946c8;
    --primary-color-light: #fffcfa;
    --primary-color-dark: #16161A;
    --text-dark: #16161A;
    --text-light: #6b7280;
    --white: #ffffff;
    --yellow: #FFC107;
    --red: #ff5252;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    cursor: none;
}

html {
    scroll-behavior: smooth;
}

.txt-light {
    color: var(--primary-color-light);
}

.txt-dark {
    color: var(--primary-color-dark);
}

.txt-wlight {
    color: var(--text-light);
}

.navbar {
    background: var(--primary-color-dark);
    padding: 0 6rem;
}
.navbar-toggler {
    border: none;
    outline: none;
}

#navbarSupportedContent > ul > li:nth-child(n) > a {
    color: var(--primary-color-light);
    font-size: 1.1rem;
    padding: 0 0.8rem;
}

#navbarSupportedContent > ul > li:nth-child(n) > a:hover,
#navbarSupportedContent > ul > li:nth-child(n) > a:active {
    color: var(--primary-color);
}

#navbarSupportedContent > button {
    background: var(--primary-color);
    color: var(--primary-color-light);
    font-weight: 600;
    padding: 0.4rem 1.4rem;
    border-radius: 30px;
}

#navbarSupportedContent > button:hover {
    background: transparent;
    color: var(--primary-color-light);
    border: #0946c8 solid 1px;
    border-radius: 30px;
}

.hero {
    background: var(--primary-color-dark);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.hero-content {
    position: relative;
}

.hero-content p {
    width: 60%;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
    padding-bottom: 1rem;
}

.hero-content a {
    background: var(--primary-color);
    color: var(--primary-color-light);
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    text-decoration: none;
    border-radius: 30px;
}

.hero-content a:hover {
    background: var(--primary-color-light);
    color: var(--text-dark);
    border-radius: 30px;
}

.about {
    background: var(--primary-color-dark);
}

.about .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.about .text h6 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 2px;
}

.about .text h2 {
    color: var(--primary-color-light);
    font-weight: 700;
    font-size: 2.7rem;
}

.about .text p {
    color: var(--primary-color-light);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.about .text a {
    background: var(--primary-color);
    color: var(--primary-color-light);
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    text-decoration: none;
    border-radius: 30px;
}

.aboutt {
    background: var(--primary-color-light);
}

.aboutt .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.aboutt .text h6 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 2px;
}

.aboutt .text h2 {
    color: var(--primary-color-dark);
    font-weight: 700;
    font-size: 2.7rem;
}

.aboutt .text p {
    color: var(--primary-color-text);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.aboutt .text a {
    background: var(--primary-color-dark);
    color: var(--primary-color-light);
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    text-decoration: none;
    border-radius: 30px;
}

.service {
    background: var(--primary-color-dark);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.custom-card {
    background: var(--primary-color-light);
    padding: 0.5rem;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    border: none;
    margin: 20px 0;
    border-radius: 7px;
    
}
.custom-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.custom-card .icon-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
}
.custom-card .icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
}
.custom-card h4 {
    margin: 0;
    color: var(--text-dark);
}
.custom-card p {
    margin: 0;
    color: var(--text-light);
}

.gup {
    background: var(--primary-color-light);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.gup .custom-card {
    background: var(--primary-color-dark);
    padding: 0.5rem;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    border: none;
    margin: 20px 0;
    border-radius: 7px;
    margin-bottom: 20px;
    
}
.gup .custom-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.gup .custom-card .icon-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
}
.gup .custom-card .icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
}
.gup .custom-card h4 {
    margin: 0;
    color: var(--primary-color-light);
}
.gup .custom-card p {
    margin: 0;
    color: var(--primary-color-light);
}

.apply {
    background: var(--primary-color-light);
}

.apply .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.apply .text h6 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 2px;
}

.apply .text h2 {
    color: var(--primary-color-dark);
    font-weight: 700;
    font-size: 2.7rem;
}

.apply .text p {
    color: var(--text-light);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.apply .text a {
    background: var(--primary-color-dark);
    color: var(--primary-color-light);
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    text-decoration: none;
    border-radius: 30px;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    position: relative;
    background: transparent;
    color: var(--primary-color-light);
}

.accordion-title {
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.accordion-content {
    display: none;
    padding: 15px;
    color: var(--primary-color-light);
}

.accordion-content p {
    margin: 0;
    color: var(--primary-color-light);
}

.accordion-title i {
    float: right;
    transition: transform 0.9s ease;
}

.accordion-title.active i {
    transform: rotate(180deg);
}

.footer-section {
    /* background: var(--primary-color-dark); */
    color: var(--primary-color-light);
}

.footer-section footer {
    color: var(--primary-color-light);
}

.footer-section h5 {
    color: var(--text-dark);
}

.footer-section p, .footer-section a {
    color: var(--text-light);
}

.footer-section .nav-link {
    color: var(--text-light);
    transition: color 0.3s;
}

.footer-section .nav-link:hover {
    color: var(--primary-color);
}

.footer-section .d-inline {
    display: inline;
}

.icon {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 2px;
    font-size: 1.1rem;
    color: var(--white);
    border-radius: 1rem;
}

.iconcopy {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 2px;
    font-size: 1.3rem;
    color: var(--red);
    border-radius: 1rem;
}

.iconfooter {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 2px;
    font-size: 1.7rem;
    color: var(--primary-color);
    border-radius: 1rem;
}

.cursor-dot {
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
}

.cursor-outline {
    width: 30px;
    height: 30px;
    border: 2px solid hsla(221, 91%, 41%, 0.5);
}

.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 13;
    pointer-events: none;
}


/* Media query for smaller screens */

@media (max-width: 768px) {
    .footer-section .row > div {
        text-align: left;
    }
    
    .navbar {
        padding: 1.5rem 1rem;
    }
}


@media (max-width: 988px) {
    .navbar {
        padding: 1.5rem 1rem;
    }

    #navbarSupportedContent > ul {
        padding-left: 0.8rem;

    }

    #navbarSupportedContent > ul > li:nth-child(n) > a {
        padding: 0.8rem 0;
    }

    .hero-content h2 {
        font-size: 2.5rem;
        letter-spacing: 0.2px;
    }

    .hero-content p {
        font-size: 1rem;
    }
    
    .hero-content a {
        font-size: 0.9rem;
    }
    
}


