/********** Template CSS **********/

:root {
    --primary: #6b9971;
    --light: #f0fbfc;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** 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 {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.5s;
}

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

.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;
    border-radius: 0px;
}

/*** Navbar ***/

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

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0;
    color: #ffffff !important;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    /* text-decoration: underline; */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    /* text-decoration: none; */
}

@media (max-width: 1023px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav {
        /*border-top: 1px solid #eeeeee;*/
        background: #821dbd;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header carousel ***/

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 22px;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

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

/*** Section Title ***/

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Service ***/

.service-item {
    background: var(--light);
    transition: 0.5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: 0.5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/*** Categories & Courses ***/

.category img,
.course-item img {
    transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

/*** Team ***/

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

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

/*** Testimonial ***/

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Footer ***/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #ffffff;
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 15px;
}

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

a:hover {
    color: #821dbd !important;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.container-xxl {
    max-width: 1364px;
    width: 100%;
}

.gradient-button2 {
    background-color: white;
    color: #17b094;
    /* Set text color as needed */
    border: none;
    /* Optional: Remove border */
    cursor: pointer;
    border-radius: 10px;
    /* Adjust border-radius for the chip shape */
    display: inline-block;
    margin: 5px;
    /* Optional: Add margin for spacing between chips */
    cursor: pointer;
}

.gradient-button2:hover {
    background-color: #17b094;
    color: #fff;
    /* Set text color as needed */
    border: none;
    /* Optional: Remove border */
    cursor: pointer;
    border-radius: 10px;
    /* Adjust border-radius for the chip shape */
    display: inline-block;
    margin: 5px;
    /* Optional: Add margin for spacing between chips */
    cursor: pointer;
}

.gradient-button {
    background-color: #821dbd;
    color: white !important;
    /* Set text color as needed */
    border: none;
    /* Optional: Remove border */
    cursor: pointer;
    border-radius: 10px;
    /* Adjust border-radius for the chip shape */
    display: inline-block;
    margin: 5px;
    /* Optional: Add margin for spacing between chips */
    cursor: pointer;
}

.gradient-button:hover {
    color: black;
}

.mailbutton {
    background: white;
    color: #049a91;
    /* Set text color as needed */
    padding: 10px 20px;
    /* Adjust padding based on your design */
    border: none;
    /* Optional: Remove border */
    border-radius: 5px;
    /* Optional: Add border-radius for rounded corners */
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 40px;
    /* Adjust border-radius for the chip shape */
    display: inline-block;
    margin: 5px;
    /* Optional: Add margin for spacing between chips */
    cursor: pointer;
}

.row {
    --bs-gutter-x: 0rem !important;
}

.banner {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    color: white;
    /* Set text color to white */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
}

@media (max-width: 1023px) {
    .banner {
        margin-top: 5rem;
    }
}

@media (max-width: 768px) {
    .banner {
        background-position: left;
    }
}

@media (max-width: 425px) {}

.gradient-overlayBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.5) 0%, rgba(4, 46, 43, 0.8) 50%, /* Adjust the color stops and opacity as needed */
    rgba(4, 46, 43, 1) 100%);
}

