@charset "utf-8";
/* CSS Document */

*{
	/* font-family: "Calibri", Arial; */
	font-family: "Inter", serif;
	scroll-behavior: smooth;
	/* border: solid 1px red !important; */
}

body{
	background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.scroll{
	transform: translateY(20px);
    opacity: 0;
    transition: 1s ease;
}

.scroll--visible{
	transform: translateY(0);
	opacity: 1;
}

/*Header Design*/
.header{
	width: 100%;
	background-color: #fff;
	padding: 15px 0px;
	transition: 0.5s;
}

.header-fixed{
	position: fixed;
	z-index: 999;
	border-bottom: solid 1px #6a6a6a;
	box-shadow: 1px 1px 2px #cecece;
	padding: 5px 0px;
	top: 0px;
}

.header ul > li > a{
	font-weight: 400;
	color: #002F6D;
}

.section-title{
	padding-bottom: 15px;
}

.logo{display: none;}
.logo img{width:60px; border-radius: 50%}


/*Before HEader*/
.before-header{
	width: 100%;
	background-color: #002F6D;
	padding: 15px 0px 0px 0px;

}
.before-header-item{
	list-style: none;
	padding-bottom: 20px;
	position:relative;
	font-family: Calibri, Arial;
	font-size: 15px;
	border: none;
}

.before-header-item li{
	float: left;

}

.before-header-item > li > i{
	color: #fff;
	padding-right: 10px;
}
.before-header-item > li > a{
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
}

.mymenu{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
	justify-content: flex-end;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

.mymenu li a{
	color:#0074d0;
	text-decoration: none;
	display: block;/*Merubah sifat link yang awalnya inline ,menjadi kotak*/
	padding: 15px 10px;
	transition: .5s;
}

.mymenu li a:hover{
	color:#0074d0;
	background-color: #E7E7E7;
}

/*SOCIAL MEDIA FOOTER ICON*/
.social-media{
	padding:0px;
	list-style-type:none;
	display:flex;
	justify-content: center;
	letter-spacing: 1px;
	
}

.social-media li{
	display: inline-block;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.social-media li a{
	width: 60px;
	color:#ffffff00;
	text-decoration: none;
	display: flex;/*Merubah sifat link yang awalnya inline ,menjadi kotak*/
	justify-content: center;
	padding: 15px 10px;
	margin-bottom: 10px;
	transition: all 100ms ease-in;
}

.social-media img{
	text-decoration: none;
}

.social-media li a:hover{
	transform: scale(1.2);
}

.best-seller{
	width:99px;
	height:97px;
	position:absolute;
	top:-5px;
	left:-5px;
}

.feature-desc{
	width:600px;
	position: absolute;
	top: 90px;
	left:75px;
	/* padding: 10px; */
	display: none;
}

.feature-desc h3{
	font-family: "Helvetica";
	color:white;
	text-shadow: 1px 1px 1px #6a6a6a;
	margin-bottom: 10px;
	font-size: 17px;
}
.feature-desc h1{
	font-weight: 550;
	font-family: "Helvetica";
	color: white;
	text-shadow: 1px 1px 2px #6a6a6a;
	margin-bottom: 10px;
	font-size: 55px;
}

.feature-desc h2{
	text-transform: uppercase;
	font-family: "Arial Black";
	color:#039AEE;
	text-shadow: 1px 1px 2px #6a6a6a;
	margin-bottom: 10px;
	font-size: 38px;
}

.feature-desc p{
	color:#fff;
	font-size: 15px;
	/* text-shadow: 1px 1px 2px #6a6a6a; */
	margin-bottom: 20px;
}

.btn-homewhite{
	background-color: #002F6D;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 50px;
	cursor: pointer;
}

.btn-homewhite:hover{
	background-color: #fff;
	color: #002F6D;
}	

mark{
	background-color: #d7e8ff;
	color: black;
}

.arrow {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #002F6D;
	color: white;
	font-weight: 500;
	font-size: 20px;
	transform: rotate(50deg);
	text-align: center;
	line-height: 50px;
	margin-left: -6px;
	cursor: pointer;
}


/* Introduction Section Styles */
.introduction-section {
    padding: 110px 0 80px;
    /* background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%); */
    background-image: url('../images/bgdwn.jpg');
    position: relative;
    overflow: hidden;
}

.introduction-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(8, 105, 241, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.intro-content {
    padding-right: 30px;
}

.intro-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.badge-text {
    background: linear-gradient(135deg, #002F6D, #0869F1);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.intro-title {
    font-size: 42px;
    font-weight: 800;
    color: #002F6D;
    line-height: 1.2;
    margin-bottom: 5px;
}

.intro-subtitle {
	font-size: 20px;
	font-weight: 600;
	color: #002F6D;
	line-height: 1.3;
	margin-bottom: 15px;
}

.intro-description {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 40px;
}

.intro-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 20px;
}

.feature-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.intro-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-intro {
    background: linear-gradient(135deg, #0869F1, #002F6D);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(8, 105, 241, 0.3);
}

.btn-primary-intro:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 105, 241, 0.4);
    color: white;
    text-decoration: none;
}

.btn-outline-intro {
    background: transparent;
    color: #002F6D;
    padding: 15px 30px;
    border: 2px solid #002F6D;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-outline-intro:hover {
    background: #002F6D;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.intro-visual {
    position: relative;
}

.intro-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.intro-main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.intro-image-container:hover .intro-main-image {
    transform: scale(1.03);
}

.intro-overlay-card {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.overlay-content h3 {
    font-size: 36px;
    font-weight: 800;
    color: #0869F1;
    margin: 0;
    line-height: 1;
}

.overlay-content p {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
    font-weight: 600;
}

.intro-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #0869F1;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .intro-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .intro-title {
        font-size: 36px;
    }
    
    .intro-visual {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .introduction-section {
        padding: 60px 0;
    }
    
    .intro-title {
        font-size: 30px;
    }
    
    .intro-description {
        font-size: 16px;
    }
    
    .intro-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn-primary-intro,
    .btn-outline-intro {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .intro-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .intro-overlay-card {
        bottom: 15px;
        right: 15px;
        padding: 15px;
    }
    
    .overlay-content h3 {
        font-size: 28px;
    }
}


/* Style For Value Section */
.value{
	margin-bottom: 70px;
	color: #f1f1f1;
	padding-bottom: 40px;
	padding-top: 30px;
}

.value-leisure{
	margin-top: 50px;
	margin-bottom: 30px;
	color: #f1f1f1;
	padding-bottom: 30px;
}

.value-content{
    align-items: center;
    text-align: center;
}

.value-text{
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
	color: #000;
}

.value-text h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
	color: #000;
	align-items: center;
}

.value-content h4{
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    transition: all .50s ease;
    margin-bottom: 10px;
	color: #000;
	align-items: center;
	padding-bottom: 15px;
}

.value-img{
    overflow: hidden;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
    cursor: pointer;
	margin-top: 15px;
}

.value-img img{
    display: block;
    transition: transform .5s;
    width: 100%;
}

.value-img img:hover{
    transform: scale(1.04);

}

.value-content h4:hover{
    color: #002F6D;

}

.value-content p{
    font-size: 12px;
	color: #000;
}


.hero-section{
	text-align: center;
	padding: 20px 15px;
}

.hero-section h1{
	color: #0869F1;
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 40px;
	
}

.hero-section h2{
	color: #0869F1;
	font-family:  "Arial Black";
	margin-bottom: 10px;	
	font-size: 30px;
}

.hero-section h3{
	color: #0869F1;
	margin-bottom: 10px;	
	font-size: 18px;
	display: none;
}

.hero-section p{
	font-size: 15px;
	line-height: 1.8em;
}

.title-info{
	border-bottom: solid 1px #cecece;
	padding-bottom: 12px;
	margin-bottom: 30px;
	
}

.title-info span{
	border-bottom: solid 2px #0869F1;
	padding-bottom: 11px;
}

/* Product Card Styling */
.icons-footercard{
    margin-left: 10px;
}

.productcard-image img{
    width: 100%;
    padding: 10px 10px 0px 10px;
    border-radius: 15px;
}

.card-footer-product{
    background-color: #fffffffe;
    padding: 10px 20px;
}

.card-btn-footer-product{
    padding: 10px 20px;
    background-color: #2754FF;
    color: #F1F1F1;
    text-decoration: none;
    border-radius: 5px;
    transition: all ease-in-out 400ms;
}

.card-btn-footer-product:hover{
    background-color: #0024b2ff;
}

.card-body{
    height: 250px;
}

.card-subtitle{
    /* border: solid 2px blue; */
	font-size: 17px;
	color: #025bcfff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-body p{
	font-size: 14px;
    color: #555555;
    text-align: justify;
    hyphens: auto; /* Memotong kata dengan tanda hubung jika terlalu panjang */
    --webkit-hyphens: auto; /* Untuk dukungan browser Safari/Chrome lama */
    --ms-hyphens: auto;
}

.card-body a{
	text-decoration: none;
}

.card-title{
	font-weight: 800;
    color:#002F6D;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-text{
	font-size: 16px;
}

/* Team Building Styling */
.card-title-tb{
	font-weight: 800;
    color: #ffffff;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Program Tour Cards */
.card-program h3{
	border-bottom:solid 2px #dfdfdf;
	padding-bottom:10px;
	margin-bottom: 10px;
	color:#002F6D;
	font-size: 17px;
}

.card-program p{
	font-size: 15px;
}

.card-program h3 span{
	border-bottom:solid 2px #0869F1;
	padding-bottom:8px;
}

.card-program a{
	text-decoration: none;
}

.caption-img{
	width:50%;
	padding:5px 10px;
	background-color:rgba(255,196,0,.9);
	color:#fff;
	position:absolute;
	bottom:10px;
	right:10px;
	text-shadow: 1px 1px 2px #6a6a6a;
	text-align: right;
}

.product-item{
	background-color: #E8E8E8;
	margin-bottom: 30px;
	text-align: center;
}

.product-item h3{
	padding: 10px;	
}

.product-item p{
	padding: 0px 10px 10px 10px;
}

.product-item a{
	padding: 10px;
	background-color: #2754FF;
	color: #F1F1F1;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
	transition: .4s;
	border-radius: 5px; 
}

.product-item a:hover{
	background-color: #007CE3
}


.destination-item{
	background-color: #E8E8E8;
	margin-bottom: 30px;
	text-align: center;
}

.destination-item h3{
	padding: 10px;	
}

.destination-item a{
	padding: 10px;
	background-color: #2754FF;
	color: #F1F1F1;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
	transition: .4s;
	border-radius: 5px; 
}


.parent-img{
    overflow: hidden;
}

.wrapper-img{
    transition: all .3s ease;
}

.parent-img:hover .wrapper-img{
    transform: scale(1.1);
}

.carousel-title{
    margin-top: 2.7em; 
    font-size: 45px;
}

.contact-info{
	text-align: center;
}
.contact-info h3{
	font-family: "Arial Black";
}

.destination-item a:hover{
	background-color: #007CE3
}

.box-about h1{
	font-size: 33px;
	font-family: "Arial Black";
}

.box-about h2{
	font-size: 25px;
	padding-bottom: 17px;
}

.box-about p{
	font-size: 15px;
}

.box-destination{
	background-color: #fff;
	height: 100%;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.box-destination-text h3{
	border-bottom: solid 1px #484545;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.box-destination-text h3{
	margin-bottom: 20px;
}

.box-destination-text h3 a{
	text-decoration: none;
	color:#282828;
}

.box-destination-text h3 a:hover{
	background-color:transparent;
	
}

.box-destination > a{
	padding: 10px;
	background-color: #6a6a6a;
	/*background: linear-gradient(to bottom, #20a9f0 0%, #fff 100%);*/
	color: #F1F1F1;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0px;
	transition: .4s;
	border-radius: 5px; 
}

.box-destination a:hover{
	background-color: #007CE3
}
.box-client{
	background-color: #F7F7F7;
	height: 100%;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.box-client-text h3{
	border-bottom: solid 1px #484545;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.box-client-text h3{
	margin-bottom: 20px;
}

.box-client-text p{
    margin-bottom: 2rem;
}

.btn-documentation-client{
    padding: 10px 25px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    color: #F1F1F1;
    text-decoration: none;
    margin-top: 20px;
    transform: translateY(-3px);
    transition:all 500ms ease;
    border-radius: 25px; 
    font-size: 15px;
    font-weight: 500;
}

.btn-our-event{
    padding: 15px 35px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    color: #F1F1F1;
    text-decoration: none;
    margin-top: 40px;
    transition:all 500ms ease;
    border-radius: 25px; 
    font-size: 18px;
    font-weight: 600;
}


.card-img{
	filter: brightness(65%);
}

.card-img-overlay{
	padding-top: 12rem;
    text-align: center;
}

.client-item a{
	padding: 10px;
	background-color: #2754FF;
	color: #F1F1F1;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
	transition: .4s;
	border-radius: 5px; 
}

.box-inclusion{
	padding: 30px;
}

.box-profile img{
	border-radius:50%;
	border:solid 5px #F2F2F2;
	margin-bottom: 15px;
	margin-left: 95px;
	margin-right: 300px;
	margin-top: 50px;
	width: 170px;
	height: auto;
}

.box-footer img{
	width:120px;
	background-color:#fff;
	padding:10px;
	border-radius:50%;
	border:solid 5px #20a9f0;
	margin-bottom: 15px;
}

.assistance-box{
	padding-top: 60px;	
}

.assistance-box h2{
	font-size: 45px;
	font-weight: 700;
}

.inclusion-info{
	padding-top: 100px;
	padding-left: 55px;
}

.inclusion-info h2{
	font-size: 55px;
	font-weight: 700;
	color: #002F6D;
}

/* Contact us */
.information-contactus{
	padding: 50px 50px;
}

.container-contactus{
	border-radius: 15px;
}

.overview-contact h3{
	font-size: 30px;
	font-weight: 700;
}

.socmed-contact{
	padding-top: 30px;
}

.socmed-contact h4{
	font-size: 25px;
	font-weight: 700;
}

.socmed-contact-item{
	margin-left: -365px;
	margin-top: -10px;
}

.form-contact h3{
	font-size: 30px;
	font-weight: 700;
}

.detail-overviewcontact{
	margin-left: -50px;
}

.detail-overviewcontact h5{
	font-weight: 700;
}

.contact-desc{
	width:600px;
	position: absolute;
	top:30%;
	left:30%;
	padding: 10px;
}

.contact-desc h3{
	font-family: "Helvetica";
	color:#039AEE;
	text-shadow: 1px 1px 1px #6a6a6a;
	margin-bottom: 10px;
	font-size: 17px;
}
.contact-desc h1{
	text-transform: uppercase;
	font-family: "Arial Black";
	color:#ffff;
	margin-left: 80px;
	text-shadow: 1px 1px 2px #6a6a6a;
	margin-bottom: 10px;
	font-size: 60px;
}

.contact-desc h2{
	text-transform: uppercase;
	font-family: "Arial Black";
	color:#039AEE;
	text-shadow: 1px 1px 2px #6a6a6a;
	margin-bottom: 10px;
	font-size: 38px;
}

.contact-desc p{
	color:#fff;
	font-size: 15px;
	text-shadow: 1px 1px 2px #6a6a6a;
	margin-bottom: 20px;
	margin-left: 25px;
	text-align: center;
}

/* CTA Section Styles */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #002F6D 0%, #0869F1 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -30%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.cta-badge .badge-text {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-feature-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-feature-icon i {
    color: white;
    font-size: 16px;
}

.cta-feature-item span {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.cta-pricing {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-price-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}

.price-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.price-amount {
    font-size: 32px;
    font-weight: 800;
    color: #FFD700;
}

.price-unit {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-primary-cta {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.btn-primary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.btn-outline-cta {
    background: transparent;
    color: white;
    padding: 18px 35px;
    border: 2px solid white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-outline-cta:hover {
    background: white;
    color: #002F6D;
    text-decoration: none;
    transform: translateY(-3px);
}

.cta-guarantee {
    margin-top: 30px;
}

.guarantee-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.guarantee-item i {
    color: #FFD700;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .cta-title {
        font-size: 36px;
    }
    
    .cta-features {
        gap: 20px;
    }
    
    .cta-feature-item {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-description {
        font-size: 16px;
    }
    
    .cta-features {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-feature-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary-cta,
    .btn-outline-cta {
        width: 100%;
        max-width: 350px;
        justify-content: center;
    }
    
    .guarantee-items {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-pricing {
        margin: 0 20px 40px 20px;
    }
}


/* Consultation Section Styles */
.consultation-section {
    margin-top: 30px;
	margin-bottom: 80px;
}

.consultation-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border: 2px solid #e8f2ff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(8, 105, 241, 0.1);
    position: relative;
    overflow: hidden;
}

.consultation-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(8, 105, 241, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.consultation-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(8, 105, 241, 0.3);
}

.consultation-icon i {
    color: white;
    font-size: 24px;
}

.consultation-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.consultation-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 12px;
    line-height: 1.3;
}

.consultation-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.consultation-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.consultation-actions .btn {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: none;
}

.consultation-actions .btn-primary {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    color: white;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.consultation-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    color: white;
}

.consultation-actions .btn-outline-primary {
    background: transparent;
    border: 2px solid #002F6D;
    color: #002F6D;
}

.consultation-actions .btn-outline-primary:hover {
    background: #002F6D;
    border-color: #002F6D;
    color: white;
    transform: translateY(-2px);
}

.consultation-actions .btn i {
    font-size: 16px;
}

/* Responsive Design for Consultation Section */
@media (max-width: 768px) {
    .consultation-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        gap: 20px;
    }
    
    .consultation-icon {
        align-self: center;
        width: 50px;
        height: 50px;
    }
    
    .consultation-icon i {
        font-size: 20px;
    }
    
    .consultation-content h4 {
        font-size: 20px;
    }
    
    .consultation-content p {
        font-size: 15px;
    }
    
    .consultation-actions {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .consultation-actions .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .consultation-card {
        padding: 20px 15px;
    }
    
    .consultation-content h4 {
        font-size: 18px;
    }
    
    .consultation-actions .btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Modern Gallery Section */
.modern-gallery-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border-radius: 20px;
    margin: 40px 0;
}

.gallery-header {
    margin-bottom: 60px;
}

.gallery-badge {
    display: inline-block;
    margin-bottom: 15px;
}

.gallery-badge .badge-text {
    background: linear-gradient(135deg, #002F6D, #0869F1);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.gallery-title {
    font-size: 38px;
    font-weight: 800;
    color: #002F6D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.gallery-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.gallery-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    align-items: start;
}

/* Main Gallery Image */
.gallery-main {
    position: relative;
}

.main-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 47, 109, 0.15);
    transition: all 0.3s ease;
}

.main-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 70px rgba(0, 47, 109, 0.2);
}

.main-gallery-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 47, 109, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.main-image-wrapper:hover .image-overlay {
    opacity: 1;
}

.main-image-wrapper:hover .main-gallery-image {
    transform: scale(1.05);
}

.overlay-content {
    text-align: center;
    color: white;
}

.overlay-content i {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
}

.overlay-content span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Thumbnail Section */
.gallery-thumbnails {
    position: relative;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.thumbnail-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.thumbnail-item.active {
    border-color: #0869F1;
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(8, 105, 241, 0.3);
}

.thumbnail-item:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.thumbnail-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.thumbnail-item:hover img {
    transform: scale(1.1);
}

/* Navigation */
.gallery-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(8, 105, 241, 0.3);
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 105, 241, 0.4);
}

.nav-btn i {
    font-size: 20px;
}

/* Gallery Stats */
.gallery-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-stats .stat-item {
    text-align: center;
}

.gallery-stats .stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #0869F1;
    margin-bottom: 5px;
    line-height: 1;
}

.gallery-stats .stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .gallery-container {
        grid-template-columns: 1.5fr 1fr;
        gap: 30px;
    }
    
    .main-gallery-image {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .gallery-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .main-gallery-image {
        height: 350px;
    }
    
    .thumbnail-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-stats {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .modern-gallery-section {
        padding: 60px 20px;
        margin: 20px 0;
    }
    
    .gallery-title {
        font-size: 30px;
    }
    
    .gallery-subtitle {
        font-size: 15px;
    }
    
    .main-gallery-image {
        height: 300px;
    }
    
    .thumbnail-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .thumbnail-item img {
        height: 100px;
    }
    
    .gallery-stats {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .overlay-content i {
        font-size: 36px;
    }
    
    .overlay-content span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gallery-container {
        gap: 30px;
    }
    
    .main-gallery-image {
        height: 250px;
    }
    
    .thumbnail-item img {
        height: 80px;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .nav-btn i {
        font-size: 16px;
    }
}



/* Full day meeting page */
.inclusion-meeting{
	margin-top: 80px;
	margin-bottom: 100px;
}

.full-day-meeting-desc{
	padding-top: 120px;
}

.full-day-meeting-desc h2{
	font-size: 45px;
	font-weight: 700;
}

.full-day-meeting-desc p{
	font-size: 16px;
	line-height: 1.8em;
}

/* Professional Meeting Introduction Section */
.meeting-introduction-section {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.meeting-introduction-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(8, 105, 241, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.meeting-intro-content {
    padding-right: 40px;
}

.meeting-intro-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.meeting-intro-badge .badge-text {
    background: linear-gradient(135deg, #002F6D, #0869F1);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.meeting-intro-title {
    font-size: 48px;
    font-weight: 900;
    color: #002F6D;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.meeting-intro-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #0869F1;
    line-height: 1.3;
    margin-bottom: 25px;
}

.meeting-intro-description {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 45px;
    max-width: 95%;
}

.meeting-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 45px;
}

.feature-highlight {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 47, 109, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f7ff;
}

.feature-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 47, 109, 0.12);
    border-color: #0869F1;
}

.feature-highlight .feature-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-highlight .feature-icon i {
    color: white;
    font-size: 20px;
}

.feature-highlight .feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 5px;
    line-height: 1.2;
}

.feature-highlight .feature-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.meeting-intro-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-meeting {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn-primary-meeting:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.btn-outline-meeting {
    background: transparent;
    color: #002F6D;
    padding: 16px 32px;
    border: 2px solid #002F6D;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-outline-meeting:hover {
    background: #002F6D;
    color: white;
    text-decoration: none;
    transform: translateY(-3px);
}

.meeting-intro-visual {
    position: relative;
	margin-bottom: 6rem;
}

.meeting-image-container {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 47, 109, 0.15);
    transition: all 0.3s ease;
}

.meeting-image-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(0, 47, 109, 0.2);
}

.meeting-main-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.meeting-image-container:hover .meeting-main-image {
    transform: scale(1.02);
}

.meeting-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
}

.meeting-stats-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-highlight {
    text-align: center;
}

.stat-highlight .stat-number {
    font-size: 32px;
    font-weight: 900;
    color: #0869F1;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-highlight .stat-label {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Remove old styles */
.full-day-meeting-desc {
    display: none;
}

/* Responsive Design */
@media (max-width: 992px) {
    .meeting-intro-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .meeting-intro-title {
        font-size: 42px;
    }
    
    .meeting-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .meeting-introduction-section {
        padding: 80px 0 60px;
    }
    
    .meeting-intro-title {
        font-size: 36px;
    }
    
    .meeting-intro-subtitle {
        font-size: 20px;
    }
    
    .meeting-intro-description {
        font-size: 16px;
        max-width: 100%;
    }
    
    .meeting-intro-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn-primary-meeting,
    .btn-outline-meeting {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .meeting-main-image {
        height: 350px;
    }
    
    .meeting-overlay {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    
    .meeting-stats-card {
        padding: 20px;
    }
    
    .feature-highlight {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .meeting-intro-title {
        font-size: 30px;
    }
    
    .meeting-intro-subtitle {
        font-size: 18px;
    }
    
    .meeting-main-image {
        height: 300px;
    }
    
    .stat-highlight .stat-number {
        font-size: 28px;
    }
}

/* outdoor team building */

.outtb-page{
	padding-top: 100px;
	padding-bottom: 150px;
}

.why-explanation-outtb{
	padding-top: 50px;
	padding-left: 35px;
}

.why-explanation-outtb h2{
	font-size: 40px;
	font-weight: 700;
}

.why-explanation-outtb p{
	font-size: 16px;
}

.why-manfaat ul{
	font-size: 14px;
}

.why-manfaat li{
	list-style: none;
	margin-left: -30px;
	font-size: 16px;	
}

.why-manfaat li > i{
	color: #002F6D;
	padding-right: 10px;
	font-size: 30px;
}

#video-outtb{
	background-color: #002f6d;
}

.video-outtb{
	padding-top: 10%;
	color: white;
}

.video-outtb h2{
	font-size: 50px;
}

.variasi-outtb{
	padding-left: 3%;
}

#galeri{
	background-color: #002f6d;
	color: white;
}

/* Photo List Infinite */
.client-text{
	padding-top: 6rem;
}

.client{
	margin-bottom: 6rem;
}

.photo-list{
	overflow: hidden;
	padding: 20px 0;	
	white-space: nowrap;
}

.photo-list:hover .wrapper-photo{
	animation-play-state: paused;
}

.wrapper-photo{
	animation: 90s slide infinite linear;
	display: inline-block;
}

.wrapper-photo img{
	margin: 0 6px;
	height: 200px;
}

@keyframes slide {
	from{
		transform: translateX(0);		
	}

	to{
		transform: translateX(-100%);
	}
}

.variasi-text h2{
	font-size: 46px;
	font-weight: 700;
}

.galeri-outtb-text h2{
	font-size: 46px;
	font-weight: 700;
}

.galeri-outtb-text{
	padding-bottom: 20px;
}


/* Fullday meeting */

.title-gallery-fulldm p{
	border-bottom: solid 1px #484545;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.title-gallery-fulldm h3{
	font-size: 20px;
}


/* mice */
#explore-opt{
	margin-top: 5rem;
}

.video-mice-text{
	padding-top: 15%;
	color: white;
}

.video-mice-text h4{
	font-size: 30px;
}



/*FOOTER DESIGN*/

.above-footer{
	position: relative;
}

.above-footer img{
	width: 100%;
	height: 550px;
	filter: brightness(45%);
}

.above-footer-text{
	position: absolute;
	top: 28%;
	left: 5%;
	color: white;
	z-index: 10;
}

.above-footer-text h3{
	font-size: 40px;
	font-weight: 800;
}

.above-footer-text p{
	font-size: 16px;
	margin-bottom: 35px;
}

.above-footer-text a{
	color: white;
	text-decoration: none;
	border-radius: 20px;
	background-color: #006cfa;
	padding: 10px 20px;
	transition: 300ms ease-in-out;
}

.above-footer-text a:hover{
	background-color: #002f6d;
}

footer{
	background-color:#00132d;
	padding: 30px 0px;
	width: 100%;
}

.logo-socialmed{
	border-bottom: solid 0.5px white;
}

.logo-footer img{
	width: 500px;
	margin-top: -10px;
	margin-left: -130px;
}

.logo-footer h2{
	color: white;
	font-size: 20px;
}

.detail-footer{
	color: white;
	padding-bottom: 30px;
	border-bottom: solid 0.5px white;
}

.servis-footer li{
	margin-left: -30px;
}

.servis-footer li a{
	color: white;
	text-decoration: none;
	transition: all 200ms ease-in;
}

.servis-kami-footer{
	padding-left: 65px;
}

.servis-footer li a:hover{
	color: #006cfa;
}

.copyright-footer{
	color: white;
	margin-top: 20px;
}


/* Old Footer */
.footer{
	background-color:#00132d;
	padding: 30px 0px;
	width: 100%;
}

.box-footer img{
	width:90px;
	background-color:#fff;
	padding:10px;
	border-radius:50%;
	margin-bottom: 15px;
}

.footer strong{
	color: rgb(0, 111, 171);
}

.footer h2{
	color:#006cfa;
}

.footer p{
	color:rgba(226,225,225,1.00);
}

.menu-list ul {
	margin: 10px 0 20px 0;
}

.menu-list ul li a {
	color: #c6c6c7;
	transition: .5s;
	text-decoration: none;
}

.menu-list ul li a:hover,
.menu-list ul li a:active{
	color: #002f6d;
}

.menu-list p{
	font-size: 15px;
}

.copyright {
	text-align: center;
	padding: 10px;
	color: #555;
	background-color: #202020;
}


/* Team Building Hero Section */
.teambuilding-hero-section {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f7ff 100%);
    border-radius: 30px;
    margin: 40px 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(8, 105, 241, 0.08), rgba(0, 47, 109, 0.05));
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 5%;
    animation-delay: 2s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    top: 50%;
    right: 30%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.hero-content {
    position: relative;
    padding-right: 30px;
}

.hero-badge-container {
    margin-bottom: 25px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #002F6D, #0869F1);
    color: white;
    padding: 12px 25px;
    border-radius: 50px; 
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(8, 105, 241, 0.3);
}


.hero-main-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    position: relative;
}

.title-highlight {
    display: block;
    background: linear-gradient(135deg, #002F6D, #0869F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.title-subtitle {
    display: block;
    color: #0869F1;
    font-size: 28px;
    font-style: italic;
    margin-left: 80px;
    position: relative;
}

.title-subtitle::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 2px;
}

.hero-description {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 95%;
}

.benefits-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.benefit-card {
    background: white;
    padding: 25px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 47, 109, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(8, 105, 241, 0.1), transparent);
    transition: left 0.5s ease;
}

.benefit-card:hover::before {
    left: 100%;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 47, 109, 0.15);
    border-color: #0869F1;
}

.benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon-wrapper {
    transform: scale(1.1) rotateY(360deg);
}

.benefit-icon-wrapper i {
    color: white;
    font-size: 24px;
}

.benefit-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 5px;
}

.benefit-info span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.hero-actions {
    display: flex;
    gap: 25px;
    align-items: center;
}

.btn-hero-primary,
.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-hero-primary:hover::before {
    left: 100%;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.btn-hero-outline {
    background: transparent;
    color: #002F6D;
    border: 2px solid #002F6D;
}

.btn-hero-outline:hover {
    background: #002F6D;
    color: white;
    transform: translateY(-3px);
    text-decoration: none;
}

.btn-icon {
    font-size: 20px;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

.visual-container {
    position: relative;
    height: 500px;
}

.main-visual-card {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 47, 109, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.3s ease;
}

.main-visual-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 0 35px 80px rgba(0, 47, 109, 0.25);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-visual-card:hover .hero-image {
    transform: scale(1.05);
}

.floating-stat {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: floatStat 3s ease-in-out infinite;
}

.stat-1 {
    top: 20px;
    right: -30px;
    animation-delay: 0s;
}

.stat-2 {
    bottom: 80px;
    left: -30px;
    animation-delay: 1s;
}

.stat-3 {
    top: 150px;
    right: -25px;
    animation-delay: 2s;
}

@keyframes floatStat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    color: white;
    font-size: 16px;
}

.stat-number {
    font-size: 20px;
    font-weight: 800;
    color: #002F6D;
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
}

.program-mini-cards {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

.mini-card {
    background: white;
    padding: 20px 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 47, 109, 0.1);
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    color: #002F6D;
}

.mini-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 47, 109, 0.15);
}

