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

html {
    scroll-behavior: smooth;
}


body {
    font-family: "Bayon", sans-serif;
}

/*header section style start*/
.header {
    background-color: #ffffff;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    position: relative;
    z-index: 111111111;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.logo img {
    height: 60px; /* Adjust based on logo size */
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu li {
    display: inline-block;
}

.menu a {
    color: #000000;
    text-align: left;
    font-size: 14px;
    font-family: "Bayon", sans-serif;
    line-height: 24px;
    text-decoration: none;
    vertical-align: text-top;
    width: 109px;
    border-style: hidden;
    outline: none;
    text-transform: uppercase;
}

.menu a:hover {
    color: #000000; /* Optional hover color */
}

.hamburger {
    display: none;
}

.close-btn {
    display: none;
}

/*header section style end*/


/*section main style start*/
.main-title {
    color:#ffffff;
    text-align:left;
    vertical-align:text-top;
    font-size:47px;
     font-family: "Bayon", sans-serif;
    line-height:60px;
    border-style:hidden;
    outline:none;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-main-wrap .col-left p {
    color:#ffffff;
    text-align:left;
    vertical-align:text-top;
    font-size:16px;
    font-family:Poppins;
    line-height:24px;
    border-style:hidden;
    outline:none;
}

.section-main {
    display: flex;
    justify-content: center;
    background-color: #000000; /* Black background */
}

.section-main-wrap {
    display: flex;
    width: 100%;
    align-items: flex-start;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}
.col-left {
    color: #ffffff; /* White text */
    padding-top: 100px;
    padding-bottom: 30px;
    /*padding-left: 5%;*/
    padding-right: 10%;
    box-sizing: border-box;

}
.col-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.col-right.main-image-overlay-effect::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(47 238 81 / 30%), rgba(0, 0, 0, 0.8) 60%);
    pointer-events: none;
}


.col-right img {
    height: 500px;
}
/*section main style end*/



/*how it works section start*/
.how-it-work-section {
    width: 100%;
    background-color: #141414; /* Dark background for the section */
}

.how-it-works-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center; /* Center text in the wrapper */
}

.howitworks {
    color: #ffffff;
    font-size: 55px;
     font-family: "Bayon", sans-serif;
    line-height: 30px;
    border-style: hidden;
    outline: none;
    margin-bottom: 80px; /* Add some space below the title */
    text-transform: uppercase;
}

.how-it-works-content {
    display: flex; /* Use flexbox to arrange boxes in a row */
    justify-content: space-between; /* Space between boxes */
    flex-wrap: wrap; /* Allow wrapping if needed on smaller screens */
}

.rectangle70 {
    position: relative;
    height: 337px;
    width: 250px;
    border: 1px solid #405c41; /* Set border for all sides */
    border-bottom: none; /* Remove the bottom border */
    background-color: #1a1a1a;
    margin: 25px 10px;
    padding: 40px 10px 20px;
    box-sizing: border-box;
}

.rectangle70 h4 {
    color: #92e3a9;
    font-size: 25px;
     font-family: "Bayon", sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
    height: 70px;
}

.rectangle70 p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.6;
}

.ellipse7 {
    background-color: #20b576;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex; /* Center number inside the circle */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    position: absolute; /* Position it absolutely within the rectangle */
    top: -28px; /* Move up to sit on the top border */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Adjust to center it properly */
    border: 2px solid #4CAF50; /* Optional: Add a border to the ellipse */
}


.number-span {
    color:#ffffff;
    text-align:center;
    vertical-align:text-top;
    font-size:22px;
     font-family: "Bayon", sans-serif;
    line-height:30px;
    border-style:hidden;
    outline:none;
}

.rectangle75
{
    height:64px;
    width:240px;
    border:1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 80px;
    cursor: pointer;
}

.applynow
{
    color:#92e3a9;
    text-align:center;
    vertical-align:text-top;
    font-size:30px;
     font-family: "Bayon", sans-serif;
    line-height:60px;
    border-style:hidden;
    outline:none;
}

/*how it works section ends*/


/*1tan shool section start*/

