/* Reset */
html,body{
  max-width: 100%;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 font-family: 'Inter', sans-serif;
}

body {
 font-family: 'Inter', sans-serif;
  color: #000;
}

.event-section {
  background: url("../images/home2025/_Webpage Hero section (32) 1 (1).jpg") no-repeat center center/cover;
  padding: 120px 0;
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  margin-top: 350px;
}

/* Overlay */
.event-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.event-container {
  position: relative;
  z-index: 2;
  width: 100%;
  /* max-width: 1250px;    */
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.event-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 100%;
  margin-top: -480px;
  padding-top: 40px;
  background-color: #fff;
}




.presenter-logo {
  width: 300px;
  margin-bottom: 10px;
}


.event-left div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Main Title */
.event-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.highlight {
  color: #00aef0;
}

/* CXO Logo */
.event-logo {
  width: 130px;
}

@media (max-width: 992px) {
  .event-section {
    margin-top: 0;
    padding: 100px 20px;
    margin-top: -45px;
    height: 250px;
  }
  .event-left {
    display:inline-block;
   
  }

  .event-container {
    flex-direction: column;
    gap: 50px;
  }

  .event-left {
    margin-top: 0;
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .event-section {
    padding: 70px 20px;
  }

  .event-left {
    margin-top: 0;
    padding: 10px 15px;
     margin-top:180px;
     width: 100%;
  }

  .event-title {
    font-size: 2rem;
  }

  .presenter-logo,
  .event-logo {
    width: 110px;
  }
}

.sponsor-section {
    width: 100%;
    padding: 40px 20px;
    background: #f8f9fb;
    
}

.sponsor-container {
    max-width: 1400px;
    margin: auto;
}


.title-sponsor {
    text-align: center;
    margin-bottom: 20px;
}

.main-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.title-sponsor img {
    max-width: 350px;
    width: 80%;
    height:120px;
}


.partner-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.right-partner{
  width: 100%;
  height: auto;
}

.partner-box {
    flex: 1;
    padding: 0px 0px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
}



.partner-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}


.logo-group {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 10px;
    margin-bottom: 20px;
}

.logo-group img {
    max-width: 400px;
    width: 100%;
    height: auto;
    /* object-fit: contain; */
    transition: transform 0.3s ease;
}
@media (max-width: 1024px) {

    .partner-wrapper {
        gap: 10px;
    }

    .partner-box {
        padding: 40px 20px;
    }

    .logo-group img {
        max-width: 260px;
    }
}
@media (max-width: 768px) {

    .partner-wrapper {
        flex-direction: column;
    }

    .main-title {
        font-size: 26px;
    }

    .partner-box {
        width: 100%;
    }

    .logo-group img {
        max-width: 240px;
    }

    .sponsor-section {
        padding: 10px 15px;
        margin-top: 160px;
    }
}
/* About Section */
.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 30px 8%;
  flex-wrap: wrap;
}

/* Left Box with Image */
.about-left {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.about-img-box {
  background: #e6faff;
  padding: 20px;
  border-radius: 16px;
  display: inline-block;
}

.about-img {
  width: 100%;
  max-width: 450px;
  border-radius: 4px;
}

/* Right Content */
.about-right {
  flex: 1.2;
  min-width: 300px;
}

.about-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #1eb4d6;
  margin-bottom: 10px;
  border-left: 3px solid #1eb4d6;
  padding-left: 8px;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.about-right p {
  max-width: 600px;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 16px;
  color: #444;
  text-align: justify;
}

/* Responsive */
@media (max-width: 992px) {
  .about-section {
    flex-direction: column;
    text-align: center;
  }

  .about-subtitle {
    display: inline-block;
    border-left: none;
    border-bottom: 2px solid #00aef0;
    padding-left: 0;
    padding-bottom: 4px;
    color: #1eb4d6;
  }

  .about-right {
    text-align: left;
  }
}

/* About event */
.addEventListener-section {
  display: block;
  background-color: #040404;
  width: 100%;
  min-height: 280px;
  padding: 30px 15px;
  box-sizing: border-box;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1eb4d6;
  margin-bottom:8px;
}

/* Left Line */
.section-tag::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #1eb4d6;
  margin-right: 8px;  
}

/* Right Line */
.section-tag::after {
  content: "";
  display: inline-block;
  width:30px;
  height: 2px;
  background: #1eb4d6;
  margin-left: 8px;   
}


.addEventListener-section div {
  width: 100%;
  max-width: 1250px;
  text-align: center;
  margin: 0px auto;
}

