/* GOOGLE FONT */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

/* COMMON */

.container{
    width: 90%;
    margin: auto;
}
.custom-events-container{
    width: 99%;
    margin: auto;
}

/* TOP HEADER */

.top-header{
    width: 100%;
    background: white;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */

.logo-area{
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo-area img{
    width: 91px;
	margin-top: -15px;
}

.logo-text h2{
    font-size: 30px;
    color: #001b4e;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}


/* RIGHT SIDE */

.header-right{
    display: flex;
    align-items: center;
    gap: 18px;
}

.login-btn{
    text-decoration: none;
    color: #001b4e;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.member-btn{
    background: #c8942d;
    color: white;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.search-btn{
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    cursor: pointer;
}

.search-btn i{
    color: #001b4e;
}

/* NAVBAR */

.navbar{
    width: 100%;
    background: #001b4e;
    position: sticky;
    top: 0;
    z-index: 999;
	height: 70px;
}

.nav-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}

.nav-links li a{
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.nav-links li a:hover{
    color: #c8942d;
}

.nav-links li a i{
    font-size: 10px;
}
/* CUSTOM DROPDOWN */

.custom-dropdown{
    position: relative;
}

/* MENU */

.custom-dropdown-menu{
    position: absolute;

    top: 100%;
    left: 0;

    min-width: 260px;

    background: #00235f;

    border-radius: 14px;

    padding: 8px 0;

    list-style: none;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition: 0.3s;

    z-index: 99999;

    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* SHOW */

.custom-dropdown:hover .custom-dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* LINKS */

.custom-dropdown-menu li{
    width: 100%;
}

.custom-dropdown-menu li a{
    color: white !important;

    text-decoration: none;

    padding: 5px 20px;

    display: block;

    font-size: 12px;

    transition: 0.3s;
}

.custom-dropdown-menu li a:hover{
    color: #c8942d !important;
    background: rgba(255,255,255,0.05);
}
@media(max-width:992px){
     .custom-dropdown-menu li a{
    padding: 2px 20px;

    font-size: 11px;
}
    .custom-dropdown-menu{
        position: static;

        opacity: 1;
        visibility: visible;
        padding: 3px 20px;
        transform: none;

        display: none;

        width: 100%;

        margin-top: 10px;

        box-shadow: none;
    }

    .custom-dropdown.active .custom-dropdown-menu{
        display: block;
    }

}
/* MOBILE */

.mobile-logo{
    display: none;
}

.mobile-logo h2{
    color: white;
}

.menu-toggle{
    display: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* MOBILE HEADER FIX */

@media(max-width:768px){

    .top-header{
        padding: 15px 0;
    }

    .header-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    /* LOGO AREA */

    .logo-area{
       width: 100%;
       flex-direction: row;
       gap: 12px;
	   align-items: center;
	   justify-content: center;
	   margin-bottom: -13px;
    }

    .logo-area img{
        width: 65px;
	    margin-top: 0px;
    }


    .logo-text{
        width: 100%;
    }

    .logo-text h2{
        font-size: 15px;
        line-height: 1.4;
        white-space: normal;
        word-break: break-word;
    }

    .logo-text p{
        font-size: 11px;
        line-height: 1.4;
    }

    /* BUTTON AREA */

    .header-right{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .login-btn{
        flex: 1;
        justify-content: center;
        padding: 12px 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 12px;
    }

    .member-btn{
        flex: 1;
        text-align: center;
        padding: 12px 10px;
        font-size: 12px;
    }

    .search-btn{
        min-width: 42px;
        height: 42px;
    }
	.logo-text{
		margin-top: 10px;
	}

}
/* HERO */

.hero-section{
    width: 100%;
    height: 595px;
    background: url(../img/AOSMI_Template_banner_2026.jpg);

    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}
@media(max-width:768px){

    .hero-section{
        height: 100vh;

        background: url(../img/AOSMI_Template_MOB-banner-2026.jpg);

        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }

}

/* SOCIAL */

.social-icons{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 999;
}

.social-icons a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}
.social-icons a i{
    color: white;
    font-size: 18px;
}
.social-icons a:hover{
    background: #c8942d;
    border-color: #c8942d;
}

@media(max-width:768px){

    .social-icons{
        display: none;
    }

}
/* HERO CONTENT */

.hero-content{
    position: relative;
    z-index: 5;
}
.hero-left{
    max-width: 760px;
	margin-bottom: 70px;
}

.hero-left h1{
    font-size: 62px;
    line-height: 1.1;
    color: white;
    font-weight: 800;
    margin-bottom: 30px;
}
.hero-left h1 span{
    color: #c8942d;
}
.hero-left p{
    color: white;
    font-size: 20px;
    margin-bottom: 40px;
	
}

/* BUTTONS */

.hero-buttons{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn{
    padding: 16px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.primary-btn{
    background: #c8942d;
    color: white;
}

.secondary-btn{
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* FLOATING CARDS */

.floating-cards{
    margin-top: -60px;
    position: relative;
    z-index: 20;
}

.cards-wrapper{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
}

.info-card{
    background: white;
    padding: 35px 18px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.info-card:hover{
    transform: translateY(-8px);
}

.card-icon{
    width: 72px;
    height: 72px;
    background: #eef1f8;
    border-radius: 50%;
    margin: auto auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon i{
    font-size: 28px;
    color: #001b4e;
}

.info-card h4{
    color: #001b4e;
    font-size: 18px;
    line-height: 1.6;
}
.hero-tags{
    display: flex;
    flex-wrap: wrap;
      gap: 12px;
    margin-bottom: 40px;
	    color: white;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
}

/* MOBILE */

@media(max-width:768px){

    .hero-tags{
        justify-content: center;
        gap: 8px;

    }
.hero-buttons{
        justify-content: center;
    }
    .hero-tags span{
        font-size: 14px;
    }

}
@media(max-width:576px){

    .hero-left h1{
        font-size: 32px;
    }

    .hero-tags{
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons{
        flex-direction: column;
    }

}
/* RESPONSIVE */
@media(max-width:768px){
    .hero-left p{
        font-size: 15px;
        line-height: 1.8;

        display: flex;
        flex-wrap: wrap;
        gap: 8px;

        justify-content: center;
        text-align: center;
    }

}
@media(max-width:1200px){

    .cards-wrapper{
        grid-template-columns: repeat(3,1fr);
    }

    .hero-left h1{
        font-size: 68px;
    }

}

@media(max-width:992px){

    .menu-toggle{
        display: block;
    }

    .mobile-logo{
        display: block;
    }

    .nav-wrapper{
        padding: 15px 0;
    }

    .nav-links{
        position: absolute;
        top: 100%;
        left: -100%;
        width: 100%;
        background: #001b4e;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        transition: 0.4s;
        gap: 0;
    }

    .nav-links.active{
        left: 0;
    }

    .nav-links li{
        width: 100%;
    }

    .nav-links li a{
        width: 100%;
        justify-content: space-between;
        padding: 10px 0;
    }

    .hero-section{
        height: auto;
        padding: 100px 0 70px;
    }
  .hero-left{
        text-align: center;
    }

    .hero-left h1{
        font-size: 38px;
		line-height: 1.3;
    }

}

@media(max-width:768px){

/*
    .header-wrapper{
        flex-direction: column;
        gap: 25px;
    }

    .logo-area{
        flex-direction: column;
        text-align: center;
    }
*/

    .cards-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .social-icons{
        display: none;
    }

    .hero-left h1{
        font-size: 42px;
    }

}

@media(max-width:576px){

    .cards-wrapper{
        grid-template-columns: 1fr;
    }

    .hero-left h1{
        font-size: 34px;
    }

    .hero-buttons{
        flex-direction: column;
    }

    .hero-btn{
        width: 100%;
        text-align: center;
        justify-content: center;
    }

/*
    .header-right{
        width: 100%;
        flex-direction: column;
    }
*/

/*
    .member-btn{
        width: 100%;
        text-align: center;
    }
*/

}
/* ABOUT SECTION */

.about-section{
    width: 100%;
    padding: 55px 0;
    background: #ffffff;
}

.about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

/* LEFT SIDE */

.about-left{
    width: 32%;
}

.about-left h2{
    color: #001b4e;
    font-size: 40px;
    margin-bottom: 20px;
}

.about-left p{
    color: #444;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 35px;
}

/* BUTTON */

.know-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #001b4e;
    color: white;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.know-btn:hover{
    background: #c8942d;
}

/* RIGHT SIDE */

.about-right{
    width: 68%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

/* STAT */

.about-stat{
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
}

.stat-icon{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f2f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-icon i{
    color: #001b4e;
    font-size: 26px;
}

.about-stat h3{
    color: #001b4e;
    font-size: 34px;
    margin-bottom: 6px;
}

.about-stat p{
    color: #666;
    font-size: 15px;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .about-right{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:992px){

    .about-wrapper{
        flex-direction: column;
    }

    .about-left,
    .about-right{
        width: 100%;
    }

}

@media(max-width:768px){

    .about-left h2{
        font-size: 32px;
/*
		display: flex;
		align-items: center;
		justify-content: center;
*/
    }
/*
	.know-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
}

@media(max-width:576px){

    .about-right{
        grid-template-columns: 1fr;
    }

    .about-stat{
        border-left: none;
        padding-left: 0;
    }

    .about-left h2{
        font-size: 28px;
    }

}
/* OMFS SECTION */

.omfs-section{
    width: 100%;
    padding: 0px 0 43px;
    background: #fff;
}

/* TITLE */

.section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 15px;
}

.line{
    width: 90px;
    height: 2px;
    background: #d4a03b;
}

.section-title h2{
    color: #001b4e;
    font-size: 38px;
    font-weight: 700;
}

.section-subtitle{
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    font-size: 16px;
}

/* GRID */

.omfs-wrapper{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 18px;
}

/* CARD */

.omfs-card{
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: 0.3s;
}

.omfs-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.omfs-card img{
   width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

/* CONTENT */

.omfs-content{
    padding: 16px;
}

.omfs-content h4{
    color: #001b4e;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.omfs-content a{
    color: #001b4e;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(max-width:768px){

    .omfs-card img{
        height: 240px;
    }

}
/* BUTTON */

.procedure-btn-wrap{
    text-align: center;
    margin-top: 40px;
}

.procedure-btn{
    background: #001b4e;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.procedure-btn:hover{
    background: #c8942d;
}

/* RESPONSIVE */

@media(max-width:1400px){

    .omfs-wrapper{
        grid-template-columns: repeat(4,1fr);
    }

}

@media(max-width:992px){

    .omfs-wrapper{
        grid-template-columns: repeat(3,1fr);
    }

}

@media(max-width:768px){

    .section-title h2{
        font-size: 30px;
    }

    .omfs-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

}
@media(max-width:768px){
	.omfs-section{
		padding: 0px 0 14px;
	}
	.awareness-section{
		padding: 2px 0 48px;
	}
	.events-section{
		padding: 25px 0;
	}
}
@media(max-width:576px){

    .omfs-wrapper{
        grid-template-columns: 1fr;
    }

    .section-title{
        flex-direction: column;
    }

    .line{
        width: 50px;
    }

    .section-title h2{
        font-size: 26px;
        text-align: center;
    }

}
/* EVENTS SECTION */

.events-section{
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

.events-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}

/* UPCOMING EVENTS */

.upcoming-events{
    background: #00235f;
    border-radius: 18px;
    padding: 25px;
}

.event-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.event-header h3{
    color: white;
    font-size: 22px;
}

.event-header a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.event-cards{
    display: flex;
    justify-content: center;
    gap: 18px;
}
.event-card{
  width:320px;
}

/* EVENT CARD */

.event-card{
	height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
	margin-bottom:0;
}

.event-date{
    position: absolute;
    top: 12px;
    left: 12px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    z-index: 5;
}

.event-date h4{
    color: #001b4e;
    font-size: 18px;
}

.event-date span{
    font-size: 11px;
    color: #666;
}

.event-card img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.event-content{
    padding: 18px;
}

.event-content h5{
    color: #001b4e;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3px;
}

.event-content p{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.event-content a{
    background: #001b4e;
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 6px;
    display: inline-block;
    font-size: 13px;
}

/* JOURNAL */

.journal-card{
    background: linear-gradient(135deg,#001b4e,#003a91);
    border-radius: 18px;
    padding: 25px;
    color: white;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
}

.journal-card img{
    width: 100%;
    margin-top: 15px;
	height: 200px;
	width: 210px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.journal-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.journal-content h3{
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 18px;
	justify-content: space-between;
	display: flex;
	align-items: center;
	text-align: center;
/*	align-content: center;*/
	justify-content: center;
}

.journal-content p{
    line-height: 1.7;
    margin-bottom: 25px;
	 display: flex;
	justify-content: space-between;
	align-items: center;
/*	align-content: center;*/
	justify-content: center;
	text-align: center;
}

.journal-content a{
    background: white;
    color: #001b4e;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
	 display: flex;
	justify-content: space-between;
	align-items: center;
/*	align-content: center;*/
	justify-content: center;
}

/* BENEFITS */

.member-benefits{
    background: #f8f8f8;
    border-radius: 18px;
    padding: 30px;
}

.member-benefits h3{
    color: #001b4e;
    margin-bottom: 25px;
    font-size: 26px;
}

.member-benefits ul{
    list-style: none;
}

.member-benefits ul li{
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    color: #444;
}

.member-benefits ul li i{
    color: #c8942d;
}

.member-benefits a{
    margin-top: 20px;
    display: inline-block;
    background: #c8942d;
    color: white;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
}

/* AWARENESS */

.awareness-section{
    width: 100%;
    padding: 15px 0 20px;
    background: #fff;
}

.awareness-wrapper{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
}

.awareness-left{
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 30px;
}

.awareness-left h3{
    color: #001b4e;
    margin-bottom: 30px;
    font-size: 28px;
}

.awareness-icons{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

.awareness-item{
    text-align: center;
}

.awareness-item i{
    font-size: 32px;
    color: #001b4e;
    margin-bottom: 16px;
}

.awareness-item p{
    color: #444;
    line-height: 1.6;
    font-size: 14px;
}

/* RIGHT BANNER */

.awareness-banner{
    background: linear-gradient(135deg,#00789b,#003c5e);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-content{
    padding: 35px;
    color: white;
    position: relative;
    z-index: 2;
}

.banner-content h3{
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.banner-content a{
    background: white;
    color: #001b4e;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 600;
}

.awareness-banner img{
    width: 45%;
    align-self: flex-end;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .events-grid{
        grid-template-columns: 1fr;
    }

    .awareness-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:992px){

    .event-cards{
        flex-direction: column;
        align-items: center;
    }

    .event-card{
        width: 100%;
        max-width: 350px;
    }

    .awareness-icons{
        grid-template-columns: repeat(3,1fr);
    }

}

@media(max-width:768px){

    .awareness-icons{
        grid-template-columns: repeat(2,1fr);
    }

    .journal-content h3{
        font-size: 26px;
    }

}

@media(max-width:576px){

    .awareness-icons{
        grid-template-columns: 1fr;
    }

    .event-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .banner-content h3{
        font-size: 22px;
    }
	.banner-content a{
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 300;
	}
    .awareness-banner{
        flex-direction: column;
    }

    .awareness-banner img{
        width: 100%;
    }

}
/* CHAPTER SECTION */

.chapter-section{
    width: 100%;
    background: #001b4e;
    padding: 10px 0;
    position: relative;
    overflow: visible;
	z-index: 5;
}

.chapter-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT */

.chapter-left h2{
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}

.chapter-left p{
    color: rgba(255,255,255,0.8);
    margin-bottom: 15px;
}

/* BUTTON */

.chapter-btn{
    background: transparent;
    border: 1px solid #c8942d;
    color: #c8942d;
    text-decoration: none;
    padding: 12px 21px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.chapter-btn:hover{
    background: #c8942d;
    color: white;
}

/* MAP */

.chapter-map{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 50;
}

.chapter-map img{
    width: 100%;
    max-width: 260px;
	height: 250px;
    animation: floatMap 4s ease-in-out infinite;
    position: relative;
/*    transform: translateY(-120px);*/
	top: -40px;
	margin-left: 100px;
}

@keyframes floatMap{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-12px);
    }

    100%{
        transform: translateY(0px);
    }

}

/* STATS */

.chapter-stats{
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.chapter-stat{
    text-align: center;
    color: white;
}

.chapter-stat i{
    font-size: 30px;
    color: #c8942d;
    margin-bottom: 16px;
}

.chapter-stat h3{
    font-size: 33px;
    margin-bottom: 8px;
}

.chapter-stat p{
    color: rgba(255,255,255,0.8);
}

/* FOOTER */
.footer{
    border-top: 1px solid white;
}
.footer{
    width: 100%;
    background: #001b4e;
}

/* TOP FOOTER */

.footer-wrapper{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1.2fr;
    gap: 20px;
    padding: 30px 0;
}
.footer-logo{
    text-align: start;
}
/* LOGO */

.footer-logo img{
    width: 100px;
    margin-bottom: 18px;
}

.footer-logo h3{
    color: white;
    font-size: 34px;
    margin-bottom: 10px;
}

.footer-logo p{
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
}
@media(max-width:768px){

    .footer-logo{
        text-align: center;
        margin: 0 auto;
    }

    .footer-logo .imgg{
        display: block;
        margin: 0 auto 15px;
    }

    .footer-logo h3{
        text-align: center;
    }

    .footer-logo p{
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

}
/* SOCIAL */

.footer-social{
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.footer-social a{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover{
    background: #c8942d;
    border-color: #c8942d;
}
.footer-col{
    text-align: left !important;
	width: 100%;
}

.footer-col h4{
    color: white;
    margin-bottom: 24px;
    font-size: 20px;
	text-align: left !important;
}

.footer-col ul{
    list-style: none;
    text-align: left !important;
	padding-left: 0;
    margin-left: 0;
}

.footer-col ul li{
    margin-bottom: 14px;
	width: 100%;
}

.footer-col ul li a{
    display: block;
    width: 100%;
	text-decoration: none;
    text-align: left !important;
	color: white;
}

.footer-col ul li a:hover{
    color: #c8942d;
}

/* CONTACT */
@media(max-width:768px){

    .footer-col{
        text-align: left !important;
    }

    .footer-col h4{
        text-align: left !important;
    }

    .footer-col ul{
        text-align: left !important;
    }

    .contact-list li{
        justify-content: flex-start !important;
        text-align: left !important;
        align-items: flex-start;
    }

}
.contact-list li{
    color: rgba(255,255,255,0.75);
    display: flex;
    gap: 12px;
    line-height: 1.8;
}

.contact-list li i{
    color: #c8942d;
    margin-top: 5px;
}
@media(max-width:768px){

    .contact-list{
        padding-left: 0;
    }

    .contact-list li{
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }

}
.contact-list{
    list-style: none;
}

.contact-list li{
    display: flex;
    align-items: flex-start;
}
/* FOOTER BOTTOM */

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
}

.footer-bottom-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-wrapper p{
    color: rgba(255,255,255,0.7);
}

/* BOTTOM LINKS */

.footer-links{
    display: flex;
    gap: 25px;
}

.footer-links a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.footer-links a:hover{
    color: #c8942d;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .footer-wrapper{
        grid-template-columns: repeat(3,1fr);
    }


}

@media(max-width:992px){

    .chapter-stats{
        justify-content: center;
    }

}

@media(max-width:768px){

    .footer-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .footer-bottom-wrapper{
        flex-direction: column;
        gap: 20px;
/*        text-align: center;*/
    }

}

@media(max-width:576px){

    .footer-wrapper{
        grid-template-columns: 1fr;
    }

/*
    .chapter-stats{
        flex-direction: column;
    }
*/

    .footer-links{
        flex-direction: column;
        gap: 12px;
    }

    .chapter-left h2{
        font-size: 30px;
    }

}
@media(max-width:768px){

    .chapter-section{
        padding: 24px 0;
    }

    .chapter-wrapper{
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .chapter-left{
        position: relative;
        z-index: 5;
    }

    .chapter-map{
        margin-top: 20px;
    }

    .chapter-map img{
        position: static;
        top: unset;
        transform: none;

        width: 100%;
        max-width: 260px;
    }

    .chapter-stats{
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
    }

}
.member-benefits a{
    display: flex;
    justify-content: center;
    align-items: center;

    width: fit-content;

    margin: 30px auto 0;
}
.know-btn{
    display: flex;
    justify-content: center;
    align-items: center;

    width: fit-content;

    /*margin: 25px auto 0;*/
}
.event-content a{
    display: flex;
    justify-content: center;
    align-items: center;

    width: fit-content;

    margin: 15px auto 0;
}
.secondary-btn img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.flash-news{
    display:flex;
    align-items:center;
    background:#c8942d;
    overflow:hidden;
    height:35px;
    margin:0;
    padding:0;
}

.flash-label{
    background:#001b4e;
    color:#fff;
    padding:0 20px;
    height:35px;
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
    flex-shrink:0;
}
.ticker-content,
.ticker-content span,
.ticker-content a{
    color:#fff !important;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
}
.ticker{
    flex:1;
    overflow:hidden;
    white-space:nowrap;
    position:relative;
}

.ticker-content{
    display:inline-block;
    white-space:nowrap;
    padding-left:100%;
    color:#fff;
    animation:tickerMove 80s linear infinite; /* slower */
}

.flash-news:hover .ticker-content{
    animation-play-state:paused;
}

.ticker-content span{
    color:#f8f8f8;
}


.ticker-content a:hover{
    text-decoration:underline;
}
.ticker-content{
    color:#fff;
}
/* Right to Left */
@keyframes tickerMove{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}
@media(max-width:768px){

    .flash-news{
        height:25px;
        background:#c8942d;
    }

    .flash-label{
        padding:0 12px;
        font-size:12px;
        color:#fff;
    }

    .ticker-content span{
        font-size:15px;
    }

}
.contacts-section{
    padding:30px 0;
    background:#fff;
}

.contacts-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.contact-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:25px;
    text-align:center;
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.contact-card i{
    color:#c8942d;
    font-size:32px;
    margin-bottom:15px;
}

.contact-card h4{
    color:#001b4e;
    margin-bottom:5px;
	font-size: 19px;
}

.contact-card span{
    color:#666;
    display:block;
    margin-bottom:5px;
}

.contact-card p{
    color:#444;
    margin-bottom:0px;
    font-size:14px;
}

.contact-card p i{
    font-size:14px;
    margin-right:6px;
}
@media(max-width:992px){
    .contacts-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .contacts-grid{
        grid-template-columns:1fr;
    }
}
.event-location i{
    color:#c8942d;
    margin-right:6px;
}