 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', 'Segoe UI', sans-serif;
            background: #fefaf5;
            color: #1e2a2f;
            overflow-x: hidden;
        }


.navbar {
    background: rgba(255,255,245,0.96) !important;
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    padding: 12px 0;
}
.navbar .nav-link {
    font-weight: 500;
    color: #1e2a32;
    margin: 0 6px;
    transition: 0.2s;
    font-size: 0.95rem;
}
.navbar .nav-link:hover {
    color: var(--orange);
}


.social-icon {
    background: rgba(255,255,255,0.1);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    color: white;
    margin: 0 6px;
}
.social-icon:hover {
    background: var(--orange);
    transform: translateY(-3px);
}

.navbar-brand.logo-bunksterst{
	position: absolute; left: 50%; transform: translateX(-50%);
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	background:#fff;
	padding:12px;
	height:100px;
	width:100px;
	border-radius:100%;
	top:-4px;
}

.navbar-brand.logo-bunksterst img{
	height:100%;
	display:block;
	margin:0 auto;
}

        /* modern gradient accents & glassmorphism */
        .section-title {
            font-weight: 800;
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
            font-size: 2.3rem;
            letter-spacing: -0.01em;
            background: linear-gradient(135deg, #2c3e2b, #b85c1a);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            display:block;
            width: auto;
            padding-bottom: 8px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 3px;
            background: linear-gradient(90deg, #c7692e, #e6a157);
            border-radius: 4px;
        }

        .hero {
            background: linear-gradient(107deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.45) 100%), url('../img/corporate-hero2.jpg') center/cover no-repeat;
            color: white;
            padding: 110px 0 100px;
            text-align: center;
            position: relative;
            backdrop-filter: brightness(0.9);
            border-bottom-left-radius: 32px;
            border-bottom-right-radius: 32px;
            margin-bottom: 20px;
        }

        .hero h1 {
            font-weight: 800;
            font-size: 3.3rem;
            text-shadow: 0 4px 18px rgba(0,0,0,0.3);
            letter-spacing: -0.02em;
        }

        .hero-badge {
            background: rgba(255,255,240,0.2);
            backdrop-filter: blur(8px);
            display: inline-block;
            padding: 8px 24px;
            border-radius: 60px;
            font-weight: 500;
            font-size: 0.9rem;
            margin-bottom: 20px;
            border: 1px solid rgba(255,215,150,0.5);
        }

        .btn-orange {
            background: #c7692e;
            border: none;
            color: white;
            font-weight: 600;
            padding: 12px 32px;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 6px 14px rgba(199,105,46,0.3);
        }

        .btn-orange:hover {
            background: #ac571f;
            transform: translateY(-3px);
            box-shadow: 0 12px 22px rgba(199,105,46,0.4);
            color: white;
        }

        .btn-green {
            background: #3c5f2c;
            border: none;
            color: white;
            font-weight: 600;
            padding: 12px 32px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .btn-green:hover {
            background: #2a471d;
            transform: translateY(-3px);
            box-shadow: 0 8px 18px rgba(60,95,44,0.3);
            color: white;
        }

        .btn-outline-orange {
            border-radius: 40px;
            border: 1.5px solid #c7692e;
            color: #c7692e;
            background: transparent;
            transition: 0.25s;
        }
        .btn-outline-orange:hover {
            background: #c7692e;
            color: white;
        }

        /* feature cards modern */
        .features {
            background: white;
            padding: 50px 0;
            border-radius: 48px;
            margin: 40px 20px;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.05);
        }

        .feature-box {
            text-align: center;
            padding: 18px 10px;
            transition: all 0.25s ease;
            border-radius: 32px;
            background: #ffffff;
        }

        .feature-box i {
            font-size: 42px;
            background: linear-gradient(145deg, #c7692e, #d68b4a);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 12px;
            display: inline-block;
        }

        .feature-box p {
            font-weight: 700;
            margin-bottom: 0;
            color: #2d3e2c;
            font-size: 1rem;
        }

        /* card hover effect */
        .modern-card {
            border-radius: 28px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            border: none;
            background: white;
            box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.1);
        }

        .modern-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 30px 40px -18px rgba(0, 0, 0, 0.2);
        }

        .modern-card img {
        
            object-fit: cover;
            width: 100%;
            transition: transform 0.5s ease;
        }

        .modern-card:hover img {
            transform: scale(1.03);
        }

        .activity-pill {
            background: rgba(255, 145, 47, 0.12);
            backdrop-filter: blur(4px);
            border-radius: 60px;
            padding: 14px 10px;
            font-weight: 600;
            transition: 0.2s;
            color: #2c2c2c;
            text-align: center;
        }

        .activity-pill i {
            font-size: 1.4rem;
            color: #c7692e;
            margin-right: 10px;
        }

        .section-dark {
            background: #1f2a1b;
            color: #fef6e8;
            padding: 70px 0;
            border-radius: 48px;
            margin: 20px;
        }

        .testimonial-card {
            background: rgba(255,255,245,0.98);
            border-radius: 32px;
            padding: 32px 28px;
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
            transition: 0.2s;
            height: 100%;
            border: 1px solid #ffecd6;
        }

        .testimonial-card i.fa-quote-left {
            font-size: 2rem;
            color: #c7692e;
            opacity: 0.4;
            margin-bottom: 16px;
        }

        .cta {
            background: linear-gradient(120deg, #2a2f1f, #1c2818), url('https://images.pexels.com/photos/9754/pexels-photo.jpg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
            background-blend-mode: overlay;
            padding: 80px 20px;
            text-align: center;
            color: white;
            border-radius: 48px;
            margin: 20px;
        }

        .contact-icon {
            background: rgba(255,255,245,0.2);
            width: 48px;
            height: 48px;
            border-radius: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            transition: 0.2s;
        }

        .contact-line {
            display: inline-flex;
            align-items: center;
            background: rgba(0,0,0,0.4);
            backdrop-filter: blur(8px);
            padding: 10px 24px;
            border-radius: 60px;
            margin: 8px;
        }

        /* inquiry section premium */
        .inquiry-section {
            background: linear-gradient(125deg, #fff9f2 0%, #fef3e8 100%);
            border-radius: 56px;
            margin: 40px 20px;
            padding: 60px 30px;
            box-shadow: 0 25px 45px -12px rgba(0,0,0,0.12);
            border: 1px solid rgba(199,105,46,0.2);
        }
        .inquiry-card {
            background: white;
            border-radius: 42px;
            padding: 32px 28px;
            box-shadow: 0 15px 35px -10px rgba(0,0,0,0.05);
            transition: 0.2s;
        }
        .form-control-custom, .form-select-custom {
            border-radius: 60px;
            padding: 12px 20px;
            border: 1px solid #e2d4c6;
            background: #ffffff;
            font-weight: 500;
            transition: all 0.2s;
        }
        .form-control-custom:focus, .form-select-custom:focus {
            border-color: #c7692e;
            box-shadow: 0 0 0 4px rgba(199,105,46,0.2);
            outline: none;
        }
        .submit-inquiry {
            background: linear-gradient(105deg, #c7692e, #dc8a4a);
            border: none;
            padding: 14px 32px;
            border-radius: 60px;
            font-weight: 700;
            letter-spacing: 0.3px;
            transition: all 0.2s;
            color: white;
            width: 100%;
        }
        .submit-inquiry:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 25px -8px rgba(199,105,46,0.5);
            background: linear-gradient(105deg, #b45a24, #cf7a3b);
        }
        .contact-info-modern {
            background: rgba(199,105,46,0.04);
            border-radius: 32px;
            padding: 20px;
            height: 100%;
        }
        .badge-creative {
            background: #f1e5d6;
            color: #b4511a;
            padding: 6px 12px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        hr.gradient {
            height: 3px;
            background: linear-gradient(90deg, #c7692e, #e2b87a, #c7692e);
            width: 120px;
            margin: 0 auto 2rem;
            border: 0;
            border-radius: 4px;
        }
        footer {
            background: #1e2a1c;
            color: #ddd9ce;
            border-radius: 32px 32px 0 0;
            margin-top: 30px;
        }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            .section-title { font-size: 1.8rem; }
            .feature-box i { font-size: 32px; }
            .inquiry-section { padding: 10px 0px;}
        }
        .stay-card img {
            border-radius: 28px;
            width: 100%;
            object-fit: cover;
            box-shadow: 0 12px 18px -10px rgba(0,0,0,0.1);
        }
        .toast-notify {
            visibility: hidden;
            min-width: 280px;
            background-color: #2e7d32;
            color: #fff;
            text-align: center;
            border-radius: 40px;
            padding: 12px 24px;
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s, visibility 0.3s;
            z-index: 1100;
            font-weight: 500;
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }
        .toast-notify.show {
            visibility: visible;
            opacity: 1;
        }
		
		
		
		.feature-box img{
			width:60px;
		}
		
		.feature-box{
			box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
		}