/********** Template CSS **********/
:root {
    --primary: #015fc9;
    --secondary: #0dd3f1;
    --light: #f6f7fc;
    --dark: #15233c;

    --background: rgba(102, 51, 153);
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
    --newprimary: #5bc348;
    --primarylite: #53b141;
    --darklite: #364256;
    --lite: #f8f9fa;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button_common {
    background-color: #199eb8;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
}

.button_common:hover {
    background-color: #e04f00;
    color: #fff;
}
.required {
    color: red;
    font-weight: bold;
}
.button_common:focus {
    color: #fff;
}

.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}

.btn-ghost:hover {
    background-color: #fff;
    color: #199eb8;
}

section {
    padding: 65px 0;
}
.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #199eb8;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
    color: #fff !important;
    opacity: 0.75;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #ffffff;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    /* margin-left: 25px; */
    margin-left: 5px;
    padding: 10px 0;
    color: #696e77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    /* .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  } */

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }

    /* On small screens, hide the normal dropdown and use the mobile version */
    .dropdown .dropdown-menu {
        display: none; /* Hide dropdown by default on mobile */
    }

    /* Show the mobile version of the menu */
    #mobile-nav {
        display: block;
    }

    /* Toggle the menu visibility when the menu is active */
    .mobile-nav-active #mobile-nav {
        display: block;
    }

    /* Make the navbar toggle icon work */
    #mobile-nav-toggle i.fa-bars {
        display: block;
    }

    #mobile-nav-toggle i.fa-times {
        display: none;
    }

    .mobile-nav-active #mobile-nav-toggle i.fa-times {
        display: block;
    }

    .mobile-nav-active #mobile-nav-toggle i.fa-bars {
        display: none;
    }
}

@media (min-width: 992px) {
    /* .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: -10px;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    } */
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem !important;
    height: 3rem !important;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* .page-header {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
} */

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #696e77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}

/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(1, 95, 201, 0.9)),
        url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.9)
        ),
        url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(1, 95, 201, 0.9)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item img {
    transition: 0.5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: 0.5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

/*** Footer ***/
.footer {
    color: #a7a8b4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #a7a8b4;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a7a8b4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #a7a8b4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #ffffff;
}

/*header*/
/* #popUp {
  position: fixed;
  width: 100%;
  height: 100px;

  bottom: 50px;
  margin-right: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1111;

  left: 0;
  bottom: 0;
  z-index: 999;
  background-image: linear-gradient(45deg, #5ca37a, #0098da);
} */
/* #popUp {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 50px;
    margin-right: 0;
    transition: all 1s ease;
    z-index: 999;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #5ca37a, #0098da);
    margin-left: -100%; 
} */
/* Hide the popup initially */
#popUp {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 50px;
    margin-right: 0;
    transition: all 1s ease;
    z-index: 999;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #5ca37a, #0098da);
    margin-left: -100%; /* Initially hide the popup off-screen */
}

/* "Apply Now" button should be visible initially */
#plus {
    position: fixed;
    color: #fff;
    bottom: 15%;
    font-size: 15px;
    margin-left: 0px; /* Ensure it's visible on page load */
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 1111;
}

#plus span {
    position: absolute;
    margin-top: 44px;
    left: 2px;
}

#plus::after {
    content: "";
    display: block;
    display: relative;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    /* border-left: 55px solid #03a9f4; */
    border-left: 56px solid #f84555;
}

#new span {
    background: #fff;
    position: absolute;
    color: var(--bg-color);
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
}
.promo {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: var(--bg-color);
    align-items: center;
}
.promo-pic {
    height: 80%;
    width: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

#popUp .close {
    color: white;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}

#popUp h2 {
    font-size: 17px;
    color: #464646;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

/* #plus {
    position: fixed;
    color: #fff;
    bottom: 15%;
    font-size: 15px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 1111;
}

#plus span {
    position: absolute;
    margin-top: 44px;
    left: 2px;
}

#plus::after {
    content: "";
    display: block;
    display: relative;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #03a9f4;
} */

@media all and (max-width: 900px) {
    #popUp {
        margin-left: -425px;
        z-index: 1111;
    }
    #plus {
        margin-left: 0px;
    }
}

#applyForm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
#formContainer {
    width: 100%;
    padding: 0 20px;
}
#formContainer .form-group {
    width: 20%;
    margin: 0 10px;
}
#formContainer .form-group .form-control {
    border: 1px solid #eee;
    height: 50px;
    font-size: 100%;
    vertical-align: middle;
    border-radius: 0;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    border-radius: 10px;
}
.white_btn {
    background-color: #fff;
    color: #000000 !important;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;

    padding-top: 14px;
    padding-right: 38px;
    padding-bottom: 14px;
    padding-left: 38px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;

    font-family: "Khand", sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.carousel-item {
    height: 350px;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

/*animated card*/
/*card animation*/
.cardBox {
    width: 100%;
    height: 200px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
        rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}
.animated_card_about {
    position: absolute;
    width: 95%;
    height: 95%;
    /* background: url(../img/bg/bg.jpg); */
    border-radius: 20px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
        rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}
.animated_card_about h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 800;
    pointer-events: none;
    /* opacity: 0.5; */
    color: white;
}
.animated_card_about span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 800;
    pointer-events: none;
    opacity: 0.5;
}
.animated_card_about span {
    top: 75%;
}

