﻿body {
}
.sponsors-title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #0a3a79;
}

.sponsor-category {
    margin-bottom: 40px;
}

    .sponsor-category h3 img:first-child {
        transform: rotateY(178deg);
    }

    .sponsor-category h3 {
        font-size: 28px;
        margin-bottom: 24px;
        font-weight: 400;
        text-transform: uppercase;
        color: #444;
        font-family: "PPMonumentExtended", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

.mb80 {
    margin-bottom: 80px;
}

.sponsor-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
}

.border-line-box {
    border: 2px solid #D4D4D4;
    width: 214px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}

    .border-line-box::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(305.48deg, #EBBF71 61.4%, #885A2D 99.06%);
        height: 4px;
        width: 95px;
        top: -3px;
    }

.sponsor-logos img:hover {
    transform: scale(1.05);
}

/* Special Grid Layout for Categories with Few Logos */
.sponsor-logos.few {
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.sponsor-item {
    height: 104px;
    display: flex;
    align-items: center;
}
.sponsor-item img {
    max-height: 120px;
    max-width: 240px;
}
.Principal-box {
    border: 1px solid #E6E6E6;
    padding: 30px 45px;
    width: fit-content;
    margin-inline: auto;
    background: #fff;
}
.big-border-line-box {
    position: relative;
}

.sponsor-category h3 span:before {
    /* content: url(../img/titleLine.png); */
    position: absolute;
    position: relative;
}

.sponsor-category h3.leadTitle {
    background: linear-gradient(90deg,rgba(128, 127, 96, 1) 0%, rgba(168, 166, 127, 1) 14%, rgba(170, 169, 129, 1) 26%, rgba(173, 178, 99, 1) 37%, rgba(204, 217, 122, 1) 53%, rgba(221, 228, 125, 1) 70%, rgba(206, 214, 120, 1) 77%, rgba(169, 168, 94, 1) 87%, rgba(122, 121, 91, 1) 100%);
    -webkit-background-clip: text;
}

.sponsor-category h3.diamondTitle {
    background: linear-gradient(90deg,rgba(111, 96, 128, 1) 0%, rgba(133, 127, 168, 1) 14%, rgba(149, 129, 170, 1) 26%, rgba(132, 99, 178, 1) 37%, rgba(150, 122, 217, 1) 53%, rgba(186, 125, 228, 1) 70%, rgba(173, 120, 214, 1) 77%, rgba(145, 94, 169, 1) 87%, rgba(109, 91, 122, 1) 100%);
    -webkit-background-clip: text;
}

.sponsor-category h3.goldTitle {
    background: linear-gradient(90deg,rgba(128, 109, 96, 1) 0%, rgba(168, 148, 127, 1) 14%, rgba(170, 142, 129, 1) 26%, rgba(178, 157, 99, 1) 37%, rgba(217, 184, 122, 1) 53%, rgba(228, 185, 125, 1) 70%, rgba(214, 181, 120, 1) 77%, rgba(169, 131, 94, 1) 87%, rgba(122, 112, 91, 1) 100%);
    -webkit-background-clip: text;
}

.sponsor-category h3.silverTitle {
    background: linear-gradient(90deg,rgba(172, 172, 172, 1) 0%, rgba(134, 134, 134, 1) 14%, rgba(181, 181, 181, 1) 26%, rgba(188, 188, 188, 1) 37%, rgba(207, 207, 207, 1) 53%, rgba(192, 192, 192, 1) 70%, rgba(167, 167, 167, 1) 88%, rgba(129, 129, 129, 1) 100%);
    -webkit-background-clip: text;
}

.sponsor-category h3.premierTitle {
    background: linear-gradient(90deg,rgba(20, 172, 227, 1) 0%, rgba(12, 27, 138, 1) 28%, rgba(34, 66, 196, 1) 42%, rgba(79, 111, 228, 1) 55%, rgba(107, 151, 255, 1) 63%, rgba(80, 120, 224, 1) 71%, rgba(58, 94, 184, 1) 88%, rgba(31, 57, 135, 1) 100%);
    -webkit-background-clip: text;
}

.sponsor-category h3.titleTitle {
    background: linear-gradient(345deg,rgba(235, 191, 113, 1) 0%, rgba(136, 90, 45, 1) 100%);
    -webkit-background-clip: text;
}

.sponsor-category h3 {
    position: relative;
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.Platinum-Sponsors {
    padding: 40px 30px;
    border: 1px solid #D4D4D4;
}

.Platinum-s h3 {
    text-align: center;
    background: linear-gradient(90deg, rgba(172, 172, 172, 1) 0%, rgba(181, 181, 181, 1) 18.81%, rgba(167, 167, 167, 1) 27.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.GOLD-s h3 {
    background: linear-gradient(90deg, #A98862 0%, #86734A 27.84%, #B29C63 41.65%, #D9C87A 55.49%, #E8CD82 62.75%, #D6B778 71.28%, #A9915E 88.2%, #86734A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.silver-s h3 {
    text-align: center;
    background: linear-gradient(90deg, rgba(172, 172, 172, 1) 0%, rgba(188, 188, 188, 1) 18.81%, rgba(192, 192, 192, 1) 27.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Principal-box img {
    /* max-height: 80px;
    width: auto; */
}

.Platinum-Sponsors img {
    max-height: 70px;
    width: auto;
}
span.speaker-position {
    color: #F15C00;
    font-weight:normal;
    font-style:italic;
}

.mt-30{
    margin-top:50px!important;
}

.speaker-section .speaker-card p{
    margin:0!important;
    font-size:13px;
}
.speaker-section .speaker-card{
    margin-bottom:30px!important;
}