                html{
    scroll-behavior:smooth;
   
}
section{
    scroll-margin-top:70px;
}
.header-logo{
    width:170px! important;
    height:auto;
    padding:10px 0;
    transition:0.3s;
}

/* ===========================
   Hero Fixed Content
=========================== */

.slider-fixed-content{
    position:absolute;
    top:43%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    z-index:10;
    padding:0 15px;
}

.slider-fixed-content .text-center{
    max-width:850px;
    margin:auto;
}

/* Logo */

.event-logo{
    width:520px;
    max-width:80%;
    height:auto;
    display:block;
    margin:0 auto 20px;
}

/* Date & Location */

.event-details{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.event-details span{
    color:#fff;
    font-size:26px;
    font-weight:500;
    margin-top:-10px;
    text-shadow:0 2px 8px rgba(0,0,0,.45);
}

.event-details i{
    color:#ffc107;
    margin-right:8px;
}

/* ===========================
   Tablet
=========================== */

@media (max-width:991px){

    .slider-fixed-content{
        top: 40%;
    }

    .event-logo{
        width: 320px;
        max-width: 80%;
    }

    .event-details span{
        font-size: 18px;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:767px){

    .slider-fixed-content{
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 2px;
        text-align: center;
    }

    .event-logo{
     
       
        margin-bottom: 12px;
    }

    .event-details{
        flex-direction: column;
        gap: 6px;
        font-size: 16px;
    }

    .event-details span{
        font-size: 22px;
        font-weight: 500;
    }

    .event-details i{
        font-size: 14px;
    }

}
/*==========================================
    NAMASTE ASIA HIGHLIGHTS
==========================================*/

.na-highlights{
    background:#000f51;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
   
}

.na-highlights .row{
    margin:0;
}

.na-highlights [class*="col"]{
    padding:0;
}

/* Item */

.na-item{
    position:relative;
    text-align:center;
    padding:35px 15px 30px;
    transition:.3s;
}

.na-item::after{
    content:'';
    position:absolute;
    right:0;
    top:35px;
    width:2px;
    height:155px;
    background:#00b8ff;
    opacity:.45;
}

.na-item.border-0::after{
    display:none;
}

/* Icon */

.na-icon{
    width:82px;
    height:82px;
    margin:0 auto 18px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.na-icon.white{
    border:2px solid #ffffff;
}


.na-icon.pink{
    border:2px solid #FFF;
}

.na-icon.blue{
    border:2px solid #FFF;
}

.na-icon i{
    font-size:38px;
}
.na-icon.white i{
    color:#ffffff;
}

.na-icon.pink i{
    color:#ff148c;
}

.na-icon.blue i{
    color:#18c8ff;
}

/* Heading */

.na-item h3{
    color:#fff;
    font-size:19px;
    font-weight:600;
    line-height:1.05;
    margin:5px;
    white-space:nowrap;
}

.na-item p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    line-height:1.15;
    margin:0;
    white-space:nowrap;
}

/* Bottom Strip */

.na-bottom{
    background:linear-gradient(90deg,
    #e06d48 0%,
    #ef8242 20%,
    #2ea5f5 50%,
    #7475c2 75%,
    #c54b8c 100%);
    color:#fff;
    text-align:center;
    padding:14px 10px;
    font-size:18px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

/* Hover */

.na-item:hover .na-icon{
    transform:translateY(-5px);
    transition:.3s;
}

.na-item:hover h3{
    color:#ffffff;
}

/*=========================
      Large Desktop
==========================*/

@media(min-width:1600px){

.na-item{
    padding:45px 20px;
}

.na-item h3{
    font-size:34px;
}

.na-item p{
    font-size:24px;
}

}

/*=========================
        Laptop
==========================*/

@media(max-width:1200px){

.na-item{
    padding:30px 10px;
}

.na-item h3{
    font-size:26px;
}

.na-item p{
    font-size:20px;
}

.na-icon{
    width:75px;
    height:75px;
}

.na-icon i{
    font-size:30px;
}

.na-item::after{
    height:145px;
}

}

/*=========================
        Tablet
==========================*/

@media(max-width:991px){

.na-item{
    padding:35px 15px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.na-item::after{
    display:none;
}

.na-icon{
    width:70px;
    height:70px;
}

.na-icon i{
    font-size:28px;
}

.na-item h3{
    font-size:24px;
    white-space:normal;
}

.na-item p{
    font-size:18px;
    white-space:normal;
}

.na-bottom{
    font-size:15px;
    letter-spacing:2px;
    padding:12px;
}

}

/*=========================
        Mobile
==========================*/

@media(max-width:576px){

.na-item{
    padding:30px 10px;
}

.na-icon{
    width:60px;
    height:60px;
    margin-bottom:15px;
}

.na-icon i{
    font-size:24px;
}

.na-item h3{
    font-size:22px;
}

.na-item p{
    font-size:17px;
}

.na-bottom{
    font-size:13px;
    letter-spacing:1px;
    line-height:1.6;
    padding:10px;
}

}

/*========================================
        SOUTH INDIA & ASIA
========================================*/



.asia-story{
    padding:100px 0;
    background:linear-gradient(135deg,#f6f9ff,#eef4ff);
    position:relative;
    overflow:hidden;
}

.asia-story:before{
    content:"";
    width:500px;
    height:500px;
    background:#1d5eff10;
    position:absolute;
    border-radius:50%;
    top:-200px;
    left:-150px;
}

.asia-story:after{
    content:"";
    width:450px;
    height:450px;
    background:#ff8c0010;
    position:absolute;
    border-radius:50%;
    right:-150px;
    bottom:-150px;
}

/* Section Title */

.section-title{
    
    margin:auto;
}



.section-title .sub-title{
    display:inline-block;
    color:#ff8a00;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-title h2{
    font-size:35px;
    font-weight:300;
    line-height:1.1;
    color:#0c2d7a;
    margin-bottom:20px;
    text-transform: uppercase;
}

.section-title h2 span{
   
    color:#00a3c8;
}

.section-title h2 .orange1{
    color:#ff8a00;
}

.section-title p{
    font-size:18px;
    color:#000;
    line-height:30px;
}


/*=========================
        Timeline
=========================*/

.timeline{
    position:relative;
    padding-left:90px;
}

.timeline:before{
    content:"";
    position:absolute;
    left:35px;
    top:0;
    bottom:0;
    width:4px;
    background:#0f5cb7;
}

.timeline-item{
    position:relative;
    margin-bottom:20px;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-icon{
    position:absolute;
    left:-90px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d5cb7,#17b6d5);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}

.timeline-content{
    background:#fff;
    padding:13px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.timeline-content:hover{
    transform:translateY(-6px);
}

.timeline-content h3{
    font-size:28px;
    font-weight:500;
    color:#0c4fa5;
    margin-bottom:15px;
    text-transform: uppercase;
}

.timeline-content p{
    font-size:18px;
    line-height:30px;
    color:#000;
}


/*=========================
        Facts
=========================*/
.fact-box{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border:1px solid #e8eef8;
}

.fact-box h3{
    margin:0;
    padding:18px;
    text-align:center;
    font-size:28px;
    font-weight:500;
    color:#fff;
    background:linear-gradient(90deg,#0b57d0,#6f42c1);
    letter-spacing:.5px;
}

/* Scroll Area */
.fact-scroll{
    height:1333px;
    overflow:hidden;
    position:relative;
    background:#fff;
}

.fact-track{
    display:flex;
    flex-direction:column;
    animation:factScroll 90s linear infinite;
}

.fact-track:hover{
    animation-play-state:paused;
}

/* Each Fact */
.fact{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:20px;
    border-bottom:1px solid #edf2f7;
    transition:.3s;
}

.fact:hover{
    background:#f8fbff;
}

/* Icon */
.fact-icon{
    width:52px;
    min-width:52px;
    height:52px;
    border-radius:50%;
    background:#fff7e6;
    display:flex;
    align-items:center;
    justify-content:center;
}

.fact-icon{
    width:52px;
    min-width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.fact-icon i{
    font-size:24px;
}

/* Blue */
.fact-icon.blue{
    background:#e8f1ff;
}
.fact-icon.blue i{
    color:#0d6efd;
}

/* Green */
.fact-icon.green{
    background:#eafaf1;
}
.fact-icon.green i{
    color:#198754;
}

/* Orange */
.fact-icon.orange{
    background:#fff4e5;
}
.fact-icon.orange i{
    color:#fd7e14;
}

/* Purple */
.fact-icon.purple{
    background:#f3e8ff;
}
.fact-icon.purple i{
    color:#6f42c1;
}

/* Red */
.fact-icon.red{
    background:#ffeaea;
}
.fact-icon.red i{
    color:#dc3545;
}

/* Cyan */
.fact-icon.cyan{
    background:#e7fbff;
}
.fact-icon.cyan i{
    color:#0dcaf0;
}

/* Yellow */
.fact-icon.yellow{
    background:#fff9db;
}
.fact-icon.yellow i{
    color:#f4b400;
}

/* Teal */
.fact-icon.teal{
    background:#e6fffb;
}
.fact-icon.teal i{
    color:#20c997;
}

/* Content */
.fact-content{
    flex:1;
}

.fact-content strong{
    display:block;
    color:#0b57d0;
    font-size:23px;
    font-weight:500;
    line-height:1.3;
    margin-bottom:8px;
}

.fact-content span{
    display:block;
    color:#555;
    font-size:16px;
    line-height:1.7;
}

/* Auto Scroll */
@keyframes factScroll{

    0%{
        transform:translateY(0);
    }

    100%{
        transform:translateY(-50%);
    }

}

/* Responsive */
@media(max-width:991px){

.fact-scroll{
    height:500px;
}

.fact{
    padding:16px;
}

.fact-icon{
    width:44px;
    min-width:44px;
    height:44px;
}

.fact-icon i{
    font-size:20px;
}

.fact-content strong{
    font-size:17px;
}

.fact-content span{
    font-size:14px;
}

.fact-box h3{
    font-size:22px;
}

}

/*=========================
        CTA
=========================*/

.asia-cta{
    margin-top:80px;
    background:linear-gradient(90deg,#0d4ca3,#522f9f,#7d2d93);
    border-radius:25px;
    color:#fff;
    padding:60px;
    text-align:center;
}

.asia-cta h3{
    font-size:46px;
    font-weight:800;
    margin-bottom:20px;
}

.asia-cta h3 span{
    color:#ff9a22;
}

.asia-cta p{
    max-width:850px;
    margin:auto auto 30px;
    font-size:20px;
    line-height:1.8;
}

.btn-gradient{
    display:inline-block;
    padding:15px 40px;
    border-radius:50px;
    background:linear-gradient(90deg,#ff8a00,#ffb300);
    color:#fff;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.btn-gradient:hover{
    transform:translateY(-4px);
    color:#fff;
    box-shadow:0 12px 25px rgba(255,136,0,.35);
}


/*=========================
        Responsive
=========================*/

@media(max-width:991px){

.section-title h2{
    font-size:42px;
}

.timeline{
    padding-left:70px;
}

.timeline:before{
    left:25px;
}

.timeline-icon{
    width:55px;
    height:55px;
    left:-70px;
    font-size:22px;
}

.timeline-content h3{
    font-size:28px;
}

.fact-box{
    margin-top:50px;
    position:static;
}

.asia-cta{
    padding:40px 30px;
}

.asia-cta h3{
    font-size:34px;
}

}

@media(max-width:767px){

.asia-story{
    padding:70px 0;
}

.section-title h2{
    font-size:34px;
}

.section-title p{
    font-size:17px;
}

.timeline{
    padding-left:0;
}

.timeline:before{
    display:none;
}

.timeline-icon{
    position:relative;
    left:auto;
    margin-bottom:20px;
}

.timeline-content{
    padding:22px;
}

.timeline-content h3{
    font-size:24px;
}

.timeline-content p{
    font-size:16px;
}

.fact-box h3{
    font-size:28px;
}

.fact strong{
    font-size:28px;
}

.fact span{
    font-size:16px;
}

.asia-cta h3{
    font-size:28px;
}

.asia-cta p{
    font-size:16px;
}

.btn-gradient{
    padding:12px 30px;
    font-size:16px;
}

}

.connect-section{
    padding:90px 0;
      background:
        radial-gradient(circle at top left,#a0dbf8 0%,transparent 45%),
        radial-gradient(circle at bottom right,#ffd1d1 0%,transparent 25%),
        linear-gradient(135deg,#fff8e7,#eef7ff,#f7f0ff);
}

.connect-tag{

    display:inline-block;
    padding:6px 18px;
    background:#091d50;
    color:#fff;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
    letter-spacing:1px;

}

.asia-story h2{

    font-size:38px;
    font-weight:500;
    color:#091d50;
    margin-bottom:20px;
    line-height:1.2;

}

.asia-story h2 span{

    color:#f7941d;

}

.asia-story p{

    font-size:17px;
    line-height:1.9;
    color:#000;
    margin-bottom:30px;

}

.connect-image{

    max-width:100%;
}

.info-box{

    background:#f8f8f8;
    padding:18px;
    border-radius:12px;
    margin-bottom:20px;
    font-weight:600;
    transition:.3s;
    border-left:4px solid #f7941d;

}

.info-box:hover{

    background:#091d50;
    color:#fff;

}

.btn-connect{

    display:inline-block;
    margin-top:15px;
    background:#091d50;
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;

}

.btn-connect:hover{

    background:#f7941d;
    color:#fff;

}

@media(max-width:991px){

.connect-image{

    margin-bottom:40px;

}

.connect-section h2{

    font-size:36px;

}

}

.white-card{
    background:#fff;
    color:#000;
    padding:25px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    transition:all .3s ease;
}


/*==========================
WHY PARTICIPATE
==========================*/

.participate-section{
    padding:100px 0;
     background:linear-gradient(135deg,#f7fbff,#eef5ff);
    position:relative;
    overflow:hidden;
    overflow:hidden;
}

/* Top-left soft shape */


/* Optional second layered shape (for depth) */
.participate-section::after {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: #cfd8e6;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 0;
}
.participate-section .shape-small {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: #cfd8e6;
    border-radius: 50%;
    opacity: 0.6;
}

.section-tag{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:#091d50;
    color:#fff;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:18px;
}



.participate-section p{
    max-width:780px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

/*==========================
CARD
==========================*/

.participate-card{

    position:relative;
    overflow:hidden;

    background:rgba(255,255,255,.88);

    backdrop-filter:blur(12px);

    border-radius:24px;

    padding:45px 35px;

    height:100%;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

    transition:.45s;

    border:1px solid rgba(255,255,255,.5);

}

.participate-card:hover{

    transform:translateY(-12px);

    box-shadow:0 28px 60px rgba(0,0,0,.16);

}

/* top gradient */

.card-top{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:8px;

}

.connect-card .card-top{
    background:linear-gradient(90deg,#0066ff,#4fc3ff);
}

.collaborate-card .card-top{
    background:linear-gradient(90deg,#6c3db8,#b66dff);
}

.grow-card .card-top{
    background:linear-gradient(90deg,#ff8b1f,#ffd34d);
}

/*==========================
ICON
==========================*/

.card-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#fff;

    margin:0 auto 30px;

    transition:.4s;

}


.connect-card .card-icon{

    background:linear-gradient(135deg,#0d5cb7,#4fc3ff);
    box-shadow:0 15px 30px rgba(13,92,183,.35);   

}

.collaborate-card .card-icon{

    background:linear-gradient(135deg,#6c3db8,#b66dff);

    box-shadow:0 15px 30px rgba(108,61,184,.35);

}

.grow-card .card-icon{

    background:linear-gradient(135deg,#ff8b1f,#ffd34d);

    box-shadow:0 15px 30px rgba(255,139,31,.35);

}

.participate-card:hover .card-icon{

    transform:rotate(12deg) scale(1.12);

}

/*==========================
TEXT
==========================*/

.participate-card h3{

    text-align:center;

    color:#091d50;

    font-size:30px;

    font-weight:500;

    margin-bottom:28px;

    letter-spacing:1px;

}

.participate-card ul{

    margin:0;

    padding:0;

    list-style:none;

}

.participate-card ul li{

    position:relative;

    padding-left:34px;

    margin-bottom:18px;

    color:#000;

    line-height:1.8;

    font-size:22px;

}

.participate-card ul li:before{

    content:"✔";

    position:absolute;

    left:0;

    top:0;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#eaf3ff;

    color:#0d5cb7;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:12px;

    font-weight:bold;

}

.connect-card {
    border:1px solid #3aa9ff;
}
.collaborate-card {
    border:1px solid #b66dff;
;
}
.grow-card {
    border:1px solid #ffb547;
}


/* Hover Border */

.connect-card:hover{
    border-color:#3aa9ff;
}

.collaborate-card:hover{
    border-color:#b66dff;
}

.grow-card:hover{
    border-color:#ffb547;
}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.participate-section{
    padding:70px 0;
}

.participate-section h2{
    font-size:34px;
}

.participate-card{
    padding:35px 25px;
}

.participate-card h3{
    font-size:26px;
}

.card-icon{
    width:75px;
    height:75px;
    font-size:28px;
}

}

/*==========================
    FOCUS SESSIONS
==========================*/

/* SECTION BACKGROUND */


.theme-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #eef2f7, #f8fbff);
}

/* 🔮 Glass Effect Container */
.theme-section .container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* 🔵 Floating Shape 1 (Top Left) */
.theme-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #cfd8e6, #eaf0f8);
    border-radius: 50%;
    animation: float1 8s ease-in-out infinite;
}

/* 🟣 Floating Shape 2 (Bottom Right) */
.theme-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #dfe6f1, #f4f7fb);
    border-radius: 50%;
    animation: float2 10s ease-in-out infinite;
}

/* 🟡 Extra Floating Shape */
.theme-section .shape {
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #e3e9f3, transparent);
    border-radius: 50%;
    top: 40%;
    left: 60%;
    animation: float3 12s ease-in-out infinite;
    z-index: 1;
}

/* 🎬 Animations */
@keyframes float1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(30px, 30px); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, -20px); }
}

@keyframes float3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, -25px); }
}

/* INNER BOX (like screenshot panel) */
.session-wrapper{
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border-radius:20px;
    padding:40px 30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.theme-section .container{
    max-width: 800px;   /* or 1200px */
    margin: 0 auto;
}

.session-box{
    width:100%;
    max-width:100%;
    margin:0 auto 18px;
}

.section-title{
    font-size:44px;
    font-weight:700;
    text-transform:uppercase;
    background:linear-gradient(90deg,#173b84,#c2185b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom:12px;
}

.title-line{
    width:170px;
    height:3px;
    background:linear-gradient(90deg,#173b84,#c2185b);
    margin:auto;
    position:relative;
}

.title-line:before{
    content:"";
    position:absolute;
    left:50%;
    top:-6px;
    transform:translateX(-50%);
    width:14px;
    height:14px;
    background:#8a2b63;
    border-radius:50%;
    box-shadow:-18px 0 #173b84,18px 0 #d81b60;
}

.session-box{
    display:flex;
    align-items:center;
    min-height:88px;
    border-radius:14px;
    overflow:hidden;
    color:#fff;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:.3s;
}

.session-box:hover{
    transform:translateY(-4px);
}

.session-icon{
    width:110px;
    min-width:110px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.25);
}

.session-icon i{
    font-size:40px;
}

.session-content{
    padding:14px 22px;
}

.session-content h3{
    margin:0 0 4px;
    font-size:35px;
    font-weight:500;
    line-height:1.3;
}

.session-content p{
    margin:0;
    
    opacity:.95;
    line-height:1.4;
}

/* Colors */

.session-blue{
    background:#173b84;
}

.session-teal{
    background:#8a2b63;
}

.session-green{
    background:#d81b60;
}

.session-purple{
    background:#6b3d96;
}

/* Mobile */

@media (max-width:767px){

    .section-title{
        font-size:28px;
    }

    .session-box{
        flex-direction:column;
        text-align:center;
        min-height:auto;
    }

    .session-icon{
        width:100%;
        min-width:100%;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.25);
        padding:15px;
    }

    .session-icon i{
        font-size:34px;
    }

    .session-content{
        padding:16px;
    }

    .session-content h3{
        font-size:17px;
    }

    .session-content p{
        font-size:14px;
    }
}

/*==========================
    WHO SHOULD ATTEND
==========================*/

.attend-section{
    padding:100px 0;
      background:linear-gradient(135deg,#f6f9ff,#eef4ff);
        
}



.attend-section p{
    color:#666;
    line-height:1.8;
}

.section-title {
    font-weight: 600;
    font-size: 42px;

    text-transform: uppercase;

    background: linear-gradient(90deg, #1c2c8c, #d41472);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.attend-card{

    background:#fff;
    border:1px solid #bfc8f8;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.attend-card:hover{

    transform:translateY(-8px);
    border-color:#ff8b1f;
    box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.icon-box{

    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#091d50,#0d5cb7);
    display:flex;
    justify-content:center;
    align-items:center;

}

.icon-box i{

    color:#fff;
    font-size:34px;

}

.attend-card h4{

    color:#091d50;
    font-size:20px;
    margin-bottom:10px;
    font-weight:600;
    line-height:22px!important;

}

.attend-card p{

    margin:0;
    font-size:14px!important;
    color:#777;

}

@media(max-width:991px){

.attend-section{

    padding:70px 0;

}

.attend-card{

    padding:30px 20px;

}

.icon-box{

    width:70px;
    height:70px;

}

.icon-box i{

    font-size:28px;

}

.attend-card h4{

    font-size:20px;

}

}
/* Five columns on desktop */
.col-lg-custom{
    flex:0 0 20%;
    max-width:20%;
}

/* Tablet */
@media(max-width:991px){

.col-lg-custom{
    flex:0 0 33.333%;
    max-width:33.333%;
}

}

/* Mobile */
@media(max-width:767px){

.col-lg-custom{
    flex:0 0 50%;
    max-width:50%;
}

}

/* Small Mobile */
@media(max-width:575px){

.col-lg-custom{
    flex:0 0 100%;
    max-width:100%;
}

}

.cta-section{

    padding:100px 0;
    background:linear-gradient(135deg,#f8fbff,#eef5ff);

}



.subtitle{

    font-size:22px;
    color:#f7941d;
    font-weight:600;

}

.cta-card{

    background:#fff;
    border-radius:20px;
    padding:40px;
    height:100%;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border:1px solid #e7e7e7;

}
.cta-card h3{

    font-size:32px;
    font-weight:500;

}

.cta-icon{

    width:80px;
    height:80px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    margin-bottom:25px;

}

.blue{

    background:#091d50;

}

.orange{

    background:#f7941d;

}

.journey-strip{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin:20px 0 0;
    padding:10px 13px;
    background:linear-gradient(90deg,#091d50,#7b1f67,#c2185b);
    border-radius:60px;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    font-weight:500;
    line-height:1.2;
    letter-spacing:1px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.journey-strip .gold{
    color:#f7b538;
}

.journey-strip .white{
    color:#ffffff;
}

.journey-strip .divider{
    width:10px;
    height:2px;
    background:rgba(255,255,255,.35);
    border-radius:10px;
}

@media(max-width:991px){

.journey-strip{
    font-size:24px;
    padding:18px;
    border-radius:20px;
}

.journey-strip .divider{
    display:none;
}

}

@media(max-width:576px){

.journey-strip{
    font-size:18px;
    line-height:1.5;
    gap:10px;
}

.journey-strip span{
    display:block;
    width:100%;
}

}

.cta-card h3{

    color:#091d50;
    margin-bottom:20px;

}

.cta-card p{

    line-height:1.9;
    color:#000;
    margin-bottom:30px;

}

.theme-btn{

    display:inline-block;
    background:#091d50;
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    text-decoration:none;

}

.orange-btn{

    background:#f7941d;

}

.sponsor-title{

    font-size:35px;
    font-weight:500;
    line-height:1.1;
    color:#0c2d7a;
    margin-bottom:20px;
    text-transform: uppercase;

}

.sponsor-card{

    background:#fff;
    text-align:center;
    border-radius:18px;
    padding:25px 15px;
    border:1px solid #e8edf5;
    transition:.3s;
    height:100%;

}

.sponsor-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.sponsor-card h4{

    font-size:18px;
    color:#091d50;
    margin-bottom:15px;

}

.sponsor-card span{

    font-size:24px;
    font-weight:700;
    color:#f7941d;

}

.featured{

    background:#091d50;
    color:#fff;

}

.featured h4{

    color:#fff;

}

.featured span{

    color:#fff;

}

@media(max-width:991px){

.cta-card{

    padding:30px;

}

.sponsor-card{

    margin-bottom:15px;

}

}

.country-partners{
    position:relative;
    background:linear-gradient(135deg,#f7fbff,#eef5ff);
    overflow:hidden;
}

.country-partners::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    right:-150px;
    top:-150px;
    background:rgba(13,92,183,.05);
}



.country-partners h5{
    color:#f7941d;
    font-weight:600;
    margin-bottom:25px;
}

.country-partners p{
    color:#000;
    line-height:1.9;
    font-size:17px;
}

.partner-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-top:35px;
}
.feature span{
    font-size:25px!important;
}

.feature{
    background:#fff;
    border-radius:12px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.feature:hover{
    transform:translateY(-5px);
}

.feature i{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#091d50;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature span{
    font-weight:600;
    color:#091d50;
}

.gateway-card{
    background:#091d50;
    color:#fff;
    border-radius:22px;
    padding:45px;
    box-shadow:0 20px 45px rgba(9,29,80,.2);
}

.gateway-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#fff;
    color:#091d50;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.gateway-card h3{
    text-align:center;
    font-size:30px;
    margin-bottom:25px;
}

.gateway-card p{
    color:rgba(255,255,255,.9);
    text-align:center;
}

.btn-partner{
    display:inline-block;
    margin-top:25px;
    background:#f7941d;
    color:#fff;
    padding:14px 34px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
}

.btn-partner:hover{
    background:#fff;
    color:#091d50;
}

@media(max-width:991px){

.partner-features{
    grid-template-columns:1fr;
}

.gateway-card{
    margin-top:40px;
    padding:35px;
}

.country-partners h2{
    font-size:36px;
}

.gateway-card h3{
    font-size:24px;
}

}


.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#f7941d;
    padding-left:5px;
}

footer p,
footer a{
    color:#d8d8d8;
}

footer h5{
    font-weight:600;
    margin-bottom:20px;
}

footer .small-icon li{
    margin-right:12px;
}
.register-glow{
    background:linear-gradient(135deg,#ff8c00,#ffb300);
    color:#fff !important;
    padding:10px 12px !important;
    border-radius:30px;
    font-weight:700;
    margin-left:10px;
    text-transform:uppercase;
    letter-spacing:.5px;
    animation:glowPulse 1.8s infinite;
    transition:.3s;
    box-shadow:0 0 15px rgba(255,140,0,.5);
}

.register-glow:hover{
    color:#fff !important;
    background:linear-gradient(135deg,#ff6f00,#ff9800);
    transform:translateY(-2px);
    box-shadow:0 0 25px rgba(255,140,0,.9);
}

@keyframes glowPulse{

    0%{
        box-shadow:0 0 5px rgba(255,140,0,.4),
                   0 0 10px rgba(255,140,0,.3);
    }

    50%{
        box-shadow:0 0 15px rgba(255,140,0,.9),
                   0 0 30px rgba(255,140,0,.7);
    }

    100%{
        box-shadow:0 0 5px rgba(255,140,0,.4),
                   0 0 10px rgba(255,140,0,.3);
    }
}
.attendee-slider{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.attendee-track{
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollLeft 35s linear infinite;
}

.attendee-slider:hover .attendee-track{
    animation-play-state: paused;
}

.attend-card{
    width: 260px;
    flex-shrink: 0;
}

@keyframes scrollLeft{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}
.sticky-b2b{
    position:fixed;
    top:50%;
    right:-68px;
    transform:translateY(-50%) rotate(-90deg);
    z-index:9999;

    display:flex;
    align-items:center;
    gap:10px;

    padding:14px 10px;

    background:linear-gradient(135deg,#ff8b1f,#ffb300);
    color:#fff;
    text-decoration:none;

    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;

    border-radius:12px 12px 0 0;

    box-shadow:0 12px 30px rgba(255,139,31,.35);

    transition:.35s;
}

.sticky-b2b i{
    font-size:18px;
}

.sticky-b2b:hover{
    right:-58px;
    color:#fff;
    background:linear-gradient(135deg,#091d50,#0d5cb7);
    box-shadow:0 15px 35px rgba(9,29,80,.35);
}

/* Pulse animation */

.sticky-b2b::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:12px 12px 0 0;
    animation:pulseB2B 2s infinite;
}

@keyframes pulseB2B{
    0%{
        box-shadow:0 0 0 0 rgba(255,139,31,.5);
    }
    70%{
        box-shadow:0 0 0 18px rgba(255,139,31,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(255,139,31,0);
    }
}

@media(max-width:768px){

.sticky-b2b{
    right:-52px;
    padding:12px 22px;
    font-size:14px;
}

.sticky-b2b i{
    font-size:16px;
}

}
.gateway-section{
    background:linear-gradient(135deg,#091d50,#123b8f);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.gateway-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.gateway-badge{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:20px;
    
}

.gateway-badge i{
    color:#ffc107;
    margin-right:8px;
}

.gateway-section h2{
    font-size:32px;
    font-weight:500;
    line-height:1.25;
    margin-bottom:25px;
    color:#fff;
}

.gateway-section p{
    font-size:18px;
    line-height:2;
    color:rgba(255,255,255,.92);
    margin:0;
}

.gateway-circle{
    width:320px;
    height:320px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:2px solid rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.gateway-circle i{
    font-size:150px;
    color:#ffc107;
}

@media(max-width:991px){

.gateway-section{
    text-align:center;
}

.gateway-section h2{
    font-size:32px;
}

.gateway-section p{
    font-size:17px;
}

.gateway-circle{
    width:220px;
    height:220px;
    margin-top:40px;
}

.gateway-circle i{
    font-size:100px;
}

}

/*=========================
    KEY SECTORS
=========================*/

.focus-sector-section{
    background:#fff;
    background:
        radial-gradient(circle at top left,#82ff8c 0%,transparent 45%),
        radial-gradient(circle at bottom right,#80d8ff 0%,transparent 45%),
        linear-gradient(135deg,#fff8e7,#eef7ff,#f7f0ff);
}

.focus-sector-section h2{
    font-size:35px;
    font-weight:500;
    color:#000;
    
    margin-bottom:0;
}





.sector-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.sector-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.20);
    transition:.4s;
}

.sector-item:hover img{
    transform:scale(1.08);
}

.sector-item:hover::after{
    background:rgba(0,0,0,.05);
}

@media(max-width:1200px){

.focus-grid{
    grid-template-columns:repeat(4,1fr);
}

}

@media(max-width:991px){

.focus-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:767px){

.focus-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:480px){

.focus-grid{
    grid-template-columns:1fr;
}

}
.focus-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:3px;
}

.sector-item{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.sector-item img{
    width:100%;
    display:block;
    height:auto;
}

.gallery-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    font-size:30px;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
    z-index:100;
}

.gallery-btn:hover{
    background:#091d50;
    color:#fff;
}

.gallery-btn.prev{
    left:-70px;
}

.gallery-btn.next{
    right:-70px;
}

#popupImage{
    max-height:85vh;
    width:auto;
}

.gallery-img{
    cursor:pointer;
}
.gallery-close{
    position:absolute;
    top:15px;
    right:15px;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.75);
    color:#fff;
    font-size:28px;
    line-height:45px;
    text-align:center;
    cursor:pointer;
    z-index:99999;
    transition:.3s;
}

.gallery-close:hover{
    background:#ff3b30;
    transform:rotate(90deg);
}

.session-link{
    cursor:pointer;
    transition:.3s;
}

.session-link:hover{
    color:#ffd54f;
}

/* Overlay */
/*==========================
      SESSION POPUP
===========================*/

.session-link{
    cursor:pointer;
    transition:.3s;
}

.session-link:hover{
    color:#ffd54f;
}

/* Overlay */

.session-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.35s ease;
    z-index:99999;
}

.session-popup.show{
    opacity:1;
    visibility:visible;
}

/* Popup */

.popup-box{
    width:750px;
    max-width:92%;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.30);
    animation:popupZoom .35s ease;
}

@keyframes popupZoom{

    from{
        transform:scale(.85);
        opacity:0;
    }

    to{
        transform:scale(1);
        opacity:1;
    }

}

/* Header */

.popup-header{
    background:linear-gradient(90deg,#12377e,#0f6a7b);
    color:#fff;
    padding:18px 25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.popup-header h2{
    margin:0;
    flex:1;
    text-align:center;
    font-size:28px;
    font-weight:700;
    padding:0 15px;
}

/* Prev Next */

.nav-btn{
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#12377e;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
    flex-shrink:0;
}

.nav-btn:hover{
    background:#ffd54f;
    color:#000;
    transform:scale(1.08);
}

/* Body */

.popup-body{
    padding:30px 35px 20px;
}

.popup-body p{
    font-size:18px;
    line-height:1.9;
    color:#444;
    margin:0;
}

.popup-footer{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-top:35px;
    padding-top:20px;
    border-top:1px solid #ececec;
}

.popup-close-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:linear-gradient(135deg,#ff5f6d,#ff3d3d);
    color:#fff;
    border:none;
    padding:12px 26px;
    border-radius:40px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 10px 25px rgba(255,61,61,.25);
}

.popup-close-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(255,61,61,.35);
}

.popup-close-btn i{
    font-size:18px;
}

/* Responsive */

@media (max-width:768px){

    .popup-box{
        width:95%;
    }

    .popup-header{
        padding:15px;
    }

    .popup-header h2{
        font-size:20px;
    }

    .popup-body{
        padding:25px;
    }

    .popup-body p{
        font-size:16px;
        line-height:1.7;
    }

    .nav-btn{
        width:42px;
        height:42px;
        font-size:16px;
    }

    .popup-close-btn{
        width:100%;
    }

}
.countries-section{
    background:#eef7ff;
}

.country-slider{
    overflow:hidden;
    position:relative;
}

.country-track{
    display:flex;
    width:max-content;
    animation:countryScroll 45s linear infinite;
}

.country-slider:hover .country-track{
    animation-play-state:paused;
}

.country-item{
    width:160px;
    margin:0 12px;
    background:#fff;
    border-radius:14px;
    padding:18px 15px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
    flex-shrink:0;
    text-transform: uppercase;
}

.country-item:hover{
    transform:translateY(-6px);
}

.country-item img{
    width:150px;
    height:75px;
    object-fit:cover;
   
    border:4px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.country-item span{
    display:block;
    margin-top:12px;
    font-size:15px;
    font-weight:600;
    color:#12377e;
}

@keyframes countryScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

.country-item{
    width:130px;
}

.country-item img{
    width:60px;
    height:60px;
}

}
.sector-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    line-height:23px;
}

.sector-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.sector-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.sector-overlay h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

.sector-item:hover .sector-img {
    transform: scale(1.1);
}
.focus-grid{
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap:0px; /* 🔽 reduce space (try 8px for tighter) */
}


/* SECTION BACKGROUND */
.sector-pro-section{
    position:relative;
    background:linear-gradient(135deg,#f7fbff,#eef5ff);
    overflow:hidden;
    padding:60px 0;
}


/* GRID */
.sector-pro-grid{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:15px;
}

/* CARD */
.sector-pro-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s;
}



/* IMAGE CONTAINER */
.sector-img{
    overflow:hidden;
    height:180px;

}

/* IMAGE */
.sector-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}

/* ZOOM EFFECT */
.sector-pro-card:hover img{
    transform:scale(1.12);
}

/* CARD HOVER */
.sector-pro-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* GRID */
.sector-pro-grid{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:20px; /* better spacing */
}

/* CARD */
.sector-pro-card{
   background-color: #000;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);

    display:flex;
    flex-direction:column;   /* 🔥 key fix */
    height:100%;             /* equal height */
    transition:0.3s;
}

/* TITLE (FIX HEIGHT) */
.sector-title1{
    padding:12px;
    text-align:center;
    font-size:16px;
    font-weight:600;
    color:#091d50;
    background:#f5f8ff;
    min-height:60px;   /* 🔥 equal title height */
    display:flex;
    align-items:center;
    justify-content:center;
      line-height:22px;
      text-transform: uppercase;
}

/* IMAGE */
.sector-img{
    width:100%;
    height:190px;
    overflow:hidden;
}

.sector-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

/* HOVER */
.sector-pro-card:hover img{
    transform:scale(1.1);
}

.sector-pro-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,0.15);
}
/* RESPONSIVE */
@media(max-width:1200px){
    .sector-pro-grid{
        grid-template-columns: repeat(4,1fr);
    }
}

@media(max-width:992px){
    .sector-pro-grid{
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width:768px){
    .sector-pro-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:480px){
    .sector-pro-grid{
        grid-template-columns: 1fr;
    }
}
/* Dropdown container */
.navbar .dropdown-menu {
    min-width: 200px !important;
    padding: 6px 0 !important;
    border-radius: 8px !important;
    background: #4e569e !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
    border: none !important;
    color: #0f6f7c !important;
}

/* Dropdown items */
.navbar .dropdown-menu li a {
      background: #4e569e !important;
    font-size: 14px !important;
    padding: 5px 8px !important;
    color: #091d50 !important;
    display: block !important;
}

/* Hover effect */
.navbar .dropdown-menu li a:hover {
   
    color: #0f6f7c !important;
    padding-left: 10px !important;
}

/* Remove extra spacing */
.navbar .dropdown-menu li {
    margin: 0 !important;
}

/* Arrow icon */
.dropdown-with-icon i {
    font-size: 11px !important;
    margin-left: 4px !important;
}

.read-more-line {
    color: #0f6f7c;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

.read-more-line::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;  
    background: #0f6f7c;
    transition: 0.3s;
}

.read-more-line:hover::after {
    width: 100%;
}

.about-namaste-section{
    background:#f7fbff;
}

/* TITLE */
.about-title{
    font-size:38px;
    font-weight:700;
    background:linear-gradient(90deg,#173b84,#c2185b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.about-line{
    width:120px;
    height:3px;
    background:linear-gradient(90deg,#173b84,#c2185b);
    margin:10px auto 0;
}

/* CONTENT */
.about-content{
   
    margin:auto;
    font-size:16px;
    line-height:28px;
    color:#000000;
    text-align:justify;
    min-height:250px;
}

/* THEME TEXT */
.theme-text{
    text-align:center;
    font-size:20px;
    color:#173b84;
    margin:20px 0;
}

/* HIGHLIGHTS BOX */
.highlights-box{
    background:#fff;
    border-left:4px solid #173b84;
    padding:20px;
    margin:25px 0;
    border-radius:8px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.highlights-box h4{
    margin-bottom:10px;
    color:#173b84;
    font-weight:400;
    font-size: 28px;
}



/* RESPONSIVE */
@media(max-width:768px){
    .about-title{
        font-size:28px;
    }

    .about-content{
        font-size:15px;
        line-height:24px;
    }
}
.highlights-box ul{
    list-style: none;
    padding-left: 0;
}

.highlights-box ul li{
    position: relative;
    font-size: 22px;
    padding-left: 22px;
    margin-bottom: 10px;
    
}

/* Custom bullet */
.highlights-box ul li::before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #173b84;
    font-size: 18px;
    line-height: 1;
}
/* ===== FORCE FONT FIX ===== */

/* Header Menu */
.navbar .nav-link,
.navbar .dropdown-menu a,
.navbar-nav.alt-font > li > a {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    font-size:18px!important
}

/* Section Titles (Business, Diplomatic etc) */
.na-item h3 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Small text under title */
.na-item p {
     font-family: 'Oswald', sans-serif !important;
    font-size: 14px;
    margin: 0;
}

/* Bottom tagline */
.na-bottom {
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 3px;
    font-weight: 500;
}

p {font-size:22px!important}

.about-section {
    display: flex;
    align-items: center;
    gap: 90px;
}

.about-left img {
    width: 440px;
    padding: 30px;
}
.about-left {
    width: 500px;
}
.about-right {
    flex: 1; 
}

.about-right h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.about-right h2 span {
   
    color: #0f6f7c;
    font-weight: 600;
}

.about-right p {
    line-height: 26px;
    text-align: justify;
}
@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .about-left img {
        width: 250px;
    }

    .about-right h2 span {
        display: inline;
    }
}