@import url('https://fonts.googleapis.com/css2?family=futura:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fugaz+One&family=Lexend+Tera:wght@100..900&family=Lexend:wght@100..900&family=Michroma&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');

@media screen and (max-width: 600px) {
    header::after, .header::after, 
    header::before, .header::before,
    .header-inner::after {
        display: none !important;
        content: none !important;
        height: 0 !important;
    }
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'hB';
    src: url(./assets/fonts/HelveticaNeueLTProBlk.otf);
}
@font-face {
    font-family: 'hCn';
    src: url(./assets/fonts/HelveticaNeueLTProCn.otf);
}
@font-face {
    font-family: 'hMd';
    src: url(./assets/fonts/HelveticaNeueLTProMdCn.otf);
}
@font-face {
    font-family: 'futura';
    src: url(../fonts/Futura\ Bold.ttf);
}
@font-face {
    font-family: 'futura';
    src: url(../fonts/unicode.futurabb.ttf);
}
@font-face {
  font-family: "futm";
  src: url(../fonts/guminert-6y5gd.ttf);
}
body,html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior:smooth;
}
a:hover .cursor_dot{
    box-shadow: inset 0px 0px 3vw 2.8vw #a49900bd, 0px 0px 4vw 2vw #d5c512bd;
}
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.rel{
    position: relative;
    z-index: 12;
}
.cursor_dot{
    position: fixed;
    top: 0;
    width: .1vw;
    height: .1vw;
    border-radius: 50%;
    box-shadow: inset 0px 0px 3vw 2.8vw #0052a4bd, 0px 0px 4vw 2vw #4562e29e;
    background-color: #bbbbbb71;
    transition: all ease .1s;
}
.typingEffect.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .typingEffect.visible {
    opacity: 1;
    visibility: visible;
  }
#loader{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #16162b8a;
    backdrop-filter: blur(4px);
}
#loader img{
    width: 7vw;
}
canvas{
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100vh;
    width: 100%;
  }
  /* toggle button */
 
  .frame, .menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
}
.frame {
    background: #3faf82;
    width: 15vw;
    height: 15vw;
}
.frame{
    display: none;
  }
.menu-icon {
    width: 9vw;
    height: 9vw;
    position: relative;
    cursor: pointer;
}
.line-1 {
    background: #fff;
    width: 100%;
    height: 1.2vw;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.line-2 {
    background: #fff;
    width: 100%;
    height: 1.2vw;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.line-3 {
    background: #fff;
    width: 100%;
    height: 1.2vw;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.line-1 {
    transition: 500ms;
    transform: translateY(-15px);
    animation: animateReverse 600ms ease-in-out;
}
.line-2 {
    transition: 500ms;
    transform: scale(1);
    opacity: 1;
}
.line-3 {
    transition: 500ms;
    transform: translateY(15px);
    animation: animate2Reverse 600ms ease-in-out;
}
.menu-icon.active {
    animation: rotateIcon 600ms ease-in-out forwards;
}
.line-1.active {
    animation: animate 600ms ease-in-out forwards;
}
.line-2.active {
    transform: scale(0);
    opacity: 0;
}
.line-3.active {
    animation: animate2 600ms linear forwards;
}
@keyframes animate {
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(0px) rotate(-45deg);
   }
}
@keyframes animateReverse {
    0% {
        transform: translateY(0px) rotate(45deg);
   }
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(-15px) rotate(0deg);
   }
}
@keyframes animate2 {
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(0px) rotate(45deg);
   }
}
@keyframes animate2Reverse {
    0% {
        transform: translateY(0px) rotate(-45deg);
   }
    50% {
        transform: translateY(0px) rotate(0deg);
   }
    100% {
        transform: translateY(15px) rotate(0deg);
   }
}
@keyframes rotateIcon {
    100% {
        transform: rotate(90deg);
   }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.692);
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    z-index: 1000;
  }
  
  .popup {
    background-color: #fff;
    width: 32vw;
    height: 10vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-h{
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 1.2vw;
    color: #229c63;
    margin-top: 2vw;
    padding-bottom: 2vw;
  }
  
  .popup button {
    color: #229c63;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5vw;
    position: absolute;
    right: 1vw;
    top: 1.8vw;
  }
  
  .popup button:hover {
    background-color: #229c63;
    color: white;
  }
/* navbar */
.logo-cont{
  position: relative;
  width: auto;
  display: flex;
  gap: 0.5vw;
}
.traiconLogo img{
  width: 90%;
}
.traiconLogo{
  width: 6.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .3s;
}
.trinityLogo img{
  width: 100%;
}
.trinityLogo::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #cdcdcd;
  left: -.3vw;
  top: .4vw;
  border-radius: 1vw;
}
#navbar{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}
.navBtns{
    display: flex;
    width: 19vw;
    justify-content: space-between;
}
.traicon-mob{
    display: none;
}
.traicon-mob img{
  width: 100%;
}
.GB{
    font-family: 'futura' !important;
}
.navButton{
    width: 9vw;
    height: 3.5vw;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
    font-family: 'rajdhani' !important;
    /* background: #4563E2; */
    background: linear-gradient(52deg, rgba(69,99,226,1) 0%, rgba(69,99,226,1) 22%, rgba(135, 157, 255, 0.933) 30%, rgba(69,99,226,1) 38%, rgba(69,99,226,1) 88%, rgba(69,99,226,1) 100%);    font-family: 'lexend';
    background-size: 200% 200%;
    border-radius: 0.4vw;
    background-position-x: -7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    cursor: pointer;
}
.navButton span{
    transition: all ease .3s;
}
.navButton1 span{
    transition: all ease .3s;
}
.navButton:hover{
    background-position-x: 0;
}
.navButton:hover span{
    text-shadow: 0px 0px 3px black;
}
.navButton1:hover span{
    text-shadow: 0px 0px 3px black;
}
.navButton1{
    width: 9vw;
    height: 3.5vw;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
    /* background-color: #485877; */
    background: linear-gradient(52deg, rgba(72,88,119,1) 0%, rgba(72,88,119,1) 23%, rgba(211, 220, 255, 0.741) 30%, rgba(72,88,119,1) 37%, rgba(72,88,119,1) 88%, rgba(72,88,119,1) 100%);
    font-family: 'rajdhani';
    background-position-x: -7vw;
    background-size: 200% 200%;
    border-radius: 0.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    cursor: pointer;
}
.navButton1:hover{
    background-position-x: 0;
}
.navbar-container{
    width: 90%;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s;
}

.navUl{
    display: flex;
    list-style-type: none;
    width: auto;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    gap: 4.5vw;
    transform: translateX(3vw);
}
.navUl a{
    color: #ffff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.15vw;
    transition: all ease .3s;
}
.navUl a:hover{
    color: #004cff;
}
.navActive{
    color: #004cff !important;
}
.navbar-scrolled{
    height: auto;
    background: #011401c9;
    backdrop-filter: blur(4px);
}
.navbar-scrolled .navbar-container{
    height: 5.5vw;
}
.navbar-scrolled .traiconLogo{
    width: 5vw;
}
/* home */
#home{
    width: 100vw;
    height: 55vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/homeBg1.jpg);
    background-size: cover;
    /* background-color: #001728; */
    /* background: linear-gradient(30deg, rgba(18, 24, 36, 1) 9%, rgba(33, 50, 83, 1) 36%, rgba(39, 60, 101, 1) 42%, rgba(46, 72, 124, 1) 47%, rgba(46, 72, 124, 1) 50%, rgba(35, 53, 89, 1) 57%, rgba(30, 45, 74, 1) 64%, rgba(18, 24, 36, 1) 99%); */
}
/* .home_patch{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../Testing/assets/images/home_patch\,.png);
    background-size: cover;
} */
.cover{
    width: 100vw;
    height: 50vw;
    display: flex;
    align-items: end;
    justify-content: center;
   /* background: #00000099;*/
}
.homeVid{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    top: 0;
    background: url(../images/doha_Philippines_skyline.webp);
    background-size: cover;
    transform: scaleX(-1);
    /* background-position-x: -20vw; */
}
/* .homeVid video{
    width: 100%;
} */
.countdown{
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
   /* position: absolute; */
    width: fit-content;
    right: 2vw;
    top: 22%;
  }
  .count-b{
    width: 6vw;
    height: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 1vw;
    background-color: #ffffff1b;
    backdrop-filter: blur(10px);
  }
  .dig{
    font-family: "montserrat";
    font-size: 2vw;
    font-weight: 700;
  display: flex;
  color: #ffffff;
  }
  .count-t{
    font-family: "Montserrat";
    font-size: 0.8vw;
    font-weight: 400;
    margin-top: 0.3vw;
    color: #0040ff;

  }
  .secNumCol{
    color: #db6fff;
  }
  .count-cl{
    color: #fff;
  }
  .dig_class::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1vw;
    /* background-color: #9a253a62; */
    z-index: -1;
    mix-blend-mode: color-burn;
  }
  .dig_class{
    z-index: 5;
        font-size: 1.5vw;
        line-height: 2vw;
        font-family: "Michroma";
        font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
  position: relative;
    border-radius: 0.7vw;
    color: #ffffff;
  }
.cover-cont{
    width: 90%;
    height: 43vw;
    display: flex;
}
.coverLeft{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 3vw;
}
.coverRight{
    width: 40%;
    height: 100%;
}
.coverRight img{
    width: 35vw;
}
#dc25 {
  position: absolute;
  z-index: 100;
  width: 20vw;
  top: 4vw;
  left: 50vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#dc25:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  left: 0;
  bottom: -0.5vw;
  background-color: #ffffff5f;
}
.dcimg{
  width: 100%;
  transform: translateY(2vw);
}
.dcimg{
  width: 100%;
  transform: translateY(2vw);
}
.dc-patch{
  width: 30vw;
  right: 6vw;
  bottom: 6vw;
  mix-blend-mode: color-dodge;
}
.eventName{
    font-family: 'futura';
    font-size: 3.4vw;
    color: #0040ff;
    text-shadow: 1.5px 1.5px 1px #A435C8;
}
.eventLogo{
    width: 45vw;
    height: auto;
    position: relative;
    z-index: 12;
}
.eventLogo img{
  width: 85%;
}
.co-location {
  width: 23vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  position: relative;
}
.co-location::before {
  content: "";
  width: 1px;
  height: 3vw;
  background-color: rgba(255, 255, 255, 0.451);
  position: absolute;
  left: -2.5vw;
  margin-top: 1vw;
}
.co-l-line {
  height: 1vw;
  width: 100%;
  color: white;
  font-family: 'montserrat';
}
.co-l-box {
  cursor: pointer;
  width: 23vw;
  height: 7vw;
  background-image: url(../images/landing_design.webp);
  background-size: cover;
  background-position: 70% 20%;
}
.co-l-overlay {
  width: 100%;
  height: 100%;
  background: #0004316f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3vw;
}
.crs-logo {
  width: 18vw;
  margin-left: 1vw;
}
.cover-top .eventLogo:last-child img {
  width: 100%;
}
.eventDate {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    
    /* 1. POSITIONING: Moves the box to the left */
    width: fit-content;
    margin-left: 5%;      /* Adjust this percentage to move it further left or right */
    margin-top: 10px;      /* Reduced top margin */
    margin-bottom: 10px;   /* Reduced bottom margin */

    /* 2. INNER ALIGNMENT: Keeps text centered inside the box */
    display: flex;
    flex-direction: column;
    align-items: center;   /* Centers the rows horizontally */
    justify-content: center;
    text-align: center;    /* Ensures text blocks are centered */

    /* 3. BOX SIZING: Compact & Enlarged via padding */
    height: auto;          /* Removes the 2.6vw restriction */
    padding: 10px 30px;    /* Tight vertical space, wide horizontal space */
    
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;   /* Pill shape */
    color: white;
    font-size: 1.5vw;
    font-weight: 500;
}

.date-venue-row {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers date and venue side-by-side */
    gap: 12px;
}

.time-text {
    margin-top: 4px;       /* Small gap between the two rows */
    font-weight: 500;
    font-size: 1.5vw;
}

/* Fix for superscript "th" */
.date-text span {
    font-size: 0.7em;
    vertical-align: super;
    line-height: 0;
}

