@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #944715 #ffffff94;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #ffffff94;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ef6e00, #944715);
    border-radius: 10px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff8800, #944715);
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1d1d1d;
    overflow-x: hidden;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #007bff;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

.container-fluid {
    max-width: 94%;
    margin: auto;
    width: 100%;
}

.section {
    padding: 80px 0;
}

/*** Header ***/
.header-top {
    background: #63300F;
    color: #fff;
    font-size: 14px;
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
    flex-wrap: wrap;
}

.top-left-wrapper,
.top-right-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-left-wrapper {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.top-left-wrapper span {
    opacity: 0.6;
}

.top-right-wrapper {
    font-size: 13px;
}

.font-resizer .text-switcher {
    display: flex;
    gap: 6px;
}

.text-switcher span a {
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    transition: 0.3s;
}

.text-switcher span a:hover {
    background: #fff;
    color: #63300F;
}

.top-right-wrapper li:first-child {
    cursor: pointer;
}

.header {
    background: #ffffff;
    padding: 8px 0;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    width: 80px;
    height: auto;
}

.logo-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #07457b;
    line-height: 1.3;
    margin: 0;
}

.header-right img {
    width: 220px;
    height: auto;
}

.menu {
    background: #E3E3E3;
    transition: all 0.3s ease;
}

.menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #E3E3E3;
    transition: all 0.3s ease;
    border-bottom: 1px solid #994a1d94;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    flex-wrap: wrap;
}

.search img {
    width: 80%;
}


/**** Home Baner ****/
section.home-page-slider {
    overflow: hidden;
    position: relative;
}

.slider {
    width: 100%;
    display: flex;
}

/* Left Section */
.carousel-left {
    width: 40%;
    position: relative;
    background: url('../images/banner-bg.png') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D9D9D9F7;
}

/* Text */
.carousel-text {
    position: relative;
    z-index: 2;
    padding-left: 60px;
}

.carousel-text h2 {
    color: #944715;
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 48px;
    font-weight: 600;
}

.carousel-text p {
    color: #000;
    font-size: 24px;
    line-height: 30px;
}

/* Image Section */
.carousel-img-home {
    width: 60%;
    position: relative;
    height: 72vh;
}

.carousel-img-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gradient Overlay */
.carousel-img-home::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 291px;
    height: 100%;
    background: linear-gradient(to right, #dadada 10%, transparent);
}

/* Hide arrows if needed */
button.carousel-control-prev,
button.carousel-control-next {
    display: none;
}

.announcement-section {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.announcement-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    padding-right: 95px;
    background: #63300F;
    color: #fff;
}

.announcement-wrapper::after {
    content: '';
    position: absolute;
    background: #4A2209;
    height: 100%;
    width: 20px;
    right: -20px;
    top: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.announcement-wrapper::before {
    content: '';
    position: absolute;
    background: #4A2209;
    height: 100%;
    width: 20px;
    left: -20px;
    top: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

a.view-all-announcements.r-more-btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    padding: 3px 15px !important;
    font-size: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    background: #C26525;
    margin-right: 10px;
}

.announcement-wrapper h3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    background: #964917;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 15px;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* announcement link */
.marquee-content a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}

/* icon */
.marquee-content a img {
    width: 20px;
    height: auto;
}

/* Tab */
.result-section {
    padding: 80px 0;
    position: relative;
}

/* Background Pattern */
.result-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/tab-bg.png');
    background-repeat: repeat;
    background-size: contain;
    opacity: 15%;
    z-index: 0;
}

.result-section .container {
    position: relative;
    z-index: 1;
}

.result-container {
    width: 1060px;
    margin: auto;
}

/* Tabs */

/* Tabs */

.result-tabs {
    border-bottom: none;
    margin-bottom: -50px;
    position: relative;
}

.result-tabs .nav {
    display: flex;
    flex-wrap: wrap;
}

.result-tabs .nav-item {
    flex: 1;
    margin: 0 10px;
    position: relative;
}

.result-tabs .nav-link {
    position: relative;
    display: block;
    text-align: center;
}

/* Left shape */
.result-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    background: url('../images/left-tab.png') no-repeat;
    background-size: unset;
}

/* Right shape */
.result-tabs .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: url('../images/right-tab.png') no-repeat;
    background-size: unset;
}

.result-tabs .nav-link.active::before {
    background: url('../images/left-tab-active.png') no-repeat;
    background-size: unset;
}

.result-tabs .nav-link.active::after {
    background: url('../images/right-tab-active.png') no-repeat;
    background-size: unset;
}

.result-tabs .nav-item:first-child {
    margin-left: 20px;
}

