@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
    font-weight: 300;
    font-display: swap;

}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
    font-display: swap;

}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
    font-weight: 500;
    font-display: swap;

}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
    font-display: swap;

}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
    font-display: swap;

}

.gradient-text {
    color: #0066cc;

    background: linear-gradient(107deg, #0b4c97 6.38%, #68b8e8 147.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section-v25 {
    background: url(../img/backgroundherotrophy.png) center / cover no-repeat;
    position: relative;
    padding: 100px 0;
}

.hero-section-v25::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: url(../img/line-grad.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-section-v25 .title-hero {
    color: #ffffff;
    font-size: 80px;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Poppins";
    font-weight: 700;
}

.hero-section-v25 p {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-family: "Poppins";
    font-weight: 400;
}

.hero-section-v25 p span {
    font-weight: 600;
}

.hero-section-v25 p b {
    font-weight: 600;
}

.hero-section-v25 .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 40px;
    margin-top: 40px;
}

.hero-section-v25 .buttons a {
    width: 220px;
    padding: 15px;
    font-family: "Poppins";
    font-weight: 600;
}

.hero-section-v25 .btn-secondary {
    background: #ffffff;
    border-color: #ffffff;
}


/**/

.trophy-section {
    padding: 50px 0;
    /* background-color: #f9f9f9; */
}

.trophy-section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1020px;
    margin: auto;
    margin-bottom: 40px;
}

.trophy-section .text-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.trophy-section .text-block h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.trophy-section .text-block ul {
    list-style-type: none;
    padding: 0;
}

.trophy-section .text-block ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 150%;
}

.trophy-section .text-block ul li::before {
    content: "✔";
    content: url(../img/new-desgin/checkbox-icon.png);
    position: absolute;
    left: 0;
    color: #0066cc;
}

.trophy-section .text-block p {
    font-size: 16px;
    color: #263238;
    margin-bottom: 40px;
    line-height: 170%;
}

.trophy-section .part-tow {
    margin-top: 50px;
}

.trophy-section .part-tow h2 {
    font-size: 40px;
    font-family: "Poppins";
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.trophy-section .part-tow h2 span {
    font-weight: 600;
}

.trophy-section .image-block img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.trophy-section .part-tow .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (max-width: 768px) {
    .trophy-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.last-competitions {
    padding: 80px 0;
}

.last-competitions h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 40px;
    font-family: "Poppins";
    font-weight: 600;
}

.last-competitions .image-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    aspect-ratio: 4 / 3;
}

.last-competitions .image-grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.last-competitions .image-grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.last-competitions .image-grid>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.last-competitions .image-grid>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.last-competitions .image-grid>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.last-competitions .image-grid>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.last-competitions .image-grid>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.last-competitions .image-grid>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.last-competitions .image-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}


/* Specific image placements */

.last-competitions .image-grid img:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}

.last-competitions .image-grid img:nth-child(2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}

.last-competitions .image-grid img:nth-child(3) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}

.last-competitions .image-grid img:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
}

.last-competitions .image-grid img:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}

.last-competitions .image-grid img:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
}

@media (max-width: 768px) {
    .last-competitions .image-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .last-competitions .image-grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .last-competitions .image-grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .last-competitions .image-grid>*:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .last-competitions .image-grid>*:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .last-competitions .image-grid>*:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .last-competitions .image-grid>*:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .last-competitions .image-grid>*:nth-child(7) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .last-competitions .image-grid>*:nth-child(8) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .last-competitions .image-grid img {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

.registration-participation {
    padding: 60px 0;
    background-color: #F9F9F9;
}

.registration-participation .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1020px;
    margin: 0 auto;
    grid-gap: 50px;
}

.registration-participation h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    margin-bottom: 30px;
}

.registration-participation.part2 ul li span {
    display: block;
}

.registration-participation .text {
    -webkit-box-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
}

.registration-participation ul {
    list-style-type: none;
    padding: 0;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.registration-participation .TEXT {
    -webkit-box-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
}

.registration-participation ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #263238;
    font-weight: 400;
    line-height: 150%;
}

.registration-participation ul li span {
    font-weight: 600;
}

.registration-participation ul li img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.registration-participation.part2 ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (max-width: 768px) {
    .registration-participation .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
    }

    .registration-participation h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .registration-participation ul li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.tournament-stats {
    max-width: 1065px;
    margin: 0 auto;
    padding: 60px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 50px 100px;
}

.tournament-stats .stat {
    text-align: start;
}

.tournament-stats .stat h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 400;
}

.tournament-stats .stat h2 span {
    font-weight: 700;
}

.tournament-stats .stat p {
    font-size: 16px;
    color: #263238;
    line-height: 150%;
}