@media screen and (max-width: 600px) {
    .eventDate {
        /* 1. Reset Position: Move box from left to center for mobile */
        margin-left: auto !important;
        margin-right: auto !important;
        width: 90% !important; /* Prevents box from touching screen edges */
        
        /* 2. Responsive Sizing */
        padding: 15px 10px !important; 
        font-size: 14px !important; /* Switch from vw to px for readability */
        border-radius: 15px !important; /* Smaller radius looks better on mobile */
        height: auto !important;
    }

    .date-venue-row {
        /* 3. Stack Content: Put Venue under the Date */
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }

    /* 4. Hide the separator '|' as it's not needed in a vertical stack */
    .separator {
        display: none !important;
    }

    .date-text, .venue-text {
        width: 100% !important;
        text-align: center !important;
    }

    .time-text {
        font-size: 14px !important;
        margin-top: 10px !important;
        /* Highlight the time slightly for mobile users */
        color: #f0c419; 
    }
}


.l{
  transform: translateY(-.1vw);
}
.blt{
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0040ff;
    left: -2vw;
}
.cLeftCont{
    width: 100%;
    height: 45vw;
    margin-top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:2vw;
}
.tagLine{
    height: auto;
    font-size: 1.6vw;
    font-family: 'futm';
    font-weight: 100;
    text-transform: uppercase;
    line-height: 2.6vw;
    color: white;
    width: 90%;
}

.tagUp{
  letter-spacing: 0.1vw;
}

.tagDown{
font-family: "Montserrat";
font-weight: 800;
font-size: 2vw;
}
.tagDown span{
  color: #0040ff;
}

.cover-top{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin-top: -6vw;
}

.cov-sup{
  z-index: 10;
  width: 25vw;
  height: auto;
  padding: 0.5vw 1vw;
  display: flex;
  width: 35vw;
  border-top: 1px solid rgba(255, 255, 255, 0.374);
  border-bottom: 1px solid rgba(255, 255, 255, 0.374);
}
.cov-sup-h{
  color: white;
  padding-left: 0.5vw;
  font-size: 1vw;
  font-family: "Source Sans 3";
  text-align: center;
  width: 3vw;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.cov-sup-h p{
  rotate: -90deg;
  width: fit-content;
}
.cov-sup-boxes{
  display: flex;
  gap: 0.1vw;
}
.cov-sup-box{
  width: 14vw;
  height: 7.5vw;
margin-left: 0.5vw;
background-color: white;
margin-top: 0.3vw;
display: flex;
align-items: center;
justify-content: center;
}
.cov-sup-img{
  width: 55%;
}
/* oVERVIEW */
#overview {
    position: relative;
    width: 100%;
    /* This allows the section to grow as you add more text/images */
    min-height: 100vh; 
    height: auto !important; 
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #151616;
    
    /* Adds breathing room so content doesn't touch the edges */
    padding: 80px 0; 
    overflow: hidden;
}

.overPatch{
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scaley(-1);
    z-index: 0;
    opacity: 0.7;
    background: url(../images/shape_bg.png);
    background-size: cover;
    color: #559c7a;
  }
.overHead{
    width: 100vw;
    /* background: linear-gradient(0deg, rgba(74, 109, 247, 0.16) 0%, rgb(123 150 255 / 56%) 100%);  
      background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    justify-self: end; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.head{
    font-size: 4vw;
    /* width: 59vw; */
    font-weight: 500;
    font-family: 'futura';
    color: white;
    position: relative;
    z-index: 10;
}
#overview .head{
    color: #0040ff;
    font-size: 1.95vw;
    text-align: left;
}

.overviewCont{
    width: 90%;
    display: flex;
    align-items: center;
    height: auto;
    padding: 2vw 0;
    position: relative;
    z-index: 1;
    text-align: justify;
}
.overLeft{
  position: relative;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overLeft img{
    position: relative;
    width: 95%;
    border-radius: 1.5vw;
    background: #ffffff00;
    z-index: 2;
    /* box-shadow: 0px 0px 10px 3px #ffffff61; */
}

/* .overImgPatch{
    position: absolute;
    width: 90%;
    height: 28vw;
    background-color: #ffffffbc;
    backdrop-filter: blur(2px);
    border-radius: 1.5vw;
    z-index: 1;
} */
.overDes{
    color: #fff;
    font-family: 'Source Sans 3';
    font-size: 1.25vw;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    line-height: 1.7vw;
    margin-top: 1vw;
    gap: .8vw;
}
.overDes p{
    width: 100%;
}
/* requirement */
#require {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151616;
  padding: 5vw 0; /* Added padding for top/bottom breathing room */
}

.require-container {
  width: 90%;
  display: flex;
  gap: 4vw;
  flex-direction: column;
  align-items: center;
}

.require-head {
  font-size: 4vw;
  font-family: 'futura';
  color: #fff;
  margin-bottom: 2vw;
}

.require-boxes {
  width: 100%;
  display: flex;
  align-items: flex-start; /* Changed from center to align top of boxes */
  justify-content: space-between;
  flex-wrap: wrap; /* Important for mobile/tablet */
}

.r-box {
  width: 20vw; /* Slightly wider */
  box-sizing: border-box; /* CRITICAL: Includes padding in the width calculation */
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1vw;
  background-color: #15118270;
  backdrop-filter: blur(2px);
  border: 2px solid transparent;
  transition: all ease .4s;
}

/* Combined the image logic */
.r-img {
  width: 100%; /* Take full width of the padded r-box */
  aspect-ratio: 1 / 1; /* Keeps it perfectly square */
  position: relative;
  border-radius: 1vw;
  background-size: cover;
  background-position: center;
  overflow: hidden; /* Keeps r-name inside the rounded corners */
}

/* Background images assigned to the specific classes */
.r1 { background-image: url(../images/r1.jpg); }
.r2 { background-image: url(../images/r2.jpg); }
.r3 { background-image: url(../images/r3.jpg); }
.r4 { background-image: url(../images/r4.jpg); }

.r-name {
  position: absolute;
  left: 0;
  bottom: 1vw;
  font-size: 1.2vw;
  font-family: 'poppins';
  text-transform: uppercase;
  color: #fff;
  padding: .2vw 1vw;
  background-color: #00000089;
  backdrop-filter: blur(2px);
  width: 100%; /* Makes name tag span the image width */
  box-sizing: border-box;
}

.r-box ul {
  font-family: 'poppins';
  font-size: 1.1vw;
  color: #fff;
  padding: 1vw 0 0 1.5vw; /* Added top padding to separate from image */
  margin: 0;
  list-style-type: square;
  width: 100%;
}

.r-box:hover {
  border: 2px solid #0058ff;
  box-shadow: 0px 0px 13px #0058ff;
  transform: translateY(-5px);
}

/* MOBILE FIX: Essential so it doesn't break on phones */
@media (max-width: 600px) {
  .require-container {
    width: 100% !important; /* Take full width to use internal padding */
    padding: 0 20px !important; /* This creates the "left and right margin" effect */
    box-sizing: border-box;
  }

  .require-boxes {
    flex-direction: column !important;
    align-items: center !important; /* Centers the boxes horizontally */
    gap: 30px !important;
    width: 100% !important;
  }

  .r-box {
    width: 90% !important; /* Allows the container's 20px padding to act as the margin */
    max-width: 350px; /* Prevents boxes from getting too wide on tablets */
    border-radius: 15px !important;
    padding: 15px !important;
  }

  .r-img {
    width: 100% !important; /* Image fills the box width */
    height: 60vw !important; /* Makes the image a nice rectangle on mobile */
    border-radius: 10px !important;
  }
}
/* FOCUS */
#focus{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151616;
}
.focus-container{
  width: 90%;
  display: flex;
  flex-direction: column;
}
.focus-head{
  font-size: 4vw;
  font-family: 'futura';
  color: #fff;
}
.focus-boxes{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.focus-box{
  width: 50%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus-left{
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.f-name{
  font-size: 1.5vw;
  font-family: 'montserrat';
  font-weight: 500;
  color: #fff;
  padding: 0 .5vw;
  border: 1px dotted #cdcdcd;
  border-bottom: none;
}
.f-des{
  font-size: 1.2vw;
  /* height: 10vw; */
  font-family: 'source sans 3';
  color: #fff;
  font-weight: 300;
  padding: 0 .5vw;
  border: 1px dotted #cdcdcd;
}
.focus-right{
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-img{
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-img img{
  width: 100%;
}
.fb3,.fb4{
  flex-direction: row-reverse;
}
/* why Qutar */
#whyPhilippines{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #151616;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2vw 0;
}
.whyPhilippinesHead{
    width: 100%;
    font-family: 'josefin sans';
    font-weight: 800;
    display: flex;
    justify-content: center;
}
.whyPhilippinesHead .head{
    width: 100%;
}
#whyPhilippines .head{
    margin-bottom: 1vw;
    font-size: 1.8vw;
    color: #0028ff;
    letter-spacing: 0.1vw;
}
.whyQcont{
    width: 90%;
    display: flex;
    height: auto;
}
.whyQLeft{
    color: white;
    font-family: 'Source Sans 3';
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 2vw;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0.5vw;
}
.wp-topic{
    font-size: 1.1vw;
    font-weight: 500;
}
.wp-p{
    position: relative;
}
.wp-p p{
    position: relative;
    margin-left: 1vw;
}
.wp-p p::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0040ff;
    display: block;
    left: -.75vw;
    top: 42%;
}
.whyQright{
  width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyQright img{
    width: 100%;
}
.whyMap{
  width: 25vw;
  height: 26vw;
}

.whyVid {
  width: 100%;
  position: relative;
  height: auto;
  display: contents;
}

.whyVid{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    top: 0;
}
.whyQdes{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.whyPatch{
    position: absolute;
    width: 15vw;
    bottom: 0;
    left: 0;
}
.whyPatch img{
    width: 100%;
}
.why-boxes{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    margin-top: 2vw;
    background-color: #040147;
}
.why-box{
    width: 15vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5vw;
}
.why-box:hover{
  background-color: #050097;
}
.why-num{
    font-size: 1.6vw;
    font-family: 'poppins';
    font-weight: 700;
    text-transform: uppercase;
    color: #cdcdcd;
}
.why-detail{
    font-size: 1vw;
    text-align: center;
    font-family: 'poppins';
    color: #cdcdcd;
    width: 90%;
    font-weight: 300;
    line-height: 1vw;
    height: 2vw;
}

/* who will you meet */
.whoMeetHead{
    margin-bottom: 1vw;
    margin-top: 2vw;
}
#whoMeet{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #151616;
    padding: 2vw 0 0 0;
}
.whoMeetContainer{
    width: 100%;
    height: auto;
    gap: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.whoMeetCont{
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
}
/* jobtitle */
.jobTitlesContainer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}
.jobHead{
    font-family: 'futura';
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 1.8vw;
    font-weight: 600;
    margin-top: 3vw;
    /* width: 95%; */
}
.jobTCont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5vw;
}
.jobBoxes{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: center;
}
.jobBox{
    position: relative;
    width: 12vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #0040ff37 1px solid;
    color: white;
    text-align: center;
    font-family: 'Source Sans 3';
    font-size: 1vw;
    font-weight: 400;
    z-index: 1;
    transition: all ease .4s;
}
.jobBox:hover{
  color: #00160b;
}
.jobBox::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /* top: 0; */
    background-color: #0040ff;
    z-index: 1;
    transform: scale(0); /* Initially hidden */
    transition: transform ease .4s;
}
.jobBox.hover-from-top::before {
  transform-origin: top;
  transform: scaleY(1); /* Expand from top */
}

.jobBox.hover-from-bottom::before {
  transform-origin: bottom;
  transform: scaleY(1); /* Expand from bottom */
}

.jobBox.hover-from-left::before {
  transform-origin: left;
  transform: scaleX(1); /* Expand from left */
}

.jobBox.hover-from-right::before {
  transform-origin: right;
  transform: scaleX(1); /* Expand from right */
}

.jobBox.hover-to-top::before {
  transform-origin: top;
  transform: scaleY(0); /* Shrink to top */
}

.jobBox.hover-to-bottom::before {
  transform-origin: bottom;
  transform: scaleY(0); /* Shrink to bottom */
}

.jobBox.hover-to-left::before {
  transform-origin: left;
  transform: scaleX(0); /* Shrink to left */
}

.jobBox.hover-to-right::before {
  transform-origin: right;
  transform: scaleX(0); /* Shrink to right */
}

.jobBox span {
  width: 95%;
  position: relative;
  z-index: 2;
}

/* chart */
#chartdiv {
    position: relative;
    width: 100%;
    height: 30vw;
  }
  #chartdiv svg{
      font-family: 'montserrat';
      font-size: 1vw;
  }
  .svg text{
      color: #fff;
      font-size: 1vw;
  }
  .bar-boxes{
    width: 100%;
    height: 20vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3vw 0;
  }
  .bar-box{
    width: 25%;
    height: 5vw;
    display: flex;
    flex-direction: column;
  }
  .dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cdcdcd;
  }
  .bn1{
    margin-left: 1vw;
    position: relative;
  }
  .bn1 .dot{
    position: absolute;
    left: -.7vw;
    top: .5vw;
  }
  .bar-name{
    font-family: 'montserrat';
    font-size: .9vw;
    display: flex;
    align-items: center;justify-content: start;
    gap: 1vw;
    color: #fff;
    height: 45%;
    /* background: #151421cd; */
  }
  .bar-fill {
    width: 0;
    height: 20px;
    background-color: #3498db;
    transition: width 1s ease;
  }
  #chartdiv::before{
    content: '';
    width: 8vw;
    height: 3vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    /* background: #cdcdcd; */
  }