.tank-school-titile {
    color: #000000;
    font-size: 45px;
     font-family: "Bayon", sans-serif;
    line-height: 1.2;
    border-style: hidden;
    outline: none;
    margin-bottom: 30px; /* Add some space below the title */
    text-transform: uppercase;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.tank-school-section {
    width: 100%;
    background-color: #ffffff; /* Dark background for the section */
}

.tank-school-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center; /* Center text in the wrapper */
}
.tank-school-content-div p {
    text-align:center;
    vertical-align:text-top;
    font-size:16px;
    font-family:'Poppins';
    line-height:24px;
    border-style:hidden;
    outline:none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.number-span img {
    width:30px;
    margin-top:10px
}

.tank-school-content {
    display: flex; /* Use flexbox to arrange boxes in a row */
    justify-content: space-between; /* Space between boxes */
    flex-wrap: wrap; /* Allow wrapping if needed on smaller screens */
    margin-top: 50px;
}
.tank-school-content .rectangle70 {
    width: 360px;
}

.rectangle755
{
    height:64px;
    width:240px;
    border:1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 80px;
    cursor: pointer;
}

.applynoww
{
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:30px;
    font-family: "Bayon", sans-serif;
    line-height:60px;
    border-style:hidden;
    outline:none;
}


/*1tan shool section end*/


/*team section style start*/

.team-content-col {
    /* display: flex;
    flex-wrap: wrap; */
    justify-content: center;
    gap: 20px;
}
.team-content-col-single {
    background-color: #263238;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-content-col-single img {
    width: 130px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.team-content-col-single h4 {
    color:#92e3a9;
    text-align:center;
    vertical-align:text-top;
    font-size:25px;
    font-family:'Bayon';
    line-height:30px;
    border-style:hidden;
    outline:none;
    margin-bottom: 20px;
    min-height: 60px; /* keep consistent height for titles */
}

.team-content-col-single p {
    color:#ffffff;
    text-align:center;
    vertical-align:text-top;
    font-size:14px;
    font-family:'Poppins';
    line-height:18px;
    border-style:hidden;
    outline:none;
}
.team-content-col-wrap p {
    color:#ffffff;
    text-align:center;
    vertical-align:text-top;
    font-size:14px;
    font-family:'Poppins';
    line-height:1.4;
    border-style:hidden;
    outline:none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
}
.event-content-wrap.team-content-col-wrap {
    display: block;
}
.event-content-wrap.team-content-col-wrap h4{
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center;
}
.event-content-wrap.team-content-col-wrap .eco-falcon-ttile{
    margin-top: 25px;
}

.team-content-col-wrap .team-external-content {
    width: 80%;
}
/*team section style end*/

/* slick fixes for Meet the Experts */
#team-falcon-slider {
    overflow: hidden; /* contain track */
}
#team-falcon-slider .slick-list {
    overflow: hidden; /* prevent slide overflow */
}
#team-falcon-slider .slick-track {
    display: flex;
    align-items: stretch;
}
#team-falcon-slider .slick-slide {
    height: 100%;
}
#team-falcon-slider .slick-slide > div {
    height: 100%; /* allow inner card to stretch */
}
#team-falcon-slider .team-content-col-single {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#team-falcon-slider .view-more-btn {
    align-self: center;
    padding: 6px 14px;
    min-width: 120px;
}

/*our sponsors section style start*/

.our-sponsors-section {
    width: 100%;
}
.our-sponsors-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.our-sponsors-wrap p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    width: 80%;
    margin: 20px auto;
    color: black;
}

.portfolio-startup-logo-col {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}


.start-up-logo-grid-sec {
    width: 70%;
    max-width: 1100px;
    margin: 0 auto;
}

.start-up-logo-grid-sec .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}


.start-up-logo-grid-sec img {
    width: auto;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.portfolio-startup-col {
    padding-bottom: 40px !important;
    padding-top: 20px !important;
}
.why-choose-title.sponsors-title {
    margin-top: 30px;
}

/*our sponsors section style end*/


/*event section start*/

.events-section {
    width: 100%;
    background-color: #000000;
    padding: 60px 0;
}
.event-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.event-sec-title {
    color: #ffffff;
    font-size: 44px;
    font-family: 'Bayon', sans-serif;
    line-height: 60px;
}
.event-wrap p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    width: 80%;
    margin: 20px auto;
}
.event-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}
.event-col {
    background-color: #263238;
    border-radius: 8px;
    overflow: hidden;
    max-width: 550px;
    width: 100%;
}
.event-image {
    background-color: #ffffff;
}

.event-image img {
    width: 100%;
    display: block;
    height: 200px;
}
.event-content-div {
    padding: 20px;
}
.date-location-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.date-col, .location-col {
    text-align: left;
    width: 50%;
}
.event-highlight-row, .event-feature-row {
    margin-bottom: 15px;
}
.event-col h5 {
    font-size: 20px;
    color: #20b576;
    margin: 0;
}
.event-col p {
    font-size: 14px;
    color: #ffffff;
    margin: 5px 0 0;
    font-family: 'Poppins', sans-serif;
}


/*event section end*/