.animated_card_about .content h3 {
    font-size: 3rem;
    padding-bottom: 10px;
}
.animated_card_about .content p {
    font-size: 14px;
    line-height: 15px;
    color: rgb(216, 216, 216);
}
.animated_card_about .content {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.animated_card_about:hover .content {
    transform: translateY(0);
    opacity: 1;
}

.animated_card_about:hover h2,
.animated_card_about:hover span {
    opacity: 0;
}

/* .cardBox::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 150%;
    background: #40e0d0;
    background: -webkit-linear-gradient(to right, #ff0080, #ff8c00, #40e0d0);
    background: linear-gradient(to right, #ff0080, #ff8c00, #40e0d0);
    animation: glowing01 5s linear infinite;
    transform-origin: center;
    animation: glowing 5s linear infinite;
  } */

@keyframes glowing {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.capital {
    padding-bottom: 0;
}
.p-10 {
    padding: 2.5rem;
}
.border-opacity-10 {
    --tw-border-opacity: 0.1;
}
.border-black {
    --tw-border-opacity: 1;
    border: 2px solid #6464644f;
    border-radius: 10px;
}

.text-rebecca-purple {
    --tw-text-opacity: 1;
    color: rgba(102, 51, 153);
}
.leading-20 {
    line-height: 5rem;
}
.text-5xl {
    font-size: 3.75rem;
    line-height: 5rem;
    font-weight: 600;
}

.article-card {
    width: 250px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 300ms;
}

.article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card .content {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 30px 20px 20px 20px;
    height: auto;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.article-card .date,
.article-card .title {
    margin: 0;
}

.article-card .date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
}

.article-card .title {
    font-size: 17px;
    color: #fff;
}
.h-100 {
    height: 100%;
}
.feature_card {
    height: 170px;
    gap: 20px;
    background: url(../img/bg/pngtree-hexagonal-abstract-background-with-a-black-textured-surface-image_13704307.png);
}

.col-span-2 {
    grid-column: span 2 / span 2;
}
.text-rebecca-purple {
    --tw-text-opacity: 1;
    color: rgba(102, 51, 153);
}
.h-100 {
    height: 100%;
}
.feature_card {
    height: 170px;
    gap: 20px;
    background: url(../img/bg/pngtree-hexagonal-abstract-background-with-a-black-textured-surface-image_13704307.png);
}

.padding_5 {
    padding: 5rem 0;
}
.padding_3 {
    padding: 3rem 0;
}
.col_md_3 {
    -webkit-box-flex: 0;

    flex: 0 0 20% !important;
    max-width: 20% !important;
}
.me-3 {
    margin-right: 1rem !important;
}

.about_bg {
    /* background-image: url(../img/bg2.jpg); */
    /* background-position: center; */
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.display-6 {
    color: white;
}
.about_h {
    color: white;
    /* color: #131313; */
    /* background-color: #e7e5e4; */
    letter-spacing: 0.15em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474,
        -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -4px 7 1px #7f7d7d,
        -3px 6 1px #828181, -4px 7 1px #868585;
}
.about_bg p {
    color: #000000 !important;
    /* text-shadow: 0.1em 0.1em 0 hsl(200 50% 30%); */
    font-size: 15px;
    text-align: justify;
}

.about_title {
    position: relative;
    text-transform: uppercase;
    text-shadow: -15px 5px 20px #ced0d3;
    color: #000000;
    letter-spacing: -0.05em;
    font-family: "Anton", Arial, sans-serif;
    user-select: none;
    text-transform: uppercase;
    font-size: 35px;
    transition: all 0.25s ease-out;
    /* animation: netflix_style 3.5s infinite; */
}
@keyframes netflix_style {
    0% {
        text-shadow: makelongshadow(100, 1);
        color: #f3f3f3;
        transform: scale(1.5, 1.5);
    }
    10% {
        text-shadow: makelongshadow(100, 1.5);
        color: #f3f3f3;
        transform: scale(1.5, 1.5);
    }
    15% {
        color: #f3f3f3;
    }
    20% {
        color: #b6b6b6;
        text-shadow: none;
        transform: scale(1.1, 1.1);
    }
    75% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        color: #9e9e9e;
        transform: scale(0.85, 0.9);
    }

    100% {
        opacity: 0;
    }
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.flip {
    position: relative;
}
.flip > .front,
.flip > .back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}
.flip > .front {
    transform: rotateY(0deg);
}
.flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}
.flip:hover > .front {
    transform: rotateY(180deg);
}
.flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
    transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
}
.flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 100%;
}
.flip > .front,
.flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 220px;
    padding: 1em 2em;
    background: #313131;
    border-radius: 10px;
}
.flip > .front p,
.flip > .back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #999;
}
.text-shadow {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04),
        3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04),
        0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04),
        7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04),
        9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04),
        11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04),
        13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04),
        0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04),
        17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04),
        19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
.why_us_title {
    font-size: 21px;
    background: #00000057;
    padding: 10px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
}
.logo {
    color: white;
    margin-left: 10px;
}
.logo_img {
    margin-right: 10px;
}
.section-title {
    color: #199eb8;
    margin-bottom: 25px;
    font-size: 30px;
}
.image-gallery .btn {
    display: block;
    margin: 30px auto 0 auto;
}
.show_more_btn {
    text-align: center;
    margin-top: 25px;
}
.brand_card {
    text-align: center;
    align-items: center;
    background-color: white;
    height: 100px;
    border: 2px solid rgba(15, 99, 172, 0.14);
    border-radius: 8px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0;
    transition: border-width 0.6s linear;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.brand_card img {
    width: 140px;
}

/*breadcrumb*/
.page-header {
    position: relative;
    overflow: hidden;
}

.img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    animation: zoom-in-out 10s ease-in-out infinite;
}
@keyframes zoom-in-out {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.display-1 {
    font-size: 5rem;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0.25rem;
}
.bg-light {
    background-color: #f8f8f8 !important;
}
.ms-4 {
    margin-left: 25px;
}
.contact_form_font h3 {
    font-size: 18px;
    font-family: "Roboto";
}
.contact_line .form-control {
    line-height: 3 !important;
}
.pt-0 {
    padding-top: 0;
}
.mission_tab .nav-link {
    padding: 5px 10px;
}
.mission_tab .nav-link h5 {
    font-size: 18px;
}
.mission_tab .nav-link.active {
    color: white !important;
}
.dark_border {
    border: 3px double #ffffff;
}

.text1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;

    position: relative;

    animation-name: text;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.text2 {
    font-size: 25px;
    color: #ffe997;
}

@keyframes text {
    0% {
        color: black;
        margin-bottom: -40px;
    }
    30% {
        letter-spacing: 15px;
        margin-bottom: -40px;
    }
    85% {
        letter-spacing: 8px;
        margin-bottom: -40px;
    }
    100% {
        margin-bottom: 20px;
    }
}
.service_img_container {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #6380ff, #ff2212);
    border-radius: 8px;
    opacity: 0;
    rotate: z -90deg;
    animation: rotate-fade-in 300ms cubic-bezier(0.29, -0.01, 0.39, 1.31)
        forwards 600ms;
}
.service_img_container > img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: inherit;
    box-shadow: 2px 2px 4px #b1b1b1;
    mask-origin: border-box;
    mask-mode: alpha;
    mask-image: linear-gradient(to bottom, transparent 50%, black 50%),
        linear-gradient(to top, transparent 50%, black 50%);
    mask-position: 300px center, calc(-300px) center;
    animation: mask-animation 800ms ease forwards 1s;
    mask-repeat: no-repeat;
}