/* attending sectors */
.attendCont{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}
.attendHead{
    font-family: 'futura';
    color: white;
    font-size: 1.5vw;
    font-weight: 600;
    padding: 1vw 0vw;
    padding-top: 2vw;
    /* width: 95%; */
}
.attendLeft{
    position:relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../images/attendBg.jpg);
    background-position-y: -4vw;
    background-size: cover;
}
.attendBoxes{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 1vw;
    row-gap: 1vw;
    padding: 2vw 0;
}
.attendBox{
    position: relative;
    width: 8.5vw;
    height: 8.5vw;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    flex-direction: column;
    backdrop-filter: blur(2px);
    background-color: #ffffff12;
}
.attendIcon{
    position: relative;
    z-index: 2;
    width: 35%;
    height: 35%;
    transition: all ease .3s;
}
.attendIcon img{
    width: 100%;
}
.attendIcon svg{
    width: 100%;
    fill: #fff;
    transition: all ease .3s;
}
.attendDes{
    position: relative;
    z-index: 2;
    width: 90%;
    font-size: .8vw;
    text-align: center;
    font-family: 'poppins';
    color: #cdcdcd;
    line-height: .8vw;
}
.low{
    font-size: .75vw !important;
}
.a-up,.a-down{
    position: absolute;
    width: 100%;
    height: 100%;
}
.a-up::before {
    content: "";
    width: 20%;
    height: 0.05vw;
    background-color: #0040ff;
    position: absolute;
    transition: all 0.5s ease;
}
.a-up::after {
    content: "";
    width: 0.05vw;
    height: 20%;
    background-color: #0040ff;
    position: absolute;
    transition: all 0.5s ease;
}
.a-down::before {
    content: "";
    width: 20%;
    height: 0.05vw;
    background-color: #0040ff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.a-down::after {
    content: "";
    width: 0.05vw;
    height: 20%;
    background-color: #0040ff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.attendBox:hover .a-up:before{
    width: 102%;
    height: 102%;
}
.attendBox:hover .a-down::before{
    width: 102%;
    height: 102%;
}
.attendBox:hover .attendIcon{
    width: 30%;
    height: 30%;
}
.attendBox:hover .attendIcon svg{
    fill: #162d2d;
}
.attendBox:hover .attendDes{
    color: #162d2d;
}
.attendPatch{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #141b18cf;
    backdrop-filter: blur(0.5px);
}


    /* ATTENDEES SECTOR */
.insights-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding: 80px 8%;
  background: #151616;
}

.insights-wrapper .section-title {
   margin: 0;
   font-size: 3.5vw;
}

/* Grid layout */
.insights-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
}

.insight-card {
    width: 27.25%;
    padding: 25px;
    border-radius: 18px;
    background: #151616;
    border: 1px solid rgba(0, 255, 136, 0.25);
     box-shadow: 0 0 0px rgba(0, 255, 136, 0.25), 
                inset 0 0 0px rgba(0, 255, 136, 0.15);
    backdrop-filter: blur(14px);
    color: #dff6ff;
}

/* Header */
.card-header {
    display: flex;
    /* align-items: center; */
    gap: 12px;
    margin-bottom: 18px;
    flex-direction: column;
    width: 100%;
    font-family: 'montserrat';
}

.card-header .card-icon {
    font-size: 24px;
    color: #0040ff;
}

.card-header h3 {
    font-size: 1.25vw;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

/* One item row */
.item {
    margin-bottom: 20px;
    position: relative;
}

.label {
    display: inline-block;
    font-size: 1vw;
    opacity: 1;
    color: #cfe8ff;
    font-family: 'source sans 3';
    width: 70%;
}

.value {
    float: right;
    font-weight: 600;
    font-size: 1.4vw;
    color: #0040ff;
    font-family: "michroma";
    display: flex;
    align-items: start;
    justify-content: start;
}
.value span{
  font-size: 1vw;
  font-family: 'montserrat';
}
.in-card-last .item{
  width: 28vw;
}
/* Progress Bar */
.progress {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    margin-top: 1vw;
    overflow: hidden;
}

.progress div,
.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #0040ff, #00cc6f);
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.6);
    transition: width 1s ease-out;
}

/* Glow hover effect */
.insight-card:hover {
    transform: translateY(-2px);
    transition: 0.3s ease all;
     box-shadow: 0 0 20px rgba(0, 255, 136, 0.25), 
                inset 0 0 15px rgba(0, 255, 136, 0.15);
}

/* Last row layout */
.in-card-last {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4vw;
    row-gap: 1vw;
}

.in-card-last .card-header {
    width: 100%;
    align-items: center;
}
.insight-card svg{
    width: 3.5vw;
    fill: #0040ff;
}



