
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
			font-size: 15px;
        }

        /* Top Menu */
        .top-menu {
            background: #2c5530;
            padding: 8px 0;
            font-size: 14px;
			
        }

        .top-menu .containereu {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: flex-end;
            gap: 20px;
        }

        .top-menu a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }

        .top-menu a:hover {
            color: #81c784;
			text-decoration: none;
        }

        /* Header */
        .header {
            background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
            color: white;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .logo img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 3px solid rgba(255,255,255,0.3);
        }

        .logo h1 {
            color: white;
            font-size: 28px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
		
		/* background */
		.bg-green-dark {
			background:#2c5530;
		}
		.bg-green {
			background:#348638;
		}
		.bg-green-soft {
			background:#44a048;
		}
		.bg-green-light {
			background:#eefcf0;
		}
		
		.bg-booking {
			background:#fa8a05;
		}
		
		
        /* Navigation */
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 35px;
        }

        .nav-menu a {
            text-decoration: none;
            color: white;
            font-weight: 600;
            padding: 12px 0;
            transition: all 0.3s;
            position: relative;
            font-size: 16px;
        }

        .nav-menu a:hover {
            color: #c8e6c9;
			text-decoration: none;
        }

        .nav-menu a:hover::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: #c8e6c9;
            border-radius: 2px;
        }

        /* Mobile Menu */
        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            color: white;
            cursor: pointer;
        }

        .off-canvas {
            position: fixed;
            top: 0;
            right: -320px;
            width: 320px;
            height: 100vh;
            background: white;
            box-shadow: -2px 0 15px rgba(0,0,0,0.2);
            transition: right 0.3s ease;
            z-index: 2000;
            padding: 0;
        }

        .off-canvas.active {
            right: 0;
        }

        .off-canvas-header {
            background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .off-canvas-header h3 {
            font-size: 20px;
        }

        .close-menu {
            background: none;
            border: none;
            font-size: 28px;
            color: white;
            cursor: pointer;
        }

        .off-canvas-menu {
            list-style: none;
            padding: 20px 0;
        }

        .off-canvas-menu li {
            border-bottom: 1px solid #f0f0f0;
        }

        .off-canvas-menu a {
            display: block;
            padding: 15px 20px;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: background 0.3s;
        }

        .off-canvas-menu a:hover {
            background: #f8f9fa;
            color: #388e3c;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            z-index: 1500;
            display: none;
        }

        .overlay.active {
            display: block;
        }
		
		
		/*** halaman single Header Start ***/
		
		.singlepage {
			
			padding: 30px 20px 30px 20px;
			text-align: left;
			color: rgba(67, 161, 71s);
		}
		
		.bg-singlepage {
			background: linear-gradient(rgba(67, 161, 71, 0.5), rgba(67, 161, 71, 0.5)), url(../img/singlepage.jpg);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
			padding: 20px 0 2px 0;
			text-align: left;
			color: white;
		}

		.bg-singlepage .singlepage-item a {
			color: var(--bs-secondary) !important;
		}
		/*** halaman single Header End ***/

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(67, 161, 71, .0), rgba(67, 161, 71)), url(../img/bg-hero.jpg);
            color: white;
            padding: 30px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .hero .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .hero h2 {
            font-size: 52px;
            margin-bottom: 25px;
            font-weight: bold;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
            line-height: 1.2;
        }

        .hero p {
            font-size: 22px;
            margin-bottom: 40px;
            opacity: 0.95;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 18px 35px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255,255,255,0.3);
        }

        .cta-button:hover {
            background: rgba(255,255,255,0.3);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }

        .cta-button.primary {
            background: #2e7d32;
            border-color: #2e7d32;
        }

        .cta-button.primary:hover {
            background: #1b5e20;
            border-color: #1b5e20;
        }


		 /* Products button */

        
        .products-btn {
            flex: 1;
            min-width: 100px;
            padding: 10px;
            background: #fffcd8;
            color: #2c5530;
			font-family: 'Segoe UI', arial, Times, serif;
            border: 1px solid black;
            border-radius: 5px;
            font-weight: bold;
			text-decoration: none;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .products-btn:hover {
            background: #4cc551;
			color: #ffffff;
			text-decoration: none;
        }





        /* Main Content */
        .main-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 20px;
        }
		
		
		/*** Booking Start ***/
		.booking {
			background: linear-gradient(rgba(0, 84, 48, .3), rgba(0, 84, 48, .3)), url(img/umroh-plann-bg.jpg);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
			
		}
		
		


        /* Content Berita Sections */
        .content-section {
            margin-bottom: 50px;
			
        }

        .section-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .section-header h3 {
            color: #2e7d32;
            font-size: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .section-header p {
            font-size: 15px;
            color: #4a5568;
            max-width: 900px;
            margin: 0 auto;
			margin-bottom: 20px;
        }

        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .content-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: all 0.3s;
            border: 1px solid #f0f0f0;
        }

        .content-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }

        .card-image {
            width: 100%;
            height: 225px;
            background: linear-gradient(135deg, #81c784 0%, #4caf50 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 64px;
            color: white;
            position: relative;
        }

        .card-content {
            padding: 30px;
        }

        .card-title {
            font-size: 22px;
            font-weight: bold;
            color: #2e7d32;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .card-excerpt {
            font-size: 16px;
            color: #4a5568;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .card-meta {
            font-size: 14px;
            color: #81c784;
            margin-bottom: 20px;
			margin-top: 10px;
            font-weight: 600;
        }

        .read-more {
            color: #2e7d32;
            text-decoration: none;
            font-weight: 600;
            padding: 8px 0;
            border-bottom: 2px solid transparent;
            transition: border-bottom 0.3s;
        }

        .read-more:hover {
            border-bottom-color: #2e7d32;
			text-decoration: none;
        }		


		/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
/*** end testimonial ***/
		
		/*** tentang kami bottom ***/
		.kamibawah {
			background: linear-gradient(rgba(0, 84, 48, .2), rgba(0, 84, 48, .2)), url(../img/subscribe-img.jpg);
			background-attachment: fixed;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		.kamibawah .kamibawah-title {
			position: relative;
			display: inline-block;
			text-transform: uppercase;
			color: var(--bs-white);
		}

		.kamibawah .kamibawah-title::before {
			content: "";
			width: 50px;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			margin-right: -50px;
			border: 1px solid var(--bs-white) !important;
		}

		.kamibawah .kamibawah-title::after {
			content: "";
			width: 50px;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			margin-left: -50px;
			border: 1px solid var(--bs-white) !important;
		}
		/*** tentang-kami bottom End ***/
		
		

        /* Footer */
        .footer {
            background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
            color: white;
            padding: 30px 0 0px;
			text-decoration: none;
			text-align: left;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
			text-decoration: none;
        }

        .footer-section h4 {
            color: #c8e6c9;
            margin-bottom: 25px;
            font-size: 20px;
            font-weight: bold;
        }

        .footer-section p,
        .footer-section a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            margin-bottom: 12px;
            display: block;
            font-size: 16px;
            transition: color 0.3s;
        }

        .footer-section a:hover {
            color: #c8e6c9;
			text-decoration: none;
        }

        .footer-bottom {
            text-align: left;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.2);
            color: rgba(255,255,255,0.7);
            font-size: 16px;
        }
		
		/* back to top */
		.back-to-top {
			position: fixed;
			right: 30px;
			bottom: 30px;
			display: flex;
			width: 45px;
			height: 45px;
			align-items: center;
			justify-content: center;
			transition: 0.5s;
			z-index: 99;
		}

        /* Single Page Styles */
        .single-header {
            background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
            padding: 60px 0;
            text-align: center;
        }

        .single-title {
            font-size: 42px;
            color: #2e7d32;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .single-meta {
            color: #4a5568;
            font-size: 18px;
        }

        .single-content {
            max-width: 900px;
            margin: 0 auto;
            padding: 80px 20px;
        }

        .single-image {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #81c784 0%, #4caf50 100%);
            border-radius: 15px;
            margin-bottom: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 80px;
            color: white;
        }

        .single-text {
            font-size: 18px;
            line-height: 1.8;
            color: #2d3748;
        }

        .single-text p {
            margin-bottom: 25px;
        }

        .back-btn {
            background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            margin-top: 40px;
            font-size: 16px;
            transition: all 0.3s;
        }

        .back-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(76, 175, 80, 0.4);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
            }

            .mobile-toggle {
                display: block;
            }

            .hero h2 {
                font-size: 38px;
            }

            .hero p {
                font-size: 18px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .content-grid {
                grid-template-columns: 1fr;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .footer-content {
                grid-template-columns: 1fr;
                text-align: left;
            }

            .single-title {
                font-size: 32px;
            }

            .survey-section,
            .aspirasi-section {
                padding: 40px 20px;
            }

            .survey-form,
            .aspirasi-form {
                padding: 30px 20px;
            }
        }