.mini-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-card.indoor .mini-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.mini-card.outdoor .mini-icon {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.mini-icon i {
    color: white;
    font-size: 20px;
}

/* Hide old section */
.teambuilding-introduction-section {
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-main-title {
        font-size: 56px;
    }
    
    .title-subtitle {
        font-size: 42px;
        margin-left: 60px;
    }
}

@media (max-width: 992px) {
    .hero-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .hero-main-title {
        font-size: 48px;
    }
    
    .title-subtitle {
        font-size: 36px;
        margin-left: 40px;
    }
    
    .benefits-showcase {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .visual-container {
        height: 400px;
    }
    
    .main-visual-card {
        height: 350px;
        transform: none;
    }
}

@media (max-width: 768px) {
    .teambuilding-hero-section {
        padding: 80px 20px 100px;
        margin: 20px 0;
    }
    
    .hero-main-title {
        font-size: 36px;
    }
    
    .title-subtitle {
        font-size: 28px;
        margin-left: 20px;
    }
    
    .title-subtitle::before {
        left: -25px;
        width: 20px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .btn-hero-primary,
    .btn-hero-outline {
        justify-content: center;
        text-align: center;
    }
    
    .visual-container {
        height: 350px;
    }
    
    .main-visual-card {
        height: 300px;
    }
    
    .floating-stat {
        padding: 10px 15px;
    }
    
    .stat-1,
    .stat-2,
    .stat-3 {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    
    .program-mini-cards {
        position: relative;
        transform: none;
        justify-content: center;
        margin-top: 30px;
    }
    
    .mini-card {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .hero-main-title {
        font-size: 30px;
    }
    
    .title-subtitle {
        font-size: 24px;
        margin-left: 15px;
    }
    
    .benefit-card {
        padding: 20px 15px;
    }
    
    .visual-container {
        height: 300px;
    }
    
    .main-visual-card {
        height: 250px;
    }
}



/* Team building */
.tb-hero-img{
	margin-top: -1rem;
}

@media(max-width:768px)
{
	.tb-hero-img{
		margin-top: -1rem;
	}
}


.video-mice-tb{
	padding-top: 25%;
	padding-left: 10%;
	color: white;
}

.video-mice-tb h4{
	font-size: 50px;
}

.container-videotb{
	background-color: #002f6d;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Indoor Games Section */
/* Simple Games Section */
.games-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.games-header {
    text-align: center;
    margin-bottom: 50px;
}

.games-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 15px;
}

.games-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.game-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-color: #0869F1;
}

.game-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0869F1, #002F6D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.game-icon i {
    font-size: 24px;
    color: white;
}

.game-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #002F6D;
    margin-bottom: 15px;
}

.game-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Hide old section */
.box-inclusion {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .games-section {
        padding: 60px 0;
    }
    
    .games-header h2 {
        font-size: 28px;
    }
    
    .games-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
    }
    
    .game-card {
        padding: 25px;
    }
    
    .game-icon {
        width: 50px;
        height: 50px;
    }
    
    .game-icon i {
        font-size: 20px;
    }
    
    .game-content h4 {
        font-size: 18px;
    }
    
    .game-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .games-grid {
        padding: 0 15px;
    }
    
    .game-card {
        padding: 20px;
    }
    
    .games-header h2 {
        font-size: 24px;
    }
}



/* Indoor tb Gallery Section */
.simple-gallery-section {
    padding: 80px 0;
    background: #fff;
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 15px;
}

.gallery-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.simple-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.gallery-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-caption {
    padding: 25px;
}

.gallery-caption h4 {
    font-size: 18px;
    font-weight: 600;
    color: #002F6D;
    margin-bottom: 8px;
}

.gallery-caption p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Hide old gallery */
.container > .row > .col-md-4 {
    /* display: none; */
}

/* Responsive Design */
@media (max-width: 768px) {
    .simple-gallery-section {
        padding: 60px 0;
    }
    
    .gallery-header h2 {
        font-size: 28px;
    }
    
    .simple-gallery-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
    }
    
    .gallery-img {
        height: 200px;
    }
    
    .gallery-caption {
        padding: 20px;
    }
    
    .gallery-caption h4 {
        font-size: 16px;
    }
    
    .gallery-caption p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .gallery-header {
        margin-bottom: 40px;
    }
    
    .gallery-header h2 {
        font-size: 24px;
    }
    
    .gallery-header p {
        font-size: 15px;
    }
    
    .simple-gallery-grid {
        gap: 20px;
        padding: 0 15px;
    }
    
    .gallery-img {
        height: 180px;
    }
    
    .gallery-caption {
        padding: 15px;
    }
}


