
        .mission-about{
    background:#fff;
}

.section-tag{
    display:inline-block;
    background:#eef4ff;
    color:#0c2d63;
    font-size:13px;
    font-weight:600;
    padding:8px 18px;
    border-radius:30px;
    letter-spacing:.8px;
    margin-bottom:18px;
}

.mission-about h2{
    font-size:42px;
    font-weight:700;
    color:#091d50;
    margin-bottom:25px;
    line-height:1.2;
}

.mission-about h2 span{
    color:#d89d00;
}

.mission-about p{
    color:#5d6678;
    font-size:17px;
    line-height:1.95;
    margin-bottom:22px;
}

.mission-about strong{
    color:#091d50;
}

.mission-card{
    background:#091d50;
    border-radius:18px;
    padding:40px;
    color:#fff;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.mission-card h4{
    font-size:28px;
    margin-bottom:35px;
    color:#fff;
}

.highlight-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:28px;
}

.highlight-item:last-child{
    margin-bottom:0;
}

.highlight-item i{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#d89d00;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.highlight-item h5{
    color:#fff;
    font-size:18px;
    margin-bottom:5px;
}

.highlight-item p{
    margin:0;
    color:#d7ddeb;
    font-size:15px;
    line-height:1.6;
}

@media(max-width:991px){

.mission-about h2{
    font-size:32px;
}

.mission-card{
    margin-top:40px;
}

}
.event-countdown{
    background:linear-gradient(135deg,#0f3478,#091d50);
    border-radius:18px;
    padding:28px;
    margin-bottom:35px;
    text-align:center;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.countdown-title{
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:22px;
    letter-spacing:.5px;
}

.countdown-title i{
    color:#f2b632;
    margin-right:8px;
}

#countdown{
    display:flex;
    justify-content:space-between;
    gap:12px;
}

.time-box{
    flex:1;
    background:#fff;
    border-radius:14px;
    padding:18px 10px;
    position:relative;
}

.time-box:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#f2b632;
    border-radius:14px 14px 0 0;
}

.time-box span{
    display:block;
    font-size:34px;
    font-weight:700;
    color:#091d50;
    line-height:1;
}

.time-box small{
    display:block;
    margin-top:8px;
    color:#666;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
}

@media(max-width:768px){

#countdown{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.time-box span{
    font-size:28px;
}

}
.package-section{
    background:#f7f9fc;
}

.package-section h2{
    font-size:42px;
    font-weight:700;
    color:#091d50;
}

.package-section h2 span{
    color:#d89d00;
}

.package-section p{
    color:#666;
    font-size:17px;
}

.package-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
    transition:.35s;
}

.package-card:hover{
    transform:translateY(-6px);
}

.package-header{
    display:flex;
    align-items:center;
    gap:15px;
    padding:25px 30px;
    color:#fff;
}

.package-header i{
    font-size:30px;
}

.package-header h3{
    margin:0;
    font-size:26px;
    font-weight:600;
}

