*{box-sizing:border-box;padding:0;margin:0}body{font-family:Inter,sans-serif;background-color:#f9f6f8;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.service-title,.section-heading{font-family:Cormorant Garamond,serif}.header{width:100%;background:linear-gradient(90deg,#361f3d,#4d2d52,#7a5a84,#d9c7e4);position:sticky;top:0;z-index:999;box-shadow:0 4px 18px #00000038;border-bottom:2px solid #c9a46a}.header-container{max-width:1800px;margin:auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo a{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff}.logo img{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.7);object-fit:cover}.logo h1{font-size:1.35rem;letter-spacing:2px;font-weight:700;text-transform:uppercase;color:#fff}.nav{display:flex}.nav ul{display:flex;gap:1rem;list-style:none}.nav-item a{padding:10px 22px;border-radius:30px;font-size:.95rem;font-weight:600;text-decoration:none;background:#c3a4dd;color:#2b0e3c;border:1px solid rgba(255,255,255,.55);box-shadow:0 4px 10px #00000026;transition:all .3s ease}.nav-item a:hover{background:#b892d3;box-shadow:0 6px 14px #00000038;transform:translateY(-2px)}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px;margin-left:auto}.hamburger span{width:28px;height:3px;background:#fff;border-radius:10px;transition:.3s ease}.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:900px){.hamburger{display:flex}.nav{position:absolute;top:80px;right:0;width:240px;background:#3c1550f2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);height:0;overflow:hidden;border-radius:0 0 0 12px;box-shadow:-4px 6px 16px #00000040;transition:height .3s ease}.nav-open{height:210px}.nav ul{flex-direction:column;padding:1.2rem;gap:1.6rem}.nav-item a{width:100%;text-align:center;padding:8px 15px}}.hero-section{padding:80px 40px 120px;background:#f9f6f8;width:100%;box-sizing:border-box}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}.hero-text h1{font-size:3rem;font-weight:300;line-height:1.2;color:#222}.hero-text h1 span{font-weight:600;color:#4d2d52}.hero-text p{margin-top:20px;font-size:1.15rem;color:#464646;max-width:420px;line-height:1.6}.hero-btn{margin-top:28px;padding:14px 32px;border-radius:30px;background:#4d2d52;color:#fff;font-size:1rem;border:none;cursor:pointer;box-shadow:0 8px 20px #4d2d5240;transition:all .3s ease;text-decoration:none;display:inline-block}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px #4d2d524d}.hero-cards{position:relative;width:100%;height:420px}.card{position:absolute;border-radius:18px;overflow:hidden;background:#fff;animation:fadeIn 1.1s ease forwards}.card-main{width:440px;aspect-ratio:16 / 9;top:20px;left:0;border-radius:20px;overflow:hidden;box-shadow:0 24px 48px #4d2d5233;animation:floatSlow 6s ease-in-out infinite}.card-main img{width:100%;height:100%;object-fit:cover}.card-small{width:150px;height:190px;bottom:0;right:-30px;box-shadow:0 15px 35px #4d2d521f;animation:floatDelay 5s ease-in-out infinite}.placeholder-img{width:100%;height:100%;background:linear-gradient(145deg,#e8dfe5,#ceb8c8)}.decor-box{width:110px;height:110px;border-radius:20px;background:#ead8e8;position:absolute;right:90px;top:-60px;box-shadow:0 10px 25px #4d2d5226;animation:popIn .8s ease forwards}.hero-lower{max-width:900px;margin:120px auto 0;text-align:left;padding-left:5px}.hero-lower h1{font-size:2.5rem;font-weight:500;color:#111;margin-bottom:14px}.hero-lower p{font-size:1.1rem;color:#555;max-width:600px;line-height:1.6}.hero-btn.secondary{margin-top:26px}@keyframes floatSlow{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes floatDelay{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:900px){.hero-container{grid-template-columns:1fr;text-align:left;gap:40px}.hero-cards{height:360px}.hero-text h1{font-size:2.4rem}}@media(max-width:600px){.hero-section{padding:50px 24px 80px}.card-main{width:260px;height:350px}.card-small{width:120px;height:160px}}@media(max-width:768px){.hero-container{flex-direction:column;align-items:center;text-align:center;gap:30px}.hero-text{width:100%;padding:0 20px}.hero-text h1{font-size:32px;line-height:1.2}.hero-text span{display:block;margin-top:5px}.hero-text p{font-size:16px;margin-top:15px}.card-main{width:100%!important;max-width:500px;margin:0 auto}.card-main img{width:100%;height:auto;display:block;border-radius:20px;object-fit:cover}.card-small,.decor-box{display:none!important}}@media(max-width:480px){.hero-text h1{font-size:26px}.hero-btn{font-size:14px;padding:12px 22px}}.about-section{padding:70px 6%;margin:60px;border-radius:15%;background-color:#4d2d521f}.about-container{display:flex;align-items:center;justify-content:space-evenly;gap:55px;margin:0 auto}.about-image-wrapper{flex:1;max-width:500px}.about-image{width:100%;height:650px;object-fit:cover;border-radius:16px;box-shadow:0 10px 28px #0000002e}.about-content{flex:1.2;color:#fcefe5}.about-caption{font-size:.8rem;letter-spacing:.3em;font-weight:500;color:#4d2d52;text-transform:uppercase;margin-bottom:.5rem}.about-title{font-size:3rem;font-weight:700;color:#4d2d52;margin-bottom:18px}.about-text{font-size:1.1rem;line-height:1.6;margin-bottom:18px;color:#555}.about-btn{margin-top:28px;padding:14px 32px;border-radius:30px;background:#4d2d52;color:#fff;font-size:1rem;border:none;cursor:pointer;box-shadow:0 8px 20px #4d2d5240;transition:all .3s ease}.about-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px #4d2d524d}@media(max-width:768px){.about-section{padding:0}.about-container{display:flex;flex-direction:column;width:100%;padding:0;margin:0}.about-content{background:#e9dce7;width:100%;padding:40px 20px;border-radius:0;text-align:center}.about-content{border-top-left-radius:80px;border-top-right-radius:80px}.about-caption{font-size:14px;letter-spacing:2px}.about-title{font-size:32px;line-height:1.2;margin-top:10px}.about-text{font-size:16px;line-height:1.6;margin-top:15px}.about-btn{margin-top:25px;width:100%;padding:14px;font-size:15px}.about-image-wrapper{width:100%;margin-bottom:20px;display:flex;justify-content:center}.about-image{width:90%;max-width:350px;border-radius:20px}}.testimonial-slider{width:100%;max-width:80rem;margin:10px auto;padding:40px 0;text-align:center}.header-caption{font-size:.8rem;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;letter-spacing:.3em;font-weight:500;color:#6b7280;text-transform:uppercase;margin-bottom:.5rem}.header-title{font-size:3rem;font-weight:800;color:#4d2d52;margin-bottom:3rem;letter-spacing:-.025em}.testimonial-content{padding:0 1rem;transition:opacity 1s ease-in-out,transform 1s ease-in-out}.testimonial-content.fading-out{opacity:0;transform:translateY(.5rem)}.testimonial-content.fading-in{opacity:1;transform:translateY(0)}.quote-text{font-size:1.5rem;font-style:italic;color:#4b5563;max-width:64rem;margin:0 auto 2rem;line-height:1.625}.client-info-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.client-image-container{width:5rem;height:5rem;overflow:hidden;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:2px solid #c9a46a;margin-bottom:.75rem}.client-image{width:100%;height:100%;object-fit:cover}.client-name{font-size:.875rem;font-weight:600;color:#374151}.client-date{font-size:.75rem;color:#6b7280;margin-top:.125rem}.separator-line{width:4rem;height:.25rem;background-color:#4d2d52;opacity:.7;margin-top:1rem;border-radius:9999px}.indicator-dots{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.dot-button{cursor:pointer;border:none;padding:0;width:.5rem;height:.5rem;border-radius:50%;background-color:#d1d5db;transition:all .3s ease-in-out}.dot-button.active{width:1.5rem;border-radius:9999px;background-color:#4d2d52}.testimonials-btn{display:inline-block;padding:10px 20px;border:1px solid #4b2c56;border-radius:30px;background:transparent;color:#4b2c56;font-size:.8rem;font-weight:400;text-decoration:none;transition:.3s ease;margin-top:30px}.testimonials-btn:hover{background:#4b2c56;color:#fff;border-color:#4b2c56}.footer{background:#f4eef8;padding:40px 20px;text-align:center;border-top:1px solid #e0d4ea;font-family:Poppins,sans-serif;color:#3a2e3f}.footer-top{display:flex;flex-direction:column;align-items:center;gap:12px}.footer-logo{width:80px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.footer-title{font-size:1.5rem;font-weight:700;margin-top:8px;letter-spacing:1px;color:#3a2e3f}.footer-socials{display:flex;gap:18px;margin-top:10px}.footer-socials a{font-size:1.4rem;color:#d8a25f;transition:.3s ease}.footer-socials a:hover{transform:scale(1.1);color:#c38b4a}.footer-links{display:flex;justify-content:center;gap:24px;margin:25px 0;flex-wrap:wrap}.footer-links a{color:#3a2e3f;text-decoration:none;font-size:.95rem;font-weight:500;transition:.3s}.footer-links a:hover{color:#d8a25f}.footer-legal{display:flex;justify-content:center;gap:20px;margin-bottom:18px;flex-wrap:wrap}.footer-legal a{font-size:.85rem;color:#6a5b70;text-decoration:none}.footer-legal a:hover{color:#d8a25f}.footer-copy{font-size:.8rem;color:#6a5b70;margin-top:10px}@media(max-width:480px){.footer{padding:35px 15px}.footer-title,.footer-socials a{font-size:1.3rem}.footer-links{gap:14px;font-size:.9rem}.footer-legal{gap:12px;font-size:.75rem}}.logo-strip-section{position:relative;width:100%;padding:15px 0;background:#4d2d521f;overflow:hidden}.logo-strip-gradient-left,.logo-strip-gradient-right{position:absolute;top:0;width:120px;height:100%;z-index:3;pointer-events:none}.logo-strip-gradient-left{left:0;background:linear-gradient(to right,#2a0f33,#2a0f3300)}.logo-strip-gradient-right{right:0;background:linear-gradient(to left,#2a0f33,#2a0f3300)}.logo-strip{overflow:hidden;width:100%;position:relative}.logo-track{display:flex;align-items:center;gap:60px;width:max-content;animation:scroll 22s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-item{height:48px;width:auto;flex-shrink:0;opacity:.9;transition:opacity .3s ease,transform .3s ease;filter:brightness(0) saturate(100%)}.logo-item:hover{opacity:1;transform:scale(1.08)}@media(max-width:768px){.logo-item{height:36px}.logo-track{gap:40px}}@media(max-width:480px){.logo-item{height:30px}.logo-strip-section{padding:28px 0}}.styling-hero{position:relative;padding:5rem 6rem;display:flex;align-items:center;justify-content:space-between;gap:4rem;background:#faf8fc;overflow:hidden}.styling-hero:before{content:"";position:absolute;top:-80px;left:-80px;width:280px;height:280px;background:#d4af372e;border-radius:50%;filter:blur(60px)}.styling-hero:after{content:"";position:absolute;bottom:-60px;right:-60px;width:300px;height:300px;background:#4b256d1f;border-radius:50%;filter:blur(80px)}.hero-content{position:relative;z-index:2;max-width:520px;display:flex;flex-direction:column;gap:1rem}.hero-title{font-size:4rem;font-weight:700;color:#3a2a3f;text-transform:uppercase}.hero-subtitle{font-size:2rem;font-weight:600;color:#6a4a76;margin-top:.2rem}.hero-text{font-size:1.1rem;line-height:1.8;color:#444;max-width:85%;margin-top:.8rem}.hero-image-wrapper{flex:1.2;display:flex;justify-content:flex-end;position:relative}.hero-image{width:100%;max-width:700px;border-radius:22px;object-fit:cover;box-shadow:0 16px 45px #0000002e;transform:translateY(15px)}.hero-image-wrapper:after{content:"";position:absolute;top:-20px;right:-20px;width:90%;height:90%;border:3px solid rgba(212,175,55,.4);border-radius:22px;z-index:0}@media(max-width:1080px){.styling-hero{padding:4rem 3rem}.hero-title{font-size:3.4rem}}@media(max-width:900px){.styling-hero{flex-direction:column-reverse;text-align:center;padding:4rem 2rem}.hero-content{align-items:center;max-width:100%}.hero-text{max-width:100%}.hero-image-wrapper{justify-content:center;width:100%}.hero-image{max-width:95%;transform:none}.hero-image-wrapper:after{display:none}}@media(max-width:600px){.hero-title{font-size:2.6rem}.hero-subtitle{font-size:1.2rem}.hero-text{font-size:.95rem}}.services-overview{padding:5rem 5rem 6rem;background:#4d2d521f;position:relative;border-radius:50px;margin:30px}.services-overview:before{content:"";position:absolute;top:-80px;right:-80px;width:260px;height:260px;background:#4b256d1f;border-radius:50%;filter:blur(70px);z-index:0}.services-overview:after{content:"";position:absolute;bottom:-80px;left:-80px;width:280px;height:280px;background:#d4af372e;border-radius:50%;filter:blur(75px);z-index:0}.services-header{text-align:center;max-width:650px;margin:0 auto 4rem;position:relative;z-index:2}.services-title{font-size:2.8rem;font-weight:800;color:#4d2d52}.services-subtitle{font-size:1.1rem;color:#555;margin-top:1rem;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;position:relative;z-index:2}.service-card{background:#fdfbfd9f;padding:2rem;border-radius:20px;box-shadow:15px 12px 28px #470c5447;border:2px solid rgba(212,175,55,.22);position:relative;transition:all .3s ease}.service-card:before{content:"";position:absolute;top:1.2rem;left:1.2rem;width:55px;height:3px;background:#d4af37;border-radius:2px;opacity:.9}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 34px #0000001f;border-color:#d4af3761}.service-title{font-size:1.6rem;font-weight:700;color:#4d2d52;margin-bottom:.3rem}.service-price{font-size:1.1rem;font-weight:500;color:#d4af37;margin-bottom:1rem}.service-desc{font-size:1rem;color:#444;line-height:1.7;margin-bottom:1.2rem}.service-list{padding-left:1.2rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem}.service-list li{font-size:.95rem;color:#555;position:relative}.service-list li:before{content:"•";color:#4b256d;font-size:1.1rem;position:absolute;left:-1rem;top:0}.services-cta{margin-top:3.5rem;text-align:center;position:relative;z-index:2}.services-cta-btn{padding:.9rem 2.4rem;font-size:1.05rem;font-weight:600;background:#4d2d52f0;color:#d4af37;border:none;border-radius:50px;cursor:pointer;letter-spacing:.3px;transition:all .35s ease;box-shadow:0 8px 20px #4b256d40;text-decoration:none}.services-cta-btn:hover{background:#3c233f;transform:translateY(-3px);box-shadow:0 12px 26px #d4af3759}@media(max-width:1100px){.services-overview{padding:5rem 3rem}}@media(max-width:800px){.services-header{margin-bottom:3.2rem}}@media(max-width:600px){.services-title{font-size:2.3rem}.services-subtitle{font-size:1rem}.service-card{padding:1.7rem}}.why-rehma{display:flex;justify-content:space-between;align-items:center;gap:5rem;padding:6rem 5rem;background:#fdfcfe;border-top:1px solid rgba(212,175,55,.18);border-bottom:1px solid rgba(212,175,55,.18);position:relative}.why-rehma-images{flex:1;display:flex;flex-direction:column;gap:2.5rem;position:relative}.why-img-wrapper{width:80%;max-width:330px;border-radius:20px;position:relative;overflow:visible;z-index:10}.why-img{width:100%;height:auto;display:block;object-fit:cover;border-radius:20px;position:relative;z-index:5;box-shadow:0 12px 26px #4b256d26;border:2px solid rgba(75,37,109,.15)}.why-img-wrapper:after{content:"";position:absolute;inset:0;border-radius:20px;border:3px solid rgba(212,175,55,.45);z-index:0;transform:translate(14px,14px);pointer-events:none}.top-img{margin-left:0}.bottom-img{margin-left:3.5rem}.why-rehma-content{flex:1.2;display:flex;flex-direction:column;gap:1.4rem}.why-tag{font-size:.95rem;font-weight:700;color:#d4af37;letter-spacing:1.3px;text-transform:uppercase}.why-heading{font-size:2rem;font-weight:800;color:#4d2d52;line-height:1.35;max-width:520px}.gold{color:#d4af37;font-weight:600}.why-text{font-size:1.07rem;color:#5f3865;line-height:1.75;max-width:580px}.why-list{padding-left:1.3rem;display:flex;flex-direction:column;gap:.65rem}.why-list li{position:relative;color:#5f3865;font-size:1rem}.why-list li:before{content:"•";position:absolute;left:-1rem;top:0;font-size:1.25rem;color:#d4af37}.why-btn{margin-top:1.3rem;padding:.9rem 2.4rem;background:#4d2d52f0;color:#d4af37;font-weight:600;border-radius:40px;font-size:1rem;border:2px solid transparent;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 22px #4b256d38}.why-btn:hover{background:#3c233f;transform:translateY(-3px);box-shadow:0 12px 28px #d4af3759}@media(max-width:1000px){.why-rehma{flex-direction:column;text-align:center;padding:5rem 2.5rem}.why-rehma-images{align-items:center}.why-img-wrapper{width:70%}.bottom-img{margin-left:0}.bottom-img:after{left:-10px;bottom:-10px}.why-rehma-content{align-items:center}.why-list{text-align:left;align-items:flex-start}}@media(max-width:600px){.why-img-wrapper{width:85%}.why-heading{font-size:1.6rem}.why-text{font-size:.97rem}}.custom-experiences{padding:6rem 5rem;background:#fcfaf8}.custom-title{text-align:center;font-size:2.3rem;font-weight:800;color:#4d2d52;margin-bottom:3rem}.custom-box{background:#fff;border-radius:20px;padding:3.5rem 3rem;max-width:900px;margin:0 auto;box-shadow:0 14px 34px #00000014;border:1.5px solid rgba(212,175,55,.28)}.custom-item{margin-bottom:2.4rem;padding-bottom:1.8rem;border-bottom:1px solid rgba(212,175,55,.18)}.custom-item:last-child{margin-bottom:3rem;border-bottom:none}.custom-item h3{font-size:1.25rem;font-weight:700;color:#4d2d52;margin-bottom:.4rem}.custom-item p{font-size:1rem;color:#47384c;line-height:1.65}.custom-btn{width:17rem;display:block;margin:0 auto;padding:.9rem 0;background:#d4af37;color:#4d2d52;font-weight:700;font-size:1rem;border:none;border-radius:40px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 22px #d4af3759;text-decoration:none;text-align:center}.custom-btn:hover{background:#c49b2f;transform:translateY(-3px);box-shadow:0 12px 28px #d4af3773}@media(max-width:700px){.custom-experiences{padding:4rem 2rem}.custom-box{padding:2.5rem 1.6rem}.custom-title{font-size:2rem}}.styling-cta{padding:3rem 2rem;background:#4d2d52;text-align:center;border-top:1px solid rgba(212,175,55,.25);border-bottom:1px solid rgba(212,175,55,.25)}.cta-heading{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:2rem;letter-spacing:.5px}.cta-button{padding:.8rem 2.5rem;background:#cfae41;color:#4d2d52;font-size:1rem;font-weight:600;border-radius:50px;border:2px solid transparent;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 8px 15px #d4af3759;text-decoration:none}.cta-button:hover{background:#c19a2e;transform:translateY(-4px);box-shadow:0 12px 28px #d4af3773}@media(max-width:600px){.cta-heading{font-size:1.8rem}.cta-button{width:auto;font-size:1rem;padding:.9rem 2.2rem}}@media(max-width:768px){.services-overview{padding:40px 0 60px;width:90%}.services-grid{grid-template-columns:1fr;gap:25px;padding:0 15px}.service-card{width:100%;padding:25px 20px;border-radius:18px}.service-title{font-size:24px;line-height:1.2}.service-price{font-size:16px;margin-top:4px}.service-desc{font-size:15px;line-height:1.6;margin-top:10px}.service-list li{font-size:15px;line-height:1.6;margin-bottom:6px}.services-cta{margin-top:40px;padding:0 20px}.services-cta-btn{width:100%;text-align:center;padding:14px;font-size:16px}}.sis-container{width:100%;max-width:1500px;margin:auto;padding:60px 20px;text-align:center;font-family:Inter,sans-serif}.sis-heading{font-size:2.8rem;font-weight:700;margin-bottom:8px}.sis-caption{font-size:1rem;color:#777;margin-bottom:50px}.sis-cards-wrapper{grid-template-columns:repeat(3,1fr);position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;gap:34px}.sis-card{background:#c9a46a;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 8px 18px #00000014;transition:opacity .35s ease,transform .35s ease;width:340px;height:620px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.sis-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 10px 22px #0000001f}.sis-card.fade-out{opacity:0;pointer-events:none;transform:scale(.96)}.sis-thumb{width:100%;height:73%;object-fit:cover}.sis-footer{background:#4d2d52;height:27%;padding:24px;color:#f5f3f7;text-align:left}.sis-footer-small{font-size:.75rem;text-transform:uppercase;letter-spacing:.3rem;font-weight:400;color:#fff;margin-bottom:20px;text-align:center}.sis-footer-title{margin-top:6px;font-size:1.05rem;font-weight:600;color:#c9a46a;text-align:center}.sis-number{position:absolute;top:18px;left:18px;font-size:2rem;font-family:Georgia,serif;color:#fff;font-weight:500}.sis-popup{position:fixed;inset:0;background:#000000a6;display:flex;justify-content:center;align-items:center;animation:fadeIn .45s ease forwards;cursor:pointer;z-index:50}.sis-popup-image{width:60%;max-width:780px;border-radius:16px;opacity:0;animation:zoomIn .45s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(max-width:1100px){.sis-cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.sis-cards-wrapper{grid-template-columns:1fr}.sis-card{height:520px}.sis-popup-image{width:90%}}.packages-section{padding:6rem 5rem;color:#fff;background:radial-gradient(circle at 15% 20%,rgba(182,150,43,.181) 0%,transparent 55%),radial-gradient(circle at 85% 60%,rgba(171,140,36,.121) 0%,transparent 45%),linear-gradient(135deg,#4d2d52,#562c5f 45%,#37173e);border-top:1px solid rgba(158,132,45,.16);border-bottom:1px solid rgba(132,108,31,.137)}.packages-title{text-align:center;font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:1px;margin-bottom:4rem}.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.package-card{background:#fdfcfe;border-radius:20px;padding:2.5rem 2rem;position:relative;box-shadow:0 18px 38px #0000002e;color:#3b1e5d;transition:transform .3s ease}.package-card:hover{transform:translateY(-6px)}.price-box{position:absolute;top:-1rem;right:-1rem;background:#d4af37;padding:.8rem 1.4rem;border-radius:10px;text-align:right;box-shadow:0 6px 16px #d4af3759}.old-price{display:block;text-decoration:line-through;font-size:.9rem;font-weight:600;color:#4b256d;opacity:.8}.new-price{display:block;font-size:1.25rem;font-weight:800;color:#3b1e5d}.package-name{font-size:1.4rem;font-weight:800;margin-bottom:1.4rem;color:#3b1e5d}.package-list{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.65rem}.package-list li{position:relative;padding-left:1.2rem;font-size:1rem;color:#4b3f5b;font-weight:500}.package-list li:before{content:"•";position:absolute;left:0;top:0;color:#d4af37;font-size:1.2rem}.strike{text-decoration:line-through;opacity:.4}.complement{color:#d4af37;font-weight:600}@media(max-width:1100px){.packages-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:750px){.packages-grid{grid-template-columns:1fr}.package-card{padding:2rem 1.6rem}.package-name{font-size:1.25rem}}@media(max-width:480px){.package-card{position:relative;padding-top:70px}.price-box{position:absolute;top:10px;right:10px;transform:none;padding:8px 14px;border-radius:12px}.price-box .old-price{font-size:12px}.price-box .new-price{font-size:16px}.package-name{margin-top:15px;font-size:20px}}.speaking-hero{position:relative;width:100%;padding:8rem 2rem 6rem;background:linear-gradient(135deg,#f7f4f9,#fff);display:flex;justify-content:center;overflow:hidden}.speaking-accent{position:absolute;top:-80px;right:-120px;width:380px;height:380px;background:radial-gradient(circle,#8c5f9b40,#fff0);filter:blur(40px);border-radius:50%;z-index:1}.speaking-content{max-width:1200px;width:100%;position:relative;z-index:2}.speaking-title{font-size:4rem;font-weight:700;color:#3a2a3f;text-align:left;margin-bottom:3rem}.speaking-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:center}.speaking-image-wrapper.portrait{width:75%;aspect-ratio:3 / 4;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 35px #50285a2e;margin:0 auto}.speaking-image{width:100%;height:100%;object-fit:cover}.speaking-subheading{font-size:2rem;font-weight:600;color:#6a4a76;margin-bottom:1rem}.speaking-text p{font-size:1.12rem;line-height:1.85;color:#4a3b4f;margin-bottom:1rem}@media(max-width:1000px){.speaking-layout{grid-template-columns:1fr;text-align:center}.speaking-image-wrapper.portrait{width:60%}}@media(max-width:600px){.speaking-image-wrapper.portrait{width:85%}.speaking-title{text-align:center}}.floating-shape{position:absolute;border-radius:20px;opacity:.18;z-index:0;transform:rotate(-8deg);animation:floatShape 9s ease-in-out infinite}.shape-1{width:160px;height:230px;background:linear-gradient(145deg,#d8c2e4,#a584ba);top:-40px;left:-30px;animation-delay:0s}.shape-2{width:120px;height:180px;background:linear-gradient(145deg,#e3d2ee,#b699cc);bottom:-30px;right:-20px;transform:rotate(12deg);animation-delay:2s}@keyframes floatShape{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-14px) rotate(-6deg)}}.speaking-gains{position:relative;margin-top:4rem;padding:4rem 2rem;background:radial-gradient(circle at 30% 20%,#522d4ff2,#2d1836fa,#391a3c);overflow:hidden;color:#f4edf9;z-index:1}.gains-accent{position:absolute;border-radius:50%;filter:blur(110px);opacity:.78;z-index:0;pointer-events:none}.gains-accent-1{top:-140px;left:-160px;width:500px;height:500px;background:radial-gradient(circle,rgba(219,180,235,.7),rgba(115,70,130,.55),rgba(77,45,82,.25),transparent)}.gains-accent-2{bottom:-160px;right:-180px;width:560px;height:560px;background:radial-gradient(circle,rgba(193,150,215,.65),rgba(100,60,120,.55),rgba(77,45,82,.25),transparent)}.gains-title{position:relative;z-index:2;text-align:center;font-size:2.8rem;font-weight:700;margin-bottom:3.5rem;color:#fff}.gains-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.gains-card{background:#ffffff14;padding:2.3rem 2rem;border-radius:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 25px #695431d6;transition:transform .35s ease,box-shadow .35s ease}.gains-card:hover{transform:translateY(-6px);box-shadow:0 14px 35px #00000047}.gains-heading{font-size:1.5rem;margin-bottom:1rem;color:#e7d6f2;font-weight:600}.gains-card ul{padding:0 2rem;margin:0}.gains-card li{margin-bottom:.8rem;font-size:1.1rem;line-height:1.3;color:#f0e8f6}@media(max-width:800px){.gains-grid{grid-template-columns:1fr}}.speaking-topics{margin-top:6rem;padding:5rem 2rem;text-align:center;position:relative}.topics-title{font-size:2.8rem;font-weight:700;color:#4d2d52;margin-bottom:3rem}.topics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto}.topic-card{background:linear-gradient(145deg,#f5eff7,#fff);padding:2.4rem 2rem;border-radius:1.7rem;border:1px solid rgba(77,45,82,.15);box-shadow:0 12px 30px #4d2d521f;transition:transform .35s ease,box-shadow .35s ease;text-align:left}.topic-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #4d2d522e}.topic-card h3{font-size:1.55rem;font-weight:600;color:#4d2d52;margin-bottom:1rem}.topic-card p{color:#4a3b4f;font-size:1.1rem;line-height:1.65}.topics-cta-wrapper{margin-top:3.5rem}.topics-cta{background:#4d2d52;color:#fff;padding:1rem 2.3rem;font-size:1.15rem;border-radius:2rem;border:none;cursor:pointer;box-shadow:0 8px 25px #4d2d5238;transition:background .3s ease,transform .3s ease;text-decoration:none}.topics-cta:hover{background:#6a3f70;transform:translateY(-3px);box-shadow:0 12px 32px #4d2d5247}@media(max-width:900px){.topics-grid{grid-template-columns:1fr}.topic-card{text-align:center}}.speaking-cta-light{position:relative;padding:2rem 2rem 4.5rem;text-align:center;border-radius:2rem;overflow:hidden;margin:5rem auto 0}.cta-accent-light{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;z-index:1}.cta-accent-light-1{width:260px;height:260px;background:radial-gradient(circle,#d4b98c73,#fff0);top:-80px;right:-80px}.cta-accent-light-2{width:300px;height:300px;background:radial-gradient(circle,#966ea040,#fff0);bottom:-100px;left:-100px}.cta-heading-light{position:relative;z-index:3;font-size:2.1rem;font-weight:600;color:#4d2d52;max-width:900px;margin:0 auto 2.1rem;line-height:1.45}.cta-heading-light span{color:#a57cab;font-weight:700}.cta-button-light{position:relative;z-index:3;padding:1rem 2.6rem;font-size:1.2rem;font-weight:600;border-radius:2rem;border:none;background:#d4b98c;color:#4d2d52;cursor:pointer;transition:all .25s ease-out;box-shadow:0 7px 20px #0000001f;text-decoration:none}.cta-button-light:hover{background:#4d2d52;color:#fff;transform:translateY(-3px);box-shadow:0 14px 30px #4d2d5240}@media(max-width:600px){.cta-heading-light{font-size:1.7rem}.cta-button-light{width:88%}}@media(max-width:480px){.topics-cta{width:100%;text-align:center;padding:14px;font-size:16px}}.events-section{padding:5rem 2rem;background:linear-gradient(135deg,#4d2d520d,#fff)}.events-container{max-width:1100px;margin:0 auto;text-align:center}.events-heading{font-size:2.7rem;font-weight:700;color:#4d2d52;margin-bottom:.8rem}.events-title{font-size:2.6rem;font-weight:700;color:#4d2d52;margin:0 auto .6rem;text-align:center;letter-spacing:.6px}.events-caption{font-size:1.1rem;text-align:center;color:#4d2d52cc;max-width:650px;margin:0 auto 3rem}.events-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.event-card{background:radial-gradient(circle at 30% 20%,#522d4ff2,#2d1836fa,#391a3c);border-radius:18px;padding:1.5rem;box-shadow:0 5px 20px #4d2d521f;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(77,45,82,.1);position:relative}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #4d2d522e}.event-logo-wrapper{width:64px;height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#4d2d5208;border:1px solid rgba(77,45,82,.06);overflow:hidden}.event-logo{width:56px;height:56px;border-radius:50%;object-fit:contain}.event-header{display:flex;gap:1rem;align-items:center;cursor:pointer;margin-top:.5rem}.event-info{flex:1}.event-name{font-size:1.3rem;font-weight:600;color:#f1b451d6;margin:0}.event-toggle{background:#4d2d520f;color:#f1b451d6;border:none;width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1.01rem;line-height:1;cursor:pointer;transition:transform .22s ease,background .22s ease,box-shadow .22s ease;flex:0 0 44px;box-shadow:0 4px 12px #4d2d520f}.event-toggle:hover,.event-toggle:focus{background:#4d2d521a;transform:translateY(-2px);box-shadow:0 8px 20px #4d2d521a;outline:none}.event-toggle.open{transform:rotate(180deg);background:#4d2d5224;box-shadow:0 10px 26px #4d2d5224}.event-arrow.open{transform:rotate(180deg)}.event-dropdown{margin-top:1rem;background:#4d2d520f;border-radius:12px;padding:.95rem;animation:fadeSlide .35s ease forwards;border:1px solid rgba(77,45,82,.12);display:flex}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.event-description{font-size:.98rem;color:#ffffffd0;margin-bottom:.9rem;margin-right:.2rem;line-height:1.55;width:60%}.dropdown-img,.event-image{width:calc(50% - .5rem);max-width:240px;height:160px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #4d2d521f;display:block;cursor:pointer}.dropdown-img.img-1,.event-image:nth-child(2){margin-top:10px;transform:translateY(6px)}.event-images{display:flex;gap:.8rem;flex-wrap:wrap;align-items:flex-start}@media(max-width:640px){.dropdown-img,.event-image{width:100%;max-width:100%;height:160px}.event-header{align-items:flex-start}.event-name{font-size:1rem}.event-toggle{width:40px;height:40px;flex:0 0 40px}}.event-toggle:focus{box-shadow:0 0 0 4px #4d2d521f,0 8px 20px #4d2d521a}.image-zoom-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#140a19d9;display:flex;justify-content:center;align-items:center;z-index:5000;cursor:zoom-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.zoomed-image{max-width:85%;max-height:85%;border-radius:1rem;object-fit:contain;box-shadow:0 8px 35px #00000073;animation:zoomIn .25s ease-out}@keyframes zoomIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:780px){.events-grid{grid-template-columns:1fr}.event-card{width:100%}.event-header{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.event-card img{width:100%;max-width:120px;height:120px;border-radius:8px}.event-dropdown{display:flex;flex-direction:column;gap:15px}.event-description{order:1;width:90%}.event-images{order:2;display:flex;align-items:center;justify-content:space-evenly}}.featured-hero-merged{display:flex;align-items:center;justify-content:space-evenly;gap:2.5rem;padding:4rem 6%;background:linear-gradient(120deg,#482b5614,#fff);position:relative;overflow:hidden}.featured-hero-merged:before{content:"";position:absolute;width:160px;height:160px;background:#d4af3738;border-radius:50%;top:-20px;right:-20px;filter:blur(35px);opacity:.55}.hero-illustration{width:100%;max-width:440px;height:auto;object-fit:contain;opacity:1;animation:floatUp 3.5s ease-in-out infinite alternate;-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(circle,#000 60%,#0000)}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.hero-content{flex:1.1;display:flex;flex-direction:column;gap:1rem}.featured-title{font-size:4rem;font-weight:700;color:#3a2a3f;text-transform:uppercase}.featured-gold-line{height:3px;width:70px;background:linear-gradient(90deg,#d4af37,#f6e27a);border-radius:10px}.featured-subtitle{font-size:1.1rem;color:#4d3b57;max-width:480px;line-height:1.6}.featured-quote-text{font-size:1.45rem;line-height:1.4;color:#2f2040;font-style:italic;margin-top:30px;border-left:3px solid #d4af37;padding-left:1rem}.featured-quote-author{font-size:.95rem;margin-top:.3rem;color:#6a5582}.quote-publication{font-weight:600;color:#d4af37}@media(max-width:900px){.featured-hero-merged{flex-direction:column;gap:2rem;padding:3.5rem 6%;text-align:center}.hero-content{align-items:center}.featured-gold-line{margin:0 auto}.featured-quote-text{border-left:none;border-top:3px solid #d4af37;padding-left:0;padding-top:1rem}.hero-illustration{max-width:320px;-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 55%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(circle,#000 55%,#0000)}}.featured-cta-section{width:100%;background:#4a2b45;padding:2rem 1.5rem;display:flex;justify-content:center;align-items:center}.featured-cta-container{max-width:900px;text-align:center;color:#fff;padding:3rem 2rem;border-radius:20px}.featured-cta-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;line-height:1.3}.featured-cta-subtext{font-size:1rem;opacity:.85;margin-bottom:2.5rem}.featured-cta-button{padding:.9rem 2.2rem;background:transparent;border:2px solid #D4AF37;color:#d4af37;font-size:1rem;border-radius:50px;cursor:pointer;transition:.3s ease;text-decoration:none}.featured-cta-button:hover{background:#d4af37;color:#4a2b45}.featured-grid-section{width:100%;padding:4rem 6%;background:#faf8fc}.newspaper-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:2.5rem}.newspaper-item{background:#fff;border:1px solid rgba(120,90,150,.15);border-radius:14px;padding:1.5rem;overflow:hidden;transition:all .4s ease;position:relative}.newspaper-item:hover{transform:translateY(-4px);border-color:#d9b76e;box-shadow:0 14px 28px #6c3c8214}.newspaper-item a{text-decoration:none;color:inherit}.newspaper-item a:hover{text-decoration:underline}.img-wrap{width:100%;height:220px;overflow:hidden;border-radius:12px;margin-bottom:1.2rem;position:relative;background:#fff}.img-wrap img{width:100%;height:100%;object-fit:contain;transition:.4s ease}.newspaper-item:hover .img-wrap img{scale:1.05}.publication{font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;color:#d5af63;margin-bottom:.4rem}.title{font-size:1.4rem;line-height:1.35;font-weight:600;margin-bottom:.8rem;color:#3a2a46}.snippet{font-size:1rem;color:#5f4a6d;line-height:1.55}.newspaper-item.tall{grid-row:span 2}.newspaper-item.wide{grid-column:span 3}.newspaper-item.small .img-wrap{height:160px}.newspaper-item.small .title{font-size:1.15rem}@media(max-width:1100px){.newspaper-grid{grid-template-columns:1fr 1fr}.newspaper-item.wide{grid-column:span 2}.newspaper-item.tall{grid-row:span 1}}@media(max-width:780px){.featured-grid-section{padding:3rem 4%}.newspaper-grid{grid-template-columns:1fr}.newspaper-item.wide{grid-column:span 1}}.testimonials-page{padding:80px 8%;background:#fff;color:#000}.testimonials-top{text-align:center;max-width:750px;margin:0 auto 70px}.testimonials-top h2{font-size:2.8rem;font-weight:700;color:#4b2c56;letter-spacing:2px;margin-bottom:12px}.testimonials-top p{font-size:1.1rem;line-height:1.6;color:#555}.testimonials-masonry{column-count:3;column-gap:30px}@media(max-width:900px){.testimonials-masonry{column-count:2}}@media(max-width:600px){.testimonials-masonry{column-count:1}}.testimonial-item{break-inside:avoid;margin-bottom:35px;display:flex}.item-0{padding-top:0}.item-1{padding-top:30px}.item-2{padding-top:60px}.item-3{padding-top:20px}.testimonial-frame{width:100%;border:3px solid gold;background:#fffdf7;border-radius:16px;padding:10px;box-shadow:0 10px 25px #0000000f}.testimonial-frame img,.testimonial-frame video{width:100%;display:block;border-radius:12px;box-shadow:0 5px 20px #00000014}.contact-wrapper{max-width:700px;margin:60px auto;padding:40px 32px;background:#faf7fa;border-radius:20px;box-shadow:0 12px 30px #4d2d5214;border:1px solid rgba(212,175,55,.15)}.form-title{text-align:center;font-size:1.9rem;font-weight:600;color:#4d2d52;margin-bottom:28px;letter-spacing:.5px}.contact-form{display:flex;flex-direction:column;gap:22px}.form-group label{font-size:.95rem;color:#4d2d52;font-weight:500;margin-bottom:6px;display:block}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border-radius:10px;border:1.5px solid rgba(77,45,82,.25);background:#fff;font-size:.95rem;color:#3a223d;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#d4af37;box-shadow:0 0 8px #d4af3759;outline:none}.form-group textarea{min-height:130px;resize:vertical}.hero-btn{margin-top:10px;background:#4d2d52;color:#fff;padding:14px 35px;border-radius:30px;border:none;cursor:pointer;font-size:1rem;font-weight:500;box-shadow:0 8px 20px #4d2d5240;transition:all .3s ease;width:fit-content;align-self:center}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px #4d2d5252}.success-message,.success-msg{margin-top:14px;text-align:center;color:#2e7d32;font-weight:500;background:#d4af371a;padding:10px 14px;border-radius:8px;border:1px solid rgba(46,125,50,.25)}.error-message,.error-msg{margin-top:14px;text-align:center;color:#c62828;font-weight:500;background:#ff000012;padding:10px 14px;border-radius:8px;border:1px solid rgba(198,40,40,.25)}@media(max-width:600px){.contact-wrapper{padding:28px 20px}.form-title{font-size:1.6rem}}.privacy-wrapper{width:100%;padding:80px 0;background-color:#faf9f7}.privacy-container{max-width:900px;margin:0 auto;padding:0 20px;color:#2b2b2b;font-family:Inter,sans-serif;line-height:1.7}.privacy-title{font-size:42px;font-weight:600;margin-bottom:10px;color:#1e1e1e}.privacy-container h2{margin-top:40px;margin-bottom:10px;font-size:26px;font-weight:600;color:#1d1d1d}.privacy-container h3{margin-top:25px;margin-bottom:8px;font-size:20px;font-weight:600;color:#2b2b2b}.privacy-container p{margin-bottom:16px;font-size:16px}.privacy-container ul{padding-left:20px;margin-bottom:16px}.privacy-container ul li{margin-bottom:6px;font-size:16px}.privacy-container h2:not(:first-of-type):before{content:"";display:block;height:1px;width:100%;background:#dcd5cf;margin:40px 0 20px}@media(max-width:768px){.privacy-title{font-size:32px}.privacy-container h2{font-size:22px}.privacy-container h3{font-size:18px}.privacy-wrapper{padding:60px 0}}.terms-wrapper{width:100%;padding:80px 0;background-color:#faf9f7}.terms-container{max-width:900px;margin:0 auto;padding:0 20px;color:#2b2b2b;font-family:Inter,sans-serif;line-height:1.7}.terms-title{font-size:42px;font-weight:600;margin-bottom:10px;color:#1e1e1e}.last-updated{font-size:14px;color:#6b6b6b;margin-bottom:30px}.terms-container h2{margin-top:40px;margin-bottom:10px;font-size:26px;font-weight:600;color:#1d1d1d}.terms-container p{margin-bottom:16px;font-size:16px}.terms-container ul{padding-left:20px;margin-bottom:16px}.terms-container ul li{margin-bottom:6px;font-size:16px}.terms-container h2:not(:first-of-type):before{content:"";display:block;height:1px;width:100%;background:#dcd5cf;margin:40px 0 20px}@media(max-width:768px){.terms-title{font-size:32px}.terms-container h2{font-size:22px}.terms-wrapper{padding:60px 0}}
