.btn {
    text-transform: none;
}
.banner-2 {
    /* background-image: url("../img/awards-banner-2026.jpg");*/
    background: url("../img/awards-banner-2026.jpg");
    background-size: cover;         /* Covers the container while maintaining aspect ratio */
    background-position: center center;    /* Centers the image both horizontally and vertically */
    background-repeat: no-repeat;   /* Prevents tiling */
    background-attachment: fixed;   /* Optional: keeps image fixed during scroll */
    position: relative;
}

.banner-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}

.banner-2 .container,
.banner-2 .d-table,
.banner-2 .d-table-cell {
    position: relative;
    z-index: 10;
}

.awards-logo img {
    width: 250px !important
}

#return-to-top {
    background: #023a61;
}

#return-to-top:hover {
    background: #c2aef2
}

.trans-navigation.header-white .navbar-nav a.active {
    color:#2482D8 
}

.trans-navigation.header-white {
    background: rgba(0,0,0,0.7);
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #2482D8
}

#categories {
   /* background-color: #005ed1; */
    /* background: url(../img/awards-banner-2026.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    /* background: radial-gradient(circle at center,
    #a4f1ff 0%, 
    #6bb6ff 35%, 
    #5b7eff 70%, 
    #3a4aff 100% 
  ); */

  /* background: linear-gradient(to bottom, #6bb6ff); */
  /* background: linear-gradient(to bottom, #a99fda); */

  /* background: linear-gradient(to right,#AEA8C4, #a99fda, #7E7CC9); */
  background-color: #ffffff; 
  
}
/*#categories .section-title, #winners-head .section-title {
  color: #788487;
}*/

#categories .categy-box {
    border-radius: 20px;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
    transition: all .3s ease-in-out;
}
#categories .categy-box.org {
    border:5px solid #df3b3b;
}
#categories .categy-box.indiv {
   border:5px solid #ffde00;
}
#categories .categy-box:hover {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
    transform: translate3d(0px, -2px, 0px);
}

.section-heading {
    text-align: left;
    width: 100%;
}

.category-desc {
    text-align: justify;
    margin-bottom: 0;
    margin-top: 10px;
    color: #606060;
}

.category-title {
    font-size: 22px;
    line-height: 30px;
    color:#c80f7e;
    /*margin-bottom: 15px;*/
}

.category-list {
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.category-org {
  border:2px solid #df3b3b;
}
.category-indiv {
  border:2px solid #ffde00;
}
/*.category-id .grey:before,
.category-grey:before,
.category-id .yellow:before,
.category-yellow:before,
.category-white:before,
.category-pink:before,
.category-id .white:before,
.category-id .pink:before, .category-org:before, .category-id .org:before,
.category-green:before, .category-id .green:before{
    content: "\A";
    border-radius: 50%;
    display: inline-block;
}

.category-id .grey:before,
.category-id .yellow:before,
.category-id .white:before,
.category-id .pink:before, .category-id .org:before, .category-id .green:before {
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.category-grey:before,
.category-yellow:before,
.category-white:before,
.category-pink:before, .category-org:before, .category-green:before {
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.category-id .grey:before,
.category-grey:before {
    background: #333939;
}

.category-id .white:before,
.category-white:before {
    background: #ffffff;
}

.category-id .pink:before,
.category-pink:before {
    background: #ff71f3;
}

.category-id .yellow:before,
.category-yellow:before {
    background: #b7d626;
}

.category-id .org:before,
.category-org:before {
    background: #ED6D6C;
}

.category-id .green:before,
.category-green:before {
    background: #EAFF00;
}*/

.category-id {
    color: #d9d9d9;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

.banner-2 {
    height: 100%;
}


/*.timeline-img { margin-bottom: 50px; }*/
#timeline {
    background: url("../img/awards2023-section-bg.jpeg");
    -webkit-background-size: cover;
    background-size: cover;
}

#timeline .section-heading {
    margin-bottom: 0px;
}

