 <style>
		/* Packages cards styles */
		.packages-grid {
			display: flex;
			gap: 24px;
			flex-wrap: wrap;
			justify-content: center
		}

		.pkg-card {
			background: #fff;
			border-radius: 6px;
			box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
			flex: 1 1 30%;
			min-width: 240px;
			/* max-width: 360px; */
			border: 1px solid #eee;
			display: flex;
			flex-direction: column;
			overflow: hidden
		}

		.pkg-thumb {
			height: 300px;
			overflow: hidden;
			display: block
		}

		.pkg-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block
		}

		.pkg-body {
			padding: 20px;
			flex: 1;
			display: flex;
			flex-direction: column
		}

		.pkg-title {
			font-weight: 700;
			margin: 6px 0
		}

		.pkg-sub {
			color: #d2aeb4;
			font-size: 14px;
			margin-bottom: 12px
		}

		.pkg-features {
			flex: 1;
			margin: 0 0 14px 0;
			padding: 0;
			list-style: none;
			color: #6b6b6b;
			font-size: 14px
		}

		.pkg-features li {
			margin-bottom: 6px
		}

		.pkg-footer {
			display: flex;
			align-items: center;
			justify-content: center; // Center the button horizontally
		}

		.pkg-price {
			font-weight: 700;
			color: #37575D
		}

		.btn-pink {
			background: #DB479D;
			color: #fff;
			border-radius: 30px;
			padding: 10px 20px;
			border: none
		}

		@media (max-width:991px) {
			.packages-grid {
				justify-content: center
			}

			.pkg-card {
				max-width: 320px
			}
		}

        .offer-card {
            background: linear-gradient(135deg, #fff 0%, #fff7fb 60%, #ffeef7 100%);
            border: 1px solid #f4d6e6;
            border-radius: 14px;
            box-shadow: 0 14px 34px rgba(55, 87, 93, 0.12);
            padding: 38px 30px;
            position: relative;
            overflow: hidden;
        }

        .offer-card::before {
            content: '';
            position: absolute;
            top: -55px;
            right: -55px;
            width: 155px;
            height: 155px;
            background: rgba(219, 71, 157, 0.12);
            border-radius: 50%;
        }

        .offer-badge {
            display: inline-block;
            padding: 6px 14px;
            border-radius: 999px;
            background: rgba(219, 71, 157, 0.14);
            color: #9a2f70;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.4px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .offer-card h4 {
            margin-bottom: 10px;
            font-size: 34px;
            line-height: 1.15;
            color: #2d4348;
        }

        .offer-card p {
            font-size: 18px;
            line-height: 1.6;
            color: #4f6469;
            margin-bottom: 22px;
        }

        .offer-card p strong {
            color: #db479d;
            font-weight: 800;
        }

        .offer-cta {
            padding: 12px 24px;
            border-radius: 999px;
            font-weight: 700;
            box-shadow: 0 10px 24px rgba(55, 87, 93, 0.22);
            background-color: #37575d;
            border: none;
        }

        .offer-cta:hover {
            background-color: #2f4b50;
        }

        @media (max-width: 767px) {
            .offer-card {
                padding: 28px 20px;
            }

            .offer-card h4 {
                font-size: 28px;
            }

            .offer-card p {
                font-size: 16px;
            }
             .hero-banner.style-1 img {
        height: 75vh;
    }
        }
        .justify-content-between {
            justify-content: center !important;
        }
        
        .map-wrapper.style-1{
            min-height: unset;
        }
        .map-wrapper.style-1 iframe{
            height : 450px;
        }
           
	</style>