.banner-text {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

@media (max-width: 786px) {
    .banner-text {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
    }
}

.navbar {
    background-color: transparent;
    border: none;
    padding: 0 !important;
}

.navbar-brand img {
    width: 60px;
    /* Adjust the logo size */
    height: auto;
    /* Maintain the aspect ratio */
}

.navbar-nav {
    /* margin-left: auto; Push nav items to the right */
}

.nav-item {
    margin: 0 10px;
}

.search-box {
    margin-right: 15px;
    /* Adjust spacing between search and nav items */
}

.active-link {
    color: #ff0000;
    /* Change this to your desired active link color */
}

.paragraph-text2 {
    font-size: 10px !important;
}

.incentives-section {
    background-image: url("../img/Group 238(1).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* height: 45vh; */
    padding-top: 50px;
    /* Adjust this value to control the overlap */
}

.hideonMobile {
    display: none;
}

.changebaseline {
    padding-top: 8px;
    align-items: baseline !important;
}

/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 376px) {
    .imges0res {
        /* width: 50% !important; */
        margin: 10px 0px;
    }
    .accordion .accordion-content {
        font-size: 12px;
        font-weight: 300;
        margin: 0.4em 2em;
        font-family: "Poppins";
    }
    p {
        font-size: 12px;
        font-weight: 300;
        font-family: "Poppins";
    }
    .banner-font {
        font-size: 35px;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    .logo {
        margin-top: 0px;
        width: 73px !important;
    }
    /* .logo {
    margin-top: 18px;
    width: 140px !important;
  } */
    .main-heading {
        font-size: 30px !important;
        font-weight: 500;
    }
    .paragraph-text {
        font-size: 14px !important;
        text-align: justify;
    }
    .color-gradient-hoverh3 {
        font-size: 18px;
    }
    .color-gradient-hoverp {
        font-size: 12px;
    }
    .paragraph-text2 {
        font-size: 12px !important;
    }
    .benefit-image {
        max-width: 100% !important;
    }
    .how-it-works-image {
        max-width: 90% !important;
    }
    .objective-image {
        max-width: 50% !important;
    }
    .gradient-button-padding {
        padding: 5px 10px;
        /* Adjust padding based on your design */
    }
    .subHeading {
        font-size: 20px;
    }
    .card-images-2 {
        height: 206px !important;
    }
    .card-title {
        font-size: 16px !important;
        font-family: "Poppins";
        font-weight: 600;
    }
    .card-text {
        font-size: 12px !important;
        font-family: "Poppins";
    }
    .color-gradient-hover {
        width: 574px;
    }
    .setmap0fPakistan {
        width: 100%;
    }
    .accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: black;
        font-size: 16px;
        font-weight: 600;
        border: none;
        background: none;
        outline: none;
        font-family: "Poppins";
    }
    .socialMedia {
        display: flex;
    }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .socialMedia {
        display: none;
    }
    .banner-font {
        font-size: 50px;
    }
    .benefit-image {
        width: 50% !important;
    }
    .how-it-works-image {
        width: 80% !important;
    }
    .changebaseline {
        /* padding-top: 8px; */
        align-items: center !important;
    }
}

.content {
    justify-content: space-between;
}

@media (max-width: 768px) {
    .content {
        justify-content: center;
        margin-bottom: 10px;
    }
}

.fLogo {
    width: 248px !important;
    height: 87px !important;
}

@media (max-width: 768px) {
    .fLogo {
        width: 124px !important;
        height: 43px !important;
    }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .hideonMobile {
        display: block;
    }
    .socialMedia {
        display: none;
    }
    .logo {
        width: 80px !important;
        margin-top: 13px;
    }
    .incentives-section {
        background-image: url("../img/Group 238(1).png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        height: 45vh;
        padding-top: 50px;
        /* Adjust this value to control the overlap */
        margin-bottom: 240px;
    }
    .banner-font {
        font-size: 50px;
        text-align: left;
    }
    .main-heading {
        font-size: 40px !important;
        font-family: "Poppins";
    }
    .color-gradient-hoverh3 {
        font-size: 16px;
    }
    .color-gradient-hover {
        border-radius: 10px;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .socialMedia {
        display: flex;
    }
    .banner-font {
        font-size: 30px;
        font-weight: 300;
    }
    .paragraph-text {
        text-align: justify;
        font-size: 14px !important;
    }
    .paragraph-text2 {
        text-align: left;
        font-size: 13px !important;
    }
    .main-heading {
        font-size: 25px !important;
        font-family: "Poppins";
    }
    .color-gradient-hover {
        padding: 20px 20px;
        width: 352px;
    }
    .imges0res {
        width: 100%;
    }
    .setmap0fPakistan {
        width: 50%;
    }
    .logo {
        width: 80px !important;
        margin-top: 13px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1440px) {
    .accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: black;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
        font-family: "Poppins";
        font-weight: 600;
    }
    .setmap0fPakistan {
        max-width: 100%;
    }
    .card-images-2 {
        height: 306px !important;
    }
    .imges0res {
        width: 100%;
    }
    .color-gradient-hoverp {
        font-size: 14px;
    }
    .card-title {
        font-size: 21px !important;
        font-family: "Poppins";
        font-weight: 600;
    }
    .card-text {
        font-size: 14px !important;
        font-family: "Poppins";
    }
    .color-gradient-hover {
        width: 574px;
    }
    .banner-font {
        font-size: 80px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
    .logo {
        width: 130px !important;
        margin-top: 3px;
    }
    .benefit-image {
        width: 85% !important;
    }
    .how-it-works-image {
        width: 100% !important;
    }
    .objective-image {
        max-width: 100% !important;
    }
    .paragraph-text {
        text-align: justify;
        font-size: 18px !important;
    }
    .paragraph-text2 {
        text-align: left;
        font-size: 18px !important;
    }
    .color-gradient-hoverh3 {
        font-size: 20px;
    }
    .main-heading {
        font-size: 50px;
        font-family: "Poppins";
    }
    .accordion .accordion-content {
        font-size: 1rem;
        font-weight: 300;
        margin: 0.4em 2em;
    }
    p {
        font-size: 1rem;
        font-weight: 300;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 2560px) {
    .banner-font {
        font-size: 80px;
    }
    .paragraph-text {
        text-align: justify;
        font-size: 16px !important;
    }
    .paragraph-text {
        text-align: justify;
        font-size: 14px !important;
    }
}

.IconSettingSocial {
    color: white;
    font-size: 25px;
}

.IconSettingSocial:hover {
    color: #2a2e2b;
}

.centers-section {
    background-image: url("../img/Group 239.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ceremony-section {
    background-color: #2ebba1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.image-container {
    position: relative;
}

.card-images {
    width: 62px;
    height: 62px;
}

.first-image,
.second-image {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: visibility 0.1s ease-in-out; */
}

.second-image {
    visibility: visible;
}

.color-gradient-hover:hover .first-image {
    visibility: visible;
}

.color-gradient-hover:hover .second-image {
    visibility: hidden;
}

.contactus-box {
    background-color: #f9f2ff;
}

.accordion .accordion-item {
    border: 1px solid #dddddd;
    /* padding: 2px; */
    border-radius: 10px;
    margin: 20px;
}

/*
.accordion .accordion-item button[aria-expanded="true"] {
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: black;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: black;
  border: 1px solid #03b5d2;
  border-radius: 10px;
}

.accordion button .accordion-title {
  padding: 2em 2em 2em 2em;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: black;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
} */

.half-section,
.white-section {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-section {
    background-size: cover;
    background-position: center;
    color: white;
}

.white-section {
    background-color: white;
}

.card22 {
    width: 18rem;
    margin: 20px;
}

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

/* accordion */

.accordion {
    margin-top: 50px;
}

.accordion h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    color: black;
}

.accordion p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: black;
}

.accordion-item {
    border-radius: 4px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
    border: 0.82px solid #17b094;
}

.accordion h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
    color: black;
}

@media (max-width: 768px) {
    .accordion h2 {
        font-size: 22px;
    }
}

.card-body {
    margin-top: 10px;
    margin-bottom: 20px;
}

.accordion .accordion-text {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #373737;
}

.text-dark {
    text-decoration: none;
}

.collapsible-link::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */

.collapsible-link::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #000000;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.Jakarta-Dark {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
}

.Jakarta-Light {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 17.64px;
}

.Jakarta-Plus {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.poppins-regular {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
}

.Jakarta-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #821dbd;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
}

@media (max-width: 768px) {
    .Jakarta-heading {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        text-decoration: underline;
        text-decoration-color: #821dbd;
        text-decoration-thickness: 4px;
        text-underline-offset: 6px;
    }
}

.Jakarta-Para {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: justify;
    line-height: 28px;
}

.button-app {
    background-color: aliceblue;
    border: 1px solid white;
    border-radius: 10px;
    width: 223px;
    height: 62px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .button-app {
        width: 113px;
        height: 31px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        color: #821dbd;
        margin-top: 0.5rem;
    }
}

.toggle {
    display: flex;
}

@media (max-width: 1000px) {
    .toggle {
        display: none;
    }
}

.bread {
    margin-top: 12rem;
    margin-left: 2rem;
    color: #000000 !important;
}

@media (max-width: 1023px) {
    .bread {
        margin-top: 6rem;
        margin-left: 0.5rem;
    }
}

.breadcrumb-item {
    color: #000000 !important;
}

.card {
    border-radius: 0.5rem;
    background-color: rgba(130, 29, 189, 0.04);
    border: none;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    padding-left: 10rem;
    padding-right: 10rem;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.otp-field input {
    background-color: transparent;
    height: 45px;
    border-radius: 6px;
    outline: none;
    border: 1px solid black;
    text-align: center;
    padding: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: black;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

::placeholder {
    color: rgba(174, 174, 174, 1);
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgba(174, 174, 174, 1);
}

.image {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1023px) {
    .image {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.footerFixer {
    gap: 3rem;
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {
    .footerFixer {
        gap: 1rem;
        flex-wrap: wrap;
    }
}

.half {
    width: 50%;
}

@media (max-width: 1023px) {
    .half {
        width: 100%;
    }
}

.hide {
    display: block;
}

@media (max-width: 1023px) {
    .hide {
        display: none;
    }
}

.Ohide {
    display: none;
}

@media (max-width: 1023px) {
    .Ohide {
        display: block;
    }
}

.rtoc {
    flex-direction: row;
}

@media (max-width: 1023px) {
    .rtoc {
        flex-direction: column;
    }
}

.rtocc {
    flex-direction: row;
}

@media (max-width: 768px) {
    .rtocc {
        flex-direction: column;
    }
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
}

.sHeading {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 53px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .sHeading {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
    }
}

.round {
    border-radius: 5px;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
        border-radius: 10px !important;
    }
    .nav-item .submenu {
        display: none !important;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100% !important;
        left: auto !important;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block !important;
        border-radius: 10px !important;
        margin-top: -2rem;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

/*@media (max-width: 991px) {
  .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #821dbd;
  background-color: #e9ecef;
} */

.dropdown-menu {
    /* position: absolute;  */
    border-radius: 10px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #821dbd;
    background-color: #e9ecef;
}

.ftext {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    color: white !important;
}

.fltext {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0em;
    color: white;
    margin-bottom: 0px;
}

@media (max-width: 1023px) {
    .ftext {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0em;
        color: white;
    }
    .fltext {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0em;
        color: white;
        margin-bottom: 0px;
    }
}

/* @media (max-width: 1023px) {
  .dropdown-menu[data-bs-popper] {
    top: auto;
    margin-top: 0.125rem;
  }
} */

.fixa {
    font-size: 12px;
    color: white;
}

.fixa:hover {
    color: rgba(177, 177, 177, 1) !important;
}

.pclass {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #821dbd;
    /* width: 50%; */
    z-index: 10;
    padding-left: 120px;
    padding-right: 120px;
    margin-right: -150px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1023px) {
    .pclass {
        width: 100%;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 0px;
        /* height: 30vh; */
    }
}

.cclass {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: start;
    background-color: #821dbd;
    /* width: 50%; */
    z-index: 10;
    /* padding-left: 200px; */
    /* padding-right: 200px; */
    margin-right: -150px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1023px) {
    .cclass {
        width: 100%;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 0px;
        /* height: 30vh; */
    }
}

.banner-text2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60.48px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

@media (max-width: 786px) {
    .banner-text2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
    }
}

.sHeading1 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    letter-spacing: 0em !important;
    text-align: left;
    line-height: 47.88px;
}

@media (max-width: 768px) {
    .sHeading1 {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
    }
}

.banner1 {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    /* background-size: cover; */
    width: 100%;
    color: white;
    /* Set text color to white */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
}

@media (max-width: 1023px) {
    .banner1 {
        margin-top: 6rem;
        height: 30vh;
    }
}

.bord {
    border-style: solid;
    border-color: #828282;
    border-right: 1px;
    border-left: 1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #821dbd;
    background-color: transparent;
}

.nav-link.active {
    border-style: solid !important;
    border-color: #821dbd;
    border-bottom: 5px;
}

.nav-link {
    color: #828282;
}

.copyright.w-100 a:hover {
    color: white !important;
}

/* responsive csss */

@media only screen and (max-width: 1200px) {
    #foreign-policy .Jakarta-Para {
        font-size: 16px;
        line-height: 24px;
    }
    #foreign-policy .right-image {
        padding-left: 30px !important;
    }
}

/*responsive */

.accordion p {
    font-size: 20px !important;
}

.contactus-box .right-data p {
    font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .footerFixer {
        gap: 2rem;
    }
    .features-services p {
        font-size: 16px !important;
    }
    .contactus-box .right-data p {
        font-size: 13px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    /*.paragraph-text2 {*/
    /*    text-align: left;*/
    /*    font-size: 13px !important;*/
    /*}*/
    .footerFixer {
        gap: 1rem;
    }
    #foreign-policy .position-relative {
        padding-left: 20px;
    }
    #foreign-policy .Jakarta-Para {
        font-size: 16px;
    }
    #foreign-policy img {
        height: 580px;
    }
    .contactus-box .bg-white {
        padding-top: 10px;
    }
    .footerFixer .nav-item a {
        font-size: 16px !important;
    }
    .navbar-expand-lg .nav-item {
        margin: 0 7px !important;
    }
    .contactus-box .right-data {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .features-services p {
        font-size: 16px !important;
    }
}

@media (min-width: 991px) and (max-width: 1198px) {
    .paragraph-text2 {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    #foreign-policy .position-relative {
        display: flex;
        justify-content: end;
    }
    #contact-us iframe {
        width: 100%;
    }
    #contact-us .col-lg-6.align-content-between {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .print-main-heading {
        font-size: 28px;
    }
    #contact-us iframe {
        width: 100%;
    }
    #foreign-policy .position-relative {
        display: flex;
        justify-content: center;
    }
    .contactus-box .bg-white {
        padding-top: 10px;
    }
    .sub-banner h3 {
        font-size: 20px !important;
    }
    .contactus-box .right-data {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #contact-us .Jakarta-Plus {
        font-size: 15px;
        line-height: 23px;
    }
}