/*TOUR PACKAGES (TEMPORARY) */
/* Style For Tour Section 
-------------------------- */
.tour{
	padding-bottom: 50px;
	width: 100%;
}
.tour-text{
    text-align: center;
}

.tour-text h2{
    font-size: 40px;
    font-weight: 800;  
	color: #000;
}

.tour-content{
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(200px,auto)); */
	grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
	margin-top: 10px;
}

.box-tour{
    position: relative;
}

.box-tour img{
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(70%);
    transition: all .3s cubic-bezier(.499,.05,.55,.95);
    will-change: filter;
    display: block;
}

.box-tour h6{
    position: absolute;
    left: 25px;
    bottom: 15px;
    font-size: 15px;
    font-weight: 500;
	color: #fff;
}

.box-tour h4{
    position: absolute;
    left: 20px;
    bottom: 130px;
    font-size: 60px;
    font-weight: 700;
	color: #fff;
}

.box-tour p{
	position: absolute;
	font-size: 16px;
    left: 20px;
	padding-right: 40px;
    bottom: 35px;
	color: #fff;
}

.box-tour img:hover{
    filter: brightness(90%) hue-rotate(50deg);
    transform: scale(1.01);
    cursor: pointer;
}

.destinations-cta {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}

.destinations-cta h4 {
    font-size: 24px;
    font-weight: 700;
    color: #002F6D;
    margin-bottom: 10px;
}