@media (max-width: 768px) {
    .tournament-stats {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        padding: 30px 0;
    }

    .tournament-stats .stat {
        text-align: center;
    }
}

.british-trophy-bannar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    background: var(--bs-Gradient);
}

.british-trophy-bannar .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
}

.british-trophy-bannar .text-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
}

.british-trophy-bannar .text-block h1 {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 135%;
}

.british-trophy-bannar .text-block p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 150%;
}

.british-trophy-bannar .cta-button {
    width: 220px;
    padding: 15px;
    font-weight: 600;
    background: #ffffff;
    border-color: #ffffff;
}

.british-trophy-bannar .image-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.british-trophy-bannar .image-block img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .british-trophy-bannar .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .british-trophy-bannar .text-block {
        text-align: center;
        margin-bottom: 20px;
    }
}

.sponsored-by {
    text-align: center;
    padding: 100px 20px;
}

.sponsored-by h2 {
    font-size: 40px;
    color: #0066cc;
    margin-bottom: 50px;

    background: linear-gradient(107deg, #0b4c97 6.38%, #68b8e8 147.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins";
    font-weight: 600;
}

.sponsored-by .sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 80px;
}

.sponsored-by .sponsors img {
    max-width: 190px;
}

.hero-section-v25.part2 {
    background: var(--bs-Gradient);
}

.winning-team-prize {
    padding: 60px 0;
    background-color: #F9F9F9;
}

.winning-team-prize .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
    margin: auto;
    grid-gap: 60px;
}

.winning-team-prize .text-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.winning-team-prize .text-block h2 {
    font-size: 40px;
    color: #0066cc;
    margin-bottom: 20px;

    background: linear-gradient(107deg, #0b4c97 6.38%, #68b8e8 147.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.winning-team-prize .text-block .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.winning-team-prize .text-block .logos img {
    max-width: 100px;
}

.winning-team-prize .details-block {
    -webkit-box-flex: 1.7;
    -ms-flex: 1.7;
    flex: 1.7;
}

.winning-team-prize .details-block h4 {
    font-size: 24px;
    color: #263238;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 150%;
}

.winning-team-prize .details-block ul {
    list-style-type: none;
    padding: 0;
}

.winning-team-prize .details-block ul li {
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 25px;
}

.winning-team-prize .details-block>ul.big-list>li::before {
    content: "✔";
    content: url(../img/new-desgin/checkbox-icon.png);
    position: absolute;
    left: 0;
    color: #0066cc;
}

.winning-team-prize .details-block>ul.big-list>li ul li {
    padding-left: 15px;
}

.winning-team-prize .details-block>ul.big-list>li ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0066cc;
    /* Added background color to make the bullet visible */
    position: absolute;
    left: 0;
    top: 5px;
}

.winning-team-prize .details-block ul li strong {
    display: block;
    font-size: 20px;
    color: #263238;
    font-weight: 600;
}

.winning-team-prize .details-block ul ul {
    list-style-type: disc;
    padding-left: 0;
    margin: 10px 0;
}

.winning-team-prize .details-block ul ul li {}

@media (max-width: 768px) {
    .winning-team-prize {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .winning-team-prize .text-block {
        padding-right: 0;
        text-align: center;
    }

    .winning-team-prize .details-block {
        padding: 10px;
    }

    .winning-team-prize .text-block .logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .winning-team-prize .text-block .logos img {
        margin: 10px;
    }
}

.registration-participation.part2 {
    background: #fff;
}

.learn-more h2,
.title-stats {
    font-size: 40px;
    color: #0066cc;
    margin-bottom: 20px;
    text-align: center;
}

.learn-more p {
    font-size: 16px;
    color: #263238;
    margin-bottom: 40px;
    line-height: 170%;
    text-align: center;
}

.learn-more .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 40px;
}

.part2-tournament-stats {
    padding: 60px 0;
}

.part2-tournament-stats .tournament-stats {
    padding: 0;
}

.learn-more {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .sponsored-by .sponsors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 40px;
    }

    .sponsored-by .sponsors img {
        margin: 10px 0;
    }

    .hero-section-v25 .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        grid-gap: 15px;
    }

    .hero-section-v25 .title-hero {
        font-size: 38px;
    }

    .hero-section-v25 p {
        font-size: 22px;
    }

    .british-trophy-bannar {
        padding: 0;
    }

    .british-trophy-bannar .text-block h1 {
        font-size: 40px;
    }

    .british-trophy-bannar .cta-button {
        margin: auto;
    }

    .sponsored-by {
        padding: 20px;
        margin-top: 40px;
    }

    .trophy-section {
        padding-bottom: 0;
    }

    .winning-team-prize .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .learn-more .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        grid-gap: 15px;
    }

    .learn-more .buttons a {
        width: 220px;
    }
}

