@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");.page-wrapper{font-family:Almarai,sans-serif;width:100%;background-color:#fafafa}.hero-image-wrapper{position:relative;width:400px;height:400px;flex-shrink:0}.circles{position:absolute;inset:0;border-radius:70%;background:radial-gradient(circle at center,#bfe1ff 0,#cfe9ff 40%,#e3f2ff 60%)}.family-img{position:absolute;bottom:0;z-index:2}.offers-hero{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start;padding:30px 20px;background:linear-gradient(to top left,#e8f3ff,#fff);border-radius:20px;margin-top:40px}.offers-hero h1{font-size:55px;font-weight:700;line-height:1;color:#247fa7;margin-bottom:20px;text-align:center}.offers-hero p{font-size:19px;color:#555;line-height:1.5;max-width:800px;text-align:center;margin:50px auto auto}.offers-hero-image{background-repeat:no-repeat;background-position:50%;background-size:contain;width:500;height:500;position:absolute;inset:0;z-index:1}.offers-hero-image img{padding:40px;max-width:350px;width:100%}.tabs{display:flex;justify-content:center;margin:15px 0}.tabs button{background:none;border:none;font-size:18px;padding:10px;border-radius:.5rem;cursor:pointer;color:#fff}.tabs .active{background-color:#a0b347;padding:10px;font-weight:700}.search-box{display:flex;justify-content:center}.search-box input{height:45px;width:300px;padding:14px 18px;font-size:16px;border:1px solid #ccc;border-radius:10px;outline:none}.search-box input:focus{border-color:#1a73e8}.offers-section-title{text-align:center;font-size:32px;font-weight:800;color:#247fa7;margin-bottom:40px}.offers-grid{display:grid;width:90%!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));justify-content:center;gap:30px;margin-bottom:100px}.offer-card{background:#fff;border:1px solid #48bfd7;border-radius:10px;padding:20px;text-align:center;transition:.3s;flex-direction:column}.offer-card,.offer-card2{display:flex;justify-content:center;align-items:center}.offer-card2{margin-top:10px;border-radius:20px;height:150px;border:1px solid #d8e6ff;position:relative}.offer-name{font-weight:700;color:#247fa7}.offer-card2:hover,.offer-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.offer-img{width:100%;border-radius:2px}.price{font-size:35px;font-weight:700;color:#fff;line-height:60px;margin:0}.price-btn{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:150px;height:60px;border:none;border-radius:3px;margin-top:1rem;padding:1rem}.book-btn{margin-top:18px;width:70%;padding:12px 0;background:#a0b347;border:none;color:#fff;font-size:18px;border-radius:30px;cursor:pointer;transition:.3s;position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);font-weight:700}.book-btn:hover{background:#88b84f}.footer{margin-top:80px;background:#0f3d7a;color:#fff;padding:50px 30px;border-radius:20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}.footer h3{font-size:20px;font-weight:700;margin-bottom:18px}.footer ul{list-style:none;padding:0}.footer ul li{color:#d4d4d4;margin-bottom:10px;font-size:15px}.map-box{width:100%;height:150px;background:#d0d8e8;border-radius:10px}.footer p{text-align:center;margin-top:40px;color:#cce0ff;font-size:14px}.gradient-bg{background:linear-gradient(270deg,#eee 30%,#dfeef3);margin-bottom:3rem;padding:2rem 1rem}