
body {
    font-size: 1rem;
    font-weight: 500;
}
* {
    box-sizing: border-box;
}


/* CPEX SECTION */
.cpex {
    background: transparent url('../asset/banner-bg.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
    margin-bottom: 30px;
}
.cpex-section {
    padding: 100px 0;
}
.cpex-contents {
    display: flex;
    justify-content: space-around; 
}
.cpex-details .line-one {
    font-size: 3.125rem;
    font-weight: 550;
    letter-spacing: 4px;
}
.cpex-details .line-two {
    font-size: 4.375rem;
    line-height: 50px;
    font-weight: 900;
}
.cpex-details .tagline {
    padding:30px 0;
    font-size: 22px;
}
.cpex-details {
    padding-left: 130px;  
}
.cpex-details p {
    margin-bottom: 0;
}
.cpex-image img {
    width: 400px;
    height: 378px;
}
.cpex-details .fixture  {
    margin: 50px 50px 0 0;
    font-size: 1.3rem
}
.cpex-image .tagline {
    margin: 88px 0 0 30px;
    font-size: 1.2rem;
}
.lists ul {
    padding-left: 0;
}
.custom-list li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 40px;
    background-image: url(../asset/checkmark.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 0 23%;
}
.dollor {
    color:#FA0A65;
}
.cpex-nav {
    display: flex;
    padding: 25px;
    justify-content: space-between;
}
.cpex-nav a {
    text-decoration: none;
    color: white;
}
.cpex-nav .custom-btn {
    background-color: #191E34;
}
.cpex-nav .custom-btn {
    padding: 10px 20px;
    font-size:0.8rem ;
}

/* BANNER-SECTION */
.banner-image img {
    width: 495px;
}
.banner-contents {
    margin:100px 0;
}
.banner-content {
    padding-right:70px
}
.banner-image {
    padding-left: 70px;
}
.banner-content .para {
    margin: 40px 0;
    font-weight: 500;
    font-size: 1.1rem;
}
.custom-btn {
    background-color:#FA0A65;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}
.banner-contents a {
    text-decoration: none;
    color: white;
}
.banner-image .fixture {
    padding-top: 30px ;
}

/* AGENDA-SECTION */
.contents {
    display:flex;
    gap:30px;
    flex-wrap: wrap;
    font-size: 0.875rem;
}

.round-img {
    width: 50px;
    height: 50px; 
    border-radius: 50%; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.round-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.content {
    max-width: 210px; 
}
.info {
    max-width: calc(33.33% - 30px);
}
.event {
    background: transparent linear-gradient(180deg, #E7F3FF 0%, #FFDDEA 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
.events {
    margin-bottom: 40px;
}
.loadMore-wrap .btn ,.loadMore-wrap .fa-solid {
    color:#FA0A65;
}
.loadMore-wrap {
    width: fit-content;
    margin: 0 auto;
}
.event-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.nav-link {
    position: relative; 
    padding: 10px 15px !important;
    min-width: 160px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    background-color:#F8F9FA;
    color: black;
}
.nav-link h3 {
    font-size: 1.3rem;
}
.nav-link::before {
    position: absolute; 
    content: ""; 
    top: 100%; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 0; 
    height: 0;
    border-left: 9px solid transparent; 
    border-right: 9px solid transparent; 
    border-top: 9px solid transparent; 
    transition: .3s ease-in-out; 
}

.nav-link.active::before {
    border-top: 9px solid #00164E; 
}

.nav-link.active {
    color: #FFF !important;
    background-color:#00164E !important; 
}
.nav-item {
    margin-bottom: 30px;
}
.nav-tabs {
    border-bottom:none;
    justify-content: center;
}



/* SPONSORS-SECTION */
.sponsors-section {
    margin: 150px 0;
}
.sponsors .para {
    padding:0 0 50px 60px;
    font-weight: 500;
}
.sponsors-images {
    display: flex;
    flex-wrap: wrap;
    gap: 50px; 
    padding: 0;
    font-size: 1.1rem;
    justify-content: center;
}

.sponsors-images .wrap {
    max-width: 240px; 
    font-size: 1rem ;
    font-weight: 500;
}

.sponsors-images .wrap .img {
    background: #FFFFFF; 
    box-shadow: 0px 10px 61px #0B0D3914;
    border-radius: 20px;
    width: 100%; /* Ensure it takes the full width of the tile */
    padding: 20px;
    text-align: center; 
}

.sponsors-images img {
    width: 160px;
}


/* FAQ-SECTION */

.accordion {
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-color: none; 
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230080FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230080FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

} 

.accordion-item {
    margin-bottom: 20px;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 61px #0B0D3914;
    border-radius: 7px;
}

.accordion-button {
    box-shadow: 0px 10px 61px #0B0D3914;
    border-radius: 7px;
    background: #FFFFFF;
    border: none; 
    font-weight: 700;
    font-size: 1.2rem;
    padding: 32px 48px;
}

.accordion-button:not(.collapsed) {
    background: #FFFFFF; 
    color: black;
}
.accordion-body {
    font-weight: 500;
    padding: 0px 48px 32px 48px;
}

.faq-section  {
    margin-bottom: 150px;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
.cpex-image {
    display: none;
}
.cpex-details {
    padding:40px;
}
.cpex-section {
    padding: 100px 0;
}
.cpex-details .line-two {
    font-size: 3.375rem;
}
.cpex-details .line-one {
        font-size: 2.125rem;
}
.banner-content, .banner-image {
    padding: 20px;
}
.banner-content .title {
    text-align: center;
}
.contents {
  justify-content: space-between;
}
.info {
    max-width: calc(50% - 30px);
}
.content {
    max-width: 119px;
}
.sponsors .para {
    padding: 20px;
}
.sponsors-images {
    justify-content: center;
}
.cpex-details .fixture  {
    margin: 50px 0 0 0;
}
.fixture-wrap {
gap: 185px;
}
.btn-wrap {
width: fit-content;
margin: 0 auto;
}
.banner-img   {
    width: fit-content;
}

}

@media (min-width: 769px) and (max-width: 992.98px) {
    .info {
        max-width: calc(33.33% - 30px);
    }
    .content {
        max-width: 100px;
    }
}
@media (max-width:576px) {
    .cpex-nav {
        gap: 20px;
        align-items: center;
    }
    .cpex-nav img {
        width: 280px;
    }
    .cpex-nav .custom-btn {
        max-width: 110px;
        padding: 10px;
    }
    .cpex-details .line-two {
        font-size: 2.375rem;
    }
    .cpex-details .line-one {
            font-size: 1.125rem;
    }
    .fixture-wrap {
        gap: 50px;
        }
    .cpex-details {
        padding: 10px;
    }
    .info {
        max-width: 100%;
    }
    .content {
        max-width: 100%;
    }
    
}

@media (max-width:480px) {
    .cpex-nav img {
        width: 135px;
    }
    
    .content {
        max-width: 200px;
    }
  
}
@media (max-width:425.98px) {
    .cpex-nav img {
        width: 250px;
    }
    
    .content {
        max-width: 140px;
    }
   
}
@media (max-width:355.98px) { 
    .content {
        max-width: 90px;
    }
    .cpex-details .line-two {
        font-size: 2rem;
    }
    .sponsors-section {
        margin: 100px 0;
    }
    .cpex-nav .custom-btn {
        padding: 7px;
    }

}
@media (min-width: 993px) and (max-width: 1024.98px) {
    
    .cpex-details {
        padding: 60px;
    }
    .content {
        max-width: 100px;
    }
    .cpex-image img {
        height: 428px;
    }
    .cpex-image .tagline {
        margin: 66px 0 0 30px;
    }
    .banner-content, .banner-image {
        padding: 20px;
    }
    .banner-content .title {
        text-align: center;
    }
    .btn-wrap {
        width: fit-content;
        margin: 0 auto;
    }
    .banner-image {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
   
 
  }
  @media (min-width: 1025px) and (max-width: 1199.98px) {
    .content {
        max-width: 108px;
    }
    .cpex-image .tagline {
        margin: 53px 0 0 30px;}
    .banner-content, .banner-image {
        padding: 20px;
    }
    .banner-content .title {
        text-align: center;
    }
    .btn-wrap {
        width: fit-content;
        margin: 0 auto;
    }
    .banner-image {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    
   
   
  }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .content {
        max-width: 150px;
    }
    .cpex-image .tagline {
        margin: 58px 0 0 30px;}
  }