.theme-text-pink {
    color: #ff298b;
}

#footer {
    display: none;
}

#sub-footer {
    /*background: #131990;*/
    background: #1156aa;
    padding: 20px 0;
    color: #ffffff;
}
#sub-footer a {
    color: #ffffff !important;
}
.no-margin {
    margin: 0;
}

#sub-footer p {
    font-size: 16px;
    line-height: 24px;
}

.awrds-btn-hand {
    background-color: #1a81ca;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 10px;
    white-space: normal;
}
.download-frm-btn {
    background-color: #023768;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 10px;
    white-space: normal;
}

/* Banner CTA Buttons */
.banner-cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.banner-cta-btn {
    color: #ffffff !important;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.banner-cta-btn i {
    font-size: 16px;
}
.banner-cta-btn:hover {
    transform: translateY(-3px);
    color: #ffffff !important;
    text-decoration: none;
}
.banner-cta-btn:focus {
    outline: none;
    color: #ffffff !important;
    text-decoration: none;
}
.banner-cta-handbook {
    background: linear-gradient(to right, #1c37f8 0%, #2482D8 50%, #4A5FFF 100%);
    box-shadow: 0 4px 20px rgba(28, 55, 248, 0.35);
}
.banner-cta-handbook:hover {
    background: linear-gradient(to right, #2482D8 0%, #1c37f8 50%, #4A5FFF 100%);
    box-shadow: 0 6px 25px rgba(28, 55, 248, 0.45);
}
.banner-cta-nomination {
    background: linear-gradient(to right, #023768 0%, #1a81ca 50%, #2482D8 100%);
    box-shadow: 0 4px 20px rgba(2, 55, 104, 0.35);
}
.banner-cta-nomination:hover {
    background: linear-gradient(to right, #1a81ca 0%, #023768 50%, #2482D8 100%);
    box-shadow: 0 6px 25px rgba(2, 55, 104, 0.45);
}
.banner-cta-guide {
    background: linear-gradient(to right, #050b3a 0%, #023768 50%, #1a81ca 100%);
    box-shadow: 0 4px 20px rgba(5, 11, 58, 0.35);
}
.banner-cta-guide:hover {
    background: linear-gradient(to right, #023768 0%, #050b3a 50%, #1a81ca 100%);
    box-shadow: 0 6px 25px rgba(5, 11, 58, 0.45);
}
.copyright .small {
    font-size: 14px !important;
    line-height: 20px !important;
}

@media (max-width: 769px) {
    .banner-sec-desk {
        display: block !important;
        background-position: center center !important;
        background-size: cover !important;
        padding: 100px 0;
    }
    #from-vault{
        text-align: center;
    }
    #faq-section {
        padding: 50px 0;
    }
    .myaccordion .card-header {
        padding: 12px 15px 12px 15px;
    }
    .myaccordion .btn {
        font-size: 16px;
        line-height: 22px;
        padding-right: 45px;
    }
    .myaccordion .fa-stack {
        right: 15px;
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
    .myaccordion .card-body {
        padding: 15px;
        font-size: 15px;
        line-height: 22px;
    }
    #testimonials-section {
        padding: 50px 0;
    }
    #testimonials-section .section-title {
        margin-bottom: 30px;
    }
    .testimonial-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    .testimonial-quote {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .testimonial-text {
        font-size: 15px;
        line-height: 24px;
    }
    .author-name {
        font-size: 16px;
    }
    .author-designation,
    .author-company {
        font-size: 13px;
    }
    #gcc-platform-section {
        padding: 80px 0;
    }
    .gcc-platform-visual {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .gcc-platform-content {
        padding: 0;
        text-align: left;
    }
    .gcc-platform-cta {
        margin-top: 30px;
        text-align: center;
    }
    .gcc-platform-btn {
        padding: 14px 32px;
        font-size: 14px;
    }
    .gcc-platform-qr {
        padding: 40px 30px;
        border-radius: 0 24px 24px 0;
    }
    .qr-overlay-card {
        padding: 16px 24px;
        bottom: 20px;
        right: 20px;
    }
    .qr-overlay-title {
        font-size: 14px;
    }
    .qr-overlay-subtitle {
        font-size: 12px;
    }
    .decorative-graphic {
        width: 120px;
        height: 120px;
        top: -10px;
        left: -10px;
    }
    .decorative-graphic::after {
        width: 120px;
        height: 120px;
        bottom: -60px;
        left: -60px;
    }
    .gcc-platform-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .gcc-platform-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .gcc-platform-separator {
        width: 50px;
        height: 3px;
        margin-bottom: 24px;
    }
    .gcc-platform-text {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-sec-desk:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(120deg, #000, #000);
        opacity: .2;
    }
    .zinnov-awards-logo {
        width: 60%;
    }
    .banner-cta-btn {
        padding: 12px 20px;
        font-size: 12px;
        margin-bottom: 12px;
    }
    .copyright-grid {
        margin-top: 15px;
    }
    #timeline {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-title {
        font-size: 24px;
        line-height: 32px;
    }
    /*#categories, #faq-section {
        padding-left: 20px;
        padding-right: 20px;
    }*/
}

@media(min-width:768px) {
    .banner-2 {
        padding:150px 0;
    }
    .zinnov-awards-logo {
        width: 30%;
    }
    .btn-col {
        text-align: right;
    }
    #timeline {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-title {
        font-size: 40px;
        line-height: 50px;
    }
    /*#categories, #faq-section {
        padding-left: 60px;
        padding-right: 60px;
    }*/
    .copyright {
        float: right;
        text-align: right;
    }
}

.shrink-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.awards-category-type {
    color: #fff;
    background: #a10642;
    padding: 5px 10px;
    margin-bottom: 30px;
    width: fit-content;
}

#faq-section {
    background: linear-gradient(to right, #4A5FFF, #1c37f8);
    /* background: linear-gradient(to right-bottom, #4A5FFF, #1c37f8, #0F1FC4); */
    /* background: radial-gradient(circle, #4A5FFF, #1c37f8); */
    padding: 80px 0;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card {
  margin-bottom: 15px;
  border-radius: 10px;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.myaccordion .card:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.myaccordion .card-header {
  padding: 15px 20px 15px 20px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  border-bottom: none;
  background-color: transparent;
  position: relative;
}
.myaccordion .card-body {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0 0 10px 10px;
}
.myaccordion .card-body a {
    color: #fff !important;
    font-weight: bold;
}
.myaccordion .fa-stack {
  font-size: 18px;
  line-height: 22px;
  margin-left: 15px;
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myaccordion .btn {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 0;
  padding-right: 50px;
  white-space: initial;
  outline: 0px;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  font-weight: 500;
  position: relative;
}
.myaccordion .btn:hover {
  color: #fff;
}
.myaccordion .fa-plus {
  color: #fff;
  font-size: 16px;
}
.myaccordion .fa-minus {
  color: #fff;
  font-size: 16px;
}

/* Testimonials Section */
#testimonials-section {
    background-color: #ffffff;
    padding: 80px 0;
}
#testimonials-section .section-title {
    color: #2482D8 !important;
    margin-bottom: 50px;
}
.testimonial-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}
.testimonial-box:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}
.testimonial-content {
    flex: 1;
    margin-bottom: 25px;
    position: relative;
}
.testimonial-quote {
    color: #2482D8;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.3;
}
.testimonial-text {
    font-size: 16px;
    line-height: 26px;
    color: #5d5d5d;
    font-style: italic;
    margin: 0;
}
.testimonial-author {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: auto;
}
.author-info {
    text-align: left;
}
.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #023768;
    margin-bottom: 5px;
}
.author-designation {
    font-size: 14px;
    color: #5d5d5d;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
}

/* GCC Platform Section - Creative Layout */
#gcc-platform-section {
    background: #f9f9f9;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.gcc-platform-visual {
    position: relative;
    padding-right: 40px;
}
.gcc-platform-qr {
    background: #000000;
    padding: 40px;
    border-radius: 0 40px 40px 0;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 2;
}
.gcc-platform-qr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(28, 55, 248, 0.05) 0%, rgba(36, 130, 216, 0.05) 100%);
    z-index: 1;
}
.qr-code-image {
    max-width: 100%;
    width: 500px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}
