root {
    --bs-primary: #635bff;
    --bs-primary-rgb: 99, 91, 255;
    --bs-secondary: #14e9e2;
    --bs-secondary-rgb: 20, 233, 226;
}
[data-bs-theme="light"][data-color-theme="Blue_Theme"]:root .btn-primary {
    --bs-btn-bg: #635bff;
    --bs-btn-border-color: #635bff;
    --bs-btn-hover-bg: #5249fe;
    --bs-btn-hover-border-color: #5249fe;
}
[data-bs-theme="light"][data-color-theme="Blue_Theme"]:root .btn-secondary {
    --bs-btn-bg: #14e9e2;
    --bs-btn-border-color: #14e9e2;
    --bs-btn-hover-bg: #0dcbc5;
    --bs-btn-hover-border-color: #0dcbc5;
}
[data-bs-theme="dark"][data-color-theme="Aqua_Theme"]:root,
[data-bs-theme="light"][data-color-theme="Aqua_Theme"]:root {
    --bs-primary: #0074ba;
    --bs-primary-rgb: 0, 116, 186;
    --bs-light-primary: rgba(0, 116, 186, 0.1);
    --bs-primary-bg-subtle: rgba(0, 116, 186, 0.1);
    --bs-secondary: #47d7bc;
    --bs-secondary-rgb: 71, 215, 188;
    --bs-light-secondary: rgba(71, 215, 188, 0.1);
    --bs-secondary-bg-subtle: rgba(71, 215, 188, 0.1);
}
[data-bs-theme="dark"][data-color-theme="Aqua_Theme"]:root .btn-primary,
[data-bs-theme="light"][data-color-theme="Aqua_Theme"]:root .btn-primary {
    --bs-btn-bg: #0074ba;
    --bs-btn-border-color: #0074ba;
    --bs-btn-hover-bg: #00639e;
    --bs-btn-hover-border-color: #00639e;
}
[data-bs-theme="dark"][data-color-theme="Aqua_Theme"]:root .btn-secondary,
[data-bs-theme="light"][data-color-theme="Aqua_Theme"]:root .btn-secondary {
    --bs-btn-bg: #47d7bc;
    --bs-btn-border-color: #47d7bc;
    --bs-btn-hover-bg: #3cb7a0;
    --bs-btn-hover-border-color: #3cb7a0;
}
[data-bs-theme="dark"][data-color-theme="Purple_Theme"]:root,
[data-bs-theme="light"][data-color-theme="Purple_Theme"]:root {
    --bs-primary: #763ebd;
    --bs-primary-rgb: 118, 62, 189;
    --bs-light-primary: rgba(118, 62, 189, 0.1);
    --bs-primary-bg-subtle: rgba(118, 62, 189, 0.1);
    --bs-secondary: #95cfd5;
    --bs-secondary-rgb: 149, 207, 213;
    --bs-light-secondary: rgba(149, 207, 213, 0.1);
    --bs-secondary-bg-subtle: rgba(149, 207, 213, 0.1);
}
[data-bs-theme="dark"][data-color-theme="Purple_Theme"]:root .btn-primary,
[data-bs-theme="light"][data-color-theme="Purple_Theme"]:root .btn-primary {
    --bs-btn-bg: #763ebd;
    --bs-btn-border-color: #763ebd;
    --bs-btn-hover-bg: #6435a1;
    --bs-btn-hover-border-color: #6435a1;
}
[data-bs-theme="dark"][data-color-theme="Purple_Theme"]:root .btn-secondary,
[data-bs-theme="light"][data-color-theme="Purple_Theme"]:root .btn-secondary {
    --bs-btn-bg: #95cfd5;
    --bs-btn-border-color: #95cfd5;
    --bs-btn-hover-bg: #7fb0b5;
    --bs-btn-hover-border-color: #7fb0b5;
}
[data-bs-theme="dark"][data-color-theme="Green_Theme"]:root,
[data-bs-theme="light"][data-color-theme="Green_Theme"]:root {
    --bs-primary: #0a7ea4;
    --bs-primary-rgb: 10, 126, 164;
    --bs-light-primary: rgba(10, 126, 164, 0.1);
    --bs-primary-bg-subtle: rgba(10, 126, 164, 0.1);
    --bs-secondary: #ccda4e;
    --bs-secondary-rgb: 204, 218, 78;
    --bs-light-secondary: rgba(204, 218, 78, 0.1);
    --bs-secondary-bg-subtle: rgba(204, 218, 78, 0.1);
}
[data-bs-theme="dark"][data-color-theme="Green_Theme"]:root .btn-primary,
[data-bs-theme="light"][data-color-theme="Green_Theme"]:root .btn-primary {
    --bs-btn-bg: #0a7ea4;
    --bs-btn-border-color: #0a7ea4;
    --bs-btn-hover-bg: #096b8b;
    --bs-btn-hover-border-color: #096b8b;
}
[data-bs-theme="dark"][data-color-theme="Green_Theme"]:root .btn-secondary,
[data-bs-theme="light"][data-color-theme="Green_Theme"]:root .btn-secondary {
    --bs-btn-bg: #ccda4e;
    --bs-btn-border-color: #ccda4e;
    --bs-btn-hover-bg: #d4e069;
    --bs-btn-hover-border-color: #d4e069;
}
[data-bs-theme="dark"][data-color-theme="Cyan_Theme"]:root,
[data-bs-theme="light"][data-color-theme="Cyan_Theme"]:root {
    --bs-primary: #01c0c8;
    --bs-primary-rgb: 1, 192, 200;
    --bs-light-primary: rgba(1, 192, 200, 0.1);
    --bs-primary-bg-subtle: rgba(1, 192, 200, 0.1);
    --bs-secondary: #fb9678;
    --bs-secondary-rgb: 251, 150, 120;
    --bs-light-secondary: rgba(251, 150, 120, 0.1);
    --bs-secondary-bg-subtle: rgba(251, 150, 120, 0.1);
}
[data-bs-theme="dark"][data-color-theme="Cyan_Theme"]:root .btn-primary,
[data-bs-theme="light"][data-color-theme="Cyan_Theme"]:root .btn-primary {
    --bs-btn-bg: #01c0c8;
    --bs-btn-border-color: #01c0c8;
    --bs-btn-hover-bg: #01a3aa;
    --bs-btn-hover-border-color: #01a3aa;
}
[data-bs-theme="dark"][data-color-theme="Cyan_Theme"]:root .btn-secondary,
[data-bs-theme="light"][data-color-theme="Cyan_Theme"]:root .btn-secondary {
    --bs-btn-bg: #fb9678;
    --bs-btn-border-color: #fb9678;
    --bs-btn-hover-bg: #d58066;
    --bs-btn-hover-border-color: #d58066;
}
[data-bs-theme="dark"][data-color-theme="Orange_Theme"]:root,
[data-bs-theme="light"][data-color-theme="Orange_Theme"]:root {
    --bs-primary: #fa896b;
    --bs-primary-rgb: 250, 137, 107;
    --bs-light-primary: rgba(250, 137, 107, 0.1);
    --bs-primary-bg-subtle: rgba(250, 137, 107, 0.1);
    --bs-secondary: #0074ba;
    --bs-secondary-rgb: 0, 116, 186;
    --bs-light-secondary: rgba(0, 116, 186, 0.1);
    --bs-secondary-bg-subtle: rgba(0, 116, 186, 0.1);
}
[data-bs-theme="dark"][data-color-theme="Orange_Theme"]:root .btn-primary,
[data-bs-theme="light"][data-color-theme="Orange_Theme"]:root .btn-primary {
    --bs-btn-bg: #fa896b;
    --bs-btn-border-color: #fa896b;
    --bs-btn-hover-bg: #d5745b;
    --bs-btn-hover-border-color: #d5745b;
}
[data-bs-theme="dark"][data-color-theme="Orange_Theme"]:root .btn-secondary,
[data-bs-theme="light"][data-color-theme="Orange_Theme"]:root .btn-secondary {
    --bs-btn-bg: #0074ba;
    --bs-btn-border-color: #0074ba;
    --bs-btn-hover-bg: #00639e;
    --bs-btn-hover-border-color: #00639e;
}
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    font-family: sans-serif;
    line-height: 1.5;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.h-100 {
    height: 100%;
}
a {
    text-decoration: none;
}
.flex {
    display: flex;
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.jcsb {
    justify-content: space-between;
}
.jccen {
    justify-content: center;
}
.header {
    /* height: 15vh; */
}
.scroll {
    height: 40px;
    background-color: #ff8200;
}
.logo {
    width: 100px;
}
.logo img {
    width: 100%;
}
.mainlinks {
    width: 85%;
}

.links {
    font-size: 1.2rem;
    color: rgba(168, 136, 77, 0.75);
}
.container-fluid {
    height: 85vh;
    background-image: url("../assets/img/KRA_header.png");
    background-position: center;
    background-size: cover;
}
.aboutus,
.service,
.footer {
    /* height: 55vh; */
    /* margin: 10px 0; */
    padding: 20px 0;
}
.sercontent {
    height: 80%;
}
.service {
    background-color: #fa8703;
    color: rgba(255, 255, 255, 0.8);
}
.bg-img {
    width: 100%;
    height: 100%;
    background-image: url("../assets/img/bg_pattern.svg");
    background-position: center;
    background-size: cover;
}
.divider {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 32px;
    height: 3px;
    border-radius: 40px;
    background-color: #ffffff;
}
.serviceimg {
    height: 100%;
    background-image: url("../assets/img/banner_image_2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.services {
    color: #ffffff;
}
.services ul {
    font-size: 1.3rem;
}
.footer {
    background-image: url("../assets/img/background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer,
.footer a {
    color: #ffffff;
}
.footer-menu {
    color: #ffffff;
    position: relative;
    padding-left: 0;
    list-style: none;
    line-height: 2;
}
.footer-menu li a {
    color: #ffffff;
}
.fservices {
    width: 40%;
}
.fcontact {
    width: 20%;
    line-height: 2;
    margin: 0 80px 0 0;
}
.fcontact p,
.fcontact a {
    font-size: 1.1rem;
}
.winnermaincon {
    /* height: 100vh; */
}
.awardscon {
    width: 20%;
    float: left;
}
.awardcon {
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    padding: 0 20px;
    background-color: #ededed;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}
.awardcon:hover,
.awardcon.active {
    background-color: #2d2b3a;
    color: #ffffff;
}
.winnercon {
    width: 70%;
    float: left;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 30px;
}
.winnerhead {
    font-size: 2rem;
    margin: 0 0 10px 0;
}
.winnercon p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.awardspage {
    width: 60%;
}
.title-section {
    color: #c8ac6b;
}
.card-service {
    display: block;
    margin: 16px auto;
    padding: 32px 20px;
    color: #898798;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(95, 92, 120, 0.12);
}
.card {
    width: 49%;
}
.page-banner {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #f6f5fc;
    color: #ca9a6d;
    border-radius: 30px;
    z-index: 10;
}
.aboutuscon {
    width: 55%;
    height: 80%;
    padding: 3%;
}
.text-grey {
    color: #8e8aad !important;
}
.pasteventcon {
    width: 300px;
    height: 500px;
    margin: 0 20px 0 0;
}
.eventimage {
    width: inherit;
    height: 90%;
}
.eventimage img {
    width: inherit;
}
.contantuscon {
    width: 60%;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.addresscon {
    margin: 0 0 20px 0;
}

.adminheader {
    height: 10vh;
    padding: 0 20px;
}
.adminsidemenu {
    width: 15%;
    height: 100%;
    padding: 20px;
    background-color: #ffffff;
}
.admincontent {
    height: calc(100vh - 10vh);
    background-color: #ededed;
}
.adminmaincontent {
    height: 100%;
    width: 89%;
    padding: 20px;
    background-color: #ededed;
}
.adminsidemenu a,
.adminsidemenu a:hover,
.count a,
.count a:hover {
    text-decoration: none;
}
.sidemenuitem {
    height: 60px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 30px;
    border-radius: 20px;
    color: #000000;
}
.sidemenuitem:hover,
.sidemenuitem.active {
    color: #ffffff;
    background-color: #fa8703;
}
.counts {
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.count {
    width: 18%;
    height: 220px;
    background-color: #635bff;
    border-radius: 20px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    padding: 20px 0;
}

.infotext {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    margin: 0 0 4px 0;
    text-align: center;
}
.infoval,
.countinfo {
    margin: 0 0 16px 0;
}
.infobtn {
    border-radius: 12px;
    padding: 9px 16px;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
.quotation-card {
    background: linear-gradient(
        180deg,
        rgba(99, 91, 255, 0.12) 0,
        rgba(99, 91, 255, 0.03) 100%
    );
}
.warning-gradient {
    background: linear-gradient(
        180deg,
        rgba(255, 214, 72, 0.12) 0,
        rgba(255, 214, 72, 0.03) 100%
    );
}
.secondary-gradient {
    background: linear-gradient(
        180deg,
        rgba(20, 233, 226, 0.12) 0,
        rgba(20, 233, 226, 0.03) 100%
    );
}
.success-gradient {
    background: linear-gradient(
        180deg,
        rgba(54, 199, 108, 0.12) 0,
        rgba(54, 199, 108, 0.03) 100%
    );
}
.danger-gradient {
    background: linear-gradient(
        180deg,
        rgba(255, 102, 146, 0.12) 0,
        rgba(255, 102, 146, 0.03) 100%
    );
}
.countval {
    margin: 20px 0;
}
@media screen and (min-width: 1440px) {
    .link{
        width:85%;
    }
    h2 {
        text-align: center;
        color: #333;
      }
      label {
        font-weight: bold;
      }
      input, textarea, select {
        width: 100%;
        padding: 10px;
        margin-top: 6px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
      }
      button {
        background-color: #007BFF;
        color: white;
        padding: 12px;
        width: 100%;
        border: none;
        border-radius: 5px;
        font-size: 16px;
      }
      button:hover {
        background-color: #0056b3;
      }
  }