/* #FBA834 Orange*/
/* #262163 Blue  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    color: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

/* Navigation */
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background-color: #262163;
    position: relative; 
}

.lo-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Logo TopAlumniGlobal */
.lo-container img {
    width: 8vh;
    height: 8vh;
    margin-right: 1.2vh;
    background-color: white;
    border-radius: 50%;
}

.lo-container h1 {
    color: white;
    padding: 0;
}

.ul-menu {
    display: flex;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
    text-wrap: break-word;
    font-family: 'Roboto';
    font-weight: 550;
}

.ul-menu ul {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.li-menu {
    margin-right: 15px;
}

.li-menu a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px; 
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.li-menu a:hover {
    background-color: #ffffff;
    color: #262163; 
    transform: scale(1.05); 
}

.a-menu {
    color: white;
    padding: 5px 10px;
    transition: color 0.3s;
}

.a-menu.active{
    color: #262163;
    background-color: #f1f1f1;    
}

.a-menu:hover {
    color: #FBA834;
}

.dropdown {
    position: relative; 
}

.dropdown-toggle {
    cursor: pointer; 
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #262163;
    z-index: 50;
    width: auto;
    top: 5vh;
}

.dropdown-content a {
    color: white;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.dropdown:hover .dropdown-content {
    display: block; 
}

.dropdown-content a:hover {
    background-color: #FBA834; 
    color: #262163;
}

/* Toggle Button */
.toggle-button {
    display: none; 
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
    z-index: 10; 
}

/* Email Us*/
.email{
    display: inline-block;
    background-color: #FBAE42;
    color: #262163;
    text-decoration: none;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    margin-right: 2vh;
    border: 5px #FBA834;
}

.email:hover {
    background-color: #ffffff;
    font-weight: bold;
}


/* BoyImage(Left) */
.boy-college img {
    width: 100%;
    max-width: 1000px; 
    height: auto; 
    display: block;
    margin-left: auto;
}

/* Text-Right */
.content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vh;
}

.text-right h1 {
    color: black;
    font-size: 3.5rem;
}

.text-right h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.text-right p {
    font-size: 1.2rem;
}

.text-right button{
    display: inline-block;
    background-color: #FBAE42;
    color: #262163;
    text-decoration: none;
    /* padding: 10px 20px; */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    margin: 2vh;
    margin-left: 0;
    border: 5px #FBA834;
    padding: 1.4vh;
    font-size: 1rem;
}

.text-right button:hover{
    background-color: #262163;
    font-weight: bold;
    color: #ffffff;
}

/* Event Section */
.event-expo{
    padding: 1vh;
    padding-left: 0;
    padding-bottom: auto;
    margin-left: 0;
}

.event-flex {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    gap: 5vh; 
    margin-top: 20px;
    font-weight: bold;
    color: #262163;    
    margin-left: 0;
}

.event-flex img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.event-flex img:hover {
    transform: scale(1.1);
}

.event1,.event2, .event3{
    text-align: center;
}

.event1 p,.event2 p, .event3 p{
    margin-top: 2vh;
    text-align: center;
    font-style: bold;
}

.blue {
    color: #262163;
}


/* OurServices */
.button-form {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FBAE42;
    color: #262163;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.button-form:hover{
    background-color: #ffffff;
    color: #262163;
    font-weight: bold;
}

.imgc-container:not(.the-form) {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 0;
    padding: 0;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1;
}

/* Our Services */
.services-container {
    text-align: center;
    padding: 2vh;
    background-color: #262163;
}

.ourservices{
    justify-content: center;
    gap: 2vh;

    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
}

.ourservices h1{
    color: white;
}

.button-form {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FBAE42;
    color: #262163;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

/* "ourservices" Boxes */
.box-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    margin-top: 0;
    gap: 5vh; 
    padding: 5vh;
}

.box1, .box2, .box3, .box4, .box5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28vh;
    height: 24vh;
    padding: 2vh;
    background-color: white;
    border-radius: 10px;
    margin-right: 2vh;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-size: 1.2rem;
}

.box1 p,
.box2 p,
.box3 p,
.box4 p,
.box5 p {
    font-size: 1.4rem; 
    line-height: 1.3; 
    text-align: center; 
    margin: 5px 0; 
    white-space: normal; 
    word-wrap: break-word;
    font-weight: bold;
    color: #262163;
    font-size: 1rem;
}