/* main attraction */
#main{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0;
    background-color: #f0f1ff;
}
.main-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.main-head{
    font-family: 'futura';
    text-align: center;
    color: #00160b;
    font-weight: 400;
    padding-top: 2vw;
}
.main-boxes{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 3vw; */
    margin-top: 2vw;
}
.main-box{
    width: 13vw;
    height: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    border-radius: 1vw;
    text-align: center;
    background: linear-gradient(to top,#cfa5f3 10%,#0040ff03 70%);
    background-color: #2498ff78;
    transition: all ease .4s;
}
.main-box:hover{
  background:none;
  background-color: #2498ff78;
}
.m-num{
    position: relative;
    font-size: 2.5vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'montserrat';
    color: #001516;
}
.m-num span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'michroma';
}
.m-des{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1vw;
    font-family: 'source sans 3';
    color: #002953;
    line-height: 1.1vw;
}
.m-des:after{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width:2vw;
    top: -.5vw;
    background-color: #002953;
}
.main-cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw 0;
}
.main-cont .main-stage:nth-child(2){
    flex-direction: row-reverse;
}
.main-stage{
width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.main-l{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.main-r{
    position: relative;
    height: 30vw;
    width: 25vw;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-img{
    position: absolute;
    left: 2vw;
    top: 1vw;
    width: 25vw;
    height: 30vw;
    transform: skewX(-10deg);
    overflow: hidden;
}
.main-cont .main-stage:nth-child(2) .main-img img{
  transform: skewX(10deg) translateX(-14.7vw);
}
.main-img img{
    width: 200%;
    transform: skewX(10deg) translateX(-11vw);
}
.main-stage-head {
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    color: #c5a059; /* Gold/Bronze color */
    font-weight: 700; /* Bold */
    text-transform: uppercase; /* Optional: adds a professional feel */
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
    /* Your existing .ag-cont-box, .ag-time, etc. code remains here */

    .main-stage-head {
        font-size: 20px !important; /* Larger, fixed size for readability */
        font-weight: 700 !important; /* Makes it bold */
        margin-bottom: 15px;         /* Adds space below the heading */
        display: block;              /* Ensures it behaves as a heading */
       color: #c5a059; /* Gold/Bronze color */
	    text-align: left;          /* Optional: Centers the head on small screens */
    }
}
.main-stage-des{
    font-family: 'poppins';
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin: 1vw 0;
}
.main-patch{
    position: absolute;
    width: 25vw;
    height: 30vw;
    transform: skewX(-10deg);
    background-color: #151616;
}
/* vip speaker */
#vipSpeaker{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001516;
  padding: 2vw 0;
}
#vipSpeaker .head{
  width: 100%;
  text-align: start;
}
.vip-container{
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4vw 0;
}
.vip-speaker-cont{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;

  display: flex;
  flex-wrap: wrap;
}
.vip-speaker-box{
  position: relative;
  width: 23vw;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #dddddd4a;
}
.vip-img{
  height: 100%;
  width: auto;
  overflow: hidden;
}
.vip-img img{
  width: 100%;
}
.vip-des{
  position: absolute;
  top: 25.5vw;
  left: 2vw;
}
.vip-des::before{
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 200%;
  background-color: #cdcdcd;
  bottom: 0;
}
#vipSpeaker .spk-name{
  padding-left: .5vw;
  text-align: start;
}
#vipSpeaker .vip-des{
  width: 100%;
  color: #fff;
}
#vipSpeaker .spk-job,#vipSpeaker .spk-company{
  text-align: start;
}
/* speakers */
#speakers{
    width: 100%;
    height: auto;
    min-height: 100vh;
   background: #00160b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2vw 0;

}
.speakerContainer{
  width: 90%;
    height: auto;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3vw 0;
}
.speakerBoxes{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vw;
    row-gap: 5vw;
}
.speakerHead .head{
    color: #ffffff;
    width: 90%;
    padding-top: 2vw;
}
.speakerHead{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.speaker-box{
  width: 15vw;
  height: 30vw;
  background: #ffffff;
  border-radius: 10vw;
  overflow: hidden;
}
.spk2{
  transform: translateY(-3vw);
}
.spk4{
  transform: translateY(-5vw);
}
.spk-grey{
  background: rgb(153, 163, 163);
}
.spk-blue{
  background: #0040ff;
}
.spk-g2{
  background: rgb(198, 198, 198);
}
.spk-cont{
  width: 100%;
  height: 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2vw;
  justify-content: center;
}
.spk-name{
  font-family: "Montserrat";
  font-size: 1.1vw;
  text-align: center;
  font-weight: 600;
  text-transform:uppercase;  
}
.spk-job{
  font-family: "source sans 3";
  font-size: 0.9vw;
  text-align: center;
  padding: 0vw 0.5vw;
  line-height: 0.9vw;
}
.spk-company{
  font-family: "source sans 3";
  font-size: 0.9vw;
  line-height: .9vw;
  font-weight: 600;
  text-align: center;
  padding: 0vw 0.5vw;
}
.spk-img-box{
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spk-img{
  width: 120%;
}

/* sponsors */
#sponsors{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00160b;
    padding: 2vw 0;
}
.sponsorHead{
    width: 90%;
}
.sponsorHead .head{
  color: #fff;
  padding: 2vw 0;
}
.sPatch{
    position: absolute;
    background: url(../images/grass.svg);
    width: 20vw;
    height: 20vw;
    background-size: cover;
    right: 0;
    bottom: 0;
}
.sponsorContainer{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 2vw;
  padding: 5vw 0 5vw 0;
  border: 2px solid white;
}
.diamondSpons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsCont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sponHead{
    width: fit-content;
    border-radius: 3vw;
    padding: .5vw 1vw;
    font-size: 1.05vw;
    font-family: 'lexend';
    font-weight: 600;
    color: black;
    border: 1px solid black;
    background-color: white;
    /* background: linear-gradient(0deg, rgba(0,35,180,1) 30%, rgba(255, 255, 255, 0.597) 50%, rgba(0,35,180,1) 70%); */
}
.sponBoxes{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    margin: 1vw 0;
    flex-wrap: wrap;
}
.sponsBox{
    width: 22vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.sponsBox img{
    width: 80%;
}
.goldSpons .sponsBox{
    width: 18vw;
    height: 9vw;
}
.media .sponsBox{
    width: 11vw;
    height: 6vw;
}
.supporting{
  margin-bottom: 4vw;
}
.supporting .sponsBox{
   width: 15vw;
   height: 8vw;
}
/* AGENDA */
.title{
    font-size: 3vw;
    color: white;
    padding-top: 1vw;
    margin-left: 7vw;
    font-family: "futura";
}
.ag-blur{
  width: 100%;
  height: 23vw;
background: linear-gradient(transparent,#001516c4,#001516);
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ag-blur-box{
  width: 100%;
  height: 6vw;
}
.agbtop{
  backdrop-filter: blur(1px);
}
.agbmid{
  backdrop-filter: blur(3px);
}
.agbdown{
  backdrop-filter: blur(7px);
}

.get-agenda{
  width: 13vw;
  height: 3vw;
  border-radius: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0040ff;
  position: absolute;
  z-index: 2;
  color: white;
  font-family: "montserrat";
  margin-top: 10vw;
  cursor: pointer;
  font-size: 1vw;
}

.get-agenda:hover{
  background: #0040ff;
}

.agenda{
    width: 100%;
    /* height: 55vw; */
    height: 100%;
    background-color: #00160b;
    position: relative;
}
.agenda-cont{
  margin-top: 1vw;
    width: 100%;
    /* height: 44vw; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agenda-container{
    width: 80%;
    height: 100%;
}
.ag-carousel .item{
/* height: 44vw; */
height: 100%;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.agenda-box{
    width: 95%;
    height: 100%;
}
.ag-cont-box{
    width: 100%;
    height: 4vw;
    border-bottom: 0.1vw solid rgba(255, 255, 255, 0.545);
    display: flex;
    gap: 0.5vw;
    align-items: center;
}
.ag-time{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 1vw;
    position: relative;
    font-family: "Source Sans 3";
    font-size: 1vw;
}
.ag-time::after{
    content: "";
    width: 0.2vw;
    height: 1.5vw;
    background-color: rgba(255, 255, 255, 0.458);
    display: block;
    position: absolute;
    right: 0.5vw;
    border-radius: 1vw;
}
.ag-des{
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: "Source Sans 3";
    font-size: 1vw;
    width: 68%;
    font-weight: 300;
	padding-left: 1vw;
}
.ag-br{
    background-color: #0040ff;
    padding: 0vw 0.5vw;
    padding-bottom: 0.1vw;
    width: fit-content;
    color: black;
    font-weight: 400;
}
.agenda .title{
    display: flex;
    gap: 0.5vw;
}
.ag-head-line{
    width: 10vw;
    height: 2vw;
    border-bottom: 0.1vw solid #0040ff;
}
.ag-date{
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 1vw;
    margin-top: 1.2vw;
    color: #0040ff;
    font-weight: 900;
    width: 90%;
}

.panel .pl{
   color: #0040ff;
   font-weight: 600;
   text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .ag-cont-box {
        display: flex;
        align-items: stretch; /* This ensures the line stretches to the description height */
        height: auto;
        padding: 15px 0;
    }
    
    .ag-time {
        flex: 0 0 115px;
        font-size: 11px !important;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 15px;
        position: relative;
        /* This border is much easier to control than the ::after element */
        border-right: 2px solid rgba(255, 255, 255, 0.458); 
    }

    /* THE FIX: Hide the desktop vertical line pseudo-element */
    .ag-time::after {
        display: none !important;
        content: none !important;
    }
    
    .ag-des {
        flex: 1;
        padding-left: 15px;
        font-size: 13px !important;
        display: flex;
        align-items: center;
        min-height: 40px;
        line-height: 1.4; /* Better spacing for wrapped text */
    }
}
/* news */
#news{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  flex-direction: column;
  background-color: #001516;
}
.newshead{
  font-size: 3vw;
  font-family: 'futura';
  color: white;
  font-weight: 700;
  align-self: start;
  text-transform: uppercase;
  margin-left: 7vw;
}
.news-container {
  width: 100%;
  max-width: 80%;
  /* margin: 40px auto; */
}
.gallery-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  border-radius: .5vw;
  overflow: hidden;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 35vw;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 20vw;
  height: 10vw;
  text-align: center;
  overflow: hidden;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}
.slide-patch{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1a128e;
}
.slide-cont{
  position: absolute;
  width: 100%;
  bottom: 3vw;
  padding-left: 2vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.slide-head{
  font-size: 2vw;
  color: #fff;
  font-family: 'poppins';
}
.slide-des{
  width: 90%;
  font-size: 1.2vw;
  color: #fff;
  font-family: 'source sans 3';
}
.slide-btn{
  width: 10vw;
  height: 2.4vw;
  background-color: aqua;
  text-transform: uppercase;
  border-radius: 4vw;
  cursor: pointer;
}
.thumb-des{
  position: absolute;
  background-color: #000016cd;
  font-size: .9vw;
  color: #fff;
  text-align: start;
  font-family: 'poppins';
  bottom: 0;
}
/* gallery */
#gallery{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.galleryHead{
    background-color: #001516;
    padding: 1vw 0;
}
.galleryHead .head{
    padding-left: 2vw;
}
.galleryContainer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5vw;
    background-color: #001516;
}
.gallery-up{
    display: flex;
    width: 98%;
    background-color: #001516;
}
.gallery-down{
    display: flex;
    width: 98%;
    background-color: #001516;
}
.galleryBox{
    position: relative;
    width: 100%;
    height: 22vw;
    background-color: #001516;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.galleryBox:hover .gIcon{
    opacity: .8;
    font-size: 2vw;
    width: 3vw;
    height: 3vw;
}
.galleryBox img{
    width: 120%;
    transition: all ease .4s;
}
.galleryBox .gIcon{
position: absolute;
z-index: 10;
font-size: .5vw;
left: 45%;
top: 9vw;
width: 3vw;
height: 3vw;
opacity: 0;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #fff;
transition: all ease .2s;
}

#gallery .owl-carousel .owl-item:hover img{
    transform: scale(1.1);
    opacity: .6;
} 

#gallery .owl-carousel .owl-item img {
    display: block;
    width: 115%;
    cursor: zoom-in;
    transition: all ease .3s;
}
.lightbox .lb-data .lb-details {
    display: none;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #27312c;
}

.lb-nav a.lb-next {
    position: absolute;
    right: -4vw;
    width: 25%;
    color: #0f3e9a;
}
.lb-nav a.lb-prev {
    position: absolute;
    left: -4vw;
    width: 25%;
    color: #0f3e9a;
}
.lb-loader {
    display: none !important;
}
body .disable-scroll{
    overflow: hidden !important;
}

/* forms */
/* forms */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
  z-index: 10000;
  }
  
  
  .modalContents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg,rgb(28, 28, 28),black);
  width: 90%;
  /* backdrop-filter: blur(3px); */
  border-top: none;
  border: 1px solid rgb(141, 141, 141);
  border-top: none;
  }
  .form-img-box{
    width: 30%;
    overflow: hidden;
    height: 26vw;
  }
  .form-img{
    width: 110%
  }
  
  .form-heading {
  font-family: "montserrat";
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-size: 1.5vw;
  border-bottom: none;
  padding: 0.5vw 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #0040ff, #11824f);
  width: 90%;
  border: 1px solid rgb(141, 141, 141);
  border-bottom: none;
  }
  
  .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.3vw;
  }
  
  .modalBg {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg,rgba(0, 0, 0, 0.938),rgba(28, 27, 27, 0.814),rgba(0, 0, 0, 0.786));    
  }
  form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  }
  .del-amount-box{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 93%;
    padding: 0.5vw;
    margin-top: 0.5vw;
    background-color: #313131;
  }
  .del-price-input-box{
    display: flex;
    align-items: center;
    gap: 0.3vw;
  }
  .del-list{
    padding: 0;
    margin: 0;
    margin-left: 2vw;
    margin-top: 0.5vw;
  }
  form li{
    font-size: 0.55vw;
    font-family: "Poppins";
    font-weight: 300;
  
  }
  .del-price-input-box label{
    color: white;
    font-family: "Poppins";
    font-size: 0.6vw;
    display: flex;
    align-items: center;
    gap: 0.3vw;
  }
  .del-price-input-box label sup{
    color: red;
    font-size: 0.5vw;
  }

  .inputs{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }
  
  .inputs input{
  border-radius: 0px;
  margin: 1vw 0vw;
  background-color: transparent;
  border: none;
  border-bottom:1px solid #ffffff37;
  display: flex;
  align-items: center;
  width: 45%;
  height: 1.7vw;
  font-size: 0.7vw;
  color: #ffffff;
  }
  .inputs input:focus{
  outline: none;
  background-color: none;
  }

  .inputs input::placeholder{
  font-family: "Poppins";
  color: #ffffff;
  font-size: 0.55vw;
  transform: translate(0.1vw,0vw);
  font-weight: 300;
  }
  .check-box{
  width: 93%;
  height: auto;
  }
  .checks{
  padding: 0.4vw 0vw;
  }
  .checks label{
  display: flex;
  }
  .f-btn{
  background: none;
  border: none;
  font-family: "Poppins";
  font-size: 1vw;
  font-weight: 600;
  color: #ffffff;
  padding: 0.2vw 1vw;
  margin: 1vw 0vw;
  cursor: pointer;
  background-color: #0040ff;
  }
  
  .f-btn:hover{
  color: #000;
  background-color: #11824f;
}
  
  
  /* Hide the default checkbox */
  input[type="checkbox"] {
  display: none;
  }
  
  /* Create a custom checkbox style */
  .custom-checkbox {
  width: 0.5vw;
  height: 0.5vw;
  border: 0.5px solid #ffffff;
  cursor: pointer;
  transform: translateY(0.1vw);
  }
  /* Style for when the checkbox is checked */
  input[type="checkbox"]:checked + .custom-checkbox::after {
  position: absolute;
  content: '\2714';
  font-size: 0.8vw;
  top: -80%;
  color: #11824f;
  }
  
  
  .is-show {
  visibility: visible;
  opacity: 1;
  scale: 1.45;
  }
  
  .lt {
  width: 96%;
  margin-left: 1%;
  font-size: 0.55vw;
  font-family: "Poppins";
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  }
  .in-box .lt{
    font-weight: 500;
  }
  .clModal{
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 0.8vw;
  top: 0.6vw;
  right: 3vw;
  background-color: #000000;
  width: 1vw;
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color:  #ffffff;
  cursor: pointer;
  opacity: 1;
  }

/* Style for invalid text fields */
input.invalid {
  border: 1px solid rgb(255, 0, 0);
}

/* Style for invalid custom checkbox */
label.invalid .custom-checkbox,
.del-price-input-box.invalid .custom-checkbox {
  border: 1px solid rgb(255, 0, 0);
}

.form-message{
  margin-top: 0.5vw;
  font-family: "poppins";
  text-transform: uppercase;
  color: rgb(255, 0, 0);
  font-size: 0.55vw;
  display: none;
}
.mshow{
  display: block;
}
.form-interest{
  width: 93%;
  background-color: #393939;
  padding: 0.5vw;
}
.in-h{
  color: white;
  font-family: "Poppins";
  font-size: 0.55vw;
  color: #11824f;
}
.in-box{
  margin-top: 0.5vw;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}
.in-box label{
display: flex;
gap: 0.5vw;
}

/* ***************Footer Section**************** */
#footer {
    width: 100vw;
    height: 10vw;
    background: linear-gradient(86deg, #00160b 8%, #1a1182  48%, #00160b 79%);
    display: flex;
    align-items: center;
  }
  
  .footerContainer {
    display: flex;
    justify-content: space-between;
    width: 99vw;
    align-items: center;
  }
  
  .fLeft {
    width: 65vw;               /* Increased slightly to give more breathing room */
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* This pushes the 3 columns apart evenly */
    align-items: flex-start;
    margin: 0 0 0 1vw;
    gap: 4vw;                  /* Significantly increased gap from 0.8vw */
    height: auto;              /* Changed from 8vw to auto so text never gets cut off */
}

