* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: right;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

.about_wrapper {
    padding: 60px 0;
}

.about_wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    color: #007BFF;
    font-weight: bold;
}

.about_wrapper p {
    max-width: 1000px;
    margin: 0 auto 20px auto;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
}

.key_objectives {
    padding: 60px 0;
    background: linear-gradient(45deg, #090e4e, #3ba6ee);
}

.key_objectives h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5em;
    color: #ffffff;
    font-weight: bold;
}

.objective_inner {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-height: 315px;
    outline: 1px solid #027bff;
    outline-offset: 4px;
}

.objective_inner:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.objective_inner h4 {
    font-size: 20px;
    font-weight: 600;
}

.objective_inner img {
    padding: 0 0 20px;
}

.objective_inner p {
    font-size: 16px;
    padding: 10px 0;
}


.key_tracks {
    padding: 60px 0;
}

.key_tracks h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5em;
    color: #000000;
    font-weight: bold;
}

ul.infoGraphic {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.infoGraphic .universal {
    position: relative;
    width: 100%;
    max-width: 28em;
    background: #f5f8f7;
    border-radius: 0.5em;
    padding: 0.5em;
    z-index: 1;
    transition: all 0.2s;
    list-style: none;
    cursor: pointer;
}

ul.infoGraphic .universal .numberWrap {
    position: absolute;
}

ul.infoGraphic .universal .number {
    font-family: "maven pro", sans-serif;
    font-size: 13em;
    font-weight: 900;
    width: 0.9em;
    text-align: center;
}

ul.infoGraphic .universal .number.fontColor1 {
    color: #3498db;
}

ul.infoGraphic .universal .number.fontColor2 {
    color: #2ecc71;
}

ul.infoGraphic .universal .number.fontColor3 {
    color: #9b59b6;
}

ul.infoGraphic .universal .number.fontColor4 {
    color: #f1c40f;
}

ul.infoGraphic .universal .number.fontColor5 {
    color: #e74c3c;
}

ul.infoGraphic .universal .number.fontColor6 {
    color: #e67e22;
}

ul.infoGraphic .universal .coverWrap {
    transform: rotate(130deg);
    position: absolute;
    width: 18em;
    height: 15em;
    left: -2em;
    top: 1em;
}

ul.infoGraphic .universal .coverWrap .numberCover {
    position: absolute;
    background: #f5f8f7;
    width: 18em;
    height: 6em;
    border-radius: 50% 50% 0 0;
    border-bottom: 3px solid #f5f8f7;
    transition: all 0.4s;
}

ul.infoGraphic .universal .coverWrap .numberCover::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 4em;
    right: 4em;
    top: 5em;
    box-shadow: 0 0 30px 17px #48668577;
    border-radius: 100px / 10px;
    z-index: -1;
}

ul.infoGraphic .universal .coverWrap .numberCover::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: -10%;
    width: 120%;
    height: 150%;
    background: radial-gradient(at bottom, #48668533, transparent, transparent);
    z-index: 1;
}

ul.infoGraphic .universal .content {
    margin: 8em 3em 1em 7em;
    position: relative;
}

ul.infoGraphic .universal .content h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    line-height: 22px;
}

ul.infoGraphic .universal .content p {
    line-height: 1.5em;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

/* Hover effect */
ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
}

/* Fontawesome Icons */
.icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
}

.icon:before {
    color: #666;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.iconCodepen:before {
    content: "\f0ac";
}

.iconSocial:before {
    content: "\f08a";
}

.iconAirplane:before {
    content: "\f1d9";
}

.iconMap:before {
    content: "\f278";
}

.iconBulb:before {
    content: "\f0eb";
}

.iconPeace:before {
    content: "\f25b";
}

.attendes_profile {
    background-image: url(./images/teacher-2.jpg);
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    z-index: 1;
    position: relative;
}

.attendes_profile::before {
       position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: #ffffff9c;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;

}

.attendes_profile h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

.attendes_profile p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    color: #000000;
}

.tab-container {
    width: 100%;
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Tab buttons */
.tab-buttons {
    display: flex;
    background: #3498db;
}

.tab-buttons button {
    flex: 1;
    padding: 15px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.tab-buttons button.active {
    background: #2980b9;
    font-weight: bold;
}

/* Tab content */
.tab-content {
    padding: 20px;
    display: none;
    line-height: 1.6;
    min-height: 350px;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    margin-top: 0;
    color: #3498db;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: bold;
}

.tabs_wrapper {
    padding: 60px 0;
}


.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: rgb(0 107 179);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.button:hover .icon {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-size: 15px;
    font-weight: 600;
}


.nav-item a {
    text-decoration: none;
}



.footer {
    padding: 40px 0;
    background: linear-gradient(45deg, #090e4e, #3ba6ee);
    color: white;
}

.footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer li {
    display: inline-block;
    /* Change to inline-block for horizontal layout */
    padding: 0 10px;
}

.footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul a:hover {
    opacity: 1;
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer .social>a:hover {
    opacity: 0.9;
}

.footer .copyright {
    margin-top: 45px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.footer .footer-break {
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: white
}


@media only screen and (max-width: 600px) {

    .about_wrapper h2,
    .key_objectives h2,
    .key_tracks h2,
    .attendes_profile h2,
    .tab-content h2 {
        font-size: 30px;
    }

    .about_wrapper p {
        font-size: 15px;
    }

    .objective_inner {
        margin: 0 0 40px;
    }

    .tab-buttons button {
        font-size: 15px;
    }
}