.addEventListener-section div h2 {
  padding-bottom: 20px;
  background: linear-gradient(to bottom, #ffae00, #ff4d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}

.addEventListener-section div p {
  font-size: 22px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.addEventListener-section span {
  display: block;
  margin: 10px 0px;
  font-size: 16px;
  color: #1eb4d6;
  text-align: center;
}

/* 📱 Tablet Responsive */
@media (max-width: 768px) {
  .addEventListener-section div {
    margin-left: 0px;
  }

  .addEventListener-section div h2 {
    font-size: 32px;
  }

  .addEventListener-section div p {
    font-size: 16px;
  }

  .addEventListener-section span {
    font-size: 14px;
  }
}

/* 📱 Mobile Responsive */
@media (max-width: 480px) {
  .addEventListener-section div {
    margin-left: 0px;
  }

  .addEventListener-section div h2 {
    font-size: 28px;
  }

  .addEventListener-section div p {
    font-size: 14px;
  }

  .addEventListener-section span {
    font-size: 12px;
  }
}

.card {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(12, 20, 30, 0.08);
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 40px;
}

/* Top buttons (like tabs) */
.tab-buttons {
  display: flex;
  gap: 45px;
  padding: 16px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.01));
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.tab-buttons button {
  width: 200px;
  border: 0;
  background: #fafafa;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #1eb4d6;
  transition: all 0.18s ease;
  outline: none;
  border: 1px solid #1eb4d6;
}

.tab-buttons button:hover {
  transform: translateY(-1px);
}

.tab-buttons button.active {
  background: #1eb4d6;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(11, 120, 209, 0.08);
  transform: none;
}

/* content area */
.tab-panel {
  padding: 24px;
  min-height: 180px;
}

.tab-panel > .panel {
  display: none;
  animation: fadeIn 0.22s ease;
}

.homepage1-faq-image-section {
  max-width: 900px;
  height: 250px;
  justify-content: center;
  background-color: #676666;
  margin-left: 70px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.homepage1-faq-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-panel > .panel p {
  width: 900px;
  height: auto;
  margin-left: 70px;
  font-size: 17px;
  color: #6a6a6a;
  padding-bottom: 20px;
  text-align: justify;
  margin-top: 16px;
}
.tab-panel > .panel p span {
  font-size: 17px;
  font-weight: bold;
  color: #211f1f;
  
}

.tab-panel > .panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ Styles */
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 16px;
  margin-left: 70px;
  margin-right: 80px;
  border-radius: 8px;
  margin-top: 12px;
}
.faq-question {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding: 8px 12px;
  color: #ffffff;
  background-color: #1eb4d6;
  border-radius: 4px;
}
.faq-question::after {
  content: ">";
  position: absolute;
  right: 0;
  font-weight: bold;
  padding-right: 16px;
  
}
.faq-item.active .faq-question::after {
  content: "^";
  
}
.faq-answer {
  display: none;
  margin-top: 8px;
  color: #000;
  line-height: 1.5;
  padding: 0px 12px;
  margin-left: -60px;
  
}

.faq-item.active .faq-answer {
  display: block;

}



/* Tablet Screens */
@media (max-width: 1024px) {
  .homepage1-faq-image-section {
    max-width: 100%;
    margin: 0 auto 20px;
    height: 220px;
  }
  .tab-panel > .panel p {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 20px;
  }
  .faq-item {
    margin: 12px 16px;
  }
}

/* Small Tablets */
@media (max-width: 768px) {
  .tab-buttons {
    gap: 12px;
  }
  .tab-buttons button {
    width: auto;
    min-width: 120px;
    font-size: 14px;
    padding: 8px 12px;
  }
  .homepage1-faq-image-section {
    height: 200px;
  }
}

/* Mobile Screens */
@media (max-width: 520px) {
  .tab-buttons {
    gap: 6px;
  }
  .tab-buttons button {
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
  }
  .homepage1-faq-image-section {
    height: 180px;
  }
  .tab-panel > .panel p {
    font-size: 15px;
    padding: 0 12px 16px;
  }
}

/* homepage1-empty-section */
.homepage1-empty-section {
  display: block;
  text-align: center;
  justify-content: center;
  background-color: #2f2f2f;
  width: 100%;
  min-height: 500px;
  padding: 20px 0px;
}

.homepage1-empty-section p {
  padding-top: 20px;
  font-size: 18px;
  color: #1eb4d6;
}

.homepage1-empty-section h2 {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
}

.homepage1-empty-section div {
  display: flex;
  max-width: 100%;
  height: auto;
  gap: 50px;
  padding: 20px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.homepage1-empty-section div div {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 16px;
  border: 1px solid white;
  background: linear-gradient(to bottom, #ffae00, #ff4d00);
  flex-shrink: 0;
}

.homepage1-empty-section div div ul {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  background-color: #2f2f2f;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage1-empty-section div div ul img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.homepage1-empty-section div div h3 {
  padding-top: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

/* 📱 Tablet */
@media (max-width: 992px) {
  .homepage1-empty-section h2 {
    font-size: 32px;
  }
  .homepage1-empty-section div {
    gap: 30px;
  }
  .homepage1-empty-section div div {
    width: 250px;
    height: 250px;
  }
}

/* 📱 Mobile */
@media (max-width: 600px) {
  .homepage1-empty-section h2 {
    font-size: 26px;
  }
  .homepage1-empty-section p {
    font-size: 16px;
  }
  .homepage1-empty-section div {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .homepage1-empty-section div div {
    width: 200px;
    height: 200px;
  }
  .homepage1-empty-section div div h3 {
    font-size: 18px;
  }
}

/* homepage1-mentorship-section */
.homepage1-mentorship-section {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.homepage1-mentorship-section div {
  display: inline;
  max-width: 1200px;
  height: auto;
  text-align: center;
}

.homepage1-mentorship-section div h2 {
  font-size: 32px;
}

.homepage1-mentorship-section div p {
  color: #1eb4d6;
}

.homepage1-mentorship-section div div ul {
  display: flex;
  list-style: none;
  gap: 25px;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.homepage1-mentorship-section div div ul li {
  text-align: center;
  width: 223px;
  height: 180px;
  background-color: #e4dfdf;
  margin-bottom: 20px;
  border-radius: 4px;
  flex: 1 1 223px;
  max-width: 260px;
  padding: 10px 18px;
}

.homepage1-mentorship-section div div ul li img {
  padding-top: 25px;
  max-width: 80px;
  height: auto;
}

.homepage1-mentorship-section div div ul li h4 {
  padding-top: 25px;
  font-size: 16px;
}

/* Tablet screens */
@media (max-width: 992px) {
  .homepage1-mentorship-section div h2 {
    font-size: 32px;
  }
  .homepage1-mentorship-section {
    padding: 0px 10px;
  }
  .homepage1-mentorship-section div div ul {
    gap: 20px;
  }
    .addEventListenercontinar{
    justify-content: center;
    width: 80%;
     margin: 0px auto;
    
  }
}

/* Small Tablets */
@media (max-width: 768px) {
  .homepage1-mentorship-section div h2 {
    font-size: 28px;
  }
  .homepage1-mentorship-section div div ul li {
    width: 45%;
    height: 160px;
  }
  .homepage1-mentorship-section div div ul li h4 {
    font-size: 15px;
  }
  .addEventListenercontinar{
    justify-content: center;
    width: 80%;
    margin: 0px auto;
    
  }
}

/* Mobile screens */
@media (max-width: 520px) {
  .homepage1-mentorship-section div h2 {
    font-size: 24px;
  }
  .homepage1-mentorship-section div div ul {
    gap: 12px;
  }
  .homepage1-mentorship-section div div ul li {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
  .homepage1-mentorship-section div div ul li img {
    padding-top: 0;
  }
  .homepage1-mentorship-section div div ul li h4 {
    padding-top: 12px;
    font-size: 14px;
  }
}



.homepage1-mentor-section {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

.homepage1-mentor-section > div {
  max-width: 1300px;
  margin: 0 auto;
}

/* Title */
.homepage1-mentor-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.homepage1-mentor-section p {
  color: #1eb4d6;
  margin-bottom: 10px;
}



.homepage1-mentor-section {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

.homepage1-mentor-section > div {
  max-width: 1250px;
  margin: 0 auto;
}

.mentor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mentor-grid li {
  /* width:127.5px; */
  width:200px;
  text-align: center;
}

.mentor-grid img {
  width: 100%;
  height:180px;
  border-radius: 20px;
}
.mentor-grid li h4{
  margin-top: 10px;
}
.mentor-grid li span{
  font-size: 14px;
}

@media (max-width: 992px) {
  .mentor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mentor-grid img {
  width: 100%;
  height:180px;
  border-radius: 20px;
}
}

@media (max-width: 600px) {
  .mentor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mentor-grid img {
  width: 100%;
  height:180px;
  border-radius: 20px;
}
}

@media (max-width: 400px) {
  .mentor-grid {
    grid-template-columns: 1fr;
  }
}


.contact-section {
  width: 100%;
  padding: 60px 20px;
  background-color: #eaf4f8;
  background-image: radial-gradient(#d6e6ee 1px, transparent 1px);
  background-size: 25px 25px;
  text-align: center;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* Orange Highlight Box */
.contact-highlight {
  display: inline-block;
  background-color: #f39c34;
  color: #000;
  font-weight: 600;
  padding: 12px 25px;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-email {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-phone {
  font-size: 18px;
  color: #333;
}

/* Responsive */

@media (max-width: 768px) {
  .contact-section h2 {
    font-size: 26px;
  }

  .contact-highlight {
    font-size: 14px;
    padding: 10px 15px;
  }

  .contact-email {
    font-size: 18px;
  }

  .contact-phone {
    font-size: 16px;
  }
}

.glimpses-section {
  padding: 30px 20px;
  background: #f5f5f5;
  text-align: center;
}

.glimpses-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.glimpses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
}

.glimpse-item img {
  width: 260px;
  height: 180px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.glimpse-item img:hover {
  transform: scale(1.05);
}

/* Tablet */
@media (max-width: 992px) {
  .glimpses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .glimpses-grid {
    grid-template-columns: 1fr;
  }
}
