/*Custom CSS defined in the manager*/
.gp_gridRow.gp_gridFixed .gp_gridColumn8{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background-color:#ffffff}.hero-container{position:relative;width:100%;height:60vh;overflow:hidden;border-radius:0 0 30px 30px;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:10}.hero-text h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,0.7);color:white;font-weight:700;letter-spacing:2px}.hero-text p{font-size:1.4rem;text-shadow:1px 1px 4px rgba(0,0,0,0.7);color:white;font-weight:400}.category-section{padding:5rem 0;margin-top:3rem}.category-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:3rem}.category-card{display:flex;align-items:center;gap:3rem}.category-left{flex-direction:row}.category-right{flex-direction:row}.category-content{flex:1}.category-content h2{color:#003d5c;font-size:2rem;margin-bottom:1rem;font-weight:700}.category-content p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.category-image{flex:1;display:flex;justify-content:center;align-items:center}.category-image img{width:100%;max-width:500px;height:auto;aspect-ratio:1.777777778;object-fit:cover;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.category-btn{background-color:#003d5c;color:white;border:none;padding:0.9rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all 0.3s ease}.category-btn:hover{background-color:#00567d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,61,92,0.3)}.category-buttons{display:flex;gap:1rem}.category-btn-primary{background-color:#003d5c}.category-btn-secondary{background-color:#e0e0e0;color:#003d5c}.category-btn-secondary:hover{background-color:#d0d0d0}.content-intro{max-width:1200px;margin:3rem auto 2rem auto;padding:0 1rem;text-align:left}.content-intro h2{color:#003d5c;font-size:2rem;font-weight:600}.content{max-width:1200px;margin:0 auto;padding:0 1rem}.voucher-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.voucher-card{background:transparent;cursor:pointer;transition:transform 0.3s ease}.voucher-card:hover{transform:translateY(-5px)}.voucher-image{width:100%;height:220px;object-fit:cover;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.3s ease}.voucher-card:hover .voucher-image{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.card-content{padding:1rem 0}.card-content h3{color:#003d5c;font-size:1.2rem;margin-bottom:0.5rem;font-weight:600}.card-description{color:#999;font-size:0.9rem;margin-bottom:0.5rem}.value{color:#003d5c;font-size:1rem;font-weight:600}.why-online-section{max-width:1200px;margin:5rem auto 3rem auto;padding:0 1rem}.why-online-section h2{color:#003d5c;font-size:2rem;margin-bottom:3rem;font-weight:600}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}.benefit-card{display:flex;flex-direction:column;align-items:flex-start}.benefit-icon{margin-bottom:1rem}.benefit-icon svg{display:block}.benefit-content h3{color:#003d5c;font-size:1.1rem;margin:0 0 0.5rem 0;font-weight:600}.benefit-content p{color:#666;line-height:1.6;font-size:0.95rem;margin:0}.footer{padding:4rem 0 2rem 0;margin-top:5rem;border-top:1px solid #e0e0e0}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer-column{display:flex;flex-direction:column}.footer-logo{max-width:180px;height:auto;margin-bottom:2rem}.social-icons{display:flex;gap:1rem}.social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;border-radius:50%;color:#666;transition:all 0.3s ease;text-decoration:none}.social-icons svg{width:20px;height:20px}.social-icons a:hover{background-color:#003d5c;color:white;transform:translateY(-3px)}.footer-column h4{color:#003d5c;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:0.8rem}.footer-column ul li a{color:#666;text-decoration:none;transition:color 0.3s ease}.footer-column ul li a:hover{color:#003d5c}.footer-bottom{max-width:1200px;margin:3rem auto 0 auto;padding:2rem 1rem 0 1rem;border-top:1px solid #e0e0e0;text-align:center}.footer-bottom p{color:#999;font-size:0.9rem}@media (max-width:992px){.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.2rem}.category-card{flex-direction:column !important;text-align:center}.category-content{display:flex;flex-direction:column;align-items:center}.category-buttons{justify-content:center}.voucher-section{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}.footer-brand{grid-column:-1;text-align:center}.social-icons{justify-content:center}}@media (max-width:576px){.hero-text h1{font-size:1.8rem}.hero-text p{font-size:1rem}.category-section{padding:3rem 0}.category-content h2{font-size:1.5rem}.category-buttons{flex-direction:column;width:100%}.category-btn{width:100%}.voucher-section{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-column{align-items:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-logo{margin-left:auto;margin-right:auto}.social-icons{justify-content:center}}