        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: #333;
            background: #fff;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            list-style: none;
        }
		.detail-price {
			font-size: 12px;
			color: #94a3b8;
			margin-top: 6px;
		}
		
		.detail-price strong {
			font-size: 14px;
			color: #1e293b;
			font-weight: 400;
		}
		
		.detail-price .per {
			font-size: 13px;
			color: #94a3b8;
		}
        /* Breadcrumb & Filter */
        .breadcrumb-filter {
            padding: 0px 0;
            border-bottom: 1px solid #f1f5f9;
        }

        .breadcrumb-filter-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom:20px ;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #64748b;
        }

        .breadcrumb i {
            font-size: 12px;
        }

        .breadcrumb a {
            color: #334155;
            transition: color 0.3s;
        }

        .breadcrumb a:hover {
            color: #3b82f6;
        }

        .breadcrumb .separator {
            color: #cbd5e1;
        }

        .breadcrumb .current {
            color: #334155;
            font-weight: 500;
        }

        .filter-tabs {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .filter-tab {
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 500;
            color: #64748b;
            background: #fff;
            border: 1px solid #e2e8f0;
            cursor: pointer;
            transition: all 0.3s;
        }

        .filter-tab:hover {
            border-color: #f59e0b;
            color: #f59e0b;
        }

        .filter-tab.active {
            background: #f59e0b;
            color: #fff;
            border-color: #f59e0b;
        }
        .destin-text {
            max-width: 100%;
            margin-bottom: 40px;
            color: #333;
            font-weight: 100;
            line-height: 24px;
        }
        /* Header */
        header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding: 20px 0;
        }

        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo-icon {
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #6366f1, #3b82f6, #06b6d4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .logo-icon::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #fbbf24;
            border-radius: 50%;
            top: 6px;
            left: 6px;
        }

        .logo-icon::after {
            content: '';
            position: absolute;
            width: 7px;
            height: 10px;
            background: #1e3a5f;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            bottom: 5px;
            right: 8px;
        }

        .logo-text {
            color: #fff;
        }

        .logo-text .brand {
            font-size: 16px;
            font-weight: 700;
            font-style: italic;
            letter-spacing: 0.5px;
        }

        .logo-text .sub {
            font-size: 8px;
            font-weight: 400;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            opacity: 0.7;
        }
		.our-services{
			 
		}

        nav {
            display: flex;
            align-items: center;
            gap: 28px;
        }

        nav a {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            transition: opacity 0.3s;
        }

        nav a:hover {
            opacity: 0.8;
        }

        nav a.active {
            font-weight: 700;
        }

        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .header-phone {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .header-phone i {
            font-size: 13px;
        }

        .lang-select {
            color: #fff;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
        }

        .lang-select i {
            font-size: 11px;
        }

        /* Hero Section */
        .hero2 {
            position: relative;
            height: 320px;
            background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 30%, #0ea5e9 60%, #38bdf8 100%);
            overflow: hidden;
        }

        .hero2-bg {
            position: absolute;
            inset: 0;
			width: 100%;
			height: auto;
            background: url('../img/Bg_service1.jpg') left/cover ;
            opacity:1;
        }

        .hero2-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0,30,60,0.5) 0%, rgba(0,30,60,0.1) 60%, transparent 100%);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .hero h1 {
            color: #fff;
            font-size: 56px;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .hero-boat {
            position: absolute;
            right: 12%;
            top: 10%;
            z-index: 1;
        }

        .hero-boat img {
            width: 280px;
            filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
            transform: rotate(-5deg);
        }


        /* Service Grid */
        .service-section {
            padding: 50px 0 70px;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
        }

        .service-card {
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            transition: transform 0.3s, box-shadow 0.3s;
            cursor: pointer;
        }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        }

        .service-card-img {
            height: 180px;
            overflow: hidden;
        }

        .service-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .service-card:hover .service-card-img img {
            transform: scale(1.05);
        }

        .service-card-info {
            padding: 18px 16px;
        }

        .service-card-info h4 {
            font-size: 15px;
            font-weight: 600;
            color: #1e293b;
        }

		
		
		/* Responsive */
		@media (max-width: 1024px) {
		   
		}
		
		@media (max-width: 768px) {
			
			.hero2-bg {
				position: absolute;
				
				width: 120%;
				height: auto;
				background: url('../img/Bg_service.jpg') left/cover ;
				opacity:1;
			}
		
		}