@keyframes mask-animation {
    from {
        mask-position: 300px center, calc(-300px) center;
    }
    to {
        mask-position: center 0px, center 0px;
    }
}

@keyframes rotate-fade-in {
    to {
        rotate: z 0deg;
        opacity: 1;
    }
}
.calculate_btn {
    width: 100%;
    padding: 7px 0 !important;
}
.loan_calculate_form .form-floating {
    margin-bottom: 15px;
}
.loan_calculate_form .form-floating .form-control {
    line-height: 1.5;
}

/*team*/
.black_team {
    background: url(../img/bg/blur_black.png);

    background-size: cover;
    background-repeat: no-repeat;
}
.dark {
    background: #110f16;
}

.light {
    background: #f3f5f7;
}

.postcard__img_link,
.postcard__img_link:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.postcard.dark {
    background-color: #18151f;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
    font-size: 18px;
}

.postcard h1,
.postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 80%;
}

.postcard .postcard__title {
    font-size: 1.75rem;
}

.postcard .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.postcard .postcard__img_link {
    display: contents;
}

.postcard .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
    font-size: 14px;
}

.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .postcard__bar {
    width: 100px;
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(
        -30deg,
        rgba(121, 221, 9, 0.1),
        transparent 50%
    );
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(121, 221, 9, 0.1),
        transparent 50%
    );
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(
        -30deg,
        rgba(0, 118, 189, 0.1),
        transparent 50%
    );
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(0, 118, 189, 0.1),
        transparent 50%
    );
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(
        -30deg,
        rgba(189, 21, 11, 0.1),
        transparent 50%
    );
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(189, 21, 11, 0.1),
        transparent 50%
    );
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(
        -30deg,
        rgba(189, 187, 73, 0.1),
        transparent 50%
    );
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(189, 187, 73, 0.1),
        transparent 50%
    );
}
.service_flip_front {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}
.service_flip_front h1 {
    text-align: center;
    font-size: 25px !important;
}

.paper {
    font-family: "Patrick Hand", cursive;
    position: relative;
    line-height: 25px;
    box-sizing: content-box;
    width: 100%;
    height: 300px;
    background-color: white;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, margin 0.3s;
}
.paper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: rgba(255, 0, 0, 0.3);
    margin-left: 48px;
    z-index: 2;
}
.paper .lines {
    top: 15px;
    position: relative;
    box-sizing: content-box;
    height: calc(300px - 50px);
    padding-right: 8px;
    padding-left: 56px;
    background-image: repeating-linear-gradient(
        white 0px,
        white 23.5px,
        steelblue 25px
    );
}
.paper .lines ul {
    margin-top: 20px;
    padding-left: 0;
}
.paper .holes {
    position: absolute;
    height: 100%;
    width: 48px;
    margin-top: 1px;
    margin-bottom: 1px;
    top: 0;
    left: 0;
}
.paper .holes .hole {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: gainsboro;
    left: 12.5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.paper .holes .hole:nth-child(1) {
    top: 20px;
}
.paper .holes .hole:nth-child(2) {
    top: 115.5px;
}
.paper .holes .hole:nth-child(3) {
    bottom: 20px;
}
[contenteditable] {
    border: 0;
    outline: 0;
}
.lines strong {
    font-size: 13px;
}
.container_wrapper {
    height: 100%;
    width: 100%;
    padding: 1rem 0;
    display: grid;
    place-content: center;
}
.container_wrapper .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    pointer-events: none;
}
.container_wrapper .card {
    /* max-width: 15rem;
    color: #fff da;
    padding: 1.5rem;
    background-color: #202022;
    pointer-events: auto;
    transform: scale(1);
    opacity: 1;
    transition: all 150ms ease-in-out;
    display: flex;
    flex-direction: column;
    position: relative; */

    width: 250px;
    height: 200px;
    color: #fff da;
    padding: 1.5rem;
    background-color: #202022;
    pointer-events: auto;
    transform: scale(1);
    opacity: 1;
    transition: all 150ms ease-in-out;
    /* display: flex; */
    /* flex-direction: column; */
    position: relative;
}
.container_wrapper .card .card-title {
    position: relative;
    color: white;
}
.container_wrapper .card .card-title::before {
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    box-shadow: inset 0 0 3px #bb86fc;
    background-color: transparent;
    position: absolute;
    right: 0;
}
.container_wrapper .card .date {
    color: #bb86fc;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}
.container_wrapper .card .description {
    font-size: 1rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container_wrapper .card:nth-child(even) {
    transform: translateY(8px);
}
.container_wrapper .card:nth-child(n) {
    transform: rotate(-5deg);
}
.cards:hover > .card:hover {
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.cards:hover > .card:not(:hover) {
    opacity: 0.5;
}
/* ==================================================
  Stats Styling
================================================== */
.sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
.box_bg {
    background-color: #199eb8;
    /* background-color:var(--background) ; */
}
.stats-row {
    margin-top: 65px;
}

.stats-col .circle {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border: 6px solid #199eb8;
    border-radius: 50%;
    padding: 55px 25px 0 25px;
    position: relative;
}

.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #e04f00;
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
}
.footer_logo {
    height: 200px;
    width: 200px;
}
.footer_logo img {
    height: 100%;
    width: 100%;
}

/*logo*/

.logo img {
    padding: 0;
    /* margin: 0; */
    max-height: 40px;
}
.logo {
    color: rgb(0, 27, 102);
    margin-left: 10px;
}
/* Ensures nested dropdowns display correctly */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
/* .nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu li:hover > ul {
    max-width: 250px;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
} */

.nav-menu ul li {
    min-width: 180px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
}

/* @media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
} */

/* Nav Meu Styling */
.nav-menu a {
    padding: 22px 15px 18px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
    color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #199eb8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}
.nav-menu,
.nav-menu * {
    margin: 0;
    margin-right: auto;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 80%;
    left: 0;
    z-index: 999;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu li:hover > ul {
    max-width: fit-content;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
    word-wrap: break-word; /* Ensure words break if needed */
    overflow-wrap: break-word; /* Prevent overflow */
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* @media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline-block;
    }

    #mobile-nav {
        left: -260px;
    }

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active {
        overflow: hidden;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }
} */

/* Nav Meu Styling */
.nav-menu a {
    padding: 22px 15px 18px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
    color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #199eb8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

.white_btn {
    background-color: #fff !important;
    color: #000000 !important;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding-top: 14px !important;
    padding-right: 38px !important;
    padding-bottom: 14px !important;
    padding-left: 38px !important;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2) !important;
    display: inline-block !important;
    font-family: "Khand", sans-serif !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}

/* Style for the parent .dropdown-submenu */
.dropdown-submenu {
    position: relative; /* Allows the nested menu to be positioned absolutely */
}
.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}
/* Ensure the nested dropdown menu is correctly positioned beside the parent */
.dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute !important;
    top: 6px !important;
    width: fit-content !important;
    left: 100%; /* Position the nested menu to the right of the parent */
    z-index: 1050; /* Ensure it appears above the parent menu */
    min-width: 200px; /* Set a minimum width for the nested submenu */
}