.destinations-cta p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.btn-primary-destinations {
    background: linear-gradient(135deg, #0869F1, #002F6D);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.btn-primary-destinations:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 105, 241, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .destinations-cta {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .destination-features {
        justify-content: center;
    }
}

@media(min-width:768px)
{
	.logo{display: block;}
	
	.feature-desc{
	display: block;
	}

	.contact-desc{
	display: block;
	}
	
	.hero-section{
	text-align: center;
	padding: 30px 150px;/*atas dan bawah 30px kanan dan kiri 150px*/

	.inclusion-info{
		padding-top: 70px;
	}
}
}

@media(width:768px)
{
	.feature-desc{
		top: 20px;
	}	

	.feature-desc h1{
		font-size: 30px;
	}

	.feature-desc h2{
		font-size: 20px;
	}

	.feature-desc p a{
		font-size: 13px;
	}

	.contact-desc{
		top: 20px;
	}	

	.contact-desc h1{
		font-size: 10px;
	}

	.contact-desc h2{
		font-size: 20px;
	}

	.contact-desc p a{
		font-size: 13px;
	}
}

@media(max-width:768px){
	/* Home page */

	.image-home img{
		height: 315px;
	}

	.hero-section{
		margin-top: 25px;
	}

	.hero-section h3{
		display: block;
	}

	.hero-section h2{
		font-size: 20px;
	}

	.hero-section h1{
		font-size: 29px;
		margin-bottom: 10px;
	}

	.hero-section p{
		font-size: 15px;
	}


	.before-header{display: none;}

	.carousel-caption{
        font-size: 12px;
    }

    .carousel-title{
        margin-top: 2.3em;
        font-size: 35px;
    }

	.card-img-overlay{
		padding-top: 8rem;
	}

	.assistance-box{
		margin-bottom: 8rem;
	}

	.assistance-box h2{
		font-size: 30px;
	}

	.monique-img{
		display: none;
	}


	/* Full day meetin */
	.full-day-meeting-desc img{
		max-width: 100%;
	}

	.inclusion-info{
		margin-left: -20px;
	}

	.inclusion-info h2{
		font-size: 40px;
	}

	.inclusion-box{
		margin-left: 20px;
	}

	.inclusion-meeting{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.inclusionmeeting-item1{
		margin-bottom: 25px;
	}

	/* Outdoor team building */

	.why-explanation-outtb{
		padding-top: 50px;
		padding-left: 35px;
	}
	
	.why-explanation-outtb h2{
		font-size: 38px;
		font-weight: 700;
	}
	
	.why-explanation-outtb p{
		font-size: 15px;
	}
	
	.why-manfaat ul{
		font-size: 15px;
	}
	
	.why-manfaat li{
		list-style: none;
		margin-left: -30px;
		font-size: 13px;	
	}
	
	.why-manfaat li > i{
		color: #002F6D;
		padding-right: 10px;
		font-size: 20px;
	}
	
	.video-outtb{
		padding-top: 10%;
		color: white;
	}
	
	.video-outtb h2{
		font-size: 35px;
	}
	
	.variasi-outtb{
		padding-left: 35px;
	}
	
	.variasi-text h2{
		font-size: 30px;
		font-weight: 700;
	}

	.variasi-text p{
		font-size: 14px;
	}


	.galeri-outtb-text h2{
		font-size: 30px;
		font-weight: 700;
	}

	.galeri-outtb-text p{
		font-size: 13px;
	}

	.client-text{
		padding-top: 5rem;
	}

	.client {
		margin-top: 0;
		margin-bottom: 6rem;
	}

	.contact-info{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	#video-outtb{
		padding-left: 20px ;
		padding-right: 20px ;
	}

	.video-outtb{
		margin-bottom: 2rem;
	}


	/* mice */
	.video-mice-text h4{
		font-size: 25px;
	}

	.video-mice-text p{
		font-size: 13px;
	}

	.video-mice-text{
		padding-top: 5%;
		padding-bottom: 4rem;
	}

	.video-mice{
		padding-top: 0;
	}

	.card-img-overlay{
		padding-top: 3rem;
	}

	.explore-title h2{
		font-size: 30px;
	}

	.video-mice-tb{
		padding-left: 0;
		padding-top: 5%;
	}

	.video-mice-tb h4{
		font-size: 35px;
	}

	.video-tb iframe{
		height: 415px;
	}

	.hero-tb{
		margin-top: 30px;
	}

	.tb-option{
		margin-bottom: 30px;
	}

	/* Footer */
	.above-footer-text{
		top: 20%;
		left: 5%;
	}

	.above-footer-text h3{
		font-size: 30px;
	}

	.above-footer-text p{
		font-size: 13px;
	}

	.logo-footer img{
		max-width: 100%;
		margin-top: -10px;
		margin-left: -10px;
	}

	.servis-footer li{
		font-size: 15px;
	}

	.servis-kami-footer{
		margin-left: -50px;
	}

	.servis-kami-footer h3{
		font-size: 20px;
	}

	.support-footer{
		font-size: 20px;
	}

	.head-section-footer{
		font-size: 20px;
		color: #006cfa;
	}

	/* Destinasi servis */
	.tour-content{
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	.box-tour h4{
		font-size: 40px;
		left: 20px;
		bottom: 300px;
	}
	.box-tour p{
		font-size: 11px;
		left: 20px;
		bottom: 200px;
	}


	/* Contact us page */
	.detail-info-contact{
		margin-left: 80px;
		text-align: center;
	}

	.detail-info-contact img{
		margin-left: -100px;
	}

	.socmed-contact-item{
		margin-left: -20px;
	}

	.socmed-contact h4{
		margin-left: 50px;
	}

	.contact-desc{
		top: 90px;
		left: 0;
		max-width: 100%;
	}	

	.contact-desc h1{
		font-size: 40px;
		margin-left: 50px;
	}

	.contact-desc h2{
		font-size: 20px;
	}

	.contact-desc p{
		font-size: 10px;
	}

	
}