.qr-overlay-card {
    background: linear-gradient(135deg, #1c37f8 0%, #2482D8 100%);
    padding: 20px 30px;
    border-radius: 12px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3;
    box-shadow: 0 8px 24px rgba(28, 55, 248, 0.3);
}
.qr-overlay-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.2;
}
.qr-overlay-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}
.decorative-graphic {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #1c37f8 0%, #2482D8 100%);
    border-radius: 0 0 100% 0;
    z-index: 1;
    opacity: 0.1;
}
.decorative-graphic::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #2482D8 0%, #1c37f8 100%);
    border-radius: 0 100% 0 0;
}
.gcc-platform-content {
    background: transparent;
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.gcc-platform-subtitle {
    color: #2482D8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.gcc-platform-title {
    color: #1a202c !important;
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.gcc-platform-separator {
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #2482D8, #1c37f8);
    margin-bottom: 32px;
    border-radius: 2px;
    margin: 0 auto 32px;
}
.gcc-platform-text {
    font-size: 17px;
    line-height: 28px;
    color: #64748b;
    margin: 0 0 20px 0;
    font-weight: 400;
}
.gcc-platform-text:last-child {
    margin-bottom: 0;
}
.gcc-platform-cta {
    margin-top: 40px;
}
.gcc-platform-btn {
    background: linear-gradient(135deg, #2482D8 0%, #1c37f8 100%);
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(36, 130, 216, 0.3);
}
.gcc-platform-btn:hover {
    background: linear-gradient(135deg, #1c37f8 0%, #2482D8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(36, 130, 216, 0.4);
    color: #ffffff;
    text-decoration: none;
}
.gcc-platform-btn:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion li+li {
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}
.awards-details-box {
    color: #fff;
    background: #186397;
    padding: 15px;
    border-radius: 10px;
    letter-spacing: 1px;
}
.awards-details-box h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.awards-details-box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

#imagemodal {
    z-index: 99999;
}
#imagemodal .modal-body {
    padding: 0;
}
#imagemodal .modal-content {
    background:#1567a1;
    border:none;
}
#imagemodal .modal-dialog{
    overflow-y: initial !important
}
#imagemodal .modal-body{
    height: 80vh;
    overflow-y: auto;
}
#imagemodal .modal-header {
    padding: 10px 20px 0px;
    /*height: 0;*/
    border: 0;
}
#imagemodal .close { 
    /*bottom: -15px;*/
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: 0.9; 
}
@media(min-width:600px) {
    #imagemodal .close { right: 15px;  bottom: -15px;}
}
@media(max-width:600px) {
    #imagemodal .close { right: 4px;  bottom: -4px;}
}
#myModal .modal-dialog {
      max-width: 800px;
      margin: 100px auto;
}