/* Add this to ensure the headings stay on one line */
.mail-heading {
    white-space: nowrap;       /* Prevents "DELEGATE REGISTRATION" from breaking */
}
  
  .fMails {
    width: 12vw;
    height: 1.8vw;
    display: flex;
    border: 1.5px solid white;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
  }
  
  .fUp {
    display: flex;
    gap: .7vw;
  }
  
  .fRight {
    width: 25vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
  }
  
  .fUp a {
    width: 2vw;
    height: 2vw;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px white solid;
    transition: all ease .4s;
  }
  .fUp img{
    width: 60%;
    filter: invert(1);
    transition: all ease .4s;
  }
  .fUp a:hover {
    transform: translateY(-3px);
    background-color: #12a35f;
    border: 1.5px #12a35f solid;
  
  }
  
  .fUp a:hover img {
    filter: invert(0);
  }
  
  .fLinks {
    font-size: 1.25vw;
    padding-top: 0.1vw;
    color: #fff;
  }
  
  /* Styling for the Copyright area */
.fCopy {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9vw;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}

.fCopy a {
    color: #c5a059; /* Matching your gold theme */
    text-decoration: none;
    transition: color 0.3s ease;
}

.fCopy a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Style for the separator | */
.fCopy .sep {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustment for mobile */
@media screen and (max-width: 768px) {
    .fCopy {
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
}
  
  
  
  
  
  
  
  
  .foot-l {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1.5vw 0vw;
  }
  
  .mail-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;            /* Matches typical email font size */
    font-weight: 600;          /* Semi-bold for a clear hierarchy */
    color: #ffffff;
    white-space: nowrap;       /* Keeps "DELEGATE REGISTRATION" in one line */
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

/* Responsive adjustment: Stack them when space actually runs out */
@media screen and (max-width: 1024px) {
    .fLeft {
        flex-direction: column;
        gap: 25px;
    }
}
  
  .mail-box {
    width: 26%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  
  
  .mail {
    font-family: 'Montserrat';
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9vw;
    transition: all 0.3s ease;
  }
  
  .mb-cont {
    cursor: pointer;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.8vw 0vw;
    padding-left: 1vw;
  }
  
  .mb-cont::before {
    content: "";
    width: 0.1vw;
    z-index: -1;
    height: 3.8vw;
    display: block;
    background-color: #1c27d0;
    position: absolute;
    margin-left: -1vw;
    transition: all 0.5s ease;
  }
  
  .mail-box:hover .mb1::before {
    width: 19vw;
  }
  
  .mail-box:hover .mb2::before {
    width: 14.5vw;
  }
  
  .mail-box:hover .mb3::before {
    width: 14.5vw;
  }
  
  .mob_traicon_logo,
  .toggle {
    display: none;
  }
/* mobile responsive */
@media screen and (max-width: 450px){
    body,html{
        overflow-x: hidden;
    }
    .popup {
        width: 80vw;
        height: 23vw;
      }
      .popup-h {
        font-size: 3.2vw;
      }
      .popup button {
        font-size: 3.2vw;
        top: 2vw;
      }
    .navbar-scrolled {
        height: 100vh;
    }
    .frame{
        display: flex;
        position: fixed;
        right: 2vw;
        top: 2vw;
        z-index: 9999;
        background-color: transparent;
      }
  
    .navUl {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5vw;
    }
    .navButton,.navButton1{
        display: none;
    }
    #navbar{
        position: fixed;
        left: -110vw;
        background-color: #111722c9;
        backdrop-filter: blur(2px);
    }
    .navbar-container {
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .navbar-scrolled .navbar-container {
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .navUl a {
        font-weight: 600;
        font-size: 4vw;
    }
    #home {
        background-size: cover;
        background-position-x: -160vw;
        width: 100vw;
        height: 100vh;
    }
    .homeVid {
        position: absolute;
        width: 100%;
        height: 100vh;
    }
    .cover-cont {
        width: 95%;
        height: 80%;
    }
    .cover {
        align-items: center;
        height: 100vh;
        background: #0000008c;
    }    
    .cov-sup{
      width: 90vw;
    }
    .cov-sup-box {
      width: 26vw;
      height: 14.5vw;
    }
    .cover-top {
      width: 100%;
      height: auto;
      gap: 4vw;
      margin-top: -6vw;
      align-items: start;
      flex-direction: column-reverse;
    }
    .co-location {
      width: 60vw;
      height: 24vw;
    }
    .co-l-line {
      height: 5vw;
      width: 100%;
      font-size: 3vw;
    }
    .co-l-box {
      cursor: pointer;
      width: 60vw;
      height: 24vw;
    }
    .cov-sup {
      padding: 1.5vw 0vw;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .cov-sup-h {
      font-size: 2.9vw;
      width: auto;
  }
    .coverLeft {
        width: 100%;
        align-items: center;
        justify-content: end;
    }
    .coverRight{
        display: none;
    }
    #dc25{
      position: absolute;
      z-index: 100;
      left: 76vw;
      top: 67vw;
      width: 22vw;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    #dc25:before {
      position: absolute;
      content: '';
      width: 1px;
      height: 60%;
      left: 0;
      bottom: 2vw;
      background-color: #ffffff5f;
    }
    .eventName {
        font-size: 7.8vw;
    }
    .cLeftCont {
      width: 100%;
      height: 80%;
      align-items: center;
      justify-content: center;
      gap: 6vw;
  }
    .eventLogo{
      width: 90vw;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .cov-sup-h p {
      rotate: 0deg;
    }
    .eventDate {
      width: 95vw;
      height: 14.6vw;
      border-radius: 10vw;
      font-size: 3.4vw;
      display: flex;
      flex-direction: column;
  }
  .l{
    display: none;
  }
    .blt {
      display: none;
      left: 18vw;
      top: 4vw;
    }
    .tagLine {
      height: auto;
      font-size: 5vw;
      width: 80vw;
      text-align: center;
      line-height: 6vw;
  }
    .tagDown {
      font-size: 6vw;
      line-height: 6vw;
  }
    .traiconLogo{
        display: none;
    }
    
    .navBtns {
        display: flex;
        width: 19vw;
        justify-content: space-between;
        position: fixed;
        right: 4vw;
        top: 2vw;
    }
    .navBtns {
        display: flex;
        width: 100vw;
        gap: 5vw;
    }
    .navButton1 {
        width: 15vw;
        height: 5.5vw;
        font-size: 2.2vw;
    }
    .navButton {
        width: 15vw;
        height: 5.5vw;
        font-size: 2.2vw;
    }

    .traicon-mob{
        display: flex;
        position: fixed;
        top: 7vw;
        left: 4vw;
        width: auto;
        align-items: center;
        justify-content: center;
        gap: 2vw;
        z-index: 1001;
    }
    .traicon-mob:after{
      content: '';
      width: 1px;
      height: 70%;
      position: absolute;
      top: 1vw;
      background-color: #cdcdcd;
    }
    .traicon-mob img {
      width: 13vw;
      height: max-content;
  }
    .countdown {
        gap: 3vw;
        width: 95%;
        flex-direction: row;
        position: static;
    }
    .count-b {
        width: 18vw;
        height: 18vw;
        border-radius: 2vw;
    }
    .dig_class{
        z-index: 5;
        font-size: 5.5vw;
        line-height: 4vw;
        width: auto;
      height: 6;
      position: relative;
        border-radius: 0.7vw;
        color: #fff;
      }
      .count-t {
        font-family: "montserrat";
        font-size: 3vw;
        margin-top: 2.3vw;
      }
      .coverBtns {
        display: flex;
        width: 90%;
        justify-content: space-between;
      }
      .cBtn1 {
        width: 40vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: 10vw;
      }
	  
      /* 1. Target the button via its parent ID for maximum priority */
#coverBtn2 .cBtn2 {
    /* Critical: Change from inline to flex to make width/height/centering work */
    display: flex !important;
    align-items: center;
    justify-content: center;
    
    /* Dimensions from your design */
    width: 100% !important;
    height: 55px !important;
    border-radius: 10vw !important;
    
    /* Typography: Bold and Yellow */
    color: #ffff00 !important;      /* Bright Yellow */
    font-weight: 700 !important;    /* Extra Bold */
    font-size: 14px !important;
    text-decoration: none !important; /* Removes link underline */
    text-transform: uppercase;
    
    /* Border & Visuals */
    border: 2px solid #ffff00 !important;
    background: transparent;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

/* 2. Hover State */
#coverBtn2 .cBtn2:hover {
    background-color: #ffff00 !important;
    color: #000000 !important;      /* Text turns black on yellow background */
    transform: scale(1.05);         /* Slight grow effect */
}

/* 3. Icon (The Arrow) Styling */
#coverBtn2 .cBtn2 i {
    font-size: 3.5vw !important;
    margin-left: 2vw !important;    /* Gap between text and arrow */
    display: inline-block;
    transition: transform 0.3s ease;
}

/* 4. Arrow animation on hover */
#coverBtn2 .cBtn2:hover i {
    transform: translateX(5px);     /* Arrow nudges right when hovered */
}
	  
	  
      /* overview */
      #overview {
        position: relative;
        width: 100%;
        height: auto;
      }
      .overviewCont {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 80px; 
    width: 90%;
    margin: 0 auto;
}
      
      #overview .head {
        color: #0040ff;
        font-size: 5.5vw;
    }
      
      .head {
        font-size: 7vw;
      }
      .overDes {
        width: 90vw;
        color: #fff;
        font-family: 'poppins';
        font-size: 3.45vw;
        height: auto;
        line-height: 6vw;
        gap: 2.7vw
    }
    /* require */
    #require{
      padding: 8vw 0;
    }
    .require-head {
      font-size: 7vw;
      line-height: 7vw;
      text-align: center;
    }
    .require-boxes{
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4vw;
    }
    .r-box {
      width: 70vw;
      height: auto;
      padding: 2.5vw;
      border-radius: 3vw;
    }
    .r-img {
      width: 70vw;
      height: 70vw;
    }
    .r-name {
      position: absolute;
      left: 0;
      bottom: 10vw;
      font-size: 5vw;
      padding: 0 3vw;
    }
    .r-box ul {
      font-size: 3.5vw;
      padding-left: 2.5vw;
    }