/* Display the nested dropdown when hovering over the parent */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Ensure no text wrapping */
.dropdown-submenu a.dropdown-item {
    white-space: nowrap;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    border-bottom: 5px solid #45a5f8d9;
}
/* Adjust the z-index for the main dropdown menu */
.nav-item.dropdown .dropdown-menu {
    z-index: 1040; /* Lower z-index for the main menu */
    width: fit-content;
}

/* Prevent submenus from being cut off or hidden */
.navbar-nav {
    overflow: visible; /* Make sure overflow is visible for dropdowns */
}

/* Ensure that dropdowns don't go out of view */
.navbar .dropdown-menu {
    left: 0;
    right: auto;
}

.pb_0 {
    padding-bottom: 0 !important;
}
.pt_3 {
    padding-top: 3rem !important;
}
.card_box_shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.testimonial {
    padding-top: 0;
}
.title_blue {
    color: #199eb8;
    margin-bottom: 25px;
    font-size: 30px;
}
@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-down {
        position: relative;
        top: 150px;
    }
    .box {
        width: 20%;
    }
    .header p {
        width: 30%;
    }
}
.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}

.box p {
    color: var(--grayishBlue);
}

.box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;
}

.box img {
    float: right;
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
        height: 180px;
    }
}
@media (max-width: 450px) {
    .box {
        height: 200px;
    }
}
@media (max-width: 400px) {
    .about_mission h1 {
        font-size: 1.5rem;
    }
}
.attribution {
    font-size: 11px;
    text-align: center;
}
.attribution a {
    color: hsl(228, 45%, 44%);
}

.about_mission h1:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);
}

.about_mission h1:last-of-type {
    color: var(--varyDarkBlue);
}

.cyan {
    border-top: 3px solid var(--cyan);
}
.red {
    border-top: 3px solid var(--red);
}
.blue {
    border-top: 3px solid var(--blue);
}
.orange {
    border-top: 3px solid var(--orange);
}

.box h2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    margin-top: var(--bs-dropdown-spacer);
}

.feature_div {
    margin-top: 50px !important;
    margin-bottom: 50px;
}
.feature_div h3 {
    color: rgb(0 68 133);
    font-size: 27px;
}
.feature_div h4 {
    color: rgb(0 68 133);
    font-size: 27px;
}
.personal-loans-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* Add space between items */
    padding-left: 1rem; /* Left padding for bullet points */
    list-style-type: none; /* Remove default bullets */
}

.personal-loans-list li {
    position: relative; /* Positioning for the custom checkmark */
    font-size: 14px;
    text-align: justify;
}

.personal-loans-list li::before {
    content: "\2713"; /* Unicode for checkmark (✓) */
    position: absolute;
    left: -1.5rem; /* Adjust the position of the tick icon */
    top: 50%;
    transform: translateY(-50%);
    color: #4caf50; /* Color of the tick */
    font-size: 18px; /* Size of the checkmark */
}

.personal-loans-list li span:first-child {
    font-weight: 600;
    font-size: 18px;
}

@media (min-width: 640px) {
    .personal-loans-list li {
        font-size: 16px;
    }
}
.feature_img {
    width: 100%;
    height: 100%;
}
.feature_img img {
    width: 100%;
    height: 100%;
}
.para_font {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.para_font p {
    text-align: justify;
}

.loan_calculate_form .form-control {
    height: 50px;
}
.emi_cal_flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.additional_dropdown {
    top: 100%;
    left: -100% !important;
}
.center_pie {
    display: flex;
    justify-content: center;
}
.navbar_bg {
    background: #f84555;
}
.nav_bg_edfs {
    color: white;
}
.nav_bg_edfs .navbar-nav .nav-link {
    color: #ffffff !important;
}
.apply_modal_btn {
    border: none !important;
    color: white !important;
}
.modal_form .form-group .form-control {
    border: 1px solid #8b8989 !important;
    height: 50px;
    font-size: 100%;
    vertical-align: middle;
    border-radius: 0;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

/*team*/
.black_team {
    background: url(../img/bg/blur_black.png);

    background-size: cover;
    background-repeat: no-repeat;
}
.dark {
    background: #110f16;
}

.light {
    background: #f3f5f7;
}

.postcard__img_link,
.postcard__img_link:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.postcard.dark {
    background-color: #18151f;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
    font-size: 18px;
}

.postcard h1,
.postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 80%;
}

.postcard .postcard__title {
    font-size: 1.75rem;
}

.postcard .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.postcard .postcard__img_link {
    display: contents;
}

.postcard .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
    font-size: 14px;
}