#myModal .modal-body {
  position: relative;
  padding: 0px;
}
#myModal .close {
    padding: 10px;
}
#winners-head .owl-controls {
    display: none;
}
.video {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video img {
    opacity: 0.8;
}
.video:before {
    position:absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 40px;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
.award-col {
    margin-bottom: 20px;
}
.theme-blue {
    background-color: #00223e;
}
.theme-text-dark-blue {
    color: #00223e !important;
}
.theme-text-light-blue {
    color: #0e85c8 !important;
}
#from-vault {
    background-color: #005ed1;
}
.theme-text-grey {
    color: #b3b3b3;
}
.theme-text-half-white {
    color: rgba(255, 255, 255,0.8);
}
#from-vault .fv-data, #from-vault .fv-data-1, #from-vault .fv-data-2 {
    font-weight: normal;
}
#from-vault .fv-data {
    font-size: 36px;
    line-height: 50px;
    /*text-align: right;*/
    text-align: center;
}
#from-vault .fv-data-1 {
    font-size: 50px;
    line-height: 60px;
}
#from-vault .fv-data-2 {
    font-size: 80px;
    line-height: 90px;
}
#from-vault .fv-grid {
    text-align: center;
    margin-bottom: 20px;
}
#from-vault .fv-text {
    font-size: 24px;
    line-height: 28px;
}
#from-vault .fv-text-2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.section-30-padding {
    padding:30px 0;
}
.winner-cta {
    color: #0e85c8 !important;
    cursor: pointer;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;float: right;
}
.winner-cta::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  left: 85%;
  color: #0e85c8 !important;
  /*top: 31%;
  right: 5%;*/
  bottom: 0;
  opacity: 0;
}
.winner-cta:hover {
  transition: all 0.5s;
  /*background: #2b2bff;
  border-radius: 10px;
  box-shadow: 0px 6px 15px #0000ff61;*/
  /*padding: 0rem 3.5rem 0rem 1.5rem;*/
  padding: 0rem 2rem 0rem 0rem;
}
.winner-cta:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
.inl-blck {
    display: inline-block;
}
.mar-left {
    margin-left: 20px;
}
.service-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