@media (max-width: 768px) {
    .accordion h1 {
        font-size: 24px !important;
    }
    .contactus-box h1 {
        font-size: 23px !important;
        line-height: 30px !important;
    }
    .features-services h1 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .Jakarta-heading {
        margin-bottom: -30px;
    }
    .accordion .accordion-item h2 {
        font-size: 16px !important;
    }
    .accordion .accordion-text {
        font-size: 14px !important;
    }
    .accordion .accordion-item {
        padding-left: 0 !important;
    }
    .accordion .collapsible-link::before {
        right: -1rem;
    }
    .accordion .collapsible-link::after {
        right: calc(-1rem + 6px);
    }
    .color-gradient-hoverh3 {
        font-size: 18px;
    }
    #contact-us .Jakarta-Plus {
        font-size: 14px;
        line-height: 23px;
    }
    #foreign-policy .Jakarta-Para {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 560px) and (max-width: 768px) {
    .sub-banner .right-data {
        margin-left: -45px !important;
    }
}

@media (max-width: 376px) {
    .contactus-box .right-data p {
        font-size: 10px;
    }
    #contact-us .Jakarta-Plus {
        margin-top: 15px !important;
        font-size: 13px;
        line-height: 20px;
    }
    #foreign-policy .Jakarta-Para {
        font-size: 14px;
        line-height: 24px;
    }
    .features-services .col-lg-6 p {
        font-size: 12px;
    }
    .accordion .Jakarta-Para {
        font-size: 15px;
        line-height: 24px;
    }
    .accordion .accordion-item h2 {
        font-size: 14px !important;
    }
    .accordion .accordion-text {
        font-size: 12px !important;
    }
    .accordion h1 {
        font-size: 22px !important;
        line-height: 33px !important;
    }
    .color-gradient-hoverh3 {
        font-size: 17px;
    }
    .contactus-box h1 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .contactus-box h1 br {
        display: none;
    }
    .sub-banner p {
        font-size: 12px !important;
    }
    .features-services h1 {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .accordion p {
        font-size: 15px !important;
    }
}