.form-area.color-selection {
    text-align: start;
}

.form-area.color-selection label {
    text-align: start;
    color: #263238;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    display: block;
    margin-bottom: 6px;
}

.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.color-options input[type="radio"] {
    display: none;
    /* Hide the radio buttons */
}

.color-options label {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.color-options input[type="radio"]:checked+label {
    border: 2px solid #000;
    /* Add a border to the selected color */
}

.color-options label:hover {
    opacity: 0.7;
    /* Change the opacity on hover */
}

.color-options label[for="color1"] {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    /* Optional: Add a border to enhance visibility */
}

.color-options input[type="radio"]:checked+label {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.color-options label:hover {
    opacity: 0.7;
}

.container-muti-steps-new {
    padding: 60px 0;
}

/* Container for the steps */
.trophy-steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    grid-gap: 20px 0;
}

/* Individual step styles */
.trophy-step {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 9px 30px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 10px 50%);
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
    grid-gap: 10px;
    padding-right: 50px;
    height: 56px;
}

.trophy-step:first-child {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 50%)
}

/* Step number styling */
.trophy-step-number {
    background-color: transparent;
    color: #424242;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #78909C;
    font-size: 16px;
    line-height: 10px;

}

/* Text styling */
.text-trophy .trophy-step-title {
    color: #263238;
    font-size: 14px;
    font-weight: 500;
}

.text-trophy .trophy-step-subtitle {
    color: #757575;
    font-size: 12px;
    min-width: 127px;
}

/* Active step styling */
.trophy-step.active {
    background: rgba(0, 0, 255, 0.20);
    color: white;
}

.trophy-step.active .trophy-step-number {
    background: linear-gradient(107deg, #0b4c97 6.38%, #68b8e8 147.19%);
    color: #fff;
    border-color: #0f519b;
}

/* Completed step styling */
.trophy-step.completed {
    background: rgba(0, 128, 0, 0.20);
}

.trophy-step.completed .trophy-step-number {
    background: #85C44D;
    color: #fff;
}

/* Button group styling */
.container-muti-steps-new .buttons-group {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 30px;
    grid-column: 1 / 1;

}

.container-muti-steps-new .buttons-group button {
    font-size: 16px;
    width: 160px;
    margin: 0;
    height: 50px;
    padding: 0;
}


.grid-gorm-trophy .form-area label {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}

.container-muti-steps-new .step-content {
    display: none;
    margin: 0;
}

.container-muti-steps-new .step-content.active {
    display: block;
}


/* step 3 */

.outfit-container select {
    display: none;
}

.outfit-container .color-select {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    background-color: #9E9E9E;
    border-radius: 6px;
}

.outfit-container .color-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    width: max-content;
    display: none;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    grid-gap: 10px;

}

.outfit-container .color-options div {
    width: 92px;
    height: 44px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.outfit-container .color-options div:hover {
    border: 2px solid #000;
}

.outfit-container {
    margin-bottom: 80px;
}

.outfit-container:last-child {
    margin: 0;
}

.outfit-container h3 {
    font-size: 24px;
    color: #263238;
    font-weight: 600;
    margin-top: -50px;
}

.outfit-container label {
    font-size: 20px;
    color: #263238;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

#primaryOutfitContainer,
#secondaryOutfitContainer {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: max-content;
    grid-gap: 20px;
}

.outfit-container {
    display: flex;
    grid-gap: 100px;
    padding-top: 50px;

}

.custom-select-en {
    position: relative;
    height: 74px;
    width: 110px;
    padding: 16px;
    background: #F8F8F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-select-en::after {
    content: '\f107';
    /* FontAwesome chevron down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #263238;
    pointer-events: none;
}

.custom-select-en.open::after {
    content: '\f106';
    /* FontAwesome chevron up */
}

.outfit-container .content-left {
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    min-width: 200px;

}

.container-muti-steps-newtrophy-step select {
    background-image: url('../img/icon/new-arrow-select.png');
    width: 65%;
}

.container-muti-steps-new .title-steps {
    color: #263238;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .outfit-container .content-left {
        min-width: 150px;
    }

    .outfit-container h3 {

        margin-top: -80px;
        white-space: nowrap;
    }

    .outfit-container {
        grid-gap: 0;
        padding-top: 80px;
    }

    .trophy-steps-container {
        justify-content: center;
    }

    .grid-gorm-trophy {

        grid-gap: 20px;
    }

    .grid-gorm-trophy .form-area label {
        font-size: 16px;
    }

    .container-muti-steps-new {
        padding: 60px 0;
    }
}

.hero-section-v25.part3 .title-hero {
    font-size: 44px;

}