.result-tabs .nav-item:last-child {
    margin-right: 20px;
}

.result-tabs .nav-link {
    background: #E2E2E2;
    color: #542403;
    border: none;
    padding: 10px 0px;
    border-radius: 0px 0px 20px 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.result-tabs .nav-link.active {
    background: #EF6E00;
    color: #fff;
}
.result-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}
.nav-item img {
    padding-right: 5px;
    width: 40px;
}


/* Result Box */
.result-box {
    background: #7a3a13;
    padding: 25px;
    border-radius: 8px;
    padding-top: 50px;
}

/* Result Item */
.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.result-item:last-child {
    border-bottom: none;
}


/* Left Side */
.result-left {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 70%;
}

.result-left img {
    width: 75px;
    background: #fff;
    padding: 2px;
    border-radius: 50px;
}

.result-left p {
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    line-height: 1.4;
    margin: 0;
}


/* Right Side */
.result-right {
    text-align: center;
}


/* Date */
.date {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}

.date img {
    width: 26px;
    margin-right: 5px;
}

/* Button */
.view-btn {
    display: inline-block;
    padding: 8px 40px;
    background: #EF6E00;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.view-btn:hover {
    background: #ff6a00;
    color: #542403;
}

/* Glance */

.stats-section {
    background: #FEEDC0;
    padding: 30px 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: url('../images/left-footerGraphics.png') no-repeat left bottom;
    background-size: contain;
    z-index: 0;
}

.stats-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('../images/right-footerGraphics.png') no-repeat right bottom;
    background-size: contain;
    z-index: 0;
}

.stats-section .container-fluid {
    position: relative;
    z-index: 2;
}

.faq {
    position: absolute;
    z-index: 2;
    background: #63300F;
    bottom: 0;
    right: 0;
}

.faq::after {
    content: '';
    position: absolute;
    background: #63300F;
    height: 100%;
    width: 50px;
    left: -50px;
    top: 1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.faq a {
    color: #fff;
    font-size: 26px;
    padding: 14px 40px;
    display: block;
}

.stat-box h2 {
    font-size: 48px;
    margin: 0;
    color: #b35a15;
    font-weight: 700;
}

span.counter {
    font-size: 80px;
    font-weight: 400;
}

span.plus {
    font-size: 50px;
    font-weight: 100;
    margin-left: 0;
}
.stat-box p {
    margin-top: 10px;
    color: #63300F;
    font-size: 24px;
}

.stat-box p span {
    margin-right: 5px;
}



.footer {
    background: #63300F;
    color: #fff;
    padding: 60px 0px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../images/leftFooterShape.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: bottom;
}

.footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../images/rightFooterShape.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: bottom;
}

.footer .container-fluid {
    position: relative;
    z-index: 2;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-column h3 {
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 100px;
    background: #fff;
    border-radius: 10px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin: 10px 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #f1f1f1;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    padding-left: 20px;
}

.footer-column ul li a::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ffffff;
}

.footer-column ul li a:hover {
    color: #ffd9b3;
    padding-left: 25px;
}

.footer-bottom {
    padding: 15px 0px;
    background: #8B4513;
}

.foot-bootm {
    display: flex;
    justify-content: space-between;
}

.foot-bootm p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}


/*****  LOGIN PAGE *****/
.Loginannouncement {
    background: linear-gradient(90deg, #8c3f12, #6b2f0c);
    position: relative;
    border-bottom: 3px solid #aa5225;
}

.announcement-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    height: 40px;
}

/* Left section */

.announcement-left {
    background: #a6511f;
    padding: 0 25px;
    letter-spacing: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 2px;
}

.announcement-left::before {
    content: '';
    position: absolute;
    width: 100000000000000px;
    background: #a6511f;
    height: 100%;
    right: 99%;
}

.Loginannouncement .view-btn {
    background: #e37a35;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-from {
    padding: 60px 0;
    width: 100%;
    position: relative;
}

.login-from::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/tab-bg.png');
    background-repeat: repeat;
    background-size: contain;
    opacity: 15%;
    z-index: 0;
}

.login-from .container-fluid {
    position: relative;
    z-index: 1;
}

.loginpage {
    display: flex;
    gap: 30px;
}