.box1:hover, .box2:hover, .box3:hover, .box4:hover, .box5:hover {
    transform: scale(1.1); 
    background-color: #f0f0f0;
}

.box1 img, .box2 img, .box3 img, .box4 img, .box5 img {
    width: 68%;
    height: 68%;
    object-fit: contain;
}

/* PopUp 5 Mid Boxes*/
.popupboxes {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}
.popup-boxes {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}
.popup-boxes h2 {
    text-align: center;
}
.popup-boxes p {
    padding: 2.5vh;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.8rem;
    color: #555;
    cursor: pointer;
}

.b-accommodation{
    display: inline-block;
    padding: 10px 20px;
    background-color: #FBAE42;
    color: #262163;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.b-accommodation:hover{
    background-color: #262163;
    color: #FBAE42;
}

/* Activities */
.all-act{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

.activity-text{
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2vh;
    color: #262163;
}

.orangetxt {
    color: #FBAE42;
    font-weight: bold !important;
}

.duo-univ{
    display: flex;
    flex-direction: column;
}

.duo-univ h2{
    display: flex;
}

.utp-act h2, .ukm-act h2{
    align-items: center;
    justify-content: center;
}

/* UTP Act Photos (3) */
.img-activity {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2.2vh; 
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 2vh;
    background-color: white;
    border-radius: 20px;
}

/* Images 3 Items */
.img-activity img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    aspect-ratio: 6/4; 
    border-radius: 10px; 
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Zoom Effect on Hover */
.img-activity img:hover {
    transform: scale(1.1);
}

/* UTP Act Photos (3) */
.img-activity2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2.2vh; 
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 2vh;
    background-color: white;
    border-radius: 20px;
}

/* Images 3 Items */
.img-activity2 img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    aspect-ratio: 6/4; 
    border-radius: 10px; 
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Zoom Effect on Hover */
.img-activity2 img:hover {
    transform: scale(1.1);
}

/* 8 Testimony */
.img-testimon {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 2.2vh; 
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 2vh;
    background-color: white;
    border-radius: 20px;
}

.img-testimon img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    aspect-ratio: 1/1; 
    border-radius: 10px; 
    cursor: pointer;
    transition: transform 0.3s ease;
}

.img-testimon img:hover {
    transform: scale(1.1);
}

.bot-txt{
    padding: 10vh;
    text-align: center;
    color: #262163;
}

/* See Full Galleries */
.all-act button{
    justify-content: center;
    align-items: center;
    background-color: #FBAE42;
    color: #262163;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 2vh;
    left: 50%;
    right: 50%;
}

.all-act button:hover{
    background-color: #262163;
    color: #ffffff;
}

/* Whatsapp */
.ask-away-container {
    text-align: center;
    color: white;
    background-color: #262163;
    padding: 3vh;
}

.ask-away-container p {
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-style: bold;
    margin-bottom: 1.5vh;
}

.ask-away-btn {
    background-color: #FBAE42;
    color: #262163;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 2vh;
}

.ask-away-btn:hover {
    background-color: white;
}

/* About TopAlumni Global */
.all-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    gap: 1rem;
    color: #262163;
    border-radius: 20px;
    padding: 2%;
}

/* About Video */
.about-video {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    background-color: #f1f1f1;
}

.video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.1); 
}

/* About Text */
.about-text {
    flex: 1;
    padding: 1rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

/* About Title */
.about-h1{
    font-size: 2.4rem;
    color: #FBA834;
    font-style: bold;
    margin: 2vh;
    flex-direction: column;
}

.about-text .blue-text {
    color: lightblue;
    font-weight: bold;
}

.bluetxt{
    color: #262163;
}

.about-text p {
    margin-bottom: 1.5rem;
    color: #262163;
}

/* Social Media */
.about-socmed {
    padding: 2vh 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.big-text {
    color: #262163;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.small-text {
    color: #262163;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}

.social-media h2{
    color: #262163;
}

.social-media a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.social-media a:hover {
    transform: scale(1.1);
}

.social-media img {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
}

.a-text {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    color: white;
}

/* Footer */
.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262163;
    /* max-width: fit-content; */
}

.top-add{
    display: flex;
    margin: 2vh;
}

.top-add a{
    display: flex;
    flex-direction: column;
    color: #ffffff;
}
.lo-txt-foot{
    display: flex;
    color: #ffffff;
}

.top-add img{
    max-width: 60px;
}

.reserved {
    color: #ffffff;
    font-size: 16px;
}