.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .postcard__bar {
    width: 100px;
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

    .postcard .postcard__title {
        font-size: 2rem;
    }

    .postcard .postcard__tagbox {
        justify-content: start;
    }

    .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard .postcard__text {
        padding: 1rem 2rem 1rem 4rem;
        width: 100%;
    }
    .postcard__text2 {
        padding: 1rem 2rem 1rem 2rem !important;
        width: 100%;
    }
    .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard:hover .postcard__img {
        transform: scale(1.1);
    }

    .postcard:nth-child(2n + 1) {
        flex-direction: row;
    }

    .postcard:nth-child(2n + 0) {
        flex-direction: row-reverse;
    }

    .postcard:nth-child(2n + 1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
    }

    .postcard:nth-child(2n + 0) .postcard__text::before {
        right: -25px !important;
        transform: rotate(-4deg);
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark .postcard__text:before {
        background: #18151f;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(
        -30deg,
        rgba(121, 221, 9, 0.1),
        transparent 50%
    );
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(121, 221, 9, 0.1),
        transparent 50%
    );
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(
        -30deg,
        rgba(0, 118, 189, 0.1),
        transparent 50%
    );
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(0, 118, 189, 0.1),
        transparent 50%
    );
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(
        -30deg,
        rgba(189, 21, 11, 0.1),
        transparent 50%
    );
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(189, 21, 11, 0.1),
        transparent 50%
    );
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(
        -30deg,
        rgba(189, 187, 73, 0.1),
        transparent 50%
    );
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(
        30deg,
        rgba(189, 187, 73, 0.1),
        transparent 50%
    );
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(
            -80deg,
            rgba(121, 221, 9, 0.1),
            transparent 50%
        );
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(
            80deg,
            rgba(121, 221, 9, 0.1),
            transparent 50%
        );
    }

    .blue::before {
        background-image: linear-gradient(
            -80deg,
            rgba(0, 118, 189, 0.1),
            transparent 50%
        );
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(
            80deg,
            rgba(0, 118, 189, 0.1),
            transparent 50%
        );
    }

    .red::before {
        background-image: linear-gradient(
            -80deg,
            rgba(189, 21, 11, 0.1),
            transparent 50%
        );
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(
            80deg,
            rgba(189, 21, 11, 0.1),
            transparent 50%
        );
    }

    .yellow::before {
        background-image: linear-gradient(
            -80deg,
            rgba(189, 187, 73, 0.1),
            transparent 50%
        );
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(
            80deg,
            rgba(189, 187, 73, 0.1),
            transparent 50%
        );
    }
}
/* Style for range inputs */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #ddd; /* Light gray background */
    outline: none;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
}

input[type="range"]:hover {
    opacity: 1;
}

input[type="range"]::-webkit-slider-runnable-track {
    line-height: 50px;
    border-radius: 5px;
    background: #ddd;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #6200ea; /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
}

/* For Firefox */
input[type="range"]::-moz-range-track {
    border-radius: 5px;
    background: #ddd;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #6200ea;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"].with-middle-bar::-webkit-slider-runnable-track {
    background: linear-gradient(
        to right,
        #6200ea 0%,
        #6200ea 50%,
        #ddd 50%,
        #ddd 100%
    );
}

input[type="range"].with-middle-bar::-moz-range-track {
    background: linear-gradient(
        to right,
        #6200ea 0%,
        #6200ea 50%,
        #ddd 50%,
        #ddd 100%
    );
}

.value-display {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Full-screen overlay with a blur effect */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    display: none;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*career*/
.body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 100vh;
}

/* #jobs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#DA22FF, #9733EE);
    clip-path: circle(30% at right 70%);
  }

  #jobs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#E55D87, #5FC3E4);
    clip-path: circle(20% at 10% 10%);
  } */

.available_jobs_container {
    position: relative;
    z-index: 1;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    flex-wrap: wrap;
    margin: 40px 0;
}

.available_jobs_container .card {
    position: relative;
    width: 300px;
    height: 400px;
    background: #161616;
    margin: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.available_jobs_container .card .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
}

.available_jobs_container .card:hover .content {
    transform: translateY(-20px);
}

.available_jobs_container .card .content .imgBx {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.available_jobs_container .card .content .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.available_jobs_container .card .content .contentBx h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    line-height: 1.1em;
}

.available_jobs_container .card .content .contentBx h3 span {
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
}

.available_jobs_container .card .sci {
    position: absolute;
    bottom: 50px;
    display: flex;
    padding-left: 0;
}

.available_jobs_container .card .sci li {
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
}

.available_jobs_container .card:hover .sci li {
    transform: translateY(0px);
    opacity: 1;
}

.available_jobs_container .card .sci li a {
    color: #fff;
    font-size: 20px;
}
.font_weight_label {
    font-weight: 600;
}
.font_blue {
    color: #004ec1;
}
.font_label_size {
    font-size: 20px;
}
/*mega menu*/
.mega_menu_img img {
    height: 100%;
    width: 100%;
}
.mega_menu_col2 {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    border-right: 1px solid #dfdfdf;
}
.mega_menu_middle {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.mega_menu_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-family: auto;
    letter-spacing: 1px;
}
.mega_menu_dropdown_item {
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #ffffff !important;
    /* background-color: #f84555 !important; */
    background-color: #45a5f8d9 !important;
    padding: 8px !important;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.mega_menu_submenu {
    text-decoration: none;
    color: #f84555;
    text-transform: uppercase;
    font-weight: 600;
}
.mega_menu_dropdown_item i {
    margin-right: 10px;
}
.mega_menu_submenu i {
    margin-right: 10px;
    color: grey;
}
.mega_menu_middle ul {
    list-style-type: none;
}
.mega_menu_middle a {
    margin-bottom: 15px;
    font-size: 13px;
}
.menu-has-children ul li {
    margin-bottom: 10px;
}
.menu-has-children ul li a {
    text-decoration: none;
}
.menu-has-children ul li a:hover {
    text-decoration: none;
    color: red;
}
.mega_menu_middle a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.financial_anchor {
    white-space: break-spaces !important;
    font-size: 15px !important;
    text-transform: capitalize;
}
.financial_anchor:hover {
    background-color: #ffdbdbd6 !important;
}
.mega_menu_middle a:hover {
    text-decoration: none;
    color: red;
}
.mega_menu_middle li {
    margin-bottom: 15px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 8px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #070707;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -300px;
    width: 300px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block !important;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #199eb8;
}

#mobile-nav ul .menu-item-active {
    color: #199eb8;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
@media (max-width: 768px) {
    .navbar-toggler {
        display: none;
    }
    #navbarNavDropdown {
        display: block;
    }
    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline-block;
    }

    #mobile-nav {
        left: -300px;
    }

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active {
        overflow: hidden;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

    #mobile-nav .menu-has-children ul {
        display: none; /* Hide all submenus by default */
    }

    #mobile-nav .menu-has-children.menu-item-active ul {
        display: block; /* Display the submenu when the parent has the 'active' class */
    }
    #mobile-nav .dropdown-menu {
        width: 100% !important;
        background: rgba(0, 0, 0, 0.9);
        left: 0 !important;
        overflow: auto;
        left: 50% !important;
        transform: translate(0);
    }
}

.first_haf {
    color: #ffffff;
}

.second_half {
    color: rgb(255 179 79);
}
.financial-service-title {
    text-transform: uppercase;
    font-weight: 700;
}

.service_title {
    text-transform: uppercase;
}
.business_title {
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
}
.Image_div img {
    width: 100%;
    height: 100%;
}
.cards_padding {
    padding: 20px;
}
.bullet_title {
    font-size: 20px;
}
.additional_dropdown {
    position: absolute;
    right: 0 !important;
}