.appointment-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    /* Adjusts for padding in form-group */
}

.appointment-form .form-group {
    padding: 10px;
    /* Adjusts for spacing between fields */
    flex: 1 1 100%;
    /* Full width by default */
    box-sizing: border-box;
}

.appointment-form .form-group label {
    display: block;
}

.appointment-form .form-control,
.appointment-form .form-select {
    border-radius: 5px !important;
    display: block;
    width: 100%;
    padding: 0.8rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #52565b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px) {
    .appointment-form .form-group {
        flex: 1 1 50%;
        /* Half width on large screens */
    }
}

@media (max-width: 992px) {
    .appointment-form .card {
        padding: 20px;
    }
    .appointment-form .form-control,
    .appointment-form .form-select {
        width: 100%;
    }
    .appointment-form .form-group {
        flex: 1 1 100%;
        /* Half width on large screens */
        width: 100%;
    }
}

.appointment-form .btn-primary {
    border: none;
    border-radius: 5px;
    padding: 10px 40px;
    color: white;
    background-color: #821dbd;
}

.appointment-form .btn-primary:hover,
.appointment-form .btn-primary:focus,
.appointment-form .btn-primary:active,
.appointment-form .btn-primary:target {
    background-color: #821dbd;
}

#appointmenttable th,
#appointmenttable td {
    padding: 8px 15px;
}