@media(min-width: 992px) {
    .br-right {
        border-right: 1px solid rgba(255,255,255,0.5);
    }
}
@media(min-width: 768px) {
   .v-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*Tooltip*/
#tooltip a {
  color: #fff;
}
.lite-tooltip {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  color: #000;
  font-color: 14px;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.lite-tooltip:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
}
.lite-tooltip.lite-tooltip-bottom:before {
  bottom: auto;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.lite-tooltip.lite-tooltip-right:before {
  bottom: auto;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.lite-tooltip.lite-tooltip-left:before {
  bottom: auto;
  left: auto;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #3b4355;
}
#winners-head {
    /* background: url(../img/awards-banner-2026.jpg);
    -webkit-background-size: cover;
    background-size: cover; */
    background: radial-gradient(circle at center,
    #a4f1ff 0%, 
    #6bb6ff 35%, 
    #5b7eff 70%, 
    #3a4aff 100% );
}
#winners-head .section-title {
  text-align: center;
}
.mt-50{
    margin-top: 50px;
}

p.awards-banner-text, .awards-banner-list li{
    font-size: 18px;
    line-height: 24px;
}
.awards-banner-list li {
    margin-bottom: 10px;
    padding: 0;
    display: list-item;
    list-style-type: auto;
}
#categories .blue-blk{
    margin-bottom: 20px;
}
#categories .section-title {
    color: #2482D8 !important;
}

#categories .red-blk{
    margin-bottom: 20px;
}

#categories h2{
    margin-bottom: 15px;
}

.category-name{
    margin-left: 10px;
    vertical-align: middle;
}

#categories .blue-blk .category-name{
    color: #023768;
}

#categories .red-blk .category-name{
    color: #1a81ca;
}

.category-number{
    color: #fff;
    padding: 0px 15px;
    border-radius: 26px;
    font-size: 30px;
    vertical-align: middle;
}

#categories .blue-blk .category-number{
    background-color: #023768;
}

#categories .red-blk .category-number{
    background-color: #1a81ca;
}

.category-type{
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.category-description{
    font-size: 20px;
    line-height: 33px;
    color: #5d5d5d !important;
}

.awards-link{
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.past-winner-txt{
    font-size: 20px;
    font-weight: 500;
}

.timeline-heading{
    margin-top: 100px;
}

.faq-accordion .card-body ul {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
} 

.faq-accordion .card-body ul li {
    list-style: disc;
}