.include-card .package-header{
    background:linear-gradient(135deg,#0d8d63,#18b57a);
}

.exclude-card .package-header{
    background:linear-gradient(135deg,#d94841,#b81d24);
}

.package-card ul{
    list-style:none;
    margin:0;
    padding:25px 30px;
}

.package-card li{
    display:flex;
    gap:15px;
    align-items:flex-start;
    margin-bottom:22px;
    font-size:16px;
    color:#555;
    line-height:1.4;
}

.package-card li:last-child{
    margin-bottom:0;
}

.include-card li i{
    color:#18b57a;
    margin-top:5px;
}

.exclude-card li i{
    color:#d94841;
    margin-top:5px;
}

@media(max-width:991px){

.package-section h2{
    font-size:34px;
}

.package-header h3{
    font-size:22px;
}

}
.mission-objectives{
    background:#ffffff;
}

.mission-objectives h2{
    font-size:42px;
    font-weight:700;
    color:#091d50;
    margin-bottom:15px;
}

.mission-objectives h2 span{
    color:#d89d00;
}

.mission-objectives p{
    color:#666;
    font-size:17px;
}

.objective-card{

    position:relative;
    background:#fff;
    border-radius:18px;
    padding:40px 35px;
    height:100%;
    border:1px solid #edf1f8;
    transition:.35s;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.objective-card:hover{

    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.objective-number{

    position:absolute;
    right:25px;
    top:20px;
    font-size:60px;
    font-weight:700;
    color:#eef2fa;

}

.objective-icon{

    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#091d50,#214fa4);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;

}

.objective-card h4{

    color:#091d50;
    font-size:24px;
    margin-bottom:18px;
    font-weight:600;

}

.objective-card p{

    color:#5b6472;
    font-size:16px;
    line-height:1.9;
    margin:0;

}

.objective-card:before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#d89d00;

}

@media(max-width:991px){

.mission-objectives h2{

    font-size:34px;

}

.objective-card{

    padding:35px 25px;

}

.objective-number{

    font-size:46px;

}

}
.who-attend{
    background:#f8fafc;
}

.who-attend h2{
    font-size:42px;
    color:#091d50;
    font-weight:700;
    margin-bottom:20px;
}

.who-attend h2 span{
    color:#d89d00;
}

.lead-text{
    color:#5c6473;
    font-size:17px;
    line-height:1.9;
    margin-bottom:30px;
}

.attend-note{
    background:#fff;
    border-left:5px solid #d89d00;
    padding:18px 22px;
    border-radius:12px;
    color:#444;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.attend-note i{
    color:#d89d00;
    margin-right:8px;
}

.audience-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.audience-box{
    background:#fff;
    padding:30px;
    border-radius:18px;
    transition:.35s;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    border-top:4px solid transparent;
}

.audience-box:hover{
    transform:translateY(-8px);
    border-color:#d89d00;
}

.audience-box i{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#091d50;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.audience-box h5{
    color:#091d50;
    font-size:22px;
    margin-bottom:12px;
}

.audience-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.audience-grid{
    grid-template-columns:1fr;
    margin-top:40px;
}

.who-attend h2{
    font-size:34px;
}

}
.floating-register{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    z-index:9999;
    padding:0;
}

.floating-content{

    max-width:100%;
    margin:0;
    border-radius:0;
    padding:4px 40px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    background:#091d50;
    border-top:4px solid #d89d00;

    box-shadow:0 -8px 25px rgba(0,0,0,.18);

}

.event-info{

    color:#fff;
    padding-left:10px;

}

.event-label{

    display:block;
    color:#d9e4ff;
    font-size:14px;
    letter-spacing:.5px;

}

.event-info h4{

    margin:3px 0 0;
    color:#fff;
    font-size:24px;
    font-weight:700;

}

.register-btn{

    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#d89d00;
    color:#fff;
    text-decoration:none;

    padding:5px 34px;

    border-radius:50px;

    font-size:17px;
    font-weight:600;

    transition:.35s;

}

.register-btn:hover{

    background:#f4b400;
    color:#fff;

    transform:translateY(-2px);

}

@media(max-width:768px){

.floating-register{

    width:95%;
    bottom:10px;

}

.floating-content{

    flex-direction:column;
    text-align:center;
    border-radius:18px;
    padding:18px;

}

.event-info{

    padding:0;
    margin-bottom:15px;

}

.event-info h4{

    font-size:18px;

}

.register-btn{

    width:100%;
    justify-content:center;

}

}
.participation-fee{
    background:#ffffff;
}

.fee-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;

}

.fee-card:hover{

    transform:translateY(-8px);

}

.fee-header{

    padding:25px;
    color:#fff;
    text-align:center;

}

.india{

    background:linear-gradient(135deg,#091d50,#214fa4);

}

.australia{

    background:linear-gradient(135deg,#0c5f73,#1388a3);

}

.fee-header i{

    font-size:34px;
    margin-bottom:12px;

}

.fee-header h3{

    margin:0;
    font-size:28px;
    font-weight:600;

}

.participation-fee h2{
    font-size:42px;
    color:#091d50;
    font-weight:700;
    margin-bottom:20px;
}

.participation-fee h2 span{
    color:#d89d00;
}

.fee-body{

    padding:35px;

}

.fee-item{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 0;

    border-bottom:1px solid #ececec;

}

.fee-item:last-child{

    border:none;

}

.fee-item span{

    color:#555;
    font-size:18px;

}

.fee-item strong{

    color:#091d50;
    font-size:30px;
    font-weight:700;

}

.fee-note{

    background:#fff8e7;
    border-left:5px solid #d89d00;
    padding:20px 25px;
    border-radius:10px;

    color:#444;
    font-size:17px;

}

.fee-note i{

    color:#d89d00;
    margin-right:10px;

}

@media(max-width:768px){

.fee-item{

    flex-direction:column;
    align-items:flex-start;
    gap:10px;

}

.fee-item strong{

    font-size:24px;

}

}
.contact-section{
    background:linear-gradient(135deg,#091d50,#153b8a);
    padding:60px 0;
    position:relative;
    overflow:hidden;
}

.contact-section h2{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.contact-section p{
    color:#d7dff5;
    font-size:16px;
    margin-bottom:0;
}

.contact-card{

    background:#fff;
    border-radius:15px;
    padding:25px;
    text-align:center;
    transition:.3s;
    height:100%;
    box-shadow:0 12px 30px rgba(0,0,0,.10);

}

.contact-card:hover{
    transform:translateY(-5px);
}

.contact-icon{

    width:60px;
    height:60px;
    border-radius:50%;
    background:#091d50;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    font-size:24px;

}

.contact-card h4{

    color:#091d50;
    font-size:22px;
    font-weight:700;
    margin-bottom:5px;

}

.designation{

    display:block;
    color:#666;
    font-size:15px;
    margin-bottom:18px;

}

.contact-info{

    border-top:1px solid #eee;
    padding-top:15px;

}

.contact-info p{

    margin-bottom:10px;
    font-size:15px;
    color:#444;

}

.contact-info i{

    width:28px;
    color:#d89d00;

}

.contact-info a{

    color:#091d50;
    text-decoration:none;

}

.contact-info a:hover{
    color:#d89d00;
}

@media(max-width:768px){

.contact-section{
    padding:45px 0;
}

.contact-section h2{
    font-size:30px;
}

.contact-card{
    padding:20px;
}

}

html{
    scroll-behavior:smooth;
}

section{
    scroll-margin-top:110px;
}

.floating-nav{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index:99999;
}

.floating-nav ul{

    list-style:none;
    margin:0;
    padding:8px;

    background:rgba(9,29,80,.75);

    backdrop-filter:blur(15px);

    border-radius:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.floating-nav li{

    margin:10px 0;

}

.floating-nav a{

    width:50px;
    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

    text-decoration:none;

    position:relative;

    transition:.35s;

}

.floating-nav a:hover{

    background:#d89d00;

    color:#fff;

}

.floating-nav a.active{

    background:#d89d00;

}

.floating-nav i{

    font-size:18px;

}

.floating-nav span{

    position:absolute;

    right:65px;

    background:#091d50;

    color:#fff;

    padding:8px 15px;

    border-radius:30px;

    opacity:0;

    visibility:hidden;

    transition:.3s;

    white-space:nowrap;

    font-size:14px;

}

.floating-nav a:hover span{

    opacity:1;

    visibility:visible;

}

@media(max-width:991px){

.floating-nav{

    display:none;

}

}
 .faq-section{
    background:#f7f9fc;
}

.faq-section h2{
    font-size:42px;
    font-weight:700;
    color:#091d50;
}

.faq-section h2 span{
    color:#d89d00;
}

.custom-faq .accordion-item{
    border:none;
    border-radius:15px;
    margin-bottom:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.custom-faq .accordion-button{

    background:#fff;
    color:#091d50;
    font-size:19px;
    font-weight:600;
    padding:22px 28px;
    box-shadow:none;

}

.custom-faq .accordion-button:not(.collapsed){

    background:#091d50;
    color:#fff;

}

.custom-faq .accordion-button:focus{

    box-shadow:none;

}

.custom-faq .accordion-button::after{

    filter:brightness(0);

}

.custom-faq .accordion-button:not(.collapsed)::after{

    filter:brightness(100);

}

.custom-faq .accordion-body{

    padding:30px;
    color:#555;
    line-height:1.9;
    font-size:16px;

}

.custom-faq ul{

    margin-bottom:0;

}

.custom-faq li{

    margin-bottom:10px;

}

@media(max-width:768px){

.faq-section h2{

    font-size:32px;

}

.custom-faq .accordion-button{

    font-size:17px;
    padding:18px;

}

.custom-faq .accordion-body{

    padding:22px;

}

}
.policy-section{
    background:#f8fafc;
}

.policy-wrapper{

    background:#fff;

    border-radius:15px;

    padding:20px 25px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    border:1px solid #edf1f8;

}

.policy-title{

    display:flex;

    align-items:center;

    gap:15px;

}

.policy-title i{

    width:55px;
    height:55px;

    border-radius:50%;

    background:#091d50;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

}

.policy-title h4{

    margin:0;

    color:#091d50;

    font-size:22px;

    font-weight:700;

}

.policy-title small{

    color:#777;

}

.policy-links{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.policy-links a{

    text-decoration:none;

    color:#091d50;

    background:#eef4ff;

    padding:10px 18px;

    border-radius:30px;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.policy-links a i{

    color:#d32f2f;

    margin-right:8px;

}

.policy-links a:hover{

    background:#091d50;

    color:#fff;

}

.policy-links a:hover i{

    color:#fff;

}

@media(max-width:991px){

.policy-wrapper{

    flex-direction:column;

    text-align:center;

    gap:20px;

}

.policy-links{

    justify-content:center;

}

}
.australia-gallery{

    background:#fff;
    overflow:hidden;

}

.australia-gallery h2{

    font-size:40px;
    color:#091d50;
    font-weight:700;

}

.australia-gallery h2 span{

    color:#d89d00;

}

.marquee{

    overflow:hidden;
    position:relative;
    width:100%;

}

.marquee-content{

    display:flex;
    width:max-content;

    animation:scrollLeft 40s linear infinite;

}

.marquee:hover .marquee-content{

    animation-play-state:paused;

}

.marquee-content img{

    width:360px;
    height:240px;

    object-fit:cover;

    margin:0 12px;

    border-radius:15px;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

    transition:.3s;

}

.marquee-content img:hover{

    transform:scale(1.04);

}

@keyframes scrollLeft{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

@media(max-width:768px){

.marquee-content img{

    width:260px;
    height:180px;

}

}
.business-mission-sticky{
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 99999;
    display: block;
    transition: all .3s ease;
    animation: floatBanner 2s ease-in-out infinite;
}

.business-mission-sticky img{
    width: 220px;      /* Adjust as needed */
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.35);
}

.business-mission-sticky:hover{
    transform: scale(1.05);
}

@keyframes floatBanner{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-6px);
    }
    100%{
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width:768px){
    .business-mission-sticky{
        left:10px;
        bottom:10px;
    }

    .business-mission-sticky img{
        width:140px;
    }
}