/* new css */

#process-appostile .card {
    height: 300px;
    padding: 4px 20px;
    border-radius: 22px;
    border: 1px solid #821DBD;
    background-color: white;
    opacity: 1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}

#process-appostile .card:hover {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

#process-appostile .number-text-light {
    font-family: "Nunito", sans-serif;
    font-size: 64px !important;
    color: #EAEAEA !important;
}

.process-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
}

.process-col {
    flex: 1 1 calc(33.333% - 40px);
    /* Three cards in a row for large screens */
    box-sizing: border-box;
    margin: 10px;
    margin-bottom: 30px;
}

#Verification-method .nav-pills {
    margin-top: 190px !important;
}

#home .text-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
}

.features-services.content-of-pages {
    padding: 0px 20px;
    background-color: #faf7f7;
    padding-bottom: 50px !important;
}

.gradient-button:hover {
    color: black !important;
}

@media (max-width: 1200px) {
    #home .text-desc {
        font-size: 18px;
    }
    #process-appostile .card {
        height: 310px;
    }
    .process-card-text-data {
        font-size: 14px !important;
    }
    #Verification-method .nav-pills {
        margin-top: 130px !important;
    }
}

@media (max-width: 992px) {
    .needs-validation {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    #home .text-desc {
        font-size: 16px;
    }
    #process-appostile .card {
        height: 290px;
    }
    .process-col {
        flex: 1 1 calc(50% - 40px);
        /* Two cards in a row for medium screens */
    }
    #Verification-method .nav-pills {
        margin-top: 40px !important;
    }
    .navbar .changebaseline {
        margin-bottom: 10px;
        margin-top: 13px !important;
    }
    .navbar .changebaseline .navbar-nav {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .pages-content-spaces {
        padding: 0 !important;
    }
    .features-services.content-of-pages {
        margin-top: -59px;
    }
    .process-col {
        flex: 1 1 calc(100% - 40px);
        /* One card in a row for small screens */
    }
    #home .text-desc br {
        display: none;
    }
    #home .text-desc {
        font-size: 14px;
    }
    .appointment-form-heading {
        margin-top: -50px;
    }
    #home .verification-main-heading {
        margin-top: -50px;
    }
    .features-services .pages-heading-main-text {
        font-size: 38px !important;
        margin-top: -40px;
        font-weight: 700;
        line-height: 53px !important;
        margin-bottom: -40px !important;
    }
}

