body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f9faff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #8c8c8c;
}

.nav-container {
    padding: 0px 40px !important;
}

.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1020;
}

.navbar-brand span {
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
    padding: 10px 12px;
    align-items: center;
    border-radius: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-right: 10px;
}

.navbar {
    height: 82px;
}

.navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.navbar-nav{
    gap: 30px;
}
.navbar-nav .nav-item .nav-link{
    position: relative;
}
.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #1d3ba0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-nav .nav-item .nav-link:hover:before{
    visibility: visible;
    width: 100%;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 18px;
    padding: 20px 15px;
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
}

.ftco-navbar-light {
    background: #fff !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.signin-buttons {
    gap: 21px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 15px;
}

.signin-buttons .btn {
    padding: 10px 20px;
    border-radius: 0.375rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75rem;
}
.btn-getstart:hover{
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.gradient-bg {
    /* background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%); */
    color: #000000;
    padding: 80px 0;
}

.gloabl-content h2 {
    color: #000000;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}

.gloabl-content .btn {
    padding: 15px 30px;
    margin: 10px 15px;
    font-weight: 600;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-enterprice{
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}
.btn-enterprice:hover {
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    transform: translateY(0px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.5);
} 
.btn_outline {
    color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
    border: 2px solid rgb(30 64 175 / var(--tw-border-opacity, 1)) !important;
}
.btn_outline:hover {
    transform: translateY(0px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.5);
}

.btn-white {
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
    
}

.btn-white:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.btn_outline:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.btn.btn-getstart,
.btn-getstart:hover {
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-getstart {
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.btn.btn-signin {
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
    border: 2px solid rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.btn.btn-signin:hover {
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    border: 2px solid rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.gloabl-content p {
    color: #101a33;
    /* color: rgb(219 234 254 / var(--tw-text-opacity, 1)); */
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.carousel-item {
    transition: transform 0.3s ease-in-out;
}

.carousel-caption {
    /* background: #fff; */
    opacity: .5;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    bottom: 0;
}

.carousel-inner {
    /* background-color: #e2e5f6; */
    /* opacity: .8; */
    /* background-image: linear-gradient(0deg, #5faac7, #2323b4); */
    background-image: linear-gradient(-60deg, #1e3ea9, #101a33 );
}

.content-carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    display: inline-grid;
    justify-content: center;
    color: #fff;
}

.content-carousel h3 {
    width: 62%;
    font-size: 46px;
    text-align: center;
    margin: 0 auto;
    /* background: linear-gradient(to right, #4651ff 0%, #1bd7bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.content-carousel p {
    font-size: 24px;
    padding: 20px;
    /* background: linear-gradient(to right, #4651ff 0%, #1bd7bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.our-serveices .row {
    width: 88%;
    margin: 60px auto;
}

.our-serveices .service-card .fa {
    font-size: 23px;
    padding: 25px;
    border-radius: 42px;
    width: 64px;
    height: 64px;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto;
}

.our-serveices .service-card .fa::before {
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.our-serveices .card-body {
    background-color: #fff;
    border: 1px solid color-mix(in srgb, #475569, transparent 90%);
    border-radius: 6px;
    padding: 24px;
    transition: all 0.3s ease-in-out;
    min-height: 300px;
}

.our-serveices .card-body:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: color-mix(in srgb, #1e40af, transparent 70%);
}

.our-serveices .card-body:hover .fa {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: color-mix(in srgb, #1e40af, transparent 70%);
}

.our-serveices .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 10px;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.our-serveices .card-text {
    font-size: 16px;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.our-serveices .service-card {
    background-color: transparent;
    border: none;
}

.our-serveices {
    background-color: rgb(248 250 252);
    padding-top: 40px;
    padding-bottom: 40px;
}

footer {
    background-color: #161b2b;
    padding: 50px 20px;
}

.text-gray-500 {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.border-gray-800 {
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-t {
    border-top: 1px solid #303345;
}

.mt-8 {
    margin-top: 2rem;
}

.pt-8 {
    padding-top: 2rem;
}

.copy-rights p {
    font-size: 18px;
    margin-bottom: 0;
}

.copy-rights .text-sm {
    font-size: 14px;
}

.footer-content {
    color: #fff;
    font-size: 14px;
}

.footer-content h4 {
    margin-bottom: 25px;
}

.footer-content .navbar-brand {
    margin-bottom: 40px;
    margin-bottom: 25px;
    display: flow-root;
}

.footer-content ul {
    padding: 0;
    margin: 0;
}

.footer-content ul li {
    list-style: none;
    padding: 8px;
}

.footer-content ul li a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}


/* Signincss */
.sign_in_modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.sign_in_modal .modal-content {
    background-color: #fff;
    border-radius: 8px;
    top: 40px;
    width: 90%;
    padding: 8px 18px;
}

.Register_model .modal-content {
    top: 0;
    width: 100%;
}

.sign_in_modal .modal-header {
    border-bottom: none;
    padding: 6px;
}

.sign_in_modal .modal-body {
    padding: 0px 10px 10px 10px;
}

.sign_in_modal .form-control {
    border-radius: 8px;
    padding: 14px;
}

.sign_in_modal .form-control:focus {
    border-color: #667eea;
    transform: translateY(-.5px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.submit_btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px !important;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.submit_btn:hover::before {
    width: 300px;
    height: 300px;
}

.submit_btn:hover {
    transform: translateY(0px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.5);
}

.submit_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.sign_in_modal .btn-signin {
    background-color: #1e40af;
    color: #fff;
    border: none;
}

.sign_in_modal .btn-signin:hover {
    background-color: #1e40af;
}

.sign_in_modal .modal-footer {
    border-top: none;
}

.sign_in_modal .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.Forgot {
    font-size: 16px;
    color: #1e40af;
    text-decoration: none;
}

.Register {
    font-size: 16px;
    color: #1e40af;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close {
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin-top: -10px;
    font-weight: bold;
    color: #0000 !important;
    opacity: 1;
}