/* focus */
.focus-container{
  gap: 5vw;
}
.focus-head {
  font-size: 8vw;
}
.focus-box {
  width: 100%;
  height: 35vw;
}
.f-name {
  font-size: 3.8vw;
  padding: 0 1vw;
}
.f-des {
  font-size: 3.2vw;
}
.fb2{
  flex-direction: row-reverse;
}
.fb3{
  flex-direction: row;
}
.f-img {
  width: 20vw;
  height: 20vw;
}

    /* whyPhilippines */
    #whyPhilippines {
        width: 105%;
        height: auto;
        flex-direction: column;
        padding: 4vw 0;
    }
    .whyQcont {
        width: 90%;
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }
    .whyQLeft {
        width: 95%;
        font-size: 3.45vw;
        padding: 4vw 0;
        gap: 3vw;
        line-height: 5vw;
    }
    #whyPhilippines .head {
        margin-bottom: 3vw;
        font-size: 6vw;
        text-align: start;
        line-height: 6.5vw;
    }
    .whyQdes {
        gap: 4vw;
        width: 90vw;
        line-height: 6vw;
    }
    .whyQright {
        width: 100%;
        padding-bottom: 2vw;
    }
    .whyQright img {
        width: 35vw;
    }
    .wp-topic {
        font-size: 4.1vw;
        font-weight: 500;
    }
    .wp-p p::before {
        display: block;
        left: -2.45vw;
        top: 22%;
    }
    .why-boxes {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

/* attendee insights */
.insight-card {
  width: 90%;
}
.card-header h3 {
    font-size: 3.5vw;
}
.insight-card svg {
    width: 10vw;
}
.label {
  font-size: 3vw;
}
.value {
    font-size: 3.5vw;
}
.value span {
    font-size: 3vw;
}
.in-card-last .item {
    width: 100%;
}
.in-card-last .card-header {
    align-items: start;
}
.insights-wrapper .section-title {
    font-size: 7vw;
}


/* main attraction */
.main-container {
    width: 85%;
}
.main-boxes {
    width: 100%;
    gap: 2vw;
    flex-wrap: wrap;
    justify-content: center;
}
.main-box {
    width: 25vw;
    height: 25vw;
    gap: 1.5vw;
}
.m-num {
    position: relative;
    font-size: 4.5vw;
}
.m-num {
    position: relative;
    font-size: 4.5vw;
}
.m-des {
    font-size: 3.5vw;
    line-height: 3.1vw;
}
.m-des:after {
    height: 1px;
    width: 4vw;
    top: -1.2vw;
}
.main-stage-head {
    font-size: 5vw;
}
.main-stage {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    gap: 5vw;
}
.main-r {
    height: 100vw;
    width: 25vw;
    width: 100%;
}
.main-patch {
    position: absolute;
    width: 55vw;
    height: 70vw;
}
.main-img {
    left: 10vw;
    top: 17vw;
    width: 55vw;
    height: 70vw;
}
.main-img img {
    width: 200%;
    transform: skewX(10deg) translateX(-23vw);
}
.main-cont .main-stage:nth-child(2) .main-img img {
  transform: skewX(10deg) translateX(-34.7vw);
}
.main-l {
    width: 100%;
}
.main-cont .main-stage:nth-child(2) {
    flex-direction: column-reverse;
}

    /* who-meet */
    #whoMeet {
        width: 100%;
        padding: 5vw 0;
    }

    .whoMeetContainer {
        width: 100%;
        height: auto;
        gap: 5vw;
    }
    .jobBox {
        position: relative;
        width: 46.5vw;
        height: 15vw;
        font-size: 3vw;
    }
    #chartdiv {
        position: relative;
        width: 100%;
        height: 80vw;
    }
    #chartdiv svg{
        font-family: 'montserrat';
        font-size: 2vw;
    }

    .jobTCont {
        row-gap: 4.5vw;
    }
    #whoMeet .owl-carousel .item {
        width: 45vw;
    }
    .jobHead {
        font-size: 4vw;
    }
    .jobBoxes {
        width: 95%;
        height: auto;
    }
    .attendHead {
        color: white;
        font-size: 4vw;
        font-weight: 600;
    }
    .attendBoxes {
        height: auto;
        gap: 2vw;
    }
    .attendBox {
        position: relative;
        width: 25vw;
        height: 25vw;
    }
    .attendDes {
        font-size: 2.3vw;
        line-height: 3vw;
    }
    .low {
        font-size: 2.35vw !important;
    }
    .why-box {
        width: 45vw;
        height: 22vw;
        gap: 1vw;
    }
    .why-num {
        font-size: 4.5vw;
    }
    .why-detail {
        font-size: 3vw;
        width: 90%;
        line-height: 3vw;
        height: auto;
    }
  
    .title{
        font-size: 7vw;
      }

      /* agenda */
.agenda{
    height: auto;
  }
  .agenda-cont{
    height: auto;
  }
  .agenda-container{
    width: 95%;
  }
  .ag-carousel .item {
    height: auto;
  }
  .get-agenda {
    width: 44vw;
    height: 9vw;
    font-size: 3.5vw;
    margin-top: 40vw;
  }
.ag-blur{
  height: 100vw;
}

.ag-blur-box {
  width: 100%;
  height: 30vw;
}

  .ag-cont-box {
    width: 100%;
    height: 20vw;
    gap: 2.5vw;
  }
  .ag-time{
    width: 30%;
    font-size: 2.5vw;
  }
  .ag-des{
    width: 65%;
    font-size: 3.8vw;
  }
  /* .ag-br{
    width: auto;
  } */
  .ag-time::after {
    width: 0.6vw;
    height: 5vw;
  }
  .ag-head-line {
    height: 3.5vw;
  }
  .ag-date{
    font-size: 3vw;
  }
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
    /* speaker section */
      /* speakers */
      #speakers {
        width: 100%;
        height: auto;
    }
    .spkJob {
        font-family: 'montserrat';
        font-size: 3.3vw;
    }
    .speakerBoxes {
        width: 95%;
        gap: 2vw;
    }
    .speaker-box {
      width: 40vw;
      height: 75vw;
      border-radius: 23vw;
  }
    .spk-img-box{
      height: 40vw;
    }
    .spk-cont{
      height: 40vw;
    }
    .spk-name {
      font-size: 3.1vw;
    }
    .spk-job {
      font-size: 2.9vw;
      line-height: 2.9vw;
    }
    .spk-company {
      font-size: 2.9vw;
      line-height: 2.9vw;
    }
    .spk2{
      transform: translate(0);
    }
    .spk4{
      transform: translate(0);
    }

    .vip-speaker-cont {
      width: 100%;
      height: auto;
    }
    .vip-speaker-box {
      width: 60vw;
      height: 65vw;
      margin-bottom: 20vw;
    }
    .vip-des {
      top: 66vw;
      left: 2vw;
      padding-left: 1vw;
    }
    /* news */
    #news {
      width: 100%;
      height: 100vh;
  }
  #news .swiper-button-next, .swiper-button-prev {
      display: none;
  }
  #news  .swiper-button-prev{
      display: none;
  }

  .gallery-thumbs .swiper-slide {
      width: 35vw;
      height: 25vw;
  }
  .gallery-slider .swiper-slide {
      width: auto;
      height: 100vw;
  }
  .slide-head {
      font-size: 3.6vw;
  }
  .slide-des {
      width: 90%;
      font-size: 3vw;
  }
  .gallery-slider .swiper-slide img {
      display: block;
      width: auto;
      height: 100%;
  }
  .slide-cont{
      gap: 2vw;
  }
  .slide-btn {
      width: 30vw;
      height: 8vw;
  }
  .head {
      font-size: 5.5vw;
  }
  .thumb-des {
      font-size: 2.3vw;
  }
/* footer */

#footer {
    width: 100vw;
    height: 35vw;
  }
  .footerContainer {
    flex-direction: column;
    gap: 4vw
  }
  .mb2{
    margin-left: 2vw;
  }
  .mail-box:hover .mb1::before {
    display: none;
  }
  .mb-cont {
    width: auto;
    align-items: center;
  }
  .mb-2{
    border-left: 1px solid rgba(209,36,53,1);
    border-right: 1px solid rgba(209,36,53,1);
    padding-right: 1vw;
  }
  .mb2 a{
    padding-right: 1.2vw;
  }
  .mail-box:hover .mb2::before {
   display: none;
  }
  .mail-box:hover .mb3::before {
    display: none;
  }
  .fRight {
    width: 45vw;
    gap: 2vw;
  }
  .fUp {
    justify-content: space-around;
  }
  .fUp a {
    width: 5vw;
    height: 5vw;
  }
  .fLinks {
    font-size: 2.55vw;
  }
  .fLeft {
    width: 85vw;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 0vw;
    gap: 0.8vw;
    justify-content: center;
    align-items: center;
  }
  .mb-cont::before {
    display: none;
  }
  .mail-box {
    width: 40%;
  }
  .mail-heading {
    font-size: 1.85vw;
    text-align: center;
  }
  .mail {
    font-weight: 500;
    font-size: 2.02vw;
  }
  .fCopy {
    padding-left: 1vw;
    font-size: 1.825vw;
  }
  section{
    padding: 0;
  }
  

  
  /* form */
.modalWrapper {
  width: 70%;
}

.inputs input {
  width: 85%;
  height: 4.7vw;
  font-size: 1.5vw;
}

.modalContents {
  width: 80%;
}

.inputs input::placeholder {
  font-family: "Poppins";
  font-size: 1.5vw;
  transform: translate(0.3vw, 0vw);
}
form{
  width: 100%;
}
.form-heading {
  font-size: 3vw;
  font-weight: 800;
  margin: 0vw 0vw;
  margin-top: 4.5vw;
  text-align: center;
  line-height: 4vw;
  width: 80%;
}

.check-box {
  width: 85%;
}
.checks label{
  gap: 0.5vw;
}
.custom-checkbox {
  width: 1.5vw;
  height: 1.5vw;
}

.lt {
  font-size: 1.6vw;
  list-style: 1.7;
}

input[type="checkbox"]:checked+.custom-checkbox::after {
  left: -0.2vw;
  font-size: 1.5vw;
}

.f-btn {

  font-size: 2vw;
  border-radius: 5px;
  padding: 0.5vw 3vw;
  margin: 2vw 0vw;
}

.clModal {
  font-size: 1.8vw;
  width: 3vw;
  height: 3vw;
}
.form-img-box{
  display: none;
}
.del-amount-box {
  width: 86%;
  padding: 1.5vw;
  margin-top: 2.5vw;
}
.del-amount-box  .custom-checkbox{
  transform: translateY(-0.4vw);
}
.del-price-input-box label {
  font-size: 2vw;
  font-weight: 800;
}
.del-price-input-box {
  gap: 1.5vw;
}
.del-list li {
  font-size: 1.4vw;
}
.form-message {
  margin-top: 2.5vw;
  font-size: 1.95vw;
  display: none;
}
.in-h {
  font-size: 1.75vw;
}
.form-interest {
  width: 85%;
  background-color: #393939;
  padding: 1.5vw;
}
.in-box {
  margin-top: 1.5vw;
  gap: 0.9vw;
}



