@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap";:root{--color-black: #000000;--color-orange: #e67e22;--color-blue: #1976d2}html,body,#root{font-family:Poppins,Arial,Helvetica,sans-serif;font-size:16px;overflow-x:hidden!important;width:100vw;max-width:100vw;position:relative}body{padding-top:80px}*{box-sizing:border-box;margin:0;padding:0}.cta-button{display:inline-block;background:linear-gradient(135deg,#e67e22,#1976d2);color:#fff;padding:.8rem 1.6rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#e67e22,#d35400);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #e67e224d;letter-spacing:1px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-width:140px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e67e2266;background:linear-gradient(135deg,#d35400,#e67e22);color:#fff}@media(max-width:900px){html,body,#root{font-size:15px}}@media(max-width:600px){html,body,#root{font-size:14px}}.navbar,.navbar *{font-family:Poppins,Arial,Helvetica,sans-serif!important;font-weight:600!important;font-size:1.1rem!important}.navbar-links li,.navbar-links .dropdown span,.navbar-links .dropdown-menu li{font-size:1.15rem!important}.navbar{display:flex;flex-direction:column;background:#fff;box-shadow:0 4px 16px #e67e221a,0 1.5px 0 var(--color-orange);position:fixed;top:0;left:0;right:0;z-index:1000;margin-bottom:0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.navbar.scrolled{background:#fff6;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.navbar.scrolled:hover{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.navbar-contact-top{background:var(--color-blue);color:#fff;padding:.5rem 1.2rem;display:flex;justify-content:flex-end;align-items:center}.contact-info{display:flex;gap:2rem;font-size:.9rem}.contact-info span{display:flex;align-items:center;gap:.5rem}.contact-info a{color:#fff;text-decoration:none}.contact-info a:hover{color:#301e0e}.contact-info strong{color:#fff}.navbar-main{display:flex;align-items:center;justify-content:space-between;gap:0;width:100%;flex-wrap:nowrap;min-width:0;padding:0rem 1.2rem 0;min-height:60px}@media(max-width:1400px){.navbar-main{gap:1.5rem}.navbar-links{gap:.2rem}.navbar-links a,.navbar-links span{font-size:1.05rem!important;padding:.4rem .7rem}.navbar-logo img{height:60px}}.navbar-logo{flex-shrink:0}.navbar-logo img{height:80px;margin-right:.3rem}.navbar-links{list-style:none;display:flex;gap:.5rem;margin:0 0 10px;padding:0;flex-wrap:nowrap;align-items:center;min-width:0}.navbar-appointment{margin-left:1.5rem;margin-right:0;display:flex;align-items:center}.book-appointment-btn{background:var(--color-blue);color:#fff!important;padding:.8rem 1.5rem!important;border-radius:8px;text-decoration:none;font-weight:600!important;font-size:1.1rem!important;transition:all .3s ease;border:2px solid var(--color-blue);display:inline-block;white-space:nowrap}.book-appointment-btn:hover{background:#1565c0!important;border-color:#1565c0;transform:translateY(-2px);box-shadow:0 4px 12px #1976d24d;cursor:pointer}.navbar-links li{position:relative}.navbar-links a,.navbar-links span{text-decoration:none;color:var(--color-black);font-size:1.5rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background .2s,color .2s}.navbar-links a:hover,.navbar-links span:hover{background:var(--color-blue);color:#fff}.dropdown-menu{display:none;position:absolute;top:120%;left:0;background:#fff;box-shadow:0 4px 16px #00000014;border-radius:6px;min-width:250px;z-index:1001;padding:.5rem 0;list-style:none;margin:0}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{width:100%;list-style:none}.dropdown-menu a{display:block;width:100%;padding:.5rem 1.5rem;color:var(--color-black);background:none;border-radius:0}.dropdown-menu a:hover{background:var(--color-blue);color:#fff}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:1100}.navbar-hamburger .bar{width:28px;height:4px;background:#1976d2;margin:3px 0;border-radius:2px;transition:.3s}.navbar-hamburger.open .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger.open .bar:nth-child(2){opacity:0}.navbar-hamburger.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1200px){.navbar-main{padding:.5rem 1rem;min-height:60px;gap:0;width:100%;flex-wrap:nowrap;min-width:0}.navbar-logo{flex-shrink:0}.navbar-appointment{display:none}.navbar-links{position:fixed;top:130px;left:0;right:0;width:100vw;max-width:none;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:1.5rem 2rem 2rem;box-shadow:0 8px 32px #e67e221a;transform:translateY(-120%);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,2,.6,1);z-index:1050;border-radius:0 0 16px 16px;min-width:0}.navbar-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.navbar-links li{width:100%;margin:.5rem 0}.navbar-links a,.navbar-links span{width:100%;display:block;font-size:1.2rem;padding:1rem .5rem;border-radius:6px}.navbar-appointment-mobile .book-appointment-btn{width:100%;display:block;margin-top:1rem;background:var(--color-blue);color:#fff!important;text-align:center;font-size:1.1rem!important;padding:1rem 0!important;border-radius:8px;font-weight:700;border:2px solid var(--color-blue);transition:all .3s}.navbar-appointment-mobile .book-appointment-btn:hover{background:#1565c0!important;border-color:#1565c0}.navbar-hamburger{display:flex;margin-left:.5rem;margin-right:.5rem;z-index:1101}}@media(max-width:600px){body{padding-top:110px}.navbar{min-height:110px}.navbar-contact-top{padding:.5rem;font-size:.9rem}.contact-info{gap:.3rem;font-size:.8rem;flex-direction:column;align-items:flex-end;word-break:break-word;white-space:normal;width:100%}.contact-info span{word-break:break-word;white-space:normal;width:100%;display:block;text-align:right}.navbar-main{padding:.5rem;min-height:56px;flex-wrap:nowrap;width:100%}.navbar-logo img{height:40px}.navbar-appointment{margin-left:.5rem;margin-right:0}.book-appointment-btn{padding:.5rem 1rem!important;font-size:.9rem!important}.navbar-hamburger{margin-left:.5rem;margin-right:.5rem;z-index:1101}.navbar-links{top:110px;flex-wrap:wrap;width:auto}}.hero-carousel{position:relative;width:100%;overflow:hidden;overflow-x:hidden;background:radial-gradient(circle at top left,#e5f1ff,#fff,#fdf5ff);padding:3rem 1.5rem 4rem;display:flex;justify-content:center}.hero-slide{max-width:1200px;width:100%;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:center;gap:3.5rem}.hero-text{max-width:560px}.hero-kicker{margin-top:30px;text-transform:uppercase;letter-spacing:.18em;font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.75rem}.hero-title{font-size:2.7rem;line-height:1.25;font-weight:800;color:#0f172a;margin-bottom:.4rem}.hero-tagline{font-size:1.05rem;color:#2563eb;margin-bottom:1.1rem}.hero-body{font-size:.98rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.hero-cta-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.1rem}.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.8rem;border-radius:999px;background-color:#2563eb;color:#fff;font-weight:600;text-decoration:none;font-size:.98rem;box-shadow:0 10px 25px #2563eb59;border:none;cursor:pointer;transition:all .2s ease}.hero-cta-button:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 14px 32px #2563eb66}.hero-meta{font-size:.95rem;color:#6b7280}.hero-meta strong{color:#111827}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:none;background:#fff;color:#1f2937;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0f172a2e;cursor:pointer;transition:all .2s ease;z-index:2}.hero-arrow-left{left:1.5rem}.hero-arrow-right{right:1.5rem}.hero-arrow:hover{background:#eff6ff;transform:translateY(-50%) translateY(-1px)}.hero-dots{position:absolute;left:50%;bottom:1.75rem;transform:translate(-50%);display:flex;gap:.45rem}.hero-dot{width:9px;height:9px;border-radius:999px;border:none;background-color:#94a3b899;cursor:pointer;transition:all .2s ease}.hero-dot-active{width:20px;background-color:#2563eb}.hero-image-wrapper{padding-top:20px;display:flex;justify-content:flex-end;max-width:100vw}.hero-image{max-width:620px;width:80vw;height:auto;object-fit:cover;transform:translate(6%);border-radius:28px}@media(max-width:1024px){.hero-slide{gap:2.5rem}.hero-title{font-size:2.3rem}.hero-kicker{font-size:1.6rem}}@media(max-width:900px){.hero-carousel{padding:2.5rem 1.25rem 3.75rem}.hero-slide{grid-template-columns:minmax(0,1fr);gap:2.3rem;padding-left:70px}.hero-image-wrapper{align-items:center;justify-content:center;padding-top:0}.hero-title{font-size:2.1rem}.hero-kicker{margin-top:0;font-size:1.35rem;letter-spacing:.14em}.hero-text{max-width:100%}.hero-image{width:min(92vw,640px);max-width:640px;transform:none}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}}@media(max-width:640px){.hero-carousel{padding:1.75rem 1rem 1.25rem}.hero-slide{justify-items:center}.hero-title{font-size:clamp(1.6rem,5.2vw,1.95rem);line-height:1.2}.hero-tagline{font-size:.98rem}.hero-body{font-size:.95rem}.hero-kicker{font-size:1.05rem;letter-spacing:.12em}.hero-cta-row{flex-wrap:wrap}.hero-dots{position:static;transform:none;justify-content:center;margin-top:1.1rem;padding-bottom:.5rem}.hero-arrow{top:auto;bottom:.65rem;transform:none;width:34px;height:34px;font-size:1.35rem}.hero-arrow-left{left:.75rem}.hero-arrow-right{right:.75rem}.hero-image{width:100%;max-width:520px;max-height:46vh;aspect-ratio:16 / 10;transform:none;border-radius:18px;display:block;margin-inline:auto}.hero-image-wrapper{max-width:520px;width:100%;justify-content:center;padding-top:0;margin-inline:auto;align-items:center}}.study-destinations-section{padding:4rem 2rem;background:linear-gradient(135deg,#fff7ef,#f0f8ff);min-height:100vh;position:relative;z-index:1}.study-destinations-header{text-align:center;max-width:1200px;margin:0 auto 4rem;position:relative;z-index:2}.study-destinations-header h2 span{color:var(--color-blue)}.study-destinations-header h2{font-size:1.9rem;font-weight:800;color:var(--color-orange);margin-bottom:1.5rem;line-height:1.2}.study-destinations-header p{font-size:1.2rem;color:var(--color-black);margin-bottom:1rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.study-destinations-header .subtitle{font-size:1.5rem;color:var(--color-blue);font-weight:800;margin-top:1rem}.study-destinations-header .paragraph{font-size:1.2rem;color:var(--color-blue);font-weight:500;margin-top:1rem;text-align:center}.study-destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1450px;margin:0 auto;position:relative;z-index:3}.destination-card{background:#fff7e6;border-radius:20px;overflow:visible;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--color-orange);position:relative;z-index:10}.destination-card.lower-z-index{z-index:5}.destination-card:hover{transform:translateY(-10px);box-shadow:0 16px 48px #00000026;border-top:4px solid var(--color-blue)}.destination-image-container{position:relative;height:200px;overflow:hidden;border-radius:20px 20px 0 0}.destination-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.destination-card:hover .destination-image{transform:scale(1.05)}.destination-content{padding:2rem;position:relative}.destination-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:10}.destination-title-link{text-decoration:none;display:block;flex-shrink:0}.destination-title{font-size:1.5rem;font-weight:700;color:var(--color-orange);margin:0;transition:color .3s ease;cursor:pointer;white-space:nowrap}.destination-title-link:hover .destination-title{color:var(--color-blue)}.quick-links-container{position:relative;flex-shrink:0;display:block;z-index:1000}.quick-links-toggle{display:flex;align-items:center;gap:.4rem;background:var(--color-blue);color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #1976d24d;position:relative;z-index:1001}.quick-links-toggle:hover{background:#1565c0;transform:translateY(-2px);box-shadow:0 4px 12px #1976d266}.quick-links-toggle.open{background:#1565c0}.dropdown-arrow{transition:transform .3s ease;width:14px;height:14px}.dropdown-arrow.rotated{transform:rotate(180deg)}.quick-links-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 12px 32px #00000026;min-width:220px;max-height:0;overflow:hidden;transition:all .3s ease;z-index:9999;margin-top:.5rem;border:1px solid #e0e0e0}.quick-links-dropdown.open{max-height:400px;overflow-y:auto}.quick-links-link{display:block;padding:.8rem 1.2rem;color:var(--color-black);text-decoration:none;font-size:.9rem;font-weight:500;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.quick-links-link:hover{background:#f8f9fa;color:var(--color-blue);padding-left:1.8rem;font-weight:600}.quick-links-link:last-child{border-bottom:none}.destination-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem;position:relative;z-index:1}.destination-main-content{position:relative;z-index:1;margin-top:1rem}.destination-links{display:flex;flex-wrap:wrap;gap:.5rem;opacity:.7;transition:opacity .3s ease}.destination-card:hover .destination-links{opacity:1}.destination-link{display:inline-block;padding:.4rem .8rem;background:#f8f9fa;color:var(--color-blue);text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:500;transition:all .3s ease;border:1px solid #e9ecef}.destination-link:hover{background:var(--color-blue);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1976d24d}@media(max-width:768px){.destination-header{flex-direction:column;align-items:flex-start;gap:1rem}.quick-links-container{align-self:flex-end}.quick-links-dropdown{right:0;min-width:200px}.destination-links{opacity:.5}}@media(max-width:480px){.study-destinations-grid{grid-template-columns:1fr}.destination-card{margin:0 .5rem}.quick-links-dropdown{min-width:180px}}.card-carousel-section{padding:2rem;background:transparent;min-height:auto;display:flex;flex-direction:column;align-items:center}.card-carousel-container{position:relative;width:80%;max-width:none;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:0;--carousel-gap: -3px}.cards-wrapper{flex:1;overflow:hidden;position:relative;padding:0}.cards-track{display:flex;transition:transform .5s ease-in-out;gap:var(--carousel-gap);padding:0 calc(var(--carousel-gap) / 2)}.carousel-card{flex:0 0 calc((100% - (var(--carousel-gap) * 3)) / 4);background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;transition:transform .2s;text-align:center;min-height:0;display:flex;flex-direction:column;justify-content:center;margin:0;position:relative;overflow:visible}.carousel-card:hover{box-shadow:none;transform:none;border:none}.image-card{background:transparent;border:none;box-shadow:none;padding:0;border-radius:0;aspect-ratio:auto;min-height:unset;display:flex;align-items:center;justify-content:center}.carousel-image{width:80%;height:auto;object-fit:contain;display:block;margin:0 auto;max-width:100%;max-height:100%}.carousel-arrow{position:relative;background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;font-size:2rem;color:var(--color-blue);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;z-index:10;flex-shrink:0}.carousel-arrow:hover{background:var(--color-blue);color:#fff;transform:translateY(20px);box-shadow:0 6px 20px #1976d2b3}.carousel-arrow.left{left:0}.carousel-arrow.right{right:0}.carousel-dots{display:flex;gap:.5rem;margin-top:2rem;justify-content:center}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--color-blue);transform:scale(1.2)}.carousel-dot:hover{background:var(--color-blue);transform:scale(1.1)}@media(max-width:1200px){.carousel-card{flex:0 0 calc((100% - (var(--carousel-gap) * 2)) / 3);margin:0}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-title{font-size:1.3rem}.cards-track{padding:0 calc(var(--carousel-gap) / 2)}}@media(max-width:900px){.card-carousel-section{padding:2rem 1.5rem}.card-carousel-header h2{font-size:2.5rem}.card-carousel-header p{font-size:1.1rem}.carousel-card{flex:0 0 calc((100% - var(--carousel-gap)) / 2);margin:0}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-title{font-size:1.4rem}.carousel-arrow{width:40px;height:40px;font-size:1.5rem}.cards-track{padding:0 calc(var(--carousel-gap) / 2)}}@media(max-width:768px){.card-carousel-section{padding:1.5rem 1rem}.card-carousel-container{width:95%;padding:0}.carousel-card{flex:0 0 100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.carousel-arrow{width:35px;height:35px;font-size:1.2rem}.cards-wrapper{padding:0}.cards-track{padding:0;gap:0}.carousel-image{width:70%;height:auto;object-fit:contain;margin:0 auto;max-width:100%;max-height:100%}.card-icon{font-size:2rem;margin-bottom:.8rem}.card-title{font-size:1.2rem;margin-bottom:.8rem}.card-description{font-size:.95rem}.carousel-dots{margin-top:1.5rem}}@media(max-width:480px){.card-carousel-section{padding:1rem .5rem}.card-carousel-container{width:100%;padding:0}.carousel-card{flex:0 0 100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.carousel-arrow{display:none}.cards-wrapper{padding:0}.cards-track{padding:0;gap:0}.carousel-image{width:65%;height:auto;object-fit:contain;margin:0 auto;max-width:100%;max-height:100%}.card-icon{font-size:1.8rem;margin-bottom:.6rem}.card-title{font-size:1.1rem;margin-bottom:.6rem}.card-description{font-size:.9rem}.carousel-dots{margin-top:1rem}}.contact-form-section{margin:1rem 0;padding:0;text-align:center;box-sizing:border-box}.contact-form-section h3{color:#e67e22;margin-bottom:1.5rem;font-size:2rem;font-weight:800;font-family:Poppins,Arial,Helvetica,sans-serif;letter-spacing:1px;text-align:center;text-shadow:0 4px 24px rgba(230,126,34,.1),0 1px 0 #fff}.contact-form-section h3 span{color:#1976d2}.contact-form{display:flex;flex-direction:column;align-items:center;gap:1.2rem;max-width:500px;width:100%;margin:0 auto;padding:2.5rem 2rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;border-top:4px solid #e67e22;transition:transform .3s ease,box-shadow .3s ease}.contact-form:hover{transform:translateY(-5px);box-shadow:0 16px 48px #00000026;border-top:4px solid #1976d2}.input-icon-group .select-destination{width:100%;padding:.9rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem}.contact-form input,.contact-form select{width:100%;padding:.9rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;outline:none;transition:all .3s ease;background:#fff;box-shadow:0 2px 8px #0000000a}.contact-form input:focus,.contact-form select:focus{border-color:#1976d2;box-shadow:0 0 0 4px #1976d21a}.contact-form button{background:linear-gradient(135deg,#e67e22,#d35400);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 16px #e67e224d;letter-spacing:1px;text-transform:uppercase}.contact-form button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #e67e2266;background:linear-gradient(135deg,#d35400,#e67e22)}.form-success{color:#27ae60;font-size:1.2rem;background:#eafaf1;padding:1rem 2rem;border-radius:12px;display:inline-block}.contact-form-flex{display:flex;flex-direction:row;width:95vw;height:90vh;max-width:1400px;max-height:90vh;margin:2rem auto;background:linear-gradient(135deg,#fff7ef,#f0f8ff);box-sizing:border-box;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.contact-form-section.left{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;background:#fff}.contact-form-section.right{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;position:relative;overflow:hidden}.contact-form-message{max-width:400px;text-align:left;color:#e67e22;z-index:2}.contact-form-message h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-form-message p{font-size:1.2rem;color:#444}.large-text{font-size:1.1rem}.contact-form-message-watermark{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%;height:100%}.contact-form-watermark{width:100px;height:auto;opacity:.13;margin-left:1rem;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.contact-form-section.right.contact-form-bg-image{background:none!important;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.contact-form-section.right.contact-form-bg-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1578357078586-491adf1aa5ba?q=80&w=764&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.8;z-index:1;pointer-events:none}.contact-form-message-overlay{position:relative;z-index:2;background:#fffffff2;color:#333;padding:2.5rem 2rem;border-radius:20px;max-width:400px;margin:0 auto;font-size:1.2rem;box-shadow:0 8px 32px #0000001a;border-top:4px solid #1976d2}.contact-form-message-overlay h4{font-size:2.2rem;font-weight:800;margin-bottom:1rem;color:#1976d2}.contact-form-message-overlay p{font-size:1.1rem;color:#666;line-height:1.6}.contact-form-title{font-size:1rem}.contact-form label{font-size:.9rem}.contact-form input{height:3rem;font-size:1rem;padding:.8rem 1rem}.contact-form textarea{min-height:120px;font-size:1rem;padding:.8rem;resize:vertical}.contact-form select{font-size:.9rem;padding:.6rem .8rem}.contact-form button{width:100%;font-size:1rem;padding:.8rem 0;height:auto}@media(max-width:900px){.contact-form-flex{flex-direction:column;height:auto;min-height:0;max-height:none;width:95vw}.contact-form-section.left,.contact-form-section.right{padding:2rem 1.5rem}.contact-form-section.right{min-height:300px}.contact-form-message-watermark{flex-direction:column;gap:1rem;align-items:flex-start}.contact-form-watermark{margin-left:0;margin-top:1rem;width:80px}.contact-form-section.right.contact-form-bg-image{min-height:300px}.contact-form-message-overlay{padding:2rem 1.5rem;font-size:1rem;max-width:95vw}}.form-popup-overlay{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center}.form-popup{background:#fff;border-radius:20px;box-shadow:0 16px 48px #0003;padding:3rem 2.5rem;min-width:350px;max-width:90vw;text-align:center;position:relative;animation:popup-fade-in .3s;border-top:4px solid #27ae60}.form-popup h2{color:#27ae60;margin-bottom:1rem;font-size:2rem;font-weight:700}.form-popup p{color:#666;font-size:1.1rem;line-height:1.6}.form-popup-close{position:absolute;top:1rem;right:1.5rem;font-size:2rem;color:#999;cursor:pointer;transition:color .3s ease;background:none;border:none;padding:0}.form-popup-close:hover{color:#e67e22}@keyframes popup-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.input-icon-group{position:relative;width:100%;margin-bottom:.2rem;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;z-index:2;display:flex;align-items:center}.input-icon-group input,.input-icon-group select{padding-left:3rem!important;width:100%;margin:0}.input-required{color:#e53935;font-size:1.2rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;font-weight:700}.input-icon-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E") no-repeat right 1rem center;background-size:16px}.footer{background:#222;color:#fff;padding:2rem 0 1rem;margin-top:3rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-social{display:flex;gap:1.5rem;margin-bottom:.5rem}.footer-social a{color:#e67e22;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:8px}.footer-social a:hover{color:#fff;transform:translateY(-2px);background:#ffffff1a}.social-icon{fill:currentColor;transition:all .3s ease}.footer-social a:hover .social-icon{fill:#fff;transform:scale(1.1)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-links a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#1976d2}.footer-copyright{text-align:center;margin-top:1.5rem;color:#bbb;font-size:.85rem}.about-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.about-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a}.about-header h1{font-size:3.5rem;font-weight:800;color:#e67e22;margin-bottom:1.5rem;line-height:1.3}.about-header span{color:#1976d2}.about-header .subtitle{font-size:1.3rem;color:#1976d2;font-weight:600;line-height:1.5}.about-content{max-width:1200px;margin:0 auto;padding:0 2rem}.about-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.about-section h2{font-size:2.5rem;font-weight:700;color:#e67e22;margin-bottom:2.5rem;text-align:center;line-height:1.3}.about-section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.8rem;text-align:justify}.about-section strong{color:#1976d2}.about-section p:last-child{margin-bottom:0}.about-section ul{margin:2rem 0;padding-left:2rem}.about-section li{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1rem;text-align:justify;display:flex;align-items:flex-start;gap:.7rem}.about-section li:last-child{margin-bottom:0}.about-section li svg{flex-shrink:0;margin-top:.1rem}.services-list,.benefits-list{margin:1.5rem 0;padding-left:2rem}.services-list li,.benefits-list li{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.2rem;text-align:justify;display:flex;align-items:flex-start;gap:.7rem}.services-list li:last-child,.benefits-list li:last-child{margin-bottom:0}@media(max-width:900px){.about-header h1{font-size:2.8rem}.about-section{padding:2rem}.about-section h2{font-size:2rem}}@media(max-width:600px){.about-page{padding:1rem 0}.about-header{padding:2rem 1rem}.about-header h1{font-size:2.2rem}.about-content{padding:0 1rem}.about-section{padding:1.5rem;margin-bottom:2rem}.about-section h2{font-size:1.8rem}.about-section li{flex-direction:column;gap:.5rem}.about-section li svg{align-self:flex-start}}.services-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.services-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a}.services-header h1{font-size:3.5rem;font-weight:800;color:#e67e22;margin-bottom:1.5rem;line-height:1.3}.services-header span{color:#1976d2}.services-header .subtitle{font-size:1.3rem;color:#1976d2;font-weight:600;line-height:1.5}.services-content{max-width:1200px;margin:0 auto;padding:0 2rem}.services-section,.services-section-card{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.services-section h2,.services-section-card h2{font-size:2.5rem;font-weight:700;color:#e67e22;margin-bottom:2.5rem;text-align:center;line-height:1.3}.services-section-card p{font-size:1.1rem;display:flex;align-items:center;justify-content:center}.services-section-card h3{margin-bottom:1.2rem;font-size:1.3rem;display:flex;align-items:center;justify-content:center}.services-section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.8rem;text-align:justify}.services-section strong{color:#1976d2}.services-section p:last-child{margin-bottom:0}.services-section ul{margin:2rem 0;padding-left:2rem}.services-section li{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1rem;text-align:justify}.services-section li:last-child{margin-bottom:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:2rem}.service-card{background:#f8f9fa;padding:2.5rem;border-radius:15px;border:2px solid #e0e0e0;transition:all .3s ease;text-align:center}.service-card:hover{border-color:#1976d2;transform:translateY(-5px);box-shadow:0 12px 40px #1976d226}.service-card-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.service-card-title{font-size:1.4rem;font-weight:700;color:#1976d2;margin-bottom:1rem;line-height:1.4}.service-card-content{color:#1d1d1d;line-height:1.5;font-size:1rem;margin-bottom:0}.benefits-list{margin:1.5rem 0;padding-left:2rem}.benefits-list li{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.2rem;text-align:justify}.benefits-list li:last-child{margin-bottom:0}@media(max-width:900px){.services-header h1{font-size:2.8rem}.services-section{padding:2rem}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:600px){.services-page{padding:1rem 0}.services-header{padding:2rem 1rem}.services-header h1{font-size:2.2rem}.services-content{padding:0 1rem}.services-section{padding:1.5rem;margin-bottom:2rem}.services-section h2{font-size:1.8rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.contact-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a}.contact-header h1{font-size:3.5rem;font-weight:800;color:#e67e22;margin-bottom:1.5rem;line-height:1.3}.contact-header span{color:#1976d2}.contact-header .subtitle{font-size:1.3rem;color:#1976d2;font-weight:600;line-height:1.5}.contact-content{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.contact-section h2{font-size:2.5rem;font-weight:700;color:#e67e22;margin-bottom:2.5rem;text-align:center;line-height:1.3}.contact-section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.8rem;text-align:justify}.contact-section strong{color:#1976d2}.contact-section p:last-child{margin-bottom:0}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:2rem}.contact-info-item{background:#f8f9fa;padding:2.5rem;border-radius:15px;border:2px solid #e0e0e0;transition:all .3s ease;display:flex;align-items:flex-start;gap:1.5rem}.contact-info-item:hover{border-color:#1976d2;transform:translateY(-5px);box-shadow:0 12px 40px #1976d226}.contact-info-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a}.contact-info-content h3{font-size:1.3rem;font-weight:700;color:#1976d2;margin-bottom:.5rem;line-height:1.4}.contact-info-content p,.contact-info-content a{color:#555;line-height:1.7;font-size:1.05rem;margin-bottom:0;text-decoration:none;transition:color .3s ease}.contact-info-content a:hover{color:#e67e22}.cta-button{display:inline-block;background:linear-gradient(135deg,#e67e22,#1976d2);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e67e224d;color:#fff;text-decoration:none}.cta-button:hover:before{left:100%}.cta-button:active{transform:translateY(0);box-shadow:0 4px 15px #e67e224d}@media(max-width:900px){.contact-header h1{font-size:2.8rem}.contact-section{padding:2rem}.contact-section h2{font-size:2rem}.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contact-info-item{text-align:center}}@media(max-width:600px){.contact-page{padding:1rem 0}.contact-header{padding:2rem 1rem}.contact-header h1{font-size:2.2rem}.contact-content{padding:0 1rem}.contact-section{padding:1.5rem;margin-bottom:2rem}.contact-section h2{font-size:1.8rem}.contact-info-grid{grid-template-columns:1fr;gap:1.5rem}.contact-info-item{padding:2rem;flex-direction:column;text-align:center;align-items:center;justify-content:center}.contact-info-icon{align-self:center;margin-bottom:1rem}.contact-info-content{text-align:center;width:100%}.contact-info-content h3{text-align:center}.contact-info-content p,.contact-info-content a{text-align:center;display:block}}@media(max-width:480px){.contact-header{padding:1.5rem .5rem}.contact-header h1{font-size:2rem}.contact-content{padding:0 .5rem}.contact-section{padding:1rem}.contact-info-item{padding:1.5rem}.contact-info-icon{width:45px;height:45px}}.success-stories-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.success-stories-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a}.success-stories-header h1{font-size:3.5rem;font-weight:800;color:#e67e22;margin-bottom:1.5rem;line-height:1.3}.success-stories-header h1 span{color:#1976d2}.success-stories-header .subtitle{font-size:1.3rem;color:#1976d2;font-weight:600;line-height:1.5}.success-stories-content{max-width:1200px;margin:0 auto;padding:0 2rem}.success-stories-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.success-stories-section h2{font-size:2.5rem;font-weight:700;color:#e67e22;margin-bottom:2.5rem;text-align:center;line-height:1.3}.success-stories-section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.8rem;text-align:justify}.success-stories-section strong{color:#1976d2;font-weight:700;margin-right:.5rem;display:inline-block}.success-stories-section p:last-child{margin-bottom:0}.cta-section{text-align:center;margin-top:2rem}.cta-button{display:inline-block;background:transparent;color:#e67e22;padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #e67e2233;border:2px solid #e67e22}.cta-button:hover{background:#1976d2;border-color:#1976d2;transform:translateY(-2px);box-shadow:0 6px 20px #1976d266;color:#fff;text-decoration:none}.cta-button:active{transform:translateY(0);box-shadow:0 4px 15px #e67e2233}@media(max-width:900px){.success-stories-header h1{font-size:2.8rem}.success-stories-section{padding:2rem}.success-stories-section h2{font-size:2rem}}@media(max-width:600px){.success-stories-page{padding:1rem 0}.success-stories-header{padding:2rem 1rem}.success-stories-header h1{font-size:2.2rem}.success-stories-content{padding:0 1rem}.success-stories-section{padding:1.5rem}.success-stories-section h2{font-size:1.8rem}.success-stories-section p{font-size:1rem}.cta-button{padding:1rem 2rem;font-size:1rem}}.testimonials-section-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.testimonials-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,2fr));gap:2.5rem;justify-items:center;align-items:start;width:100%;padding:1.5rem;box-sizing:border-box;background:none}.testimonials-section img{display:inline-block;vertical-align:top;max-width:100%;width:100%;height:auto;border-radius:20px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;box-shadow:0 8px 32px #e67e2226;border:3px solid rgba(230,126,34,.2);object-fit:cover}.testimonials-section img:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #e67e2240;border:3px solid var(--color-orange);z-index:2}.testimonials-title{font-size:3.5rem;font-weight:800;margin-bottom:1.2rem;color:var(--color-orange);line-height:1.1}.testimonials-subtitle{font-size:2rem;color:var(--color-blue);margin-bottom:2.5rem;font-weight:600}.testimonials-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;width:100%;max-width:100%;padding:0 2vw 2vw;box-sizing:border-box}.testimonial-card{background:#fff;color:#444;border-radius:20px;border:3px solid var(--color-orange);box-shadow:0 8px 32px #0000001a;padding:2.5rem 2rem 2rem;min-width:340px;max-width:480px;flex:1 1 400px;display:flex;flex-direction:column;align-items:flex-start;position:relative;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #e67e2233}.testimonial-quote{font-size:4rem;color:var(--color-orange);margin-bottom:1.5rem}.testimonial-text{font-size:1.1rem;color:#444;margin-bottom:2.8rem;text-align:left;line-height:1.6}.testimonial-user{display:flex;align-items:center;gap:.9rem;margin-top:auto}.testimonial-name{font-weight:700;font-size:1.1rem;color:var(--color-orange)}.testimonial-country{font-size:.9rem;color:var(--color-orange);background:#fff7ef;border-radius:12px;padding:.4rem 1.2rem;margin-left:.9rem;border:2px solid var(--color-orange)}.testimonial-img{max-width:100%;width:100%;height:auto;display:block;border-radius:20px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;box-shadow:0 8px 32px #e67e2226;border:3px solid rgba(230,126,34,.2);object-fit:cover}.testimonial-img:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #e67e2240;border:3px solid var(--color-orange);z-index:2}.testimonials-main-heading{font-family:Poppins,Arial,Helvetica,sans-serif;font-size:2.5rem;font-weight:800;color:var(--color-orange);text-align:center;margin:2rem 0 1.5rem;letter-spacing:1px;text-shadow:0 4px 24px rgba(230,126,34,.1),0 1px 0 #fff}@media(max-width:1200px){.testimonials-section{grid-template-columns:repeat(2,1fr);gap:2rem;padding:1.5rem}}@media(max-width:900px){.testimonials-section{grid-template-columns:1fr;gap:2rem;padding:1rem}.testimonials-title{font-size:2.5rem;line-height:1.2}.testimonials-subtitle{font-size:1.5rem;line-height:1.3}.testimonials-list{gap:2rem;padding:0 1vw 1vw;justify-content:center}.testimonial-card{min-width:280px;max-width:100%;margin:0 auto;padding:2rem 1.5rem 1.5rem;font-size:1rem}.testimonial-text{font-size:1rem;line-height:1.5}}@media(max-width:600px){.testimonials-section{grid-template-columns:1fr;gap:1.5rem;padding:.5rem}.testimonials-title{font-size:2rem;line-height:1.2}.testimonials-subtitle{font-size:1.2rem;line-height:1.3}.testimonials-list{gap:1.5rem;padding:0 .5vw .5vw;justify-content:center}.testimonial-card{min-width:250px;max-width:100%;margin:0 auto;padding:1.5rem 1rem 1rem;font-size:.95rem}.testimonial-text{font-size:.95rem;line-height:1.4}.testimonial-img{max-width:100%;width:100%;margin:0 auto}}.study-guide-page{min-height:100vh;background:#bbdefb;padding:2rem 0}.study-guide-page.uk-flag,.study-guide-page.canada-flag{background:#bbdefb}@media(max-width:900px){.study-guide-page.uk-flag,.study-guide-page.canada-flag{background:#bbdefb}}@media(max-width:600px){.study-guide-page.uk-flag,.study-guide-page.canada-flag{background:#bbdefb}}@media(max-width:480px){.study-guide-page.uk-flag{background:linear-gradient(135deg,#c8102e14,#ffffff26,#0121691a,#ffffff26,#c8102e14)}.study-guide-page.canada-flag{background:linear-gradient(135deg,#ff000014,#ffffff26,#ff000014,#ffffff26,#ff000014)}.canada-image-container{padding:0 .8rem}.canada-image{height:250px;border-radius:12px}.study-guide-header h1{font-size:1.9rem;padding:0 .5rem}.study-guide-header .subtitle{font-size:1.1rem;padding:0 .5rem}.guide-section{padding:1rem;margin-bottom:1.5rem}.guide-section h2{font-size:1.6rem;padding:0 .5rem}.guide-section h3{font-size:1rem}.guide-section p{font-size:.95rem;line-height:1.5}.resources-list a{font-size:.9rem;padding:.8rem 1rem}.nav-link-card{padding:1.5rem}.nav-link-card h3{font-size:1.2rem}.nav-link-card p{font-size:.95rem}.nav-link-button{padding:.8rem 1.5rem;font-size:.95rem}.guide-navigation{padding:1rem}.nav-buttons{gap:1rem}.nav-btn{padding:.7rem 1.2rem;font-size:.9rem}.universities-grid,.colleges-grid,.eligibility-content{grid-template-columns:1fr}}@media(max-width:360px){.guide-navigation{padding:.4rem .6rem;bottom:-12px}.nav-menu{min-width:200px;max-width:75vw;padding:.4rem}.hamburger-menu{padding:.4rem .6rem;font-size:.8rem}.nav-menu-header h3{font-size:.8rem}.nav-menu-items{max-height:180px}.nav-menu-item{padding:.35rem .6rem;font-size:.7rem}}.study-guide-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;margin-top:2rem;box-shadow:0 4px 20px #0000001a;position:relative}.study-guide-header h1{font-size:3.2rem;font-weight:800;color:#e67e22;margin-bottom:1.5rem;line-height:1.3}.study-guide-header h1 span{color:#1976d2;font-size:3rem}.study-guide-header span{color:#1976d2}.study-guide-header .subtitle{font-size:1.3rem;color:#1976d2;font-weight:600;line-height:1.5}.study-guide-content{max-width:1200px;margin:0 auto;padding:0 2rem}.guide-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a;scroll-margin-top:80px}.guide-section h2{font-size:2.5rem;font-weight:700;color:#e67e22;margin-bottom:2.5rem;text-align:center;line-height:1.3}.guide-section h3{font-size:1.08rem;color:#1976d2;font-weight:700;margin-top:2rem;margin-bottom:.7rem;letter-spacing:.01em}.guide-section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.8rem;text-align:justify}.guide-section p:last-child{margin-bottom:0}.guide-section b,.guide-section strong{color:#1976d2;font-weight:600;margin-right:.3em}.guide-section strong{display:inline-block;margin-right:.5rem}.guide-section ul{margin:2rem 0;padding-left:2rem}.guide-section li{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1rem;text-align:justify}.guide-section li:last-child{margin-bottom:0}.benefits-list,.education-list,.fields-list,.process-list,.cost-list,.life-list,.scholarship-list,.tips-list,.work-list,.pr-list,.fit-list,.services-list,.cities-list{margin:1.5rem 0;padding-left:2rem}.benefits-list li,.education-list li,.fields-list li,.process-list li,.cost-list li,.life-list li,.scholarship-list li,.tips-list li,.work-list li,.pr-list li,.fit-list li,.services-list li,.cities-list li{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem;text-align:left;word-wrap:normal;overflow-wrap:normal;-webkit-hyphens:auto;hyphens:auto;padding-right:4rem}.benefits-list li:last-child,.education-list li:last-child,.fields-list li:last-child,.process-list li:last-child,.cost-list li:last-child,.life-list li:last-child,.scholarship-list li:last-child,.tips-list li:last-child,.work-list li:last-child,.pr-list li:last-child,.fit-list li:last-child,.services-list li:last-child,.cities-list li:last-child{margin-bottom:0}.benefits-list ul,.education-list ul,.fields-list ul,.process-list ul,.cost-list ul,.life-list ul,.scholarship-list ul,.tips-list ul,.work-list ul,.pr-list ul,.fit-list ul,.services-list ul,.cities-list ul{margin:1rem 0;padding-left:2rem}.benefits-list ul li,.education-list ul li,.fields-list ul li,.process-list ul li,.cost-list ul li,.life-list ul li,.scholarship-list ul li,.tips-list ul li,.work-list ul li,.pr-list ul li,.fit-list ul li,.services-list ul li,.cities-list ul li{font-size:1rem;line-height:1.7;color:#555;margin-bottom:.8rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding-right:.5rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.benefit-card{background:linear-gradient(135deg,#fff7ef,#f0f8ff);padding:2.5rem;border-radius:15px;border-left:4px solid #e67e22;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.benefit-card h3{font-size:1.4rem;font-weight:700;color:#1976d2;margin-bottom:1.5rem;line-height:1.4}.benefit-card p{color:#555;line-height:1.7;font-size:1.05rem;margin-bottom:0}.education-levels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2rem}.level-card{background:#f8f9fa;padding:2.5rem;border-radius:15px;text-align:center;border:2px solid #e0e0e0;transition:all .3s ease}.level-card:hover{border-color:#1976d2;transform:translateY(-3px);box-shadow:0 8px 25px #1976d226}.level-card h3{font-size:1.3rem;font-weight:700;color:#1976d2;margin-bottom:1.5rem;line-height:1.4}.level-card p{color:#555;line-height:1.7;font-size:1.05rem;margin-bottom:.8rem}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:2rem}.city-card{background:#f8f9fa;padding:2.5rem;border-radius:15px;border:2px solid #e0e0e0;transition:all .3s ease}.city-card:hover{border-color:#e67e22;transform:translateY(-3px);box-shadow:0 8px 25px #e67e2226}.city-card h3{font-size:1.4rem;font-weight:700;color:#e67e22;margin-bottom:1.5rem;line-height:1.4}.city-card p{color:#555;line-height:1.8;font-size:1.05rem;text-align:justify}.cost-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.cost-section{background:#f8f9fa;padding:2.5rem;border-radius:15px;border:2px solid #e0e0e0}.cost-section h3{font-size:1.3rem;font-weight:700;color:#1976d2;margin-bottom:1.5rem;line-height:1.4}.cost-section ul{margin:1rem 0;padding-left:1.5rem}.cost-section li{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:.8rem}.work-opportunities{margin-top:2rem}.work-opportunities h3{font-size:1.4rem;font-weight:700;color:#1976d2;margin-bottom:2rem;line-height:1.4}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:1.5rem}.job-category{background:#f8f9fa;padding:2rem;border-radius:12px;border:2px solid #e0e0e0;transition:all .3s ease}.job-category:hover{border-color:#1976d2;transform:translateY(-2px);box-shadow:0 6px 20px #1976d21a}.job-category h4{font-size:1.2rem;font-weight:700;color:#1976d2;margin-bottom:1rem;line-height:1.4}.job-category p{color:#555;line-height:1.6;font-size:1rem;margin-bottom:0}.pr-opportunities{margin-top:2rem}.pr-opportunities h3{font-size:1.4rem;font-weight:700;color:#1976d2;margin-bottom:1.5rem;line-height:1.4}.pr-opportunities ul{margin:1.5rem 0;padding-left:2rem}.pr-opportunities li{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:.8rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:1.5rem}.course-category{background:#f8f9fa;padding:2rem;border-radius:12px;border:2px solid #e0e0e0;text-align:center;transition:all .3s ease}.course-category:hover{border-color:#e67e22;transform:translateY(-2px);box-shadow:0 6px 20px #e67e221a}.course-category h4{font-size:1.2rem;font-weight:700;color:#e67e22;margin-bottom:1rem;line-height:1.4}.course-category p{color:#555;line-height:1.6;font-size:1rem;margin-bottom:0}.eligibility-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem}.eligibility-card{background:#f8f9fa;padding:2rem;border-radius:15px;border:2px solid #e0e0e0;box-shadow:0 6px 20px #0000000a;transition:all .3s ease}.eligibility-card:hover{border-color:#1976d2;transform:translateY(-2px);box-shadow:0 10px 28px #1976d21f}.eligibility-card h4{font-size:1.15rem;font-weight:700;color:#1976d2;margin-bottom:1rem;line-height:1.4}.eligibility-card p{font-size:1.02rem;line-height:1.7;color:#444;margin-bottom:.6rem}.eligibility-card p:last-child{margin-bottom:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.service-item{background:#f8f9fa;padding:2rem;border-radius:12px;border:2px solid #e0e0e0;text-align:center;transition:all .3s ease}.service-item:hover{border-color:#1976d2;transform:translateY(-2px);box-shadow:0 6px 20px #1976d21a}.service-item h4{font-size:1.2rem;font-weight:700;color:#1976d2;line-height:1.4;margin-bottom:0}.process-steps{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.step{display:flex;align-items:flex-start;gap:2rem;background:#f8f9fa;padding:2.5rem;border-radius:15px;border:2px solid #e0e0e0;transition:all .3s ease}.step:hover{border-color:#1976d2;transform:translateY(-2px);box-shadow:0 8px 25px #1976d21a}.step-number{background:linear-gradient(135deg,#e67e22,#d35400);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h4{font-size:1.3rem;font-weight:700;color:#1976d2;margin-bottom:1rem;line-height:1.4}.step-content p{color:#555;line-height:1.7;font-size:1.05rem;margin-bottom:0}.tips-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.tip{background:linear-gradient(135deg,#fff7ef,#f0f8ff);padding:2rem;border-radius:15px;border-left:4px solid #1976d2;transition:transform .3s ease}.tip:hover{transform:translateY(-5px)}.tip h3{font-size:1.3rem;font-weight:700;color:#e67e22;margin-bottom:1rem}.tip p{color:#666;line-height:1.6}.resources-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.resources-list li{list-style:none;margin-bottom:0}.resources-list a{display:block;padding:1.5rem 2rem;background:linear-gradient(135deg,#fff7ef,#f0f8ff);border:2px solid #e0e0e0;border-radius:12px;text-decoration:none;color:#333;font-weight:600;font-size:1.1rem;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.resources-list a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(230,126,34,.1),transparent);transition:left .5s ease}.resources-list a:hover{border-color:#e67e22;background:linear-gradient(135deg,#fff7ef,#e8f4fd);transform:translateY(-2px);box-shadow:0 8px 25px #e67e2226;color:#e67e22}.resources-list a:hover:before{left:100%}.resources-list a:active{transform:translateY(0)}.navigation-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.nav-link-card{background:linear-gradient(135deg,#fff7ef,#f0f8ff);padding:2.5rem;border-radius:15px;border:2px solid transparent;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.nav-link-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e67e22,#1976d2);transform:scaleX(0);transition:transform .3s ease}.nav-link-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026;border-color:#e67e22}.nav-link-card:hover:before{transform:scaleX(1)}.nav-link-card h3{font-size:1.5rem;font-weight:700;color:#e67e22;margin-bottom:1rem;line-height:1.3}.nav-link-card p{font-size:1.05rem;line-height:1.6;color:#555;margin-bottom:2rem;text-align:center}.nav-link-button{display:inline-block;background:linear-gradient(135deg,#e67e22,#1976d2);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.nav-link-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.nav-link-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e67e224d;color:#fff;text-decoration:none}.nav-link-button:hover:before{left:100%}.nav-link-button:active{transform:translateY(0);box-shadow:0 4px 15px #e67e224d}.guide-navigation{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1rem 1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;border:1px solid #dee2e6;z-index:100}.nav-container{position:relative;display:flex;justify-content:flex-end}.hamburger-menu{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #dee2e6;border-radius:8px;padding:.8rem 1.2rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 2px 8px #00000014;position:relative;z-index:1001;font-weight:600;color:#495057}.hamburger-menu:hover{border-color:#1976d2;box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.hamburger-line{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #495057;transition:all .3s ease}.hamburger-menu.active .hamburger-line{transform:rotate(180deg)}.nav-menu{position:absolute;top:100%;left:50%;transform:translate(-50%,-20px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid #dee2e6;min-width:600px;max-width:90vw;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:1000;padding:1rem}.nav-menu.open{opacity:1;visibility:visible;transform:translate(-50%)}.nav-menu-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 1rem;border-bottom:1px solid #e9ecef;margin-bottom:1rem}.nav-menu-header h3{margin:0;color:#1976d2;font-size:1.2rem;font-weight:600}.close-menu-btn{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:35px;height:35px}.close-menu-btn:hover{background:#e9ecef;color:#495057}.nav-menu-items{display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;align-items:stretch;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.nav-menu-items::-webkit-scrollbar{width:6px}.nav-menu-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.nav-menu-items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.nav-menu-items::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.nav-menu-item{display:block;padding:.8rem 1.2rem;color:#495057;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;border-radius:6px;background:transparent;border:1px solid transparent;text-align:left;width:100%}.nav-menu-item:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#1976d2;border-color:#dee2e6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.nav-menu-item:active{background:#e9ecef;transform:translateY(0)}.australia-image-section{margin:2rem 0;display:flex;justify-content:center;align-items:center}.australia-image-container{max-width:1200px;width:100%;padding:0 2rem}.australia-image{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 8px 32px #00000026;transition:transform .3s ease}.australia-image:hover{transform:scale(1.02)}.canada-image-section{margin:2rem 0;display:flex;justify-content:center;align-items:center}.canada-image-container{max-width:1200px;width:100%;padding:0 2rem}.canada-image{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 8px 32px #00000026;transition:transform .3s ease}.canada-image:hover{transform:scale(1.02)}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 15px #1976d24d;transition:all .3s ease;opacity:0;visibility:hidden;z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1976d266;background:linear-gradient(135deg,#1565c0,#0d47a1)}.scroll-to-top:active{transform:translateY(-1px)}.guide-section a{color:#1976d2;text-decoration:none;border-bottom:1px dashed rgba(25,118,210,.5);transition:color .2s ease,border-color .2s ease,background-color .2s ease;font-weight:600}.guide-section a:hover{color:#e67e22;border-bottom-color:#e67e2299;background-color:#e67e220f}.guide-section a:focus-visible{outline:2px solid #1976d2;outline-offset:2px;border-bottom-color:transparent}.guide-section a[target=_blank]:after{content:"↗";font-size:.85em;margin-left:.25rem;color:currentColor}html{scroll-behavior:smooth}@media(max-width:900px){.study-guide-header h1{font-size:2.8rem}.guide-section{padding:2rem}.guide-section h2{font-size:2rem}.step{flex-direction:column;text-align:center}.step-number{align-self:center}}@media(max-width:768px){.resources-list{gap:1rem}.resources-list a{padding:1.2rem 1.5rem;font-size:1rem}.navigation-links{grid-template-columns:1fr;gap:2rem}.nav-link-card{padding:2rem}.nav-link-card h3{font-size:1.3rem}.nav-link-card p{font-size:1rem}.nav-link-button{padding:.9rem 1.8rem;font-size:1rem}}@media(max-width:600px){.study-guide-page{padding:1rem 0}.study-guide-page.uk-flag{background:linear-gradient(135deg,#c8102e1a,#ffffff2e,#0121691f,#ffffff2e,#c8102e1a)}.study-guide-header{padding:2rem 1rem}.study-guide-header h1{font-size:2.2rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.study-guide-content{padding:0 1rem}.guide-section{padding:1.5rem;margin-bottom:2rem}.guide-section h2{font-size:1.8rem;word-wrap:break-word;overflow-wrap:break-word}.guide-section p{font-size:1rem;line-height:1.6;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.benefits-list li,.education-list li,.fields-list li,.process-list li,.cost-list li,.life-list li,.scholarship-list li,.tips-list li,.work-list li,.pr-list li,.fit-list li,.services-list li,.cities-list li{font-size:1rem;line-height:1.7;margin-bottom:1.2rem;padding-right:.5rem;word-wrap:break-word;overflow-wrap:break-word}.cities-list li p{font-size:.95rem;line-height:1.6;margin-top:.5rem}.benefits-grid,.education-levels,.cities-grid,.cost-breakdown,.work-opportunities,.pr-opportunities,.courses-grid,.services-grid,.tips-list{grid-template-columns:1fr}.guide-navigation{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);padding:.6rem .8rem}.nav-menu{min-width:250px;max-width:85vw;right:0;padding:.6rem}.hamburger-menu{padding:.6rem .8rem;font-size:.9rem}.hamburger-line{width:18px;height:2px}.nav-menu-header{padding:0 0 .6rem;margin-bottom:.6rem}.nav-menu-header h3{font-size:.9rem}.nav-menu-items{gap:.4rem;max-height:250px}.nav-menu-item{padding:.5rem .8rem;font-size:.8rem}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:18px}}@media(max-width:480px){.resources-list a{font-size:.9rem;padding:.8rem 1rem}.nav-link-card{padding:1.5rem}.nav-link-card h3{font-size:1.2rem}.nav-link-card p{font-size:.95rem}.nav-link-button{padding:.8rem 1.5rem;font-size:.95rem}.guide-navigation{padding:.5rem .7rem}.nav-menu{min-width:220px;max-width:80vw;padding:.5rem}.hamburger-menu{padding:.5rem .7rem;font-size:.85rem}.nav-menu-header h3{font-size:.85rem}.nav-menu-items{max-height:200px}.nav-menu-item{padding:.4rem .7rem;font-size:.75rem}.nav-buttons{gap:1rem}.nav-btn{padding:.7rem 1.2rem;font-size:.9rem}.universities-grid,.colleges-grid,.eligibility-content{grid-template-columns:1fr}}.blog-card-footer{margin-top:.5rem}@media(max-width:768px){.blog-header h1{font-size:2.4rem}.blog-section{padding:2rem}.blog-card img{height:160px}}@media(max-width:600px){.blog-content{padding:0 1rem}.blog-header h1{font-size:2rem}.blog-section{padding:1.25rem;margin-bottom:2rem}.blog-back-link{margin-top:1rem;margin-bottom:1rem}.blog-toolbar{flex-direction:column;align-items:stretch;gap:.6rem}.blog-search{min-width:0;width:100%}.blog-grid{grid-template-columns:1fr;gap:.9rem}.blog-card img{height:140px}.blog-card-body{padding:1rem}.blog-card-footer .cta-button{width:100%;text-align:center}}.cta-button{margin-left:10px;padding:.6rem 1.2rem;font-size:.95rem;text-decoration:none;border-radius:5px;cursor:pointer;transition:all .3s ease;background-color:#e67e22;color:#fff;border:none;box-shadow:0 4px 8px #0000001a}.cta-button:hover{background-color:#1976d2;box-shadow:0 4px 8px #0000001a;color:#fff;border:none}.blog-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.blog-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a}.blog-header h1{font-size:3.5rem;font-weight:800;color:#e67e22;margin-bottom:1.5rem;line-height:1.3}.blog-content{max-width:1200px;margin:0 auto;padding:0 2rem}.blog-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.blog-toolbar{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.blog-search{padding:.6rem .8rem;min-width:260px;border:1px solid #e0e0e0;border-radius:10px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.blog-card{background:#f8f9fa;padding-bottom:.5rem;border-radius:15px;border:2px solid #e0e0e0;transition:all .3s ease;text-align:left;overflow:hidden}.blog-card:hover{border-color:#1976d2;transform:translateY(-5px);box-shadow:0 12px 40px #1976d226}.blog-card img{width:100%;height:200px;object-fit:cover;border-bottom:2px solid #e0e0e0}.blog-card-body{padding:1.2rem}.blog-card-title{margin:0 0 .25rem}.blog-card-desc{margin:.5rem 0 .75rem;color:#1d1d1d;line-height:1.6}.blog-tags{display:flex;gap:6px;flex-wrap:wrap}.blog-tag{font-size:12px;background:#eee;padding:2px 8px;border-radius:999px}.blog-detail-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.blog-detail-content{max-width:900px;margin:0 auto;padding:0 2rem 2rem}.blog-detail-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:1.5rem}.blog-detail-image{width:100%;border-radius:12px;margin:.5rem 0 1rem}.blog-back-link{display:inline-block;margin-top:2rem;margin-bottom:2rem}.blog-content{margin-top:1.5rem}.blog-content p{margin:0 0 1rem;line-height:1.7}.blog-content p:last-child{margin-bottom:0}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin:1.5rem 0 1rem;color:#333;font-weight:600}.blog-content h1:first-child,.blog-content h2:first-child,.blog-content h3:first-child,.blog-content h4:first-child,.blog-content h5:first-child,.blog-content h6:first-child{margin-top:0}.blog-content ul,.blog-content ol{margin:1rem 0;padding-left:2rem}.blog-content li{margin:.5rem 0;line-height:1.6}.blog-content strong{font-weight:600;color:#333}.blog-content em{font-style:italic}.blog-content u{text-decoration:underline}.blog-content a{color:#1976d2;text-decoration:underline;transition:color .2s ease}.blog-content a:hover{color:#1565c0}.blog-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #1976d2;background:#f8f9fa;border-radius:0 8px 8px 0;font-style:italic}.blog-content blockquote p{margin:0}@media(max-width:768px){.blog-back-link{margin-top:1.25rem;margin-bottom:1.25rem}}@media(max-width:600px){.blog-header h1{font-size:2.2rem}.blog-card img{height:160px}.blog-back-link{margin-top:1rem;margin-bottom:1rem}}.admin-page{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:2rem 0}.admin-content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.admin-header{text-align:center;padding:3rem 2rem;background:#fff;margin-bottom:3rem;box-shadow:0 4px 20px #0000001a;border-radius:16px}.admin-header h1{font-size:3.2rem;font-weight:800;color:#e67e22;margin-bottom:1rem;line-height:1.3}.admin-card{background:#fff;border-radius:20px;padding:2rem;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.admin-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:1rem 0}.admin-input{width:100%;padding:.9rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;outline:none;transition:all .3s ease;background:#fff;box-shadow:0 2px 8px #0000000a}.admin-input:focus{border-color:#1976d2;box-shadow:0 0 0 4px #1976d21a}.admin-card label{font-size:.9rem}.error-text{color:#d9534f;font-size:.85rem;margin-top:6px}.admin-actions{display:flex;gap:12px;flex-wrap:wrap}.admin-content .btn-primary,.admin-content .cta-button{padding:.6rem 1.2rem;font-size:.95rem;min-width:120px}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal{background:#fff;border-radius:16px;padding:1.5rem;width:90%;max-width:420px;box-shadow:0 16px 48px #0003}.admin-modal h3{margin:0 0 .5rem;color:#e67e22}.admin-modal p{margin:0 0 1rem;color:#555}.admin-modal-actions{display:flex;gap:10px;justify-content:flex-end}.btn-secondary{background:#eee;color:#333;border-radius:12px;padding:.6rem 1.2rem;font-weight:600}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #eee;padding:8px}.admin-search{padding:.6rem .8rem;min-width:240px;border:1px solid #e0e0e0;border-radius:10px}.admin-login-card{max-width:460px;width:100%;margin:0 auto;background:#fff;border-radius:14px;padding:1.75rem 1.5rem;box-shadow:0 8px 30px #00000014;border:1px solid #e6e8ec;transition:box-shadow .25s ease}.admin-login-card:hover{box-shadow:0 12px 40px #0000001f}.admin-login-card .admin-input{width:100%;padding:.85rem 1rem;border:1px solid #d7dbe0;border-radius:10px;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background:#0f172a0a}.admin-login-card .admin-input:focus{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21f}.admin-login-title{font-size:1.75rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:.25rem}.admin-login-subtitle{text-align:center;color:#6b7280;margin-bottom:1.25rem}.admin-login-submit{width:100%;height:44px;border-radius:10px;background:#e67e22;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.3px}.admin-login-submit:hover{background:#083e82}@media(max-width:768px){.admin-header h1{font-size:2.4rem}.admin-card{padding:1.5rem;margin-bottom:2rem}}@media(max-width:600px){.admin-content{padding:0 1rem 1.5rem}.admin-header{padding:2rem 1rem;margin-bottom:2rem}.admin-header h1{font-size:2rem}.admin-login-card{padding:2rem 1.5rem}.admin-toolbar{flex-direction:column;align-items:stretch}.admin-actions{gap:8px}.admin-actions .btn-primary,.admin-actions .cta-button{width:100%}}.admin-actions button,.admin-login-card button{cursor:pointer;border:none}.rich-text-editor{border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff;transition:all .3s ease;width:100%;max-width:100vw;min-width:300px;position:relative;display:flex;flex-direction:column}.rich-text-editor:focus-within{border-color:#1976d2;box-shadow:0 0 0 4px #1976d21a}.editor-content:focus{outline:none}.editor-toolbar{display:flex;gap:8px;padding:12px;background:#f8f9fa;border-bottom:2px solid #e0e0e0;flex-wrap:wrap;align-items:center;width:100%;box-sizing:border-box;position:relative;z-index:10;overflow:hidden;margin-bottom:0;flex-shrink:0}.toolbar-group{display:flex;gap:4px;align-items:center;flex-shrink:0;position:relative;z-index:1}.toolbar-group:not(:last-child):after{content:"";width:2px;height:24px;background:#e0e0e0;margin-left:8px;border-radius:1px}.toolbar-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;flex-shrink:0;box-sizing:border-box;position:relative;overflow:hidden}.toolbar-btn:hover{background:#f0f0f0;border-color:#ccc}.toolbar-btn.active{background:#1976d2;color:#fff;border-color:#1976d2}.toolbar-btn:active{transform:translateY(1px)}.toolbar-btn strong{font-weight:700}.toolbar-btn em{font-style:italic}.toolbar-btn u{text-decoration:underline}.toolbar-btn:not(.active) strong{font-weight:500}.toolbar-btn:not(.active) em{font-style:normal}.toolbar-btn:not(.active) u{text-decoration:none}.toolbar-select{min-width:120px;height:36px;padding:0 8px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}.toolbar-select:hover{border-color:#ccc}.toolbar-select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}.editor-content{min-height:300px;padding:16px;outline:none;font-size:16px;line-height:1.6;color:#333;overflow-y:auto;max-height:600px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;width:100%;box-sizing:border-box;cursor:text;position:relative;z-index:1;margin-top:0;border-top:2px solid #e0e0e0;background:#fff;flex:1}.rte-overlay{position:fixed;inset:0;background:#0003;display:flex;align-items:center;justify-content:center;z-index:9999}.link-popover{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:12px;width:92%;max-width:360px;box-shadow:0 10px 30px #00000026}.link-input{width:100%;height:36px;padding:6px 10px;border:1px solid #e0e0e0;border-radius:6px;outline:none;font-size:14px;box-sizing:border-box}.link-input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}.link-actions{display:flex;gap:8px;margin-top:10px;justify-content:flex-end}.link-popover .toolbar-btn{width:auto;min-width:100px;height:40px;padding:0 14px;font-size:14px;background:linear-gradient(135deg,#e67e22,#d35400);color:#fff;border:none;box-shadow:0 4px 12px #e67e2240}.link-popover .toolbar-btn:hover{background:linear-gradient(135deg,#d35400,#e67e22);color:#fff}.editor-content:empty:before{content:attr(placeholder);color:#999;pointer-events:none}.editor-content.focused{background:#fff}.editor-content p{margin:0 0 12px}.editor-content p:last-child{margin-bottom:0}.editor-content ul,.editor-content ol{margin:12px 0;padding-left:24px}.editor-content li{margin:4px 0}.editor-content a{color:#1976d2;text-decoration:underline}.editor-content a:hover{color:#1565c0}@media(max-width:768px){.editor-toolbar{padding:8px;gap:4px}.toolbar-group{gap:2px}.toolbar-group:not(:last-child):after{margin-left:4px}.toolbar-btn{min-width:32px;height:32px;padding:0 6px;font-size:12px}.toolbar-select{min-width:100px;height:32px;font-size:12px}.editor-content{padding:12px;font-size:14px}}@media(max-width:480px){.editor-toolbar{flex-direction:column;align-items:stretch}.toolbar-group{justify-content:center}.toolbar-group:not(:last-child):after{display:none}}.info-page{min-height:100vh;background-color:#aac6ddb9;padding:2rem 0 4rem}.info-header{text-align:center;padding:3rem 2rem;background:#fff;margin:2rem auto 3rem;max-width:1200px;border-radius:20px;box-shadow:0 4px 20px #00000014}.info-header h1{font-size:3rem;font-weight:800;color:#e67e22;margin-bottom:1rem}.info-header h1 span{color:#1976d2}.info-header .subtitle{font-size:1.2rem;color:#1976d2;font-weight:500;line-height:1.6;max-width:800px;margin:0 auto}.info-content{max-width:1200px;margin:0 auto;padding:0 2rem}.info-section{background:#fff;border-radius:18px;padding:2.5rem 2.5rem 2.3rem;margin-bottom:2.5rem;box-shadow:0 8px 30px #0000000f}.info-section h2{font-size:2rem;font-weight:700;color:#e67e22;margin-bottom:1.4rem}.info-section h3{font-size:1.2rem;font-weight:700;color:#1976d2;margin-top:1.6rem;margin-bottom:.6rem}.info-section p{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:1rem}.info-section ul{margin:1rem 0 .5rem;padding-left:1.4rem}.info-section li{font-size:1.03rem;line-height:1.7;color:#444;margin-bottom:.7rem}.info-section strong{color:#1976d2;font-weight:600}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem;margin-top:1.6rem}.info-card{background:#f8f9fa;border-radius:14px;padding:1.6rem 1.7rem;border:1px solid #e0e0e0;transition:all .25s ease}.info-card:hover{border-color:#1976d2;box-shadow:0 10px 26px #1976d226;transform:translateY(-3px)}.info-card h3{font-size:1.15rem;font-weight:700;color:#1976d2;margin-bottom:.6rem}.info-card p{font-size:.98rem;line-height:1.7;color:#555;margin-bottom:0}.info-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.4rem}.info-gallery-item{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 8px 24px #0000001f}.info-gallery-item img{width:100%;height:210px;object-fit:cover;display:block;transition:transform .3s ease}.info-gallery-item:hover img{transform:scale(1.05)}.info-gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:.7rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.15),transparent);color:#fff;font-size:.95rem;font-weight:500}.info-cta{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:1rem}.info-cta a{display:inline-block;padding:.85rem 1.7rem;border-radius:999px;background:linear-gradient(135deg,#e67e22,#1976d2);color:#fff;font-weight:600;text-decoration:none;font-size:.98rem;box-shadow:0 6px 18px #e67e2259;transition:all .25s ease}.info-cta a:hover{transform:translateY(-2px);box-shadow:0 10px 24px #e67e2266}@media(max-width:768px){.info-header{padding:2.2rem 1.5rem;margin-top:1.5rem;margin-bottom:2.2rem}.info-header h1{font-size:2.2rem}.info-header .subtitle{font-size:1.05rem}.info-content{padding:0 1.2rem}.info-section{padding:2rem 1.7rem;margin-bottom:2rem}.info-section h2{font-size:1.7rem}}