.left-card {
    width: 40%;
    padding: 20px;
    background: #fff;
    border: 1px solid #6c300c;
    box-shadow: 0 4px 17.8px 0 #0000007A;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* LEFT SIDE */

.loginlogo {
    width: 80px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.left-card h2 {
    color: #AE5000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
}

.left-card h3 {
    text-align: center;
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
}

.left-card p {
    text-align: center;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}

.form-card {
    width: 60%;
    background: #fff;
    border: 1px solid #6c300c;
    box-shadow: 0 4px 17.8px 0 #0000007A;
    min-height: 420px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 30px;
    position: relative;
}

/* RIGHT FORM */

.form-title {
    background: #EF6E00;
    color: white;
    text-align: center;
    padding: 6px;
    border-radius: 0px 0px 30px 30px;
    max-width: 280px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
}

.form-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    background: url('../images/left-tab-active.png') no-repeat;
    background-size: unset;
}

.form-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: url('../images/right-tab-active.png') no-repeat;
    background-size: unset;
}

.form-card input {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #A5A5A5;
    border-radius: 6px;
    font-size: 15px;
    color: #000;
    outline: none;
}

.captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.captcha-row input {
    margin-bottom: 0px;
}

.captcha-img {
    height: 53px;
    border: 1px solid #A5A5A5;
    border-radius: 6px;
}

.submit-btn {
    display: block;
    width: 100%;
    background: #EF6E00;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 20px;
}


/* CANDIDATE DETAILS PAGE */

.candidate-container {
    margin: auto;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    border: 1px solid #944715;
}

/* HEADER */

.result-header {
    background: #944715;
    color: white;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-header img {
    width: 70px;
    margin-right: 10px;
}

.result-title {
    font-size: 30px;
    font-weight: 500;
}

.sub-title {
    text-align: center;
    background: #E3E3E3;
    padding: 6px;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

/* SECTION TITLE */

.caindidate-table {
    padding: 10px 25px;
}

.section-title {
    text-align: center;
    background: #E3E3E3;
    padding: 10px;
    font-weight: 600;
    margin-top: 5px;
    color: #68310D;
    font-size: 18px;
}

/* TABLE */

.caindidate-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.caindidate-table table td,
.caindidate-table table th {
    border: 1px solid #e1e1e1;
    padding: 6px;
}

.caindidate-table table th {
    background: #eee;
}

/* RESULT TEXT */

.result-pass {
    font-weight: bold;
    color: green;
}

/* DISCLAIMER */

.disclaimer {
    font-size: 14px;
    padding: 10px;
}

.disclaimer ol {
    padding-left: 18px;
    list-style: decimal;
}

.disclaimer li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* BUTTONS */ 

.buttons {
    text-align: center;
    margin-top: 20px;
}

.btnn img {
    width: 20px;
    margin-right: 10px;
}

.buttons .btnn {
    background: #EF6E00;
    color: #fff;
    padding: 8px 15px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Second button background */
.buttons .btnn:nth-child(1) {
    background: #964917;
}

/* Hover Effect */
.buttons .btnn:hover {
    background: #c95b00;
    transform: translateY(-2px);
}

/* =========================
   MOBILE VIEW ONLY
========================= */
@media (max-width: 768px) {

    .result-container {
        width: 100%;
    }

    /* =====================
       SCROLLABLE TABS
    ===================== */
    .result-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-bottom: -25px;
        padding-bottom: 5px;
    }

    .result-tabs::-webkit-scrollbar {
        display: none;
    }

    .result-tabs .nav-item {
        flex: 0 0 auto;
        margin: 0 6px;
    }

    .result-tabs .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 22px;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        border-radius: 0px 0px 14px 14px;
    }

    .result-tabs .nav-link img {
        width: 22px;
        height: 22px;
    }

    /* =====================
       RESULT BOX
    ===================== */
    .result-box {
        padding: 24px;
        padding-top: 45px;
        min-height: auto !important;
        border-radius: 10px;
    }

    /* =====================
       RESULT CARD
    ===================== */
    .result-item {
        display: block;
        width: 100%;
        padding: 28px 0;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .result-item:last-child {
        border-bottom: none;
    }

    /* =====================
       LOGO + CONTENT
    ===================== */
    .result-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    gap: 18px;
}

/* Logo */
.result-left img {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    margin: 0 auto;
    display: block;
}

/* Text */
.result-left p {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center !important;
}

    /* =====================
       BUTTON SECTION
    ===================== */
    .result-right {
        width: 100%;
        margin-top: 24px;
        display: block;
        text-align: center;
    }

    /* Date */
    .result-right .date {
        display: block !important;
        font-size: 16px !important;
        margin-bottom: 18px !important;
        color: #fff !important;
    }

    .result-right .date img {
        width: 22px;
        margin-right: 5px;
    }

    /* Full Width Button */
    .view-btn {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 14px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
        letter-spacing: 0.5px !important;
    }

}
.print-only {
  display: none;
}