.mega_dropdown_menu {
    width: 80% !important;
    overflow: auto;
    left: 50% !important;
    transform: translate(-50%);
}
.scroll_business {
    height: 350px;
    overflow: auto;
    width: 100%;
}
.service_para {
    text-align: justify;
}
.bg_desc {
    background: #f84555;
    padding: 20px;
    color: white;
}

.box_shadow_blog {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.font_rounded {
    font-family: ui-rounded;
    font-weight: 700;
}
.text_shadow_details {
    text-shadow: 0 1px 0 hsl(174, 5%, 80%), 0 2px 0 hsl(174, 5%, 75%),
        0 3px 0 hsl(174, 5%, 70%), 0 4px 0 hsl(174, 5%, 66%),
        0 5px 0 hsl(174, 5%, 64%), 0 6px 0 hsl(174, 5%, 62%),
        0 7px 0 hsl(174, 5%, 61%), 0 8px 0 hsl(174, 5%, 60%),
        0 0 5px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2),
        0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2),
        0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.3);
    color: #0078a9 !important;
}
.Text_red {
    color: #f84555 !important;
}

.send_otp {
    padding: 10px 20px !important;
    border-radius: 20px !important;
}
.display_flex {
    display: flex;
    align-items: center;
}
.changed_colour {
    color: rgb(255, 174, 0) !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4), 0px 7px 10px rgba(0, 0, 0, 0.1),
        0px 8px 12px rgba(0, 0, 0, 0.1);
}
.get_otp_card h3 {
    letter-spacing: 3px !important;
    font-weight: 600;
}

.get_otp_card {
    width: 70%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-left: 7px solid #f84555 !important;
}
.animated-underline {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
}

.changed_colour {
    color: rgb(255, 174, 0);
}

.animated-underline::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background-color: rgb(255, 174, 0);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.animated-underline:hover::after {
    width: 60%;
}
.card_loan::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    background: rgba(125, 188, 255, 0.2);
    border-radius: 50%;
    animation: waveAnimation 3s ease-in-out infinite;
    opacity: 0.5;
}

@keyframes waveAnimation {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.5);
        opacity: 0.3;
    }
}
.input_field {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    border: 1px solid #3e9fff9e !important;
}
.text-justify {
    text-align: justify;
}
.card_loan {
    padding: 20px;
    border: 1px solid rgb(158 157 158 / 43%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* margin: 20px; */
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #0066ff, #ff32d6) 1;
    background-color: #fff7ca36;
    border-width: 5px;
    position: relative;
    overflow: hidden;
}
.hr_class {
    opacity: 0.65;
    width: 100%;
    margin: 29px auto 0px;
    border: 2px solid #40c2ba;
}
.first {
    align-items: start;
    justify-content: center;
    display: flex;
}
.main_features_boxes {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.main_features_boxes .icon_sec {
    width: 80% !important;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: start;
    justify-content: space-around;
}
.main_features_boxes h5 {
    font-size: 16px;
    font-weight: 600;
    color: #004478;
}
.main_features_boxes p {
    font-size: 15px;
    line-height: 25px;
}
.main_features_boxes .icon_sec img {
    /* width: 100%; */
    height: 100%;
    /* background: #004478;
    border-radius: 60px; */
    margin-top: 0px !important;
}
.bg_parallax {
    background-color: #0c2343 !important;
    border: none;
    width: 100%;
    padding: 20px;
}
.eligibility_title {
    color: #23e0e0 !important;
    text-align: center;
    font-size: 20px !important;
    text-transform: uppercase;
}

/*loan Details*/
.card-big-shadow {
    max-width: 320px;
    position: relative;
}

.coloured-cards .criteria_card {
    margin-top: 30px;
}

.criteria_card[data-radius="none"] {
    border-radius: 0px;
}
.criteria_card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #ffffff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.criteria_card[data-background="image"] .title,
.criteria_card[data-background="image"] .stats,
.criteria_card[data-background="image"] .category,
.criteria_card[data-background="image"] .description,
.criteria_card[data-background="image"] .content,
.criteria_card[data-background="image"] .card-footer,
.criteria_card[data-background="image"] small,
.criteria_card[data-background="image"] .content a,
.criteria_card[data-background="color"] .title,
.criteria_card[data-background="color"] .stats,
.criteria_card[data-background="color"] .category,
.criteria_card[data-background="color"] .description,
.criteria_card[data-background="color"] .content,
.criteria_card[data-background="color"] .card-footer,
.criteria_card[data-background="color"] small,
.criteria_card[data-background="color"] .content a {
    color: #ffffff;
}
.criteria_card.card-just-text .content {
    padding: 30px 30px;
    text-align: center;
}
.criteria_card .content {
    padding: 20px 20px 10px 20px;
}
.criteria_card[data-color="blue"] .category {
    color: #7a9e9f;
}

.criteria_card .category,
.card .label {
    font-size: 14px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.criteria_card .description {
    font-size: 16px;
    color: #66615b;
    text-align: justify;
    font-weight: 600;
}
.content-card {
    margin-top: 30px;
}

/*======== COLORS ===========*/
.criteria_card[data-color="blue"] {
    background: #b8d8d8;
}
.criteria_card[data-color="blue"] .description {
    color: #506568;
}

.criteria_card[data-color="green"] {
    background: #d5e5a3;
}
.criteria_card[data-color="green"] .description {
    color: #60773d;
}
.criteria_card[data-color="green"] .category {
    color: #92ac56;
}

.criteria_card[data-color="yellow"] {
    background: #ffe28c;
}
.criteria_card[data-color="yellow"] .description {
    color: #b25825;
}
.criteria_card[data-color="yellow"] .category {
    color: #d88715;
}

.criteria_card[data-color="brown"] {
    background: #d6c1ab;
}
.criteria_card[data-color="brown"] .description {
    color: #75442e;
}
.criteria_card[data-color="brown"] .category {
    color: #a47e65;
}

.criteria_card[data-color="purple"] {
    background: #baa9ba;
}
.criteria_card[data-color="purple"] .description {
    color: #3a283d;
}
.criteria_card[data-color="purple"] .category {
    color: #5a283d;
}

.criteria_card[data-color="orange"] {
    background: #ff8f5e;
}
.criteria_card[data-color="orange"] .description {
    color: #772510;
}
.criteria_card[data-color="orange"] .category {
    color: #e95e37;
}
.criteria_card .content .title a {
    font-size: 20px;
    text-decoration: none;
}

.eligibility_section_boxes {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.eligibility_section .eligibility_section_boxes .content_area p {
    color: white;
}
.eligibility_section .eligibility_section_boxes .content_area h5 {
    color: rgb(223, 255, 41);
}
.eligibility_section .eligibility_section_boxes .main_features_boxes .icon_sec {
    width: 200px !important;
    /* height: 60px; */
    margin-right: 20px;
    display: flex;
    align-items: start;
    justify-content: space-around;
}

.eligibility_section_boxes .icon_sec {
    width: 120px !important;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: start;
    justify-content: space-around;
}
.eligibility_section_boxes .icon_sec img {
    height: 100%;
}
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    max-width: 100%;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #0066ff, #ff32d6) 1;
    border-width: 3px;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #00838d;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    &:hover:before {
        transform: scale(21);
    }
}

.card1:hover {
    p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }
    h3 {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }
}
.loan_details_title {
    text-align: center;
}

.bg_img_doc_container {
    position: relative;
    overflow: hidden; /* Ensures nothing escapes the container */
}

.bg_img_doc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: -1;
}
.doc_feature_div {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.footer_bg {
    background-color: #0c2343 !important;
}

/*SECTION1*/
.section1 {
    width: 100%;
    position: relative;
    background-color: #dae7d7;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.section1 section {
    /* width: 100%;
    padding: 2rem; */
}

.section1 section .rows {
    display: flex;
    align-items: center;
}

.section1 section .title {
    font-size: 2em;
    padding: 0 2rem;
}

.section1 section .form .title {
    font-size: 1.3em;
    padding: 0 0rem;
}

.section1 section span {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2rem;
}

.section1 section span h3 {
    font-weight: 400;
}

.section1 section span .fa {
    background-color: var(--dark);
    padding: 10px;
    font-size: 2em;
    min-width: 55px;
    text-align: Center;
    color: white;
    border-radius: 10px;
    margin: 0 10px;
}

.section1 .form {
    min-width: 100%;
    width: 100%;
    background-color: var(--dark);
    padding: 1rem;
    position: absolute;
    top: -30px;
    margin: auto;
    z-index: 11;
    box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 0.5);
    text-align: Center;
}