/* spons */
#sponsors{
    width: 100%;
    height: auto;
    gap: 4vw;
    padding: 6vw 0;
}
  .sponHead {
    width: fit-content;
    border-radius: 5vw;
    padding: 1vw 3vw;
    font-size: 4.05vw;
}
.sponsorContainer {
    gap: 3vw;
    height: auto;
}
.sponsCont {
    gap: 3vw;
    margin: 2vw 0;
}
.sPatch {
    width: 50vw;
    height: 50vw;
}
.supporting .sponsBox {
    width: 35vw;
    height: 20vw;
}
.supporting{
  margin-bottom: 6vw;
}
.goldSpons .sponsBox {
    width: 40vw;
    height: 20vw;
}
.media .sponsBox{
  width: 25vw;
  height: 17vw;
}
.galleryBox {
    width: 100%;
    height: 75vw;
}
.galleryContainer {
    width: 100%;
    height: auto;
}
#gallery {
    width: 100%;
    height: auto;
}
.galleryBox .gIcon {
    left: 45%;
    top: 45%;
}
.galleryBox:hover .gIcon{
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .blt {
        left: 2vw;
    }
    body,html{
        overflow-x: hidden;
    }
    .popup-h {
        font-size: 2.2vw;
      }
      .popup {
        width: 60vw;
        height: 14vw;
      }
      .popup button{
        font-size: 2.5vw;
      }
    .traiconLogo {
        display: none;
    }
    .traicon-mob{
      display: flex;
      position: fixed;
      top: 6vw;
      left: 4vw;
      width: auto;
      align-items: center;
      justify-content: center;
      gap: 2vw;
      z-index: 1001;
  }
  .traicon-mob:after{
    content: '';
    width: 1px;
    height: 55%;
    position: absolute;
    top: 1vw;
    background-color: #cdcdcd;
  }
  .line-1 {
    width: 85%;
    height: 1vw;
    transition: 500ms;
    transform: translateY(-18px);
  }
  .line-2 {
    width: 85%;
    height: 1vw;
    transform: translateY(-1.5px);
  }
  .line-3 {
    width: 85%;
    height: 1vw;
  }

  .traicon-mob img {
    width: 8vw;
    height: max-content;
}
    .navBtns {
        display: none;
    }
    .navUl {
        width: auto;
        gap: 3vw;
    }
    .navUl li{
        font-size: 2.3vw;
    }
    .navbar-scrolled {
      height: 100vh;
  }
  .frame{
      display: flex;
      position: fixed;
      right: 2vw;
      top: 1vw;
      z-index: 9999;
      background-color: transparent;
    }

  .navUl {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5vw;
  }
  .navButton,.navButton1{
      display: none;
  }
  #navbar{
      position: fixed;
      left: -110vw;
      background-color: #111722c9;
      backdrop-filter: blur(2px);
  }
  .navbar-container {
      height: 100vh;
      align-items: center;
      justify-content: center;
  }
  .navbar-scrolled .navbar-container {
      height: 100vh;
      align-items: center;
      justify-content: center;
  }
  .logo-cont{
    display: none;
  }
    #home {
        background-size: cover;
        background-position-x: -90vw;
        width: 100vw;
        height: 100vh;
    }
    .homeVid {
        position: absolute;
        width: 100%;
        height: 100vh;
    }
    .cover-cont {
        width: 95%;
        height: 80%;
    }
    .cover {
        align-items: center;
        height: 100vh;;
    }    
    .coverLeft {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .coverRight{
        display: none;
    }
    #dc25{
      position: absolute;
      z-index: 100;
      left: 70vw;
      top: 20vw;
      width: 20vw;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    #dc25:before {
      position: absolute;
      content: '';
      width: 1px;
      height: 60%;
      left: 0;
      bottom: 2vw;
      background-color: #ffffff5f;
    }
    .eventName {
        font-size: 8.5vw;
    }
    .cLeftCont {
        width: 100%;
        height: 100%;
        align-items: start;
        justify-content: center;
        gap: 4vw;
    }
    .cov-sup {
      display: flex;
      flex-direction: column;
      padding: 1.5vw 0vw;
      width: 86vw;
  }
    .cov-sup-box {
      width: 18vw;
      height: 9vw;
    }
    .cov-sup-h {
      padding-left: 0.5vw;
      width: fit-content;
      font-size: 2.3vw;
    }
    .cov-sup-h p{
      rotate: 0deg;
    }
    .eventDate {
      width: 89vw;
      height: 6.6vw;
      border-radius: 4vw;
      font-size: 2.5vw;
  }
    .eventLogo {
      width: 72vw;
    }
    .co-location {
      width: 30vw;
      height: 10vw;
    }
    .co-l-box {
      cursor: pointer;
      width: 30vw;
      height: 10vw;
    }
    .cover-top {
      gap: 5vw;
    }
    .co-l-line {
      height: 3vw;
    }
    .tagLine {
        height: auto;
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .tagDown{
      font-size: 3.8vw;
    }
    .countdown {
        gap: 2vw;
        width: fit-content;
        flex-direction: row;
        position: static;
    }
    .count-b {
        width: 15vw;
        height: 15vw;
        border-radius: 2vw;
    }
    .dig_class{
        z-index: 5;
        font-size: 3.5vw;
        line-height: 3vw;
        width: auto;
      height: 6;
      position: relative;
        border-radius: 0.7vw;
        color: #fff;
      }

      .count-t {
        font-family: "montserrat";
        font-size: 2vw;
        margin-top: 2.3vw;
      }
      .coverBtns {
        display: flex;
        width: 100%;
        justify-content: left;
        gap: 3vw;
      }
      .cBtn1 {
        width: 30vw;
        height: 7vw;
        font-size: 2.5vw;
        border-radius: 10vw;
      }
      .cBtn2{
        width: 30vw;
        height: 7vw;
        font-size: 2.5vw;
        border-radius: 10vw;
      }
      .coverBtns i {
        margin: 2.25vw 0 0 0.5vw;
      }
      /* overview */
      #overview {
        position: relative;
        width: 100%;
        height: auto;
      }
      #overview .head {
        font-size: 3.65vw;
      }

      .overviewCont {
        width: 90%;
        display: flex;
        height: auto;
        position: relative;
        z-index: 2;
        flex-direction: column;
      }
      
      
      .head {
        font-size: 7vw;
      }
      .overDes {
        font-size: 2.45vw;
        height: auto;
        line-height: 4.5vw;
        margin-bottom: 3vw;
    }
      /* require */
      #require{
        padding: 8vw 0;
      }
      .require-container{
        width: 95%;
      }
      .require-head {
        font-size: 6vw;
        line-height: 6vw;
        text-align: center;
      }
      .require-boxes{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4vw;
      }
      .r-box {
        width: 39vw;
        height: auto;
        padding: 2vw;
        border-radius: 3vw;
      }
      .r-img {
        width: 39vw;
        height: 39vw;
      }
      .r-name {
        position: absolute;
        left: 0;
        bottom: 3vw;
        font-size: 3vw;
        padding: 0 3vw;
      }
      .r-box ul {
        font-size: 2.5vw;
        padding-left: 2vw;
      }
  /* focus */
  .focus-container{
    gap: 5vw;
  }
  .focus-head {
    font-size: 6vw;
  }
  .focus-box {
    width: 100%;
    height: 35vw;
  }
  .f-name {
    font-size: 3vw;
    padding: 0 1vw;
  }
  .f-des {
    font-size: 2.5vw;
  }
  .fb2{
    flex-direction: row-reverse;
  }
  .fb3{
    flex-direction: row;
  }
  .f-img {
    width: 20vw;
    height: 20vw;
  }
    /* whyPhilippines */
    #whyPhilippines {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 4vw 0;
    }
    .whyQcont {
        width: 90%;
        display: flex;
        height: auto;
        flex-direction: column;
    }
    .whyQLeft {
        width: 100%;
        font-size: 2.45vw;
        padding: 4vw 0;
        line-height: 4.9vw;
    }
    .whyQdes {
        gap: 4vw;
    }
    .whyQright {
        width: 100%;
        padding-bottom: 2vw;
    }
    .whyQright img {
        width: 28vw;
    }
    #whyPhilippines .head {
        font-size: 3.8vw;
        text-align: start;
    }
    .wp-topic {
        font-size: 3vw;
    }
    .wp-p p::before {
        left: -1.65vw;
        top: 2vw;
    }
   
    /* who-meet */
    #whoMeet {
        width: 100%;
        padding: 5vw 0;
        gap: 3vw;
    }
    .why-boxes {
        position: relative;
        z-index: 2;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .why-detail {
        font-size: 2.1vw;
        font-weight: 300;
        line-height: 2.5vw;
        height: auto;
    }

    .why-box {
        width: 25vw;
        height: 20vw;
    }
    .why-num {
        font-size: 3vw;
    }

    .whoMeetContainer {
        width: 100%;
        height: auto;
        gap: 5vw;
    }
    #chartdiv {
        position: relative;
        width: 100%;
        height: 45vw;
    }
    #chartdiv svg {
        font-family: 'montserrat';
        font-size: 1.5vw;
    }
    .jobBox {
        position: relative;
        width: 30vw;
        height: 15vw;
        font-size: 2.4vw;
    }
    #whoMeet .owl-carousel .item {
        width: 30vw;
    }
    .jobHead {
        font-family: 'josefin sans';
        color: white;
        font-size: 4vw;
        padding-bottom: 3vw;
    }
    .jobTitlesContainer {
        gap: 1vw;
    }
    .jobBoxes {
        width: 95%;
        height: auto;
    }
    .spkJob {
        font-family: 'montserrat';
        font-size: 3vw;
    }
    .attendHead {
        font-family: 'josefin sans';
        color: white;
        font-size: 4vw;
        font-weight: 600;
        padding-bottom: 3vw;
    }
    .attendBoxes {
        height: auto;
        padding: 5vw 0;
    }
    .attendBox {
        position: relative;
        width: 18vw;
        height: 18vw;
        margin-bottom: 2vw;
    }
    .attendDes {
        font-size: 2.4vw;
        line-height: 2.5vw;
    }
    .low {
        font-size: 2.35vw !important;
    }
    /* main */
    .main-boxes {
        flex-wrap: wrap;
    }
    .m-des {
        font-size: 2.1vw;
        line-height: 2.2vw;
    }
    .main-stage-head {
        font-size: 3vw;
    }
    .main-container {
        gap: 3vw;
    }
      /* agenda */
.agenda{
    height: auto;
  }
  .agenda-cont{
    height: auto;
  }
  .agenda-container{
    width: 95%;
  }
  .ag-carousel .item {
    height: auto;
  }
  .ag-cont-box {
    width: 100%;
    height: 16vw;
    gap: 2.5vw;
  }
  .ag-blur {
    width: 100%;
    height: 100vw;
  }
  .ag-blur-box {
    height: 30vw;
}
.get-agenda {
  width: 33vw;
  height: 7vw;
  border-radius: 5vw;
  font-family: "montserrat";
  margin-top: 30vw;
  font-size: 2.5vw;
}
  .ag-time{
    width: 30%;
    font-size: 2.5vw;
  }
  .ag-des{
    width: 65%;
    font-size: 2.5vw;
  }
  /* .ag-br{
    width: fit-content;
  } */
  .ag-time::after {
    width: 0.6vw;
    height: 5vw;
  }
  .ag-head-line {
    height: 3.5vw;
  }
  .ag-date{
    font-size: 3vw;
  }
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
    /* speaker section */
    #speakers {
        width: 100%;
        height: auto;
    }
    .speakerBoxes {
        width: 90%;
        gap: 2vw;
    }
    .speaker-box {
      width: 26vw;
      height: 50vw;
      border-radius: 19vw;
  }
  .spk-cont{
    height: 25vw;
  }
  .spk-img-box{
    height: 25vw;
  }
  .spk-name{
    font-size: 2vw;
  }
  .spk-job{
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
  .spk-company{
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
  .spk2,.spk4{
    transform: translate(0);
  }
  .vip-speaker-cont {
    width: 100%;
    height: auto;
  }
  .vip-speaker-box {
    width: 40vw;
    height: 45vw;
    margin-bottom: 10vw;
  }
  .vip-des {
    top: 46vw;
    left: 2vw;
    padding-left: 1vw;
  }
    /* sponsors */
    #sponsors {
        width: 100%;
        height: auto;
        padding: 2vw 0;
        gap: 2vw;
    }
    .sponHead {
        font-size: 2.75vw;
    }
    .sponsBox {
        width: 36vw;
        height: 19vw;
    }
    .goldSpons .sponsBox {
        width: 30vw;
        height: 15vw;
    }
    .media .sponsBox{
      width: 18vw;
      height: 11vw;
    }
    .supporting .sponsBox {
      width: 25vw;
      height: 14vw;
  }
  .supporting{
    margin-bottom: 5vw;
  }
    .sponsorContainer {
        padding: 3vw 0 4vw 0;
        gap: 2vw;
    }

    #news {
      width: 100%;
      height: 100vh;
  }
  #news .swiper-button-next, .swiper-button-prev {
      display: none;
  }
  #news  .swiper-button-prev{
      display: none;
  }

  .gallery-thumbs .swiper-slide {
      width: 35vw;
      height: 25vw;
  }
  .gallery-slider .swiper-slide {
      width: auto;
      height: 60vw;
  }
  .slide-head {
      font-size: 3.2vw;
  }
  .slide-des {
      width: 90%;
      font-size: 2.3vw;
  }
  .gallery-slider .swiper-slide img {
      display: block;
      width: auto;
      height: 100%;
  }
  .slide-cont{
      gap: 2vw;
  }
  .slide-btn {
      width: 20vw;
      height: 5vw;
  }
  .head {
      font-size: 5.5vw;
  }
  .thumb-des {
      font-size: 2vw;
  }
/* footer */

#footer {
    width: 100vw;
    height: 35vw;
  }
  .footerContainer {
    flex-direction: column;
    gap: 2vw
  }
  .mb2{
    margin-left: 2vw;
  }
  .mail-box:hover .mb1::before {
    display: none;
  }
  .mb-cont {
    width: auto;
    align-items: center;
  }
  .mb-2{
    border-left: 1px solid rgba(209,36,53,1);
    border-right: 1px solid rgba(209,36,53,1);
    padding-right: 1vw;
  }
  .mail-box:hover .mb2::before {
   display: none;
  }
  .mail-box:hover .mb3::before {
    display: none;
  }
  .fRight {
    width: 45vw;
    gap: 2vw;
  }
  .fUp {
    justify-content: space-around;
  }
  .fUp a {
    width: 4vw;
    height: 4vw;
  }
  .fLinks {
    font-size: 2.55vw;
  }
  
  .fLeft {
    width: 85vw;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 0vw;
    gap: 0.8vw;
    justify-content: center;
    align-items: center;
  }
  .mb-cont::before {
    display: none;
  }
  .mail-box {
    width: 40%;
  }
  .mailHead3{
    font-size: 1.92vw;
  }
  .mail-heading {
    font-size: 1.95vw;
    text-align: center;
  }
  .mail {
    font-weight: 500;
    font-size: 2.12vw;
  }
  .fCopy {
    padding-left: 1vw;
    font-size: 1.825vw;
  }
  section{
    padding: 0;
  }
  
  
   /* form */
