* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.conSection {
    display: flex;
    justify-content: center;
}

.containerSlider {
    width: 1360px;
}

.grid {
    display: grid;
}

.grid5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.grid4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.sectionTitle {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.containerSlider .sectionTitle {
    padding: 0 32px;
}

.sectionTitle h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;

}

.basicSection {
    margin: 64px 0;
}

.textCon {
    min-height: 50vh;
}

.textCon p {
    font-size: 14px;
    line-height: 21px;
}

input {
    font-family: "Inter", sans-serif;
}

button {
    font-family: "Inter", sans-serif;
    background-color: transparent;
    border: 1px solid #6d6d6d;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    color: #0C172F;
}

button:hover {
    background-color: #0C172F;
    color: #ddd;
}


/* -- --------------------------------------  Loading Section   ---------------------------------------- -- */

.loadingSec {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.685);
    /* semi-transparent */
    backdrop-filter: blur(10px);
    /* blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* for Safari support */
    z-index: 99999;
    transition: opacity 0.5s ease;
}

.loadingSec.hide {
    opacity: 0;
    pointer-events: none;
}

.loadingCon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loadingSec .logo img {
    height: 48px;
    margin-bottom: 24px;
}

/* From Uiverse.io by satyamchaudharydev */
.loader {
    display: block;
    --height-of-loader: 4px;
    --loader-color: #FA8700;
    width: 130px;
    height: var(--height-of-loader);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.loader::before {
    content: "";
    position: absolute;
    background: var(--loader-color);
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 30px;
    animation: moving 1s ease-in-out infinite;
    ;
}

@keyframes moving {
    50% {
        width: 100%;
    }

    100% {
        width: 0;
        right: 0;
        left: unset;
    }
}

/* -- --------------------------------------  header   ---------------------------------------- -- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0C172F;
    z-index: 9;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.menu {
    display: none;
}

.headLeft {
    display: flex;
    align-items: center;
    gap: 16px;
}

.headLeft h6 {
    border-left: 1px solid #aeaeae;
    /* border-radius: 5px; */
    color: #bebebe;
    margin-bottom: 0;
    padding: 4px 12px;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 32px;
}

.logo img.logoText {
    height: 25px;
}

.headRight {
    display: flex;
    align-items: center;
    gap: 16px;
}

.headRight ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.headRight ul a {
    color: #ffffff;
    text-decoration: none;
}

.headRight ul a li {
    border: 1px solid #999999;
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;

}

.headRight ul a li:hover {
    border-color: #fff;
}

.headRight ul a li.active {
    background-color: #221634;
    border-color: #FF4A05;
}

.headRight ul a li.active:hover {
    border-color: #ddd;
}

.headRight .govEmblem {
    height: 32px;
}

/* -- --------------------------------------  whats new section   ---------------------------------------- -- */
.whatsnewSec {
    margin-top: 60px;
    background: linear-gradient(90deg, rgb(196, 70, 255) -14.33%, rgb(120, 1, 251) 38.59%, rgb(62, 0, 130) 98.88%);
    padding: 8px 0 3px;
}

.whatsnewSec marquee a,
.whatsnewSec marquee span {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 20px;
    padding-left: 14px;
    position: relative;
    transition: all 0.2s ease-in-out;
}



.whatsnewSec marquee a::before,
.whatsnewSec marquee span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: rgb(147, 254, 122);
}

.whatsnewSec marquee a:hover,
.whatsnewSec marquee span:hover {
    color: #FA8700
}

/* -- --------------------------------------  Banner section   ---------------------------------------- - */

.bannerSection {
    background-color: #0C172F;
}

.bannerSliderCon {
    color: #fff;

}

.slide-content-bigCard {
    padding: 32px 0 48px;
}

.bigCard-container {
    width: 100%;
}

.bigCard-container .swiper {
    border-radius: 16px;
}

.bigCard-container .slide-container {
    width: 100%;
}

.bigCard-container .card {
    border-radius: 16px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-in-out;
}



.bigCard-container .card .card-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 16px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}


/* - --------------------------------------  perspective section   ----------------------------------------  */
.perspective img {
    border-radius: 12px;
    width: 100%;
}



/* - --------------------------------------  SpotLight section   ---------------------------------------- - */



.spotlight-container {
    width: 100%;
}

.spotlight-container .swiper {
    border-radius: 16px;
}

.spotlight-container .slide-container {
    width: 100%;
}

.spotlight-container .card {
    border-radius: 16px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-in-out;
    background-color: #0C172F;
}



.spotlight-container .card .card-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.containerSlider .swiper-initialized {
    margin: 0 32px;
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
    font-size: 32px !important;
    color: #FF4A05 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
}