.hero-section-v25.part3 p {
    font-size: 28px;
}

.container-muti-steps-new .back-link {
    margin-bottom: 20px;
}

.container-muti-steps-new .btn-primary {
    font-size: 16px;
    width: 160px;
    margin: 0;
    height: 50px;
    padding: 0;
}

.step-3 .subscription-form {
    display: block;

}

.trophy-background {
    background: #F9F9F9;
}

.trophy-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
}

.trophy-container .d-flex {
    display: flex;
}

.trophy-sidebar {
    padding: 20px;
    text-align: center;
    width: 150px;
    display: flex;
}

.trophy-sidebar-title {
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-wrap: nowrap;
    word-spacing: 15px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

.trophy-sidebar-date {
    color: #fff;
    font-size: 18px;
    margin: 0;
    letter-spacing: 4.5px;

    padding: 5px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: linear-gradient(107deg, #0b4c97 6.38%, #68b8e8 147.19%);

}

.trophy-main-content {
    padding: 20px;
    width: 100%;
}

.trophy-header {
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.trophy-subheader {
    color: #263238;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.trophy-groups {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 40px;
}

.trophy-group {
    background: #0000000a;
    box-shadow: 1px 1px 1px rgb(62 136 196);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.trophy-group-title {
    margin: 0;
    font-size: 48px;
    margin-top: -38px;
}

.trophy-team-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.trophy-team-item {
    padding: 5px 10px;
    display: flex !important;
    align-items: center;
    grid-gap: 5px;
}


@media (max-width: 768px) {
    .trophy-container .d-flex {
        flex-direction: column;
    }

    .trophy-sidebar {
        width: 100%;
        flex-flow: column;
    }

    .trophy-groups {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .trophy-header {
        font-size: 32px;
    }

    .trophy-group-title {
        font-size: 28px;


    }

    .trophy-sidebar-title,
    .trophy-sidebar-date {
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
    }
}

@media (max-width: 480px) {
    .trophy-groups {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .trophy-header {
        font-size: 28px;
    }

    .trophy-group-title {
        font-size: 24px;
        margin-top: -32px;

    }

    .trophy-team-item {
        justify-content: center;
    }

    .trophy-group {
        padding: 20px;
    }

    .trophy-sidebar-title,
    .trophy-sidebar-date {
        font-size: 20px;

    }
}

.professional-development .d-flex>div,
.study-section .d-flex>div {
    position: relative;
}

.image-container .fa-youtube {
    color: red;
}

.trophy-text-center {
    max-width: 785px;
    margin: auto;
    padding: 90px 15px 40px;
    text-align: center;
}

.trophy-text-center p {
    color: #263238;
    font-size: 24px;
    line-height: 150%;

}


.subscription-modal {
    border-radius: 12px;
}

.subscription-modal .modal-content {
    text-align: center;
}

.subscription-modal .modal-icon img {
    width: 120px;
    margin-bottom: 20px;
}

.subscription-modal h2 {
    font-size: 24px;
    margin-bottom: 20px;

}

.subscription-modal p {
    font-size: 16px;
    color: #263238;
    margin-bottom: 20px;

}

.subscription-modal p a {
    color: #263238;

}

.subscription-modal .modal-buttons {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    grid-gap: 30px;
}

.subscription-modal .modal-buttons .btn {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    margin: 0;
}

.subscription-modal .btn-primary {
    background-color: var(--bs-Gradient);
    font-size: 16px !important;
}

.subscription-modal .btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0067b1;
    font-size: 16px !important;
    color: #0067b1 !important;
}

.subscription-modal {
    pointer-events: none;
}

.subscription-modal .modal-content {
    pointer-events: auto;
    text-align: center;
}

.single-privacy {
    line-height: 1.6;
    color: #263238;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.single-privacy .name-blog {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: var(--text-color);
}

.single-privacy .content p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.single-privacy .content ul {
    margin: 10px 0 20px 20px;
    padding-left: 20px;
}

.single-privacy .content ul li {
    margin-bottom: 10px;
}

.single-privacy .content h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--text-color);
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
}

.single-privacy .content h3 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #007bff;
}

.single-privacy .content h4 {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-bottom: 10px;
    font-style: italic;
    color: #444;
}

.single-privacy .content a {
    color: #007bff;
    text-decoration: none;
}

.single-privacy .content a:hover {
    text-decoration: underline;
}

.single-privacy .content strong {
    font-weight: bold;
    color: #263238;
}

.single-privacy .content ul li p {
    margin: 0;
}
.hero-single-privacy img{
    height: 241px;
    object-fit: cover;
}

.location-center{
    margin: 20px 0;
}

.fair-locations-schedule .title{
    margin: 0;
}