.section1 .form .title {
    text-transform: uppercase;
    color: #63acff;
    margin-bottom: 25px;
}

.section1 .form:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent var(--dark) transparent;
}

.section1 .form:after {
    position: absolute;
    top: 0;
    right: -30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent var(--dark);
}

.section1 .form input,
.section1 .form select,
.section1 .form textarea {
    width: 100%;
    padding: 0.3rem 1rem;
    border: 0;
    border-radius: 5px;
    resize: none;
    font-weight: 400;
    color: rgba(1, 1, 1, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section1 .form .btn1 {
    display: block;
    border-radius: 5px;
    width: 100%;
}

@media (max-width: 1020px) {
    .section1 {
        display: block;
    }
    .section1 section {
        padding: 1rem;
    }
    .section1 section .title {
        font-size: 1.2em;
        padding: 0 1rem;
    }
    .section1 section span {
        padding: 0.1rem 1rem;
    }
    .section1 section span .fa {
        font-size: 1.3em;
        min-width: 45px;
    }
    .section1 .form {
        width: 100%;
        padding: 1rem;
        position: relative;
        top: 0px;
        border-radius: 5px;
    }
    .section1 .form:before,
    .section1 .form:after {
        display: none;
    }
}

@media (max-width: 820px) {
    .section1 section .rows {
        display: block;
    }
}

.btn1 {
    background-color: var(--secondary);
    border: none;
    padding: 10px 0;
}
.service_dd {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 4rem;
    padding: 1rem;
    padding-right: 4rem;
}
@media (max-width: 820px) {
    .btn1,
    .btn2 {
        padding: 10px 15px;
    }
}
.sticky_service {
    position: sticky;
    top: 20%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
}
.financial_service_card {
    padding: 20px !important;
}
.financial_service_card .para_font p {
    font-size: 14px;
}
.animated-underline2 {
    position: relative;
    /* display: inline-block; */
    font-size: 1.5rem;
    font-weight: 500;
}

.animated-underline2::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background-color: rgb(255, 174, 0);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.animated-underline2:hover::after {
    width: 60%;
}
.financial_service_card {
    /* background-color: #a4fffb69!important; */
    border-image: linear-gradient(to bottom right, #9df8ff, #00a4b1) 1 !important;
}
.justify_space {
    justify-content: space-between;
}
.col_md_7 {
    flex: 0 0 auto !important;
    width: 62.333333% !important;
}
.postcard__text2 .personal-loans-list li::before {
    content: "\2713"; /* Unicode for checkmark (✓) */
    position: absolute;
    left: -1.2rem !important; /* Adjust the position of the tick icon */
    top: 50%;
    transform: translateY(-50%);
    color: #4caf50; /* Color of the tick */
    font-size: 18px; /* Size of the checkmark */
}
.postcard__text2:before {
    content: none;
}
.right_float_img {
    float: right;
    border: 1px dotted black;
    margin: 0px 0px 15px 20px;
}
.service_description {
    font-size: 17px;
    text-transform: capitalize;
}

.alter_colour li:nth-child(odd) {
    background-color: #f9f9f9;
}

.alter_colour li:nth-child(even) {
    background-color: #feffae;
}

.alter_colour li {
    padding: 10px;
}
.list_col {
    color: rgb(0, 184, 113);
    text-transform: capitalize;
    font-weight: 600;
}
.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 600px;
    margin: 0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.accordion:last-child {
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: rgba(4, 57, 94, 0.8);
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}
.accordion-label:hover {
    background: rgba(4, 57, 94, 1);
}
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4, 57, 94, 1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p {
    margin: 0;
    color: rgba(4, 57, 94, 0.7);
    font-size: 18px;
}
input:checked + .accordion-label {
    background: rgba(4, 57, 94, 1);
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}

.apply-now-btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.apply-now-btn:hover {
    background-color: #ff6f61;
}
html {
    scroll-behavior: smooth;
}
.topbar_bg {
    background-color: #0c2343;
}
/* Basic Tree View Styles */
.treeview {
    list-style-type: none;
    /* padding-left: 20px; */
    position: relative;
}

.treeview-item {
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}
.treeview-item li a i {
    color: green;
    font-size: 13px;
    margin-right: 15px;
}
/* Add a vertical line for each parent category (from formation to company) */
.treeview-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 15px;
    height: 100%;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    z-index: -1;
}

/* Lines connecting children */
.sub-treeview {
    list-style-type: none;
    padding-left: 20px;
}

.sub-treeview li {
    position: relative;
    margin-left: 20px;
}

.sub-treeview li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 2px;
    background-color: #333;
    border-top: 2px solid #333;
}

/* Hide the line from the last child (leaf) */
.sub-treeview li:last-child::before {
    display: none;
}

/* Style for category titles */
.category-title {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    position: relative;
    padding-left: 25px; /* Space for the vertical line */
}

/* Add a line under the category title */
.category-title::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Adjust vertical positioning */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333; /* The color of the line */
}