/* - --------------------------------------  About section   ----------------------------------------  */
.aboutSec {
    background-color: #0C172F;
    color: #fff;
    padding: 64px 0;
    position: relative;
}

.aboutPattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/aboutPattern.png);
    background-size: contain;
    background-repeat: repeat;
    opacity: 0.1;
}

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

    opacity: 0.1;
}

.aboutGrid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.aboutCon {
    width: 50%;
}

.aboutCon h3 {
    font-size: 48px;
    line-height: 48px;
    font-family: "Oswald", sans-serif;
    color: #FF4A05;
    text-transform: uppercase;
}

.aboutCon h2 {
    font-size: 72px;
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.aboutCon p {
    color: #ddd;
    font-size: 14px;
}

.aboutCon a {
    color: #FF4A05;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.fbBox {
    width: 500px;
    border-radius: 16px;
    overflow: hidden;
    height: 500px;
    border: 3px solid #FF4A05;
}

/* --------------------------------------  Applications section   ---------------------------------------- */
.applicationSec ul {
    padding-left: 0;
    margin-bottom: 0;
}

.applicationSec ul a {
    color: #0C172F;
    text-decoration: none;
}

.applicationSec ul li {
    list-style: none;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 8px 32px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.applicationSec ul li.withoutQr {
    padding: 30px 32px;
}

.applicationSec ul li .linkText {
    width: 90%;
    margin-right: 10px;
}

.applicationSec ul li.withoutQr .linkText {
    width: 100%;
}

.applicationSec ul li img {
    height: 94px;
}

.applicationSec ul li:hover {
    border-color: #B23AE2;
    background-color: #f6f6f6;
    color: #B23AE2;

}


/* --------------------------------------  Track Application section   ----------------------------------------  */
.trackBox {
    background: url(../images/trackPattern.png) 50% center / cover no-repeat, linear-gradient(92deg, rgb(178, 58, 226) 3.99%, rgb(84, 42, 178) 83.92%);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    padding: 48px 36px 36px;
    border-radius: 20px;
    color: #fff;
}

.trackBox h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.trackFormFlex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trackFormFlex input {
    background-color: transparent;
    color: #fff !important;
}

.trackFormFlex input::placeholder {
    color: #fff !important;
}

.trackFormFlex input:focus {
    background-color: transparent;
}

.trackFormFlex button {
    background-color: #fff;
    color: #0C172F;
    width: 150px;
    padding: 9px 0;
    font-weight: 700;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

/* - --------------------------------------  Youtube section   ----------------------------------------  */
.youtubeSec iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.youtubeSec iframe:hover {
    margin-top: -10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}




/* --------------------------------------  Gallery section   ---------------------------------------- */


.galleryGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.galleryGrid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.galleryGrid img:hover {
    margin-top: -8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.galleryModalCon {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.galleryModalCon .modal-content {
    max-width: 90%;
    max-height: 80vh;
    margin: auto;
    object-fit: contain;
    background-color: transparent;
    border-radius: 10px;
}

.galleryModalCon .modal-caption {
    color: #ccc;
    margin-top: 10px;
}

.galleryModalCon .close,
.galleryModalCon .modal-prev,
.galleryModalCon .modal-next {
    position: absolute;
    top: 50%;
    color: white;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 100px;
    user-select: none;
    width: 48px;
    height: 48px;
    transition: all 0.3s ease-in-out;
}

.galleryModalCon .close {
    font-size: 28px;
    top: 10px;
    right: 10px;
    padding-bottom: 3px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    color: red;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galleryModalCon .modal-prev {
    left: 15px;
}

.galleryModalCon .modal-next {
    right: 15px;
}

.galleryModalCon .modal-prev:hover,
.galleryModalCon .modal-next:hover {
    background-color: #fff;
    color: #0C172F;
}

/* Zoom in animation */
@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Slide left (for next) */
@keyframes slideLeft {
    from {
        transform: translateX(20%);
        opacity: 0;
    }

    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

/* Slide right (for prev) */
@keyframes slideRight {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }

    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

/* Animation classes */
.animate-zoom {
    animation: zoomIn 0.4s ease-in-out;
}

.animate-slide-left {
    animation: slideLeft 0.4s ease-in-out;
}

.animate-slide-right {
    animation: slideRight 0.4s ease-in-out;
}

/* --------------------------------------  Footer Section   ---------------------------------------- */

footer {
    background-color: #0C172F;
    color: #fff;
    padding: 100px 0 60px;
}

footer h6 {
    margin: 4px 0 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #bebebe;
    font-size: 13px;
    text-transform: uppercase;
}

footer p {
    font-size: 13px;
}

footer ul {
    margin: 30px 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer ul a {
    text-decoration: none;
    color: #fff;
}

footer ul a li {
    list-style: none;
    font-weight: 700;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

footer ul a li:hover {
    color: #FF4A05;
}

footer h5 {
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 500;
}

footer h5 b {
    font-weight: bolder;
    font-size: 18px;
}

footer .socialSec {
    display: flex;
    align-items: center;
    gap: 16px;
}

footer .socialSec p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
}

footer .socialSec ion-icon {
    font-size: 36px;
    color: #fff;
    margin-bottom: -6px;
    transition: all 0.2s ease-in-out;
}

footer .socialSec ion-icon:hover {
    color: #FF4A05;
}

/* --------------------------------------  Other Page   ---------------------------------------- */
.bradcrumb {
    margin-top: 20px;
}

.bradcrumb p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a4a4a;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

.bradcrumb p a {
    text-decoration: none;
    color: #7c7c7c;
}






/* --------------------------------------  Registration Page   ---------------------------------------- */
.regPageSec h5 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #FF4A05;

}

.regPageSec form label {
    font-size: 14px;
    font-weight: 600;
}

.regPageSec form .submitButton {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    background-color: #B23AE2;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
}

.hardCopy {
    margin: 0;
    padding: 32px 0 0;
    width: 100%;
    display: none;

}

.hardCopy h4 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.hardCopy h5 {
    font-family: "Oswald", sans-serif;
}

.hardCopy .label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.hardCopy .field {
    border-bottom: 1px solid #000;
    width: 100%;
    height: 20px;
}

.hardCopy table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.hardCopy td {
    border: 1px solid #000;
    padding: 5px;
    font-size: 12px;
    font-family: "Oswald", sans-serif;
}


/* --------------------------------------  Contact Page   ---------------------------------------- */

.ContactCon {
    min-height: 50vh;
}

.ContactCon p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}

.ContactCon h5 {
    font-family: "Oswald", sans-serif;
}


.acknowledgment-container {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 1rem;
    padding: 32px;
}

.acknowledgment-container img {
    width: 160px;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
}

.acknowledgment-container h3 {
    font-size: 24px;
    margin: 24px 0;
    font-family: "Oswald", sans-serif;
}

.acknowledgment-container h3 span {
    color: #FF4A05;
    font-family: "Oswald", sans-serif;
}

.acknowledgment-container p {
    margin: 24px 0;
}

.acknowledgment-container h5 {
    margin: 12px 0;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}

.acknowledgment-container h4 {
    font-size: 16px;
    margin: 12px 0;
}

.acknowledgment-container p strong {
    color: #FF4A05;
    font-family: "Oswald", sans-serif;
}

.modal .modal-title {
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.modal form label {
    font-size: 14px;
    font-weight: 600;
}

.modal form .submitButton {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    background-color: #B23AE2;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    color: #fff;
}

.passwordCon {
    position: relative;
}

.viewPassword {
    position: absolute;
    right: 16px;
    top: 11px;
    cursor: pointer;
}

.modal-header .btn-close:hover {
    background-color: rgb(255, 119, 119);
}

.rolePage h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #FA8700;
}

.roleGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.roleGrid a {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 24px 16px 20px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.roleGrid a h4 {

    font-family: "Oswald", sans-serif;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.roleGrid a img {
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;

}

.roleGrid a:hover {
    box-shadow: none;
    border: 1px solid #ddd;
}

.roleGrid a:hover h4 {
    color: #B23AE2;
}

.previewModal ul li {
    border: none;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
    font-family: "Oswald", sans-serif;
}

.previewModal ul li:nth-child(1),
.previewModal ul li:nth-child(2) {
    display: none;
}

.previewModal button {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
}

.previewModal p {

    font-family: "Oswald", sans-serif;
}

.previewModal #confirmSubmit {
    background-color: #B23AE2;
    width: 48%;
}

.previewModal .btn-dark {
    width: 48%;
}

.previewModal .modal-footer {
    justify-content: center;
}




.blockLetter input[type="text"],
.blockLetter input[type="number"],
.blockLetter input[type="date"],
.blockLetter select,
.blockLetter textarea {
    text-transform: uppercase;
}

.declarationCon {
    padding-left: 14px !important;
}

.declarationCon li {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #484848;
}

.declarationCon ul li {
    list-style: dotted;
}

.acknowHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.acknowHeader img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.acknowHeader div {
    text-align: center;
}

.acknowHeader div h5 {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    margin: 4px 0;
}

.acknowCon {

    border-bottom: 1px solid #000;
    margin: 20px 0;
    padding: 20px 0;
}

.acknowCon tr {
    font-size: 11px;
}

.acknowCon tr h6 {
    font-size: 11px;
}