.modalWrapper {
  width: 70%;
}

.inputs input {
  width: 85%;
  height: 4.7vw;
  font-size: 1.5vw;
}

.modalContents {
  width: 80%;
}

.inputs input::placeholder {
  font-family: "Poppins";
  font-size: 1.5vw;
  transform: translate(0.3vw, 0vw);
}
form{
  width: 100%;
}
.form-heading {
  font-size: 3vw;
  font-weight: 800;
  margin: 0vw 0vw;
  margin-top: 4.5vw;
  text-align: center;
  line-height: 4vw;
  width: 80%;
}

.check-box {
  width: 85%;
}

.custom-checkbox {
  width: 0.9vw;
  height: 0.9vw;
}

.lt {
  font-size: 1vw;
}

input[type="checkbox"]:checked+.custom-checkbox::after {
  left: -0.2vw;
  font-size: 1.5vw;
}

.f-btn {

  font-size: 2vw;
  border-radius: 5px;
  padding: 0.5vw 3vw;
  margin: 2vw 0vw;
}

.clModal {
  font-size: 1.8vw;
  width: 3vw;
  height: 3vw;
}
.form-img-box{
  display: none;
}
.del-amount-box {
  width: 86%;
  padding: 1.5vw;
  margin-top: 2.5vw;
}
.del-amount-box  .custom-checkbox{
  transform: translateY(-0.4vw);
}
.del-price-input-box label {
  font-size: 1.8vw;
  font-weight: 800;
}
.del-price-input-box {
  gap: 1.2vw;
}
.del-list li {
  font-size: 1.4vw;
}
.form-message {
  margin-top: 2.5vw;
  font-size: 1.95vw;
  display: none;
}
.in-h {
  font-size: 1.75vw;
}
.form-interest {
  width: 85%;
  background-color: #393939;
  padding: 1.5vw;
}
.in-box {
  margin-top: 1.5vw;
  gap: 0.9vw;
}


/* gallery */
#gallery{
    width: 100%;
}
.galleryBox {
    width: 100%;
    height: 35vw;
}
.galleryContainer {
    width: 100%;
    height: auto;
}
#gallery {
    width: 100%;
    height: auto;
}
.galleryBox .gIcon {
    left: 45%;
    top: 45%;
}
.galleryBox:hover .gIcon{
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
}
}

.m-num {
  display: inline-flex;
  align-items: baseline; /* keeps + aligned nicely */
  white-space: nowrap;   /* prevents line break */
  gap: 4px;
}

/* Odometer fixes */
.odometer,
.odometer-inside {
  display: inline-flex;
  white-space: nowrap;
}

/* Superscript styling */
.m-num sup {
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.3em; /* fine-tune vertical position */
}


/* --- 1. SETTINGS (Edit these to change the look) --- */
:root {
    --btn-color: #0040ff;
    --btn-radius: 50px;
    --btn-gap-v: 10px;    /* Vertical gap between buttons */
    --btn-gap-h: 15px;    /* Horizontal gap between buttons */
    --arrow-spacing: 12px; /* Gap between text and arrow */
}

/* 1. THE CONTAINER: Ensures a perfect 2-column grid */
.coverBtns {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 15px 20px;                 /* Vertical space, Horizontal space */
    width: 100%;
    max-width: 800px;               /* Centers the grid on desktop */
    margin: 0 auto 30px auto;       /* Centers container and adds bottom gap */
    padding: 0 15px;
    box-sizing: border-box;
}

/* 2. THE BUTTONS: Forces uniform size and handles the arrow */
.cBtn1, .cBtn2 {
    /* Layout - Fixes the overlapping arrow */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;                      /* Forces space between text and arrow */
    
    /* Sizing - Makes all boxes identical */
    width: 100%;                    /* Fills the grid column */
    height: 55px;                   /* Fixed height for all boxes */
    padding: 0 20px;
    box-sizing: border-box;
    
    /* Style */
    background: transparent;
    border: 2px solid #0040ff;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    
    /* Typography */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

/* 3. THE ARROW: No more overlap */
.cBtn1 i, .cBtn2 i {
    opacity: 0;                     /* Hidden until hover */
    transform: translateX(-10px);   /* Slight offset for animation */
    transition: all 0.3s ease;
    font-size: 0.9em;
    /* REMOVED: position absolute and right/top settings */
}

/* 4. HOVER EFFECTS */
.cBtn1:hover, .cBtn2:hover {
    background-color: #0040ff;
    color: #000;
    transform: translateY(-3px);
}

.cBtn1:hover i, .cBtn2:hover i {
    opacity: 1;
    transform: translateX(0);       /* Arrow slides into place smoothly */
}

/* 5. MOBILE VIEW: Stacks them vertically */
@media screen and (max-width: 600px) {
    .coverBtns {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.btn-wrapper {
    flex: 1 1 45%;         /* Makes each button take up roughly half the width */
}

@media screen and (max-width: 600px) {
    .traicon-mob {
        /* This kills any border on the left side */
        border-left: none !important; 
        border: 0 !important;
        
        /* This kills any 'fake' lines made with CSS */
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding-left: 20px !important; /* Adjust this to move the logo away from the screen edge */
    }

    /* Target any accidental spans or dividers inside the logo div */
    .traicon-mob::before, 
    .traicon-mob::after,
    .traicon-mob span {
        display: none !important;
        content: none !important;
        width: 0 !important;
    }
}

/* Final Combined Left Media Section */
.overLeft {
    flex: 0 0 40%; /* Image takes 40% of the width */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Video Wrapper: The "Frame" for your local image */
.video-wrapper {
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #000;
}

.video-wrapper:hover {
    transform: translateY(-8px);
    border-color: #c5a059;
    box-shadow: 0 20px 40px rgba(197, 160, 89, 0.2);
}

/* Local Image Styling */
.video-thumb {
    width: 100% !important;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.85); 
    transition: all 0.4s ease;
}

.video-wrapper:hover .video-thumb {
    filter: brightness(0.6); 
    transform: scale(1.05); 
}

/* Play Button Overlay */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5vw; 
    color: #ffffff;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
    opacity: 0.9;
    z-index: 2;
    pointer-events: none; 
    transition: all 0.3s ease;
}

.video-wrapper:hover .play-btn {
    color: #ff0000; 
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

.social-block {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Matches your left-aligned box */
    gap: 15px;
    margin-top: 10px;
    margin-left: 5%; /* Matches the margin of your .eventDate box */
}

.follow-us {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; /* Use rem for consistent scaling */
    color: #c5a059;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.icons {
    display: flex;
    gap: 20px;
}

.icon-link {
    font-size: 1.5rem;
    color: #ffffff !important; /* Forces base color to white */
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

/* LinkedIn Hover: Blue */
.icon-link.li:hover {
    color: #0077b5 !important;
    transform: translateY(-5px);
}

/* YouTube Hover: Red */
.icon-link.yt:hover {
    color: #ff0000 !important;
    transform: translateY(-5px);
}

/* Ensure the FontAwesome icon inherits the hover color */
.icon-link i {
    color: inherit; 
}

/* --- Mobile Fix: Centered & Readable --- */
@media screen and (max-width: 600px) {
    .social-block {
        justify-content: center !important; /* Centers everything on mobile */
        margin-left: 0 !important;
        margin-top: 20px !important;
        gap: 15px;
    }

    .follow-us {
        font-size: 14px !important; /* Fixed size for mobile */
    }

    .icon-link {
        font-size: 24px !important; /* Larger icons for easier tapping */
    }
}

/* Mobile Responsiveness */
@media screen and (max-width: 991px) {
    .overviewCont {
        flex-direction: column; /* Stacks image on top of text for tablets/phones */
        gap: 40px;
    }
    
    .overLeft {
        flex: 0 0 100%;
        width: 100%;
    }
}
.image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px; /* Optional: adds rounded corners */
}

.overview-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.mid-banner {
    width: 550px;
    height: 100%;
    margin: 20px 0; /* Adds spacing above and below the image */
    overflow: hidden;
    border-radius: 8px; /* Optional: matches modern UI styles */
}

.mid-banner img {
    width: 550px;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the 190px height without stretching */
    display: block;
}

.leadership-banner {
    width: 550px;
    height: 100%;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.3s ease; /* Smooth transition for hover */
}

.leadership-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hover Effect */
.leadership-banner:hover img {
    transform: scale(1.1); /* Smoothly zooms the image */
    filter: brightness(0.9); /* Slightly darkens to make it feel tactile */
}

.leadership-banner:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Adds depth on hover */
}

.overRight {
    flex: 1;            /* Takes up the remaining available space */
    width: auto;        /* Allows the width to be determined by the flex grow factor */
    height: 100%;       /* Spans the full height of the parent container */
    text-align: left;   /* Aligns internal text to the left */
}

/*organiers section*/

.organisers-section {
    padding: 60px 5%;
    background: transparent; /* Matches your network background */
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.section-title {
    text-align: center;
    color: #c5a059; /* Your gold theme color */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: 2rem;
}

.organisers-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

.organiser-card {
    flex: 1; /* Forces all 5 cards to share the width equally */
    background: rgba(255, 255, 255, 0.05); /* Subtle glass effect */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 15px;
    text-align: center;
    border-radius: 15px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.organiser-card:hover {
    transform: translateY(-10px);
    border-color: #c5a059;
    background: rgba(197, 160, 89, 0.1);
}

.org-position {
    color: #c5a059;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.org-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
	color:#000066;
}

.org-desc {
    font-size: 0.85rem;
    color:black;
    line-height: 1.5;
}

.img-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #c5a059; /* Gold border around the photo */
    background: #222; /* Placeholder color while image loads */
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Prevents image stretching */
    display: block;
}

/* Ensure the card height remains balanced */
.organiser-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    border-radius: 15px;
    text-align: center;
}

/* Hover effect for the photo */
.organiser-card:hover .img-container {
    transform: scale(1.1);
    border-color: white;
    transition: all 0.3s ease;
}


/* --- Mobile View Rectification --- */
@media screen and (max-width: 992px) {
    .organisers-wrapper {
        flex-wrap: wrap; /* Allows cards to wrap if screen is too small */
        justify-content: center;
    }
    
    .organiser-card {
        flex: 0 0 45%; /* 2 per row on tablets */
        min-width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .organisers-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .organiser-card {
        width: 90%; /* Single column on mobile */
        flex: none;
        margin-bottom: 15px;
    }

    .section-title {
        font-size: 1.5rem;
    }
	
	    .img-container {
        width: 120px; /* Slightly larger on mobile as they stack */
        height: 120px;
    }

}

/*contact section */

#contact-secretariat .section-title {
    text-align: center;
    color: #c5a059; /* Your Theme Gold */
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px; /* Space between title and contact cards */
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}

#contact-secretariat {
    padding: 70px 0;
    background-color: #000000; /* Pure Black Background */
    border-top: 1px solid rgba(197, 160, 89, 0.3); /* Subtle Gold divider line */
    font-family: 'Montserrat', sans-serif;
}

.sec-grid {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    gap: 20px;
}

.sec-card {
    flex: 1;
    display: flex;
    align-items: center; /* Centered icons and text vertically */
    gap: 20px;
    padding: 25px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03); /* Extremely faint glow */
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Hover Effect: Card lights up slightly */
.sec-card:hover {
    background: rgba(197, 160, 89, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.4);
    transform: translateY(-5px);
}

.sec-icon {
    font-size: 24px;
    color: #c5a059; /* Theme Gold */
    width: 55px;
    height: 55px;
    min-width: 55px; /* Prevents shrinking */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 160, 89, 0.5);
    border-radius: 50%;
}

.sec-info h3 {
    color: #c5a059;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
}

.sec-info p, .sec-info a {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sec-info a:hover {
    color: #c5a059;
}

/* --- Mobile View Adjustments --- */
@media screen and (max-width: 991px) {
    .sec-grid {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .sec-card {
        width: 90%;
        max-width: 450px;
    }
}




