:root {
    --main-color: #da591b;
    --secondary-color: #073763;
    --bg-dark: #121F3A;
    --bg-light: #F9FAFB;
    --brand-orange: #f25522;
    --text-white: #ffffff;
    --text-gray-dark: #cbd5e1;
    --text-gray-light: #64748b;
    --card-number-color: #fcae91;
    --card-title-color: #0f172a;
    --border-color: #e2e8f0;
}

#comming-soon-top>h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bolder;
    color: #073763;
}

#About {
    /* min-height: calc(100vh); */
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#download-problem-statement-2025 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

#download-problem-statement-2025 button {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1.2rem;
}

#about-text-pdf-container {
    display: flex;
    align-items: center;
}

#about-text-pdf-container>div {
    flex: 1;
}

#about-text-pdf-container>div:first-child {
    padding-right: 4vw;
}

#about-text-pdf-container embed {
    width: 50%;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5) !important;
}

#about-text-pdf-container embed {
    width: 100%;
    border-radius: 15px;
    box-shadow: none;
}

#About p {
    /* text-align: justify !important; */
    font-size: 1.2rem;
}


.rounds .row img {
    border-radius: 100px;
}

.rounds .row h3 {
    margin-top: 10%;
}

#Rewards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 6vw 3vw;

    margin-block: 30px 0;
}

#Rewards>div {
    padding-block: 20px;
    flex-grow: 1;
    width: 40%;

    width: 50%;
}

#Rewards>div:last-child {
    flex-grow: 1;
    /* width: 60%; */
    border-left: 2px solid gray;
}

#Rewards>div:first-child {
    /* flex-grow: 2; */
    /* border-right: 2px solid gray; */
    width: fit-content;
}

#rewards-slogan {
    width: fit-content;
    /* margin: 0 auto; */
}

#rewards-slogan>h1 {
    color: var(--secondary-color);
    font-size: 4rem;
    font-weight: 600;
}

#rewards-slogan button {
    border: none;
    width: fit-content;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
}

#rewards-slogan button:hover {
    background-color: #e05e22;
}

#rewards-prices-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 40px;
}

#rewards-prices-list>li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    /* border: 1px solid; */
    margin-bottom: 20px;
    font-size: 20px;
}

#rewards-prices-list>li:last-child {
    margin-bottom: 0px;
}

#rewards-prices-list img {
    width: 45px;
}

#rewards-prices-list:nth-child(1) img {
    width: 55px;
}

@media (max-width: 768px) {
    .round-content p {
        font-size: 16px;
        text-align: center;
    }

    .round-content h3 {
        text-align: center;
        margin-bottom: 22px;
    }

    .round-content a {
        width: 100%;
        display: flex;
        justify-content: center;
        text-decoration-line: none;
    }


    .rounds .row .round-content {
        height: 580px !important;
    }

    .rounds .row img {
        border-radius: 50px;
    }

    .round-3 {
        bottom: 3% !important;
    }

    .rounds .row h3 {
        margin-top: 10%;
    }

    .redirect {
        position: absolute;
        bottom: 2%;
        left: 5%;
        text-align: center;
        color: white;
    }

    /* rewards section */
    #Rewards {
        flex-direction: column;
        gap: 20px;
        margin-block: 10px 0;
        padding-inline: 3vw 3vw;
    }

    #Rewards>div {
        width: 100% !important;
    }

    #Rewards>div:first-child {
        border-right: none;
        border-bottom: 2px solid gray;
    }

    #Rewards>div:last-child {
        border-left: none;
    }

    #rewards-slogan {
        display: flex;
        flex-direction: column;

        align-items: center;
        padding-bottom: 20px;

        margin-inline: auto;
    }

    #rewards-slogan>h1 {
        text-align: center;
        font-size: 2.5rem;
    }

    #rewards-prices-list {
        /* padding: 0 10px; */
        padding-inline: 5vw;
    }

    #rewards-prices-list>li {
        gap: 20px;
        /* border: 1px solid; */
        margin-bottom: 15px;
        font-size: 18px;
    }

    #rewards-prices-list img {
        width: 40px;
    }

    #rewards-prices-list:nth-child(1) img {
        width: 50px;
    }
}

@media screen and (max-width: 768px) {
    #comming-soon-top>h1 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    #about-text-pdf-container {
        flex-direction: column;
        gap: 20px;
    }
}

#scrollToTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#scrollToTopBtn.visible {
    opacity: 1;
    z-index: 10;
}

#scrollToTopBtn button {
    font-size: 16px;
    background-color: var(--main-color);
    height: 42px;
    width: 42px;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    border: 2px solid white;
    /* var(--main-color); */
}



/* Footer Section */
.footer {
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 80px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #5A657F;
    padding-bottom: 40px;
}

.footer-brand h3 {

    font-size: 20px;
    margin: 0 0 15px;
    font-family: "DM Serif Text";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: white;
}

.footer-brand h3 span {
    /* color: var(--brand-orange); */
    /* font-style: italic; */
    color: #F34A16;
    font-family: "DM Serif Text";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.footer-desc {
    color: #717C86;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 20.72px */
    letter-spacing: 0.14px;
}

.footer-title {
    color: #5A677C;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 20.72px */
    letter-spacing: 0.14px;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: var(--text-white);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--brand-orange);
}

.subscribe-form {
    display: flex;
    /* background: rgba(255, 255, 255, 0.05); */
    /* border-radius: 30px; */
    /* padding: 5px; */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

.subscribe-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 20px;
    color: white;
    font-family: inherit;
}

.subscribe-input:focus {
    outline: none;
}

.subscribe-btn {
    background: var(--brand-orange);
    border: none;
    color: white;
    border-radius: 30px;
    /* padding: 10px 20px; */
    cursor: pointer;
    font-weight: 600;
    width: 95px;
    height: 41px;
    padding: 10px;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
}

.footer-bottom {
    /* display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--text-gray-dark);
      font-size: 0.9rem; */
    color: white;
    font-family: "DM Serif Text";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.footer-bottom-brand {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-bottom-brand span {
    color: var(--brand-orange);
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .split-layout {
        flex-direction: column;
        gap: 50px;
    }

    .split-text {
        max-width: 100%;
        text-align: center;
    }

    .split-layout.reverse-on-mobile {
        flex-direction: column-reverse;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .cards-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .title {
        font-size: 2.5rem;
    }

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

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}






@font-face {
    font-family: "helvetica";
    /* A name you choose to use later in your CSS */
    src: url("conclave/font/helvetica-255/Helvetica.ttf") format("truetype");
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

nav.visible {
    opacity: 1;
    transform: translateY(0);
}

.nav-item {
    margin: 0px 1px;
    /* background-color: #eeeeee; */
    color: black !important;
    border-radius: 30px;
    padding: 3px 10px;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
}

.nav_loaction {
    display: flex;
    margin-top: 10px;
    margin-left: -7%;
    flex-direction: column;
    color: white;
    justify-content: end;
    align-items: baseline;
}

.nav_loaction>p {
    font-size: 14px;
}

.countdown {
    margin-bottom: 30px;
}

.vision {
    color: black;
}

.vision-container {
    margin: 0;
}

.vision-container>h4 {
    color: #042544;
    font-weight: bold;
    font-family: sans-serif;
    font-style: italic;
}

ul>li {
    font-size: 18px;
}

.nav-register {
    color: white;
}

@media (max-width: 768px) {
    .nav-register {
        background-color: #da591b;
        color: white;
        border-radius: 30px;
        border: 1px solid transparent;
    }

    .nav-register:hover {
        border: 1px solid #da591b;
        color: #da591b;
        background-color: white;
    }

    .nav_loaction {
        margin-left: 0%;
    }

    .nav_loaction>p {
        font-size: 12px;
    }

      .nav-item {
        /* background-color: #eeeeee !important;
        border-radius: 20px;
        padding: 4px 30px; */
        margin: 4px 6px;
        color: black !important;
        /* box-shadow: 1px 1px 4px black !important; */
        /* width: 40px; */
        /* float: right; */
        /* text-align: center !important; */

    }

   
}


li>.default-black-text {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

.home_button_new {
    padding: 12px 20px;
    border-radius: 1000px;
    background: #F34A16;
    color: white;
    font-family: "helvetica";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar-brand>img
 {
    width: 88px;
}

@media(max-width:768px){
      #navbarSupportedContent {
        position: static;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: -1px 1px 3px black;
    }

     li>.default-black-text {
        color: black !important;
    }

    .dropdown-item{
        width:auto !important
        
    }
    .nav-register{
        padding:10px 15px;
    }
}