/*why choose section style start*/

.why-choose-section {
    width: 100%;
    background-color: #ffffff;
}
.why-choose-wrap{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.why-choose-title {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:45px;
    font-family:'Bayon';
    line-height:60px;
    border-style:hidden;
    outline:none;
}

.why-choose-content-wrap {
    display: flex; /* Align all boxes in a row */
    justify-content: center;
    gap: 10px; /* Space between items */
    margin-bottom:40px;
}


.rectangle700:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px; /* Positioning the line outside the box */
    width: 1px;
    height: calc(100% - 20px); /* Align line with the content box height */
    background-color: rgba(0, 0, 0, 0.5); /* Line color */
}

.rectangle700 {
    position: relative;
    height: 337px;
    width: 250px;
    margin: 0 10px;
    padding: 40px 10px 20px;
    box-sizing: border-box;
}

.rectangle700 h4 {
    color: #000000;
    font-size: 25px;
    font-family: "Bayon", sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
    height: 40px;
    text-align: center;
}

.rectangle700 p {
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.6;
    text-align: center;
}
.ellipse77 {
    text-align: center;
}

/*why choose section style end*/


/*final section style start*/

.final-section {
    width: 100%;
    background-color: #141414; /* Dark background for the section */
    padding: 20px;
}

.final-div-title-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: left;
    padding-top: 60px;
    padding-bottom: 5px;
    text-align: left; /* Center text in the wrapper */
}

.joinus
{
    color:#ffffff;
    text-align:left;
    vertical-align:text-top;
    font-size:45px;
    font-family:'Bayon';
    line-height:60px;
    border-style:hidden;
    outline:none;
}

.final-div-content-wrap {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    text-align: center;
}

.final-div-content-col-left {
    flex: 1;
}

.final-div-content-col-left h4 {
    color: #20b576;
    font-size: 45px;
    font-family: 'Bayon';
    line-height: 60px;
    border-style: hidden;
    outline: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}

.final-div-content-col-left p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 24px;
    border-style: hidden;
    outline: none;
    margin-top: 0;
    text-align: left;
}

.final-div-content-col-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final-div-content-col-right img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/*final section style end*/


/*footer style start*/
.footer-sec {
    background-color: #ffffff;
    padding: 20px 50px;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
}

.footer-logo img {
    height: 40px; /* Adjust based on logo size */
    margin-bottom: 10px;
    width: 155px;
}

.footer-logo p {
    margin: 0;
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:16px;
    font-family:'Poppins';
    line-height:24px;
    border-style:hidden;
    outline:none;
}

.footer-line {
    width: 100%;
    border: none;
    border-top: 1px solid #000000;
    margin: 20px 0;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu a {
    color:#000000;
    text-align:left;
    vertical-align:text-top;
    font-size:14px;
     font-family: "Bayon", sans-serif;
    line-height:24px;
    border-style:hidden;
    outline:none;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-menu a:hover {
    color: #555555; /* Optional hover color */
}

.team-content-col-single p {
    text-transform: uppercase;
}
/*footer style end*/



/*popup form style*/
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999;
}

.popup-content {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    width: 100%;
    max-width: 50%;
    height: 90vh; /* Sets popup to 80% of viewport height */
    position: relative;
    overflow-y: auto; /* Allows inner scroll if content exceeds 80vh */
    border: 2px solid #ccc; /* Adds border around the popup */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollable-form-container {
    max-height: calc(80vh - 40px); /* Ensures form container fits within popup */
    overflow-y: auto; /* Enables scroll for the form content */
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #20b576;
}


.button-col {
    height: auto;
    width: 140px;
    border: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.enquire-button {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    align-self: center; /* Center within flex column */
    text-transform: uppercase;
}

.enquire-button:hover {
    background-color: #6ed99c; /* Slightly darker on hover */
    color: #ffffff;
}




/*course card new style*/

.courses-section {
    padding: 50px 20px;
    background: linear-gradient(to right, #f9f9f9, #f0f0f0);
    max-width: 1200px;
    margin: auto;
    font-family: "Segoe UI", sans-serif;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #002f4b;
    position: relative;
}

/* === Course Card === */
.course-card {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 40px 30px;
    margin-bottom: 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Inner border shadow effect */
.course-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.03),
        rgba(0, 0, 0, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 0;
    pointer-events: none;
}

/* Ribbon tag */
.course-card::after {
    content: "Top Pick";
    position: absolute;
    top: 20px;
    right: -35px;
    transform: rotate(45deg);
    background: #002f4b;
    color: #fff;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Card hover effect */
.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

/* === Content Styling === */
.course-info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.course-title {
    font-size: 26px;
    font-weight: 700;
    color: #002f4b;
    margin-bottom: 10px;
}

.badge {
    background-color: #000000;
    color: #002f4b;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* Row Layouts */
.course-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.course-section {
    flex: 1;
    min-width: 300px;
    background: #fafafa;
    padding: 20px 24px;
    border-left: 6px solid #000000;
    border-radius: 10px;
    position: relative;
    transition: background 0.3s ease;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.03);
}

.course-section:hover {
    background: #fefefe;
}

.course-section h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #002f4b;
    margin-bottom: 12px;
}

.icon {
    color: #f5c600;
    font-size: 18px;
}

/* List Styling */
.styled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.styled-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    margin-bottom: 8px;
    color: #444;
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.styled-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000000;
    font-size: 14px;
    top: 2px;
}


.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #002f4b;
    background: #f5c600;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.view-more-btn:hover {
    background: #002f4b;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.view-more-btn:hover .arrow-icon {
    transform: translateX(5px);
}

/*mobile design*/



#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #002f4b;
    color: #fff;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#scrollToTopBtn:hover {
    background-color: #f5c600;
    color: #002f4b;
    transform: scale(1.1);
}