/* Optional: Add dashed lines or different color to differentiate */
.treeview-item::before {
    border-left: 2px dashed #999;
}

.sub-treeview li::before {
    border-top: 2px dashed #999;
}

/* Hover effect for category */
.category-title:hover {
    color: #0056b3;
}

/* Optional: Style for subcategory items (with hover effects) */
.sub-treeview a {
    display: inline-block;
    padding-left: 20px; /* Indent subcategory */
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.sub-treeview a:hover {
    color: #0056b3;
}
.flex_center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.financial_service_right {
    color: green;
    margin-right: 15px;
}
.p-relative {
    position: relative;
}
.quotation_card {
    position: absolute;
}

.businee_quote {
    padding: 1rem 2rem;
    height: auto;
    width: 350px;
    float: right;
}

.businee_quote .small-heading {
    font-size: 1rem;
}

.businee_quote .small-input {
    font-size: 0.7rem;
    padding: 0.5rem;
}

.businee_quote .small-label {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    color: white;
}

.businee_quote .form-group.mb-3 {
    margin-bottom: 0.5rem;
}

.businee_quote .form-group .btn-block {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
}

.businee_quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.flex_center_service {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bus_card {
    height: 100%;
    width: 100%;
}
.bus_card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.float_img {
    float: left;
    height: 300px;
    width: 400px;
    margin: 10px;
}
.eligibility_section_boxes2 {
    justify-content: flex-start !important;
}
.eligibility_section_boxes2 .icon_sec {
    width: auto !important;
}
.font_large {
    font-size: 35px !important;
}
.faq-item {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.faq-answer {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}
.feature_icon_f i {
    color: green;
}
.changed_colour_subtitle {
    color: #004ec1 !important;
    text-transform: capitalize;
}
.bus_ser_card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
}
.Comapnyregform .form-control {
    height: 35px;
    line-height: 35px;
}
.Comapnyregform .mt-3 {
    margin-top: 10px !important;
}
.Comapnyregform .mt-4 {
    margin-top: 20px !important;
}
.modal_header_cl {
    margin-bottom: 15px;
    padding: 16px;
}
.Comapnyregform .row {
    padding: 0 16px;
}
.loan-types-container {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}
#loanCarousel {
    height: 330px;
}
.header_logo_text {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

/*index*/
.container_fluid {
    background: #f5f5f5;
}

.container_fluid .image-wrapper {
    position: relative;
}

.container_fluid .main-image {
    width: 300px;
    height: 200px;
    position: absolute;
    z-index: 1;
    left: -25px;
    bottom: -70px;
}

.container_fluid .overlay-image {
    /* position: relative; */
    /* top: -20%; */
    left: 30px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* .container_fluid .experience-badge {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    padding: 10px 20px;
    text-align: center;
    z-index: 2;
} */
.container_fluid .experience-badge {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
    text-align: center;
    z-index: 2;
   
}
.container_fluid h5 {
    font-weight: bold;
    letter-spacing: 1px;
}

.container_fluid h2 {
    font-weight: bold;
    color: #333;
}

.container_fluid ul li {
    font-size: 1.1rem;
    line-height: 1.8;
}

.container_fluid ul li i {
    font-size: 1.2rem;
}

.container_fluid button {
    font-size: 1rem;
    font-weight: 600;
}

.container_fluid .text-secondary {
    color: #777;
    text-align: justify!important;
}
.parallax-section {
    background-image: url("../img/banner_1.png"); /* Replace with your image path */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff; /* Text color for visibility */

    position: relative;
}

.parallax-section .container {
    position: relative;
    z-index: 2;
}

.parallax-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Optional overlay for better contrast */
    z-index: 1;
}

h1.display-5 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    border: 2px solid white;
    border-radius: 50%;
    padding: 30px;
}

p.fs-5 {
    font-size: 1.25rem;
    margin-top: 10px;
    color: #00aaff; /* Accent color for text */
    font-size: 1.25rem !important;
    font-weight: 700;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
}
.header {
    text-align: center;
    padding: 2rem 1rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}
.header h2 {
    font-size: 2rem;
    font-weight: bold;
}
.header p {
    font-size: 1rem;
    color: #6c757d;
}
.service_index_card .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}
.service_index_card .card:hover {
    transform: translateY(-5px);
}
.service_index_card .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service_index_card .card-title {
    font-size: 16px;
    font-weight: 600;
    width: 60%;
}
.service_index_card .card-text {
    color: #6c757d;
}
.service_index_card .card .card-body {
    position: relative;
}

.service_index_card .card .card-header {
   padding: 0;
   height: 150px;
}
.service_index_card .card .card-header img{

    height: 100%;
 }
.service_index_card .card .card-body img {
    position: absolute;
    top: -20%;
    right: 5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.glass_png 
{
    position: absolute;
    width: 250px;
    bottom: 0;
    left: 0;
}
.parallax_background 
{
    background-image: url("../img/bg/who_apply.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff; 
    position: relative;
}











.why_choose_container {
    background: url('../img/bg/who_apply.png') no-repeat center center/cover;
    min-height: 100vh;
    position: relative;
    color: white;
    overflow: hidden;
}

.why_choose_container .content-section {
    padding: 3rem;
  
    border-radius: 10px;
    margin-top: 2rem;
}
.why_choose_container .content-section p{
  font-size: 12px;
}
.why_choose_container .content-section .feature-box h5{
    font-size: 15px;
  }
  
.why_choose_container .content-header {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 20px!important;
}

.why_choose_container .feature-box {
    background-color: #112240;
    color: white;
    padding: 1.5rem;
    text-align: center;
    border-radius: 10px;
}

.why_choose_container .feature-box img {
    max-width: 50px;
    margin-bottom: 1rem;
}

.why_choose_container .feature-row {
    margin-top: 2rem;
}

.why_choose_container .image-section img {
    border-radius: 10px;
}