/* end */

@media (max-width: 764px) {
    #home .verification-main-heading {
        font-size: 25px !important;
        line-height: 34px !important;
    }
    .needs-validation h2 {
        font-size: calc(1.225rem + 0.9vw);
    }
    .needs-validation {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .date-input-container {
        margin-top: -10px !important;
        margin-left: 0 !important;
    }
    .needs-validation .otp-field,
    .date-input-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px;
    }
    .needs-validation .otp-field p {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .needs-validation .otp-field select {
        flex: 1 0 30%;
        /*flex: 1 0 calc(33.3333% - 16px);*/
        /*max-width: calc(18.3333% - 16px);*/
        font-size: 14px !important;
    }
    .needs-validation .otp-field input {
        flex: 1 1 100%;
        max-width: 100%;
        font-size: 14px !important;
    }
}

@media (max-width: 420px) {
    .appointment-form-heading {
        font-size: 25px !important;
        line-height: 34px !important;
        /*margin-bottom: -40px;*/
        margin-top: -70px;
    }
    .needs-validation {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#print-section .about-profiles .row {
    margin-top: 160px !important;
}

#search {
    padding-top: 7px;
    height: 43px;
    border-radius: 5px;
}

@media (max-width: 1000px) {
    .header-socials-icons {
        display: none !important;
    }
    .navbar-light .navbar-brand {
        display: inline-flex;
    }
    .content {
        justify-content: left;
    }
}

@media (max-width: 992px) {
    .navbar-nav .submenu {
        margin: 1px 10px;
    }
    #print-section .about-profiles .row .card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #print-section .about-profiles .row {
        margin-top: 90px !important;
    }
}

@media (max-width: 600px) {
    #print-section .about-profiles .row {
        margin-top: 50px !important;
    }
    #print-section .about-profiles .row .card h1 {
        font-size: calc(1.275rem + 1.5vw);
    }
    #print-section .about-profiles .row .card h3 {
        font-size: calc(1.1rem + 0.6vw);
    }
    #print-section .about-profiles .row .card ol,
    #print-section .about-profiles .row .card ul {
        padding-left: 1.3rem;
    }
    .features-services .pages-heading-main-text {
        font-size: 36px !important;
        font-weight: 700;
        margin-top: -40px;
    }
}

@media (max-width: 400px) {
    .features-services .pages-heading-main-text {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 43px !important;
        margin-bottom: -40px !important;
    }
    .appointment-form {
        margin-top: -53px !important;
    }
    #print-section .about-profiles .row .card {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #print-section .about-profiles .row .card h1 {
        font-size: calc(1.035rem + 1.5vw);
    }
    #print-section .about-profiles .row .card h3 {
        font-size: calc(1.0rem + 0.6vw);
    }
}

/*background-color: #fff;*/

/*background-clip: padding-box;*/

/*border: 1px solid #ced4da;*/

@media (max-width: 600px) {
    .vertical-layout td {
        display: block !important;
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

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

@media (max-width: 380px) {
    .banner .button-app {
        margin-bottom: 50px;
    }
}

@media (max-width: 30px) {
    .banner .button-app {
        margin-bottom: 117px;
    }
}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        position: fixed;
        top: 44px;
    }
    .changebaseline.second-navbar {
        /*background-color: #821dbd;*/
        /*display: flex;*/
        /*flex-direction: column;*/
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 573px) {
    .navbar-light .navbar-toggler {
        margin-right: 24px;
    }
    .navbar-light .navbar-brand p {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .appointment-form {
        margin-top: -33px !important;
    }
    .navbar-light .navbar-toggler {
        margin-right: 21px;
    }
    .navbar-light .navbar-brand p {
        font-size: 12px !important;
    }
}

.numbered-list {
    counter-reset: item;
    list-style: none;
    padding-left: 40px;
}

.numbered-list li {
    font-weight: 500;
    color: #151515;
    font-size: 32px;
    position: relative;
    margin-bottom: 10px;
}

.numbered-list li::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #821DBD;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

@media (max-width: 600px) {
    .numbered-list li {
        font-size: 20px;
    }
    .numbered-list li::before {
        left: -40px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

/*website color changes */

.navbar {
    background-color: #003D1D !important;
}

/* add class */

.navbar-center {
    background-color: #003D1D !important;
}

.copyright {
    background-color: #003D1D !important;
}

.button-app {
    color: #003D1D !important;
}

.Jakarta-heading {
    text-decoration-color: #003D1D !important;
}

a:hover {
    color: #003D1D !important;
}

.numbered-list li::before {
    border: 1px solid #003D1D;
}

.gradient-button {
    background-color: #003D1D !important;
}

.process-row .process-col .card-heading-text {
    color: #003D1D !important;
}

#process-appostile .card {
    border: 1px solid #003D1D;
    /* Updated color */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #003D1D;
    background-color: transparent;
}

@media (max-width: 1023px) {
    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
        background: #003D1D !important;
    }
}

button[type="submit"] {
    background: #003D1D !important;
}

.gradient-button,
.gradient-button:hover {
    color: white !important;
}

#name-table .vertical-layout .alpha {
    color: #003D1D !important;
}

/*Alert pop up modal start*/

.mofa-disclaimer {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    min-height: 620px;
    background: linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)), url('/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mofa-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 20;
    transform: scale(1.25);
    filter: invert(18%) sepia(44%) saturate(1084%) hue-rotate(105deg);
}

.mofa-content {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 34px 70px 85px;
}

.mofa-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
}

.mofa-emblem {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex-shrink: 0;
    margin: 0;
}

.mofa-title {
    text-align: left;
}

.mofa-title h2 {
    color: #003D1D;
    font-weight: 800;
    font-size: 24px;
    margin: 0;
    line-height: 1.15;
}

.mofa-title h5 {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: 1.2;
}

.mofa-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 18px auto 20px;
}

.mofa-divider span {
    width: 35px;
    height: 3px;
    background: #003D1D;
    border-radius: 20px;
}

.mofa-content h3 {
    color: #003D1D;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.eng-text {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 760px;
}

.mofa-content hr {
    width: 65%;
    margin: 45px auto 18px;
    border-color: #003D1D;
    opacity: .35;
}

.urdu-heading {
    font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', serif;
    font-size: 20px !important;
    margin-bottom: 8px !important;
}

.urdu-text {
    font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', serif;
    color: #111;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 2 !important;
    margin: 0 auto;
}

.mofa-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    background: #003D1D;
    border-top: 3px solid #c69c43;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.footer-text {
    color: #d6b45f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding: 0 20px;
    margin: 0;
}

@media (max-width: 576px) {
    .mofa-content {
        padding: 28px 25px 85px;
    }
    .mofa-header {
        gap: 12px;
    }
    .mofa-emblem {
        width: 58px;
        height: 58px;
    }
    .mofa-title h2 {
        font-size: 20px;
    }
    .mofa-title h5 {
        font-size: 15px;
    }
    .footer-text {
        font-size: 11px;
    }
}

/*Alert pop up modal start*/