.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ffffff;
}

.section-title-new{
    color: white;
    font-size: 45px;
    font-family: "Bayon", sans-serif;
    line-height: 1.2;
    border-style: hidden;
    outline: none;
    margin-bottom: 30px; /* Add some space below the title */
    text-transform: uppercase;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.knowledge-partners-section {
    background-color: #000000;
    padding: 60px 20px;
    text-align: center;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.partner-logo {
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo img {
    max-height: 140px;
    max-width: 250px;
    object-fit: contain;
}

.partner-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.partner-logo:hover img {
    filter: grayscale(0%);
}



.about-title {
    font-size: 45px;
    margin-bottom: 25px;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.about-title span {
    color: #012f4b;
}

.about-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

#trepreneur {
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

/*course section new*/
.course-listing-section {
    background-color: #fff;
    padding: 60px 0;
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
}

.section-heading {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.course-card-box {
    border: 1px solid #f4f4f454;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.course-card-box:hover {
    transform: translateY(-4px);
}

.course-image {
    position: relative;
    width: 100%;
    height: 400px; /* Fixed height for consistent design */
    overflow: hidden;
    background-color: #fff;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0; /* remove padding to eliminate gap */
}

.course-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 2;
    pointer-events: none;
}


.course-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 20px 10px;
    color: #000;
}
.course-duration {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    background-color: #f2f2f2;
    padding: 4px 10px 4px 10px;
    border-left: 3px solid #000;
    border-radius: 4px;
    margin: 0 20px 20px;
    line-height: 1.4;
    max-width: 180px;
}


.course-btn-container {
    margin: 0 20px 20px;
    display: flex;
    justify-content: flex-start;
}

.course-btn {
    display: inline-flex;
    align-items: stretch;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.course-btn span.text {
    padding: 10px 16px;
    background-color: #000;
    color: #fff;
}

.course-btn span.arrow {
    padding: 10px 14px;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}

.course-btn:hover span.arrow {
    background-color: #000;
    color: #fff;
}

.empowerment-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.empowerment-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    z-index: 1;
}



/*end*/

@media (max-width: 768px) {
    .menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding-top: 60px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 999; /* Ensure it stays on top */
    }

    .menu.active {
        display: block;
        transform: translateX(0); /* Slide-in effect for mobile menu */
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /* Hamburger Icon for Mobile */
    .hamburger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background-color: #000000;
    }

    .close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #000000;
        background: none;
        border: none;
        cursor: pointer;
    }



    .section-main-wrap {
        flex-direction: column; /* Stack elements vertically */
    }

    .col-left {
        order: 1; /* Ensure content is on top */
        padding-top: 20px;
        text-align: center;
        padding-right: 5%;
    }

    .col-right {
        order: 2; /* Move image to the bottom */
        margin-top: 20px;
    }

    .col-right.main-image-overlay-effect img  {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .col-right.main-image-overlay-effect {
        margin-left: auto;
        margin-right: auto;
    }

    .main-title,.tank-school-titile,.event-sec-title,.why-choose-title, .sponsors-title {
        font-size: 36px; /* Adjust font size for smaller screens */
        line-height: 40px;
        text-align: center; /* Center-align title on mobile */
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .section-main-wrap .col-left p {
        font-size: 14px; /* Adjust font size for readability on mobile */
        line-height: 20px;
        text-align: center;
    }

    .col-right img {
        max-width: 80%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .howitworks {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .how-it-works-content, .event-content-wrap {
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: auto;
    }
    .event-content-wrap.team-content-col-wrap {
        width: 80%
    }

    .rectangle70 {
        width: 100%;
        margin-bottom:30px;
        margin-top: 15px;
        padding: 30px 20px;
        margin-left: auto;
        margin-right:auto;
        height: auto;
    }

    .rectangle70 h4 {
        font-size: 22px;
        line-height: 28px;
        height: 30px;
    }

    .rectangle70 p {
        font-size: 16px;
        line-height: 24px;
    }

    .rectangle75,.rectangle755 {
        width: 200px;
        height: 50px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .applynow,.applynoww {
        font-size: 24px;
        line-height: 50px;
    }
    .date-location-row {
        display: block;
    }

    .why-choose-content-wrap {
        flex-direction: column;
        align-items: center;
    }

    .rectangle700:not(:last-child)::after {
        display: none;
    }

    .rectangle700 {
        position: relative;
        flex: 1 1 250px;
        max-width: 250px;
        padding: 40px 10px 20px;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .why-choose-wrap  {
        padding-bottom: 1px;
    }

    .final-section {
        padding: 20px 10px; /* Adjust padding for mobile */
    }

    .final-div-title-wrap {
        padding-top: 30px; /* Reduce top padding */
        padding-bottom: 20px; /* Reduce bottom padding */
        text-align: center; /* Center text on mobile */
    }

    .joinus {
        font-size: 36px; /* Decrease font size for mobile */
        line-height: 40px; /* Adjust line height */
        text-align: center;
    }

    .final-div-content-wrap {
        flex-direction: column; /* Stack columns vertically */
        text-align: center; /* Center text */
    }

    .final-div-content-col-left {
        margin-bottom: 20px; /* Add space between columns */
    }

    .final-div-content-col-left h4 {
        font-size: 28px; /* Reduce header size for mobile */
        line-height: 32px; /* Adjust line height */
        text-align: center;
    }

    .final-div-content-col-left p {
        font-size: 14px; /* Reduce paragraph font size */
        line-height: 20px; /* Adjust line height */
        text-align: center;
    }

    .final-div-content-col-right img {
        max-width: 80%; /* Limit image width on mobile */
        height: auto; /* Maintain aspect ratio */
        text-align: center;
    }

    .footer-sec {
        padding: 20px 10px; /* Adjust padding for mobile */
    }

    .footer-content {
        flex-direction: column; /* Stack elements vertically on mobile */
        align-items: center; /* Center align items */
    }

    .footer-logo img {
        height: 30px; /* Adjust logo size for mobile */
        width: auto; /* Maintain aspect ratio */
        margin-bottom: 5px; /* Reduce margin for smaller screens */
    }

    .footer-logo p {
        font-size: 14px; /* Reduce font size for mobile */
        line-height: 20px; /* Adjust line height */
    }

    .footer-line {
        margin: 15px 0; /* Adjust margin for the line */
    }

    .footer-menu ul {
        display: flex; /* Use flex to create columns */
        flex-wrap: wrap; /* Allow items to wrap onto the next line */
        justify-content: center; /* Center align items */
        padding: 0; /* Remove default padding */
    }

    .footer-menu li {
        flex: 1 1 calc(25% - 10px); /* Each item takes up 1/3 of the width, minus space */
        margin: 5px; /* Add space between items */
        display: flex; /* Flex for better alignment */
        justify-content: center; /* Center menu items */
    }

    .footer-menu a {
        font-size: 12px; /* Reduce font size for mobile */
        line-height: 18px; /* Adjust line height */
        text-align: center; /* Center text */
        width: 100%; /* Make the anchor tag full width */
    }
    .hide-on-mobile {
        display: none;
    }

    .team-content-col-wrap .team-external-content {
        width: 100%;
    }

    #team-falcon-slider .team-content-col-single {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #263238;
        border-radius: 8px;
        padding: 20px;
        max-width: 100%; /* Full width on mobile */
        margin: 0 auto; /* Center the slide */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    .popup-content {
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        width: 100%;
        max-width: 95%;
        height: 90vh; /* Sets popup to 80% of viewport height */
        position: relative;
        overflow-y: auto; /* Allows inner scroll if content exceeds 80vh */
        border: 2px solid #ccc; /* Adds border around the popup */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .course-row {
        flex-direction: column;
    }
    .course-card::after {
        right: -40px;
        font-size: 10px;
    }

    .top-right-badge {
        display: none;
    }
    .section-title-new,.about-title {
        font-size: 36px;
    }

}




