*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Archivo',sans-serif;line-height:1.6;color:#221E32;background:#E2F2F2}
.hd-wrapper{background:linear-gradient(135deg,#E2F2F2 0%,#fff 100%);box-shadow:0 8px 20px #221e3214;position:relative}
.hd-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,#ffa64908 0%,transparent 50%),radial-gradient(circle at 80% 50%,#221e3205 0%,transparent 50%);pointer-events:none}
.hd-top-row{max-width:1140px;margin:0 auto;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:10}
.logo-box{flex-shrink:0}
.logo-box img{height:85px;width:85px;display:block;background:#fff9;padding:8px;border-radius:12px;box-shadow:0 4px 12px #ffa64926}
.brand-title-box{flex:1;text-align:center;padding:0 30px}
.brand-title-box h1{font-size:38px;font-weight:700;color:#221E32;letter-spacing:-.5px;text-shadow:2px 2px 8px #ffa6491a}
.brand-title-box p{font-size:15px;color:#FFA649;margin-top:6px;font-weight:400}
.nv-box{flex-shrink:0}
.main-nv ul{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.main-nv ul li a{display:block;padding:12px 20px;color:#221E32;text-decoration:none;font-weight:500;font-size:15px;border-radius:8px;transition:background .2s ease,color .2s ease;white-space:nowrap}
.main-nv ul li a:hover{background:#ffa6491f;color:#FFA649}
.ft-wrapper{background:linear-gradient(135deg,#221E32 0%,#3a3548 100%);color:#E2F2F2;margin-top:80px;position:relative;overflow:hidden}
.ft-wrapper::before{content:'';position:absolute;top:-50px;left:0;right:0;height:100px;background:#E2F2F2;transform:skewY(-2deg);box-shadow:0 6px 16px #221e321a}
.ft-content{max-width:1140px;margin:0 auto;padding:80px 30px 40px;position:relative;z-index:2}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;margin-bottom:50px}
.ft-section h3{font-size:18px;margin-bottom:20px;color:#FFA649;font-weight:700}
.ft-section ul{list-style:none}
.ft-section ul li{margin-bottom:12px}
.ft-section ul li a{color:#E2F2F2;text-decoration:none;font-size:14px;transition:color .2s ease;display:inline-block}
.ft-section ul li a:hover{color:#FFA649}
.ft-section p{font-size:14px;line-height:1.8;color:#e2f2f2d9}
.ft-section p a{color:#FFA649;text-decoration:none}
.ft-section p a:hover{text-decoration:underline}
.ft-bottom{border-top:1px solid #e2f2f226;padding-top:30px;text-align:center;font-size:13px;color:#e2f2f2b3}
.cookie-popup{position:fixed;left:30px;top:50%;transform:translateY(-50%) translateX(-120%);background:#fff;border-radius:16px;box-shadow:0 12px 40px #221e3240;max-width:420px;width:calc(100% - 60px);z-index:9999;padding:32px;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie-popup.showing{transform:translateY(-50%) translateX(0)}
.cookie-popup h3{font-size:22px;margin-bottom:16px;color:#221E32;font-weight:700}
.cookie-popup p{font-size:14px;line-height:1.7;color:#221E32;margin-bottom:24px}
.cookie-options{margin-bottom:24px}
.cookie-category{margin-bottom:16px;padding:14px;background:#E2F2F2;border-radius:8px}
.cookie-category label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#221E32;font-weight:500}
.cookie-category input[type="radio"]{width:18px;height:18px;cursor:pointer}
.cookie-category.essential{opacity:.6}
.cookie-actions{display:flex;gap:16px;flex-wrap:wrap}
.cookie-actions button{flex:1;min-width:140px;padding:14px 24px;border:2px solid #FFA649;background:transparent;color:#FFA649;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:'Archivo',sans-serif}
.cookie-actions button:hover{background:#FFA649;color:#fff}
.cookie-actions .accept-bt{background:#FFA649;color:#fff}
.cookie-actions .accept-bt:hover{background:#e89540}
.cookie-details{margin-top:20px;padding-top:20px;border-top:1px solid #221e321a}
.cookie-details a{color:#FFA649;text-decoration:none;font-size:13px}
.cookie-details a:hover{text-decoration:underline}
.cookie-tab-trigger{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-100%);background:#FFA649;color:#fff;padding:16px 12px;border-radius:0 12px 12px 0;cursor:pointer;font-size:13px;font-weight:600;writing-mode:vertical-rl;text-orientation:mixed;box-shadow:4px 0 12px #ffa6494d;transition:transform .3s ease;z-index:9998}
.cookie-tab-trigger.visible{transform:translateY(-50%) translateX(0)}
.cookie-tab-trigger:hover{background:#e89540}
@media (max-width: 968px) {
.hd-top-row{flex-direction:column;gap:25px;padding:25px 20px}
.brand-title-box{padding:0}
.brand-title-box h1{font-size:28px}
.brand-title-box p{font-size:14px}
.main-nv ul{justify-content:center;gap:6px}
.main-nv ul li a{padding:10px 16px;font-size:14px}
.logo-box img{height:70px;width:70px}
.ft-grid{grid-template-columns:1fr;gap:40px}
.cookie-popup{left:15px;right:15px;width:calc(100% - 30px);max-width:none;padding:24px}
.cookie-actions{flex-direction:column}
.cookie-actions button{width:100%}
}
@media (max-width: 640px) {
.brand-title-box h1{font-size:24px}
.main-nv ul{flex-direction:column;width:100%}
.main-nv ul li a{text-align:center}
}
.text-legal{max-width:1140px;margin:0 auto;padding:60px 20px;background:#fff}
.text-legal p{font-size:16px;line-height:1.8;color:#221E32;margin:0 0 20px;text-align:justify}
.text-legal p strong,.text-legal p b{font-weight:700;color:#221E32}
.text-legal ul,.text-legal ol{margin:0 0 24px;padding:0 0 0 28px}
.text-legal ul li,.text-legal ol li{font-size:16px;line-height:1.8;color:#221E32;margin:0 0 12px}
.text-legal ul li strong,.text-legal ol li strong,.text-legal ul li b,.text-legal ol li b{font-weight:700;color:#FFA649}
.text-legal a{color:#FFA649;text-decoration:underline;transition:color .3s ease}
.text-legal a:hover{color:#221E32;text-decoration:none}
.text-legal table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#E2F2F2;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #221e3214}
.text-legal table thead{background:linear-gradient(135deg,#FFA649,#ff8f2e)}
.text-legal table thead tr{border:none}
.text-legal table thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:700;color:#fff;border:none}
.text-legal table tbody tr{border-bottom:1px solid #221e3214;transition:background .2s ease}
.text-legal table tbody tr:last-child{border-bottom:none}
.text-legal table tbody tr:hover{background:#ffa64914}
.text-legal table tbody td{padding:14px 20px;font-size:15px;line-height:1.6;color:#221E32;border:none}
.text-legal table tbody td strong,.text-legal table tbody td b{font-weight:700;color:#FFA649}
.text-legal hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#FFA649,transparent);margin:48px 0;border-radius:2px}
.text-legal div{margin:0 0 20px}
.text-legal div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.text-legal{padding:40px 16px}
.text-legal p,.text-legal ul li,.text-legal ol li{font-size:15px;line-height:1.7;text-align:left}
.text-legal table{font-size:14px;border-radius:6px}
.text-legal table thead th{padding:12px 14px;font-size:14px}
.text-legal table tbody td{padding:12px 14px;font-size:14px}
.text-legal ul,.text-legal ol{padding:0 0 0 20px}
.text-legal hr{margin:32px 0}
}
@media (max-width: 480px) {
.text-legal{padding:32px 12px}
.text-legal table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.text-legal table thead th,.text-legal table tbody td{padding:10px 12px;font-size:13px;white-space:nowrap}
}
.dnbox{max-width:1140px;margin:0 auto;padding:0 20px}
.hero-block{display:flex;align-items:center;gap:60px;padding:80px 0;position:relative}
.hero-block .txt-side{flex:1;z-index:2}
.hero-block .txt-side h1{font-size:3.2rem;line-height:1.15;color:#221E32;margin-bottom:24px}
.hero-block .txt-side h1 .highlight2{color:#FFA649;position:relative}
.hero-block .txt-side h1 .highlight2::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FFA649,#221E32);border-radius:2px}
.hero-block .txt-side p{font-size:1.15rem;line-height:1.7;color:#221E32;margin-bottom:16px}
.hero-block .img-side{flex:1;position:relative;margin-right:-140px}
.hero-block .img-side img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 8px 30px #221e3226;position:relative}
.hero-block .img-side::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 40%,#221e3299);border-radius:20px;pointer-events:none;z-index:1}
.hero-block .decorative7{position:absolute;left:-30px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px}
.hero-block .decorative7 span{width:8px;height:8px;background:#FFA649;border-radius:50%;opacity:.7}
.partner-section{background:linear-gradient(135deg,#E2F2F2 0%,#fff 100%);padding:90px 0;position:relative;overflow:hidden}
.partner-section::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#ffa6491a,transparent);border-radius:50%}
.partner-section .section-intro9{text-align:center;margin-bottom:60px}
.partner-section .section-intro9 h2{font-size:2.6rem;color:#221E32;margin-bottom:20px;position:relative;display:inline-block}
.partner-section .section-intro9 h2::before{content:'';position:absolute;left:-50px;top:50%;width:35px;height:2px;background:#FFA649;transform:translateY(-50%)}
.partner-section .section-intro9 h2::after{content:'';position:absolute;right:-50px;top:50%;width:35px;height:2px;background:#FFA649;transform:translateY(-50%)}
.partner-section .section-intro9 p{font-size:1.1rem;color:#221E32;line-height:1.6;max-width:680px;margin:0 auto}
.partner-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;z-index:1}
.partner-card4{background:#fff;border-radius:18px;padding:40px 30px;box-shadow:0 4px 20px #221e3214;transition:all .3s ease;border:2px solid transparent}
.partner-card4:hover{transform:translateY(-8px);box-shadow:0 12px 35px #ffa64940;border-color:#FFA649}
.partner-card4 .icon-holder8{width:70px;height:70px;background:linear-gradient(135deg,#FFA649,#ffbe7a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.partner-card4 .icon-holder8 svg{width:36px;height:36px;fill:#fff}
.partner-card4 h3{font-size:1.5rem;color:#221E32;margin-bottom:14px}
.partner-card4 p{font-size:1rem;line-height:1.6;color:#221E32;margin-bottom:10px}
.efficiency-wrap{padding:90px 0;background:#fff}
.efficiency-wrap .top-text5{max-width:760px;margin:0 auto 70px;text-align:center}
.efficiency-wrap .top-text5 h2{font-size:2.8rem;color:#221E32;margin-bottom:18px;position:relative}
.efficiency-wrap .top-text5 h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);border-radius:4px}
.efficiency-wrap .top-text5 p{font-size:1.1rem;line-height:1.65;color:#221E32;margin-top:20px}
.eff-layout6{display:flex;gap:50px;align-items:flex-start}
.eff-layout6 .visual-col{flex:0 0 480px}
.eff-layout6 .visual-col img{width:100%;height:520px;object-fit:cover;border-radius:22px;box-shadow:0 6px 28px #221e321f}
.eff-layout6 .content-col{flex:1}
.stat-row11{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}
.stat-box15{background:linear-gradient(135deg,#E2F2F2,#f5fafa);border-radius:16px;padding:32px 28px;border-left:4px solid #FFA649;transition:all .3s ease}
.stat-box15:hover{transform:translateX(6px);box-shadow:0 6px 24px #ffa64933}
.stat-box15 .number8{font-size:2.4rem;font-weight:700;color:#FFA649;margin-bottom:8px;display:block}
.stat-box15 .label3{font-size:1.05rem;color:#221E32;font-weight:600;margin-bottom:6px}
.stat-box15 .desc4{font-size:.95rem;color:#221E32;line-height:1.5}
.approach-list2{display:flex;flex-direction:column;gap:20px}
.approach-item7{display:flex;align-items:flex-start;gap:16px;padding:22px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #221e320f;transition:all .3s ease}
.approach-item7:hover{box-shadow:0 6px 20px #ffa64926;transform:translateY(-3px)}
.approach-item7 .marker9{width:32px;height:32px;background:#FFA649;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.approach-item7 .marker9 svg{width:18px;height:18px;fill:#fff}
.approach-item7 .text-part{flex:1}
.approach-item7 .text-part h4{font-size:1.15rem;color:#221E32;margin-bottom:6px}
.approach-item7 .text-part p{font-size:.98rem;color:#221E32;line-height:1.6}
.community-area{background:linear-gradient(180deg,#221E32 0%,#3a3548 100%);padding:90px 0;position:relative}
.community-area::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#FFA649,transparent)}
.comm-flex12{display:flex;gap:60px;align-items:center}
.comm-flex12 .text-block{flex:1}
.comm-flex12 .text-block h2{font-size:2.7rem;color:#fff;margin-bottom:24px;line-height:1.2}
.comm-flex12 .text-block h2 .accent-word{color:#FFA649;position:relative}
.comm-flex12 .text-block h2 .accent-word::before{content:'';position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#FFA649;border-radius:50%}
.comm-flex12 .text-block p{font-size:1.1rem;line-height:1.7;color:#E2F2F2;margin-bottom:16px}
.comm-flex12 .img-block{flex:0 0 460px}
.comm-flex12 .img-block img{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 10px 40px #0006}
.testimonial-card19{background:#ffffff14;backdrop-filter:blur(10px);border-radius:18px;padding:36px;margin-top:40px;border:1px solid #ffa6494d}
.testimonial-card19 .profile-row{display:flex;align-items:center;gap:20px;margin-bottom:20px}
.testimonial-card19 .profile-row img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #FFA649}
.testimonial-card19 .profile-row .info2 h4{font-size:1.2rem;color:#fff;margin-bottom:4px}
.testimonial-card19 .profile-row .info2 .role5{font-size:.95rem;color:#FFA649}
.testimonial-card19 .quote-text{font-size:1.05rem;line-height:1.7;color:#E2F2F2;font-style:italic;position:relative;padding-left:28px}
.testimonial-card19 .quote-text::before{content:'"';position:absolute;left:0;top:-8px;font-size:3rem;color:#FFA649;line-height:1;font-family:serif}
.cta-section3{padding:80px 0;background:linear-gradient(135deg,#E2F2F2,#fff);text-align:center}
.cta-section3 h2{font-size:2.5rem;color:#221E32;margin-bottom:18px}
.cta-section3 p{font-size:1.15rem;color:#221E32;margin-bottom:32px;line-height:1.6}
.cta-section3 .btn-primary4{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#FFA649,#ff8e1f);color:#fff;font-size:1.1rem;font-weight:600;border-radius:12px;text-decoration:none;box-shadow:0 6px 24px #ffa64966;transition:all .3s ease;border:none;cursor:pointer}
.cta-section3 .btn-primary4:hover{transform:translateY(-4px);box-shadow:0 10px 32px #ffa64980}
@media (max-width: 1024px) {
.hero-block{flex-direction:column;gap:40px;padding:60px 0}
.hero-block .img-side{margin-right:0;width:100%}
.hero-block .img-side img{height:380px}
.partner-grid3{grid-template-columns:repeat(2,1fr);gap:30px}
.eff-layout6{flex-direction:column;gap:40px}
.eff-layout6 .visual-col{flex:1;width:100%}
.eff-layout6 .visual-col img{height:420px}
.comm-flex12{flex-direction:column;gap:40px}
.comm-flex12 .img-block{flex:1;width:100%}
.comm-flex12 .img-block img{height:400px}
}
@media (max-width: 768px) {
.hero-block .txt-side h1{font-size:2.4rem}
.hero-block .decorative7{display:none}
.partner-grid3{grid-template-columns:1fr}
.partner-section .section-intro9 h2::before,.partner-section .section-intro9 h2::after{display:none}
.stat-row11{grid-template-columns:1fr}
.efficiency-wrap .top-text5 h2{font-size:2.2rem}
.community-area{padding:60px 0}
.comm-flex12 .text-block h2{font-size:2.1rem}
.cta-section3 h2{font-size:2rem}
}
@media (max-width: 480px) {
.dnbox{padding:0 16px}
.hero-block .txt-side h1{font-size:2rem}
.hero-block .img-side img{height:300px}
.partner-card4{padding:30px 24px}
.eff-layout6 .visual-col img{height:320px}
.comm-flex12 .img-block img{height:320px}
.testimonial-card19{padding:28px 20px}
.cta-section3 .btn-primary4{padding:16px 36px;font-size:1rem}
}
.domain-cnt-main{max-width:1140px;margin:0 auto;padding:0 20px}
.top-hero-sect{padding:80px 0 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-txt-wrap h1{font-size:48px;line-height:1.2;color:#221E32;margin:0 0 20px}
.hero-txt-wrap h1 .accent-part{color:#FFA649;position:relative;display:inline-block}
.hero-txt-wrap h1 .accent-part::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);border-radius:2px}
.hero-txt-wrap .subtitle-text{font-size:18px;line-height:1.6;color:#221E32;margin:0;opacity:.85}
.hero-img-box{position:relative;border-radius:20px;overflow:hidden}
.hero-img-box img{width:100%;height:400px;object-fit:cover;display:block}
.hero-img-box::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#221e3299);pointer-events:none}
.decorative-dots{position:absolute;top:-20px;right:-20px;display:grid;grid-template-columns:repeat(4,8px);gap:12px;z-index:-1}
.decorative-dots span{width:8px;height:8px;background:#FFA649;border-radius:50%;opacity:.6}
.info-cards-section{padding:60px 0;background:linear-gradient(135deg,#E2F2F2 0%,#e2f2f24d 100%)}
.info-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1140px;margin:0 auto;padding:0 20px}
.info-card-item{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 8px 24px #221e3214;transition:all .3s ease;position:relative}
.info-card-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}
.info-card-item:hover{transform:translateY(-8px);box-shadow:0 16px 40px #ffa64933}
.info-card-item:hover::before{opacity:1}
.card-icon-wrap{width:60px;height:60px;background:linear-gradient(135deg,#FFA649,#221E32);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-wrap svg{width:32px;height:32px;fill:#fff}
.info-card-item h3{font-size:22px;color:#221E32;margin:0 0 12px}
.info-card-item .card-detail{font-size:16px;color:#221E32;line-height:1.6;margin:0;opacity:.8}
.info-card-item a{color:#FFA649;text-decoration:none;transition:color .3s ease;word-break:break-all}
.info-card-item a:hover{color:#221E32}
.form-main-section{padding:80px 0}
.form-content-wrapper{max-width:800px;margin:0 auto;background:#fff;padding:60px;border-radius:24px;box-shadow:0 12px 48px #221e321f}
.form-header-block{text-align:center;margin-bottom:50px}
.form-header-block h2{font-size:36px;color:#221E32;margin:0 0 16px}
.form-header-block .subtext-line{font-size:17px;color:#221E32;opacity:.75;margin:0}
.contact-form-box{display:flex;flex-direction:column;gap:32px}
.field-group{display:flex;flex-direction:column;gap:8px}
.field-group label{font-size:15px;font-weight:600;color:#221E32}
.field-group input[type="email"]{padding:16px 20px;border:2px solid #E2F2F2;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fff}
.field-group input[type="email"]:focus{outline:none;border-color:#FFA649;box-shadow:0 0 0 4px #ffa6491a}
.rating-field-group{display:flex;flex-direction:column;gap:16px}
.rating-field-group .label-text{font-size:15px;font-weight:600;color:#221E32}
.rating-options{display:flex;gap:16px;flex-wrap:wrap}
.rating-options input[type="radio"]{display:none}
.rating-options label{padding:12px 24px;border:2px solid #E2F2F2;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:15px;color:#221E32;background:#fff;display:inline-block}
.rating-options input[type="radio"]:checked + label{background:linear-gradient(135deg,#FFA649,#221E32);color:#fff;border-color:transparent}
.rating-options label:hover{border-color:#FFA649;transform:translateY(-2px)}
.privacy-check-box{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacy-check-box input[type="checkbox"]{width:20px;height:20px;cursor:pointer;margin-top:2px;flex-shrink:0;accent-color:#FFA649}
.privacy-check-box label{font-size:14px;color:#221E32;opacity:.8;line-height:1.5;cursor:pointer}
.privacy-check-box a{color:#FFA649;text-decoration:none;transition:color .3s ease}
.privacy-check-box a:hover{color:#221E32}
.submit-btn-wrapper{margin-top:16px}
.submit-btn-wrapper button{width:100%;padding:18px 32px;background:linear-gradient(135deg,#FFA649,#221E32);color:#fff;border:none;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}
.submit-btn-wrapper button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ffa64966}
.submit-btn-wrapper button:active{transform:translateY(-1px)}
.faq-quick-section{padding:80px 0;background:#E2F2F2}
.faq-container-box{max-width:900px;margin:0 auto;padding:0 20px}
.faq-header-txt{text-align:center;margin-bottom:50px}
.faq-header-txt h2{font-size:36px;color:#221E32;margin:0 0 16px}
.faq-header-txt .intro-line{font-size:17px;color:#221E32;opacity:.75;margin:0}
.faq-list-wrapper{display:flex;flex-direction:column;gap:16px}
.faq-item-box{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #221e320f}
.faq-toggle-input{display:none}
.faq-question-label{display:block;padding:24px 28px;font-size:18px;font-weight:600;color:#221E32;cursor:pointer;transition:all .3s ease;position:relative}
.faq-question-label::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:28px;color:#FFA649;transition:transform .3s ease}
.faq-toggle-input:checked + .faq-question-label::after{transform:translateY(-50%) rotate(45deg)}
.faq-question-label:hover{background:#ffa6490d}
.faq-answer-content{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-toggle-input:checked ~ .faq-answer-content{max-height:500px}
.faq-answer-inner{padding:0 28px 24px;font-size:16px;line-height:1.7;color:#221E32;opacity:.85}
@media (max-width: 768px) {
.top-hero-sect{grid-template-columns:1fr;gap:40px;padding:60px 0 40px}
.hero-txt-wrap h1{font-size:36px}
.hero-img-box img{height:300px}
.info-cards-grid{grid-template-columns:1fr;gap:24px}
.form-content-wrapper{padding:40px 24px}
.form-header-block h2{font-size:28px}
.rating-options{flex-direction:column}
.rating-options label{width:100%;text-align:center}
.faq-header-txt h2{font-size:28px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.top-hero-sect{gap:50px}
.hero-txt-wrap h1{font-size:42px}
.info-cards-grid{grid-template-columns:repeat(2,1fr)}
}
.lp-title-wrap{position:relative;background:linear-gradient(135deg,#221E32 0%,#FFA649 100%);padding:120px 20px 100px;overflow:hidden}
.lp-title-wrap::before{content:'';position:absolute;top:40px;right:60px;width:8px;height:8px;background:#E2F2F2;border-radius:50%;box-shadow:0 80px 0 #E2F2F2,0 160px 0 #E2F2F2,0 240px 0 #E2F2F2,0 320px 0 #E2F2F2}
.lp-title-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.lp-main-heading{font-size:58px;color:#E2F2F2;margin:0 0 24px;font-weight:700;line-height:1.2}
.lp-sub-text{font-size:22px;color:#E2F2F2;margin:0 0 40px;max-width:680px;line-height:1.6;opacity:.95}
.lp-cta-btn{display:inline-block;background:#E2F2F2;color:#221E32;padding:18px 44px;border-radius:8px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #ffa6494d;z-index:10;position:relative}
.lp-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffa64980;background:#fff}
.prog-details-section{padding:80px 20px;background:#E2F2F2}
.prog-details-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.prog-img-wrapper img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 12px 40px #221e3226}
.prog-content-area h2{font-size:42px;color:#221E32;margin:0 0 20px;font-weight:700}
.prog-content-area h2::before{content:'';display:inline-block;width:60px;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);margin-right:16px;vertical-align:middle}
.prog-content-area p{font-size:17px;color:#221E32;line-height:1.7;margin:0 0 16px}
.prog-content-area p:last-child{margin-bottom:0}
.modules-grid-section{padding:90px 20px;background:#fff}
.modules-container{max-width:1140px;margin:0 auto}
.modules-header{text-align:center;margin-bottom:60px}
.modules-header h2{font-size:44px;color:#221E32;margin:0 0 18px;font-weight:700}
.modules-header p{font-size:19px;color:#221E32;max-width:720px;margin:0 auto;line-height:1.6;opacity:.85}
.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.module-card{background:linear-gradient(145deg,#E2F2F2,#fff);padding:36px 28px;border-radius:16px;border:2px solid transparent;transition:all .35s ease;position:relative;overflow:hidden}
.module-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.module-card:hover::before{transform:scaleX(1)}
.module-card:hover{border-color:#FFA649;box-shadow:0 14px 35px #ffa64933;transform:translateY(-6px)}
.module-card h3{font-size:24px;color:#221E32;margin:0 0 14px;font-weight:600}
.module-card p{font-size:16px;color:#221E32;line-height:1.65;margin:0;opacity:.8}
.timeline-box{padding:85px 20px;background:radial-gradient(circle at top right,#FFA649,#221E32);position:relative}
.timeline-box::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:180px;background:linear-gradient(to bottom,transparent,#221e3299)}
.timeline-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.timeline-title{font-size:46px;color:#E2F2F2;text-align:center;margin:0 0 70px;font-weight:700}
.timeline-steps{display:flex;justify-content:space-between;position:relative;padding:0 40px}
.timeline-steps::before{content:'';position:absolute;top:30px;left:80px;right:80px;height:3px;background:#e2f2f24d}
.step-item2{flex:1;text-align:center;position:relative;max-width:200px}
.step-num{width:60px;height:60px;background:#E2F2F2;color:#221E32;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px;position:relative;z-index:2;box-shadow:0 6px 18px #0003}
.step-label{font-size:18px;color:#E2F2F2;font-weight:600;margin:0 0 10px}
.step-desc{font-size:15px;color:#E2F2F2;line-height:1.5;margin:0;opacity:.9}
.testimonial-section3{padding:80px 20px;background:#fff}
.testimonial-wrapper{max-width:1140px;margin:0 auto}
.testimonial-heading{font-size:40px;color:#221E32;text-align:center;margin:0 0 60px;font-weight:700;position:relative}
.testimonial-heading::after{content:'';display:block;width:120px;height:5px;background:linear-gradient(90deg,#FFA649,#221E32);margin:20px auto 0;border-radius:3px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.testimonial-box{background:#E2F2F2;padding:32px;border-radius:20px;box-shadow:0 8px 24px #221e321a;transition:all .3s ease;border:2px solid transparent}
.testimonial-box:hover{border-color:#FFA649;transform:translateY(-8px);box-shadow:0 16px 40px #ffa64940}
.testimonial-profile{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.testimonial-profile img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #FFA649}
.profile-info h4{font-size:19px;color:#221E32;margin:0 0 4px;font-weight:600}
.profile-role{font-size:14px;color:#221E32;margin:0;opacity:.7}
.testimonial-text{font-size:16px;color:#221E32;line-height:1.7;margin:0;font-style:italic}
@media (max-width: 1024px) {
.lp-main-heading{font-size:46px}
.lp-sub-text{font-size:19px}
.prog-details-container{gap:40px}
.prog-content-area h2{font-size:36px}
.modules-grid{grid-template-columns:repeat(2,1fr)}
.testimonial-grid{grid-template-columns:repeat(2,1fr)}
.timeline-steps{flex-wrap:wrap;gap:40px;padding:0 20px}
.timeline-steps::before{display:none}
.step-item2{max-width:calc(50% - 20px)}
}
@media (max-width: 768px) {
.lp-title-wrap{padding:80px 20px 70px}
.lp-main-heading{font-size:36px}
.lp-sub-text{font-size:17px}
.lp-cta-btn{padding:15px 36px;font-size:16px}
.prog-details-section{padding:60px 20px}
.prog-details-container{grid-template-columns:1fr;gap:30px}
.prog-img-wrapper img{height:320px}
.prog-content-area h2{font-size:30px}
.modules-grid-section{padding:60px 20px}
.modules-header h2{font-size:34px}
.modules-grid{grid-template-columns:1fr;gap:24px}
.timeline-box{padding:60px 20px}
.timeline-title{font-size:34px;margin-bottom:50px}
.step-item2{max-width:100%}
.testimonial-section3{padding:60px 20px}
.testimonial-heading{font-size:32px;margin-bottom:40px}
.testimonial-grid{grid-template-columns:1fr;gap:24px}
}
.about-hero-wrapper{position:relative;padding:80px 0;background:linear-gradient(135deg,#E2F2F2 0%,#ffa64926 100%);overflow:hidden}
.about-hero-wrapper::before{content:'';position:absolute;top:-120px;right:-80px;width:400px;height:400px;background:#ffa6491f;border-radius:50%;z-index:1}
.about-hero-wrapper::after{content:'';position:absolute;bottom:-60px;left:-100px;width:350px;height:350px;background:#221e320f;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.hero-content-grid{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:280px 1fr 280px;gap:50px;align-items:center;position:relative;z-index:2}
.hero-img-left-box,.hero-img-right-box{position:relative;height:420px}
.hero-img-left-box{border-radius:8px 20px 8px 20px;overflow:hidden;box-shadow:-8px 12px 35px #221e3233 0 4px 15px #ffa64926;transform:rotate(-3deg)}
.hero-img-right-box{border-radius:20px 8px 20px 8px;overflow:hidden;box-shadow:8px 12px 35px #221e3233 0 4px 15px #ffa64926;transform:rotate(3deg)}
.hero-img-left-box::before{content:'';position:absolute;top:-30px;left:-30px;width:100px;height:100px;background:#ffa64940;border-radius:50%;z-index:-1}
.hero-img-right-box::after{content:'';position:absolute;bottom:-25px;right:-25px;width:90px;height:90px;background:#221e3226;clip-path:polygon(50% 0%,100% 100%,0% 100%);z-index:-1}
.hero-img-left-box img,.hero-img-right-box img{width:100%;height:100%;object-fit:cover}
.hero-txt-center{text-align:center}
.hero-txt-center h1{font-size:48px;font-weight:700;color:#221E32;margin-bottom:20px;line-height:1.2}
.hero-txt-center h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);margin:18px auto 0;border-radius:2px}
.hero-txt-center p{font-size:18px;line-height:1.6;color:#221E32;opacity:.85;max-width:520px;margin:0 auto}
.timeline-wrapper3{padding:100px 0;background:#221E32;position:relative;overflow:hidden}
.timeline-wrapper3::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FFA649 0%,#ffa6494d 50%,#FFA649 100%)}
.timeline-container-v2{max-width:1140px;margin:0 auto;padding:0 20px}
.timeline-container-v2 h2{font-size:42px;font-weight:700;color:#E2F2F2;text-align:center;margin-bottom:60px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.timeline-container-v2 h2::before{content:'';position:absolute;left:-50px;top:50%;transform:translateY(-50%);width:35px;height:35px;background:#ffa64933;border-radius:50%}
.timeline-grid-alt{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.timeline-card-alt{background:#e2f2f214;padding:35px 28px;border-radius:4px 18px 4px 18px;border-left:4px solid #FFA649;position:relative;transition:all .4s ease;box-shadow:0 6px 20px #00000040}
.timeline-card-alt:hover{transform:translateY(-8px);box-shadow:0 12px 35px #ffa6494d 0 6px 20px #00000059;border-left-width:6px}
.timeline-year-marker{position:absolute;top:-15px;right:20px;background:#FFA649;color:#221E32;font-weight:700;font-size:14px;padding:6px 14px;border-radius:12px;box-shadow:0 3px 10px #ffa64966}
.timeline-card-alt h3{font-size:22px;font-weight:600;color:#FFA649;margin-bottom:15px}
.timeline-card-alt p{font-size:16px;line-height:1.6;color:#E2F2F2;opacity:.9}
.team-showcase-section{padding:90px 0;background:linear-gradient(180deg,#E2F2F2 0%,#ffa64914 100%)}
.team-container-box{max-width:1140px;margin:0 auto;padding:0 20px}
.team-intro-header{text-align:center;margin-bottom:65px}
.team-intro-header h2{font-size:40px;font-weight:700;color:#221E32;margin-bottom:18px}
.team-intro-header h2::before{content:'◆';display:inline-block;color:#FFA649;margin-right:12px;font-size:28px}
.team-intro-header p{font-size:18px;line-height:1.7;color:#221E32;opacity:.8;max-width:680px;margin:0 auto}
.team-layout-asymmetric{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:45px;align-items:start}
.team-member-card-v2{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #221e321f;transition:all .35s ease;position:relative}
.team-member-card-v2:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 15px 40px #ffa64940 0 8px 25px #221e3226}
.team-member-card-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#FFA649,#221E32);opacity:0;transition:opacity .35s ease}
.team-member-card-v2:hover::before{opacity:1}
.team-img-container{height:320px;overflow:hidden;position:relative}
.team-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.team-member-card-v2:hover .team-img-container img{transform:scale(1.08)}
.team-info-content{padding:28px 24px;text-align:center}
.team-info-content h3{font-size:22px;font-weight:600;color:#221E32;margin-bottom:8px}
.team-role-label{display:inline-block;font-size:14px;font-weight:500;color:#FFA649;background:#ffa6491f;padding:5px 14px;border-radius:12px;margin-bottom:14px}
.team-info-content p{font-size:15px;line-height:1.6;color:#221E32;opacity:.75}
.content-img-card-featured{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #221e3226;padding:35px}
.content-img-card-featured h4{font-size:24px;font-weight:600;color:#221E32;margin-bottom:20px;position:relative;padding-bottom:12px}
.content-img-card-featured h4::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#FFA649;border-radius:2px}
.content-img-wrapper-featured{height:280px;overflow:hidden;border-radius:12px;margin-bottom:22px;box-shadow:0 6px 20px #221e321a}
.content-img-wrapper-featured img{width:100%;height:100%;object-fit:cover}
.content-img-card-featured p{font-size:16px;line-height:1.65;color:#221E32;opacity:.8}
.content-img-card-standard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #221e321a;height:100%;transition:all .3s ease}
.content-img-card-standard:hover{box-shadow:0 10px 30px #ffa64933 0 6px 20px #221e321f}
.content-img-wrapper-standard{height:240px;overflow:hidden}
.content-img-wrapper-standard img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.content-img-card-standard:hover .content-img-wrapper-standard img{transform:scale(1.06)}
.content-txt-box-standard{padding:24px 20px}
.content-txt-box-standard h5{font-size:19px;font-weight:600;color:#221E32;margin-bottom:10px}
.content-txt-box-standard p{font-size:15px;line-height:1.6;color:#221E32;opacity:.75}
@media (max-width: 1024px) {
.hero-content-grid{grid-template-columns:1fr;gap:40px}
.hero-img-left-box,.hero-img-right-box{height:350px;margin:0 auto;max-width:400px;transform:rotate(0)}
.timeline-grid-alt{grid-template-columns:1fr;gap:35px}
.team-layout-asymmetric{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.about-hero-wrapper{padding:60px 0}
.hero-txt-center h1{font-size:36px}
.hero-txt-center p{font-size:16px}
.hero-img-left-box,.hero-img-right-box{height:280px}
.timeline-wrapper3{padding:70px 0}
.timeline-container-v2 h2{font-size:32px;margin-bottom:40px}
.team-showcase-section{padding:70px 0}
.team-intro-header h2{font-size:32px}
.team-intro-header p{font-size:16px}
}
.dom-hero3{position:relative;background:linear-gradient(135deg,#221E32 0%,#FFA649 100%);padding:120px 20px 80px;overflow:hidden}
.dom-hero3::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e2f2f226,transparent 70%);border-radius:50%;animation:floating-shape 8s ease-in-out infinite}
@keyframes floating-shape {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-30px,40px) rotate(10deg)}
}
.dom-hero3 .content-wrap7{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.dom-hero3 .head-box12{font-size:3.2rem;color:#E2F2F2;font-weight:700;margin-bottom:24px;line-height:1.2}
.dom-hero3 .intro-txt5{font-size:1.15rem;color:#E2F2F2;line-height:1.7;max-width:680px;margin-bottom:16px}
.dom-hero3 .intro-txt5:last-of-type{margin-bottom:0}
.gallery-sect9{padding:90px 20px;background:#E2F2F2}
.gallery-sect9 .inner-cont24{max-width:1140px;margin:0 auto}
.gallery-sect9 .sect-label8{font-size:2.4rem;color:#221E32;font-weight:700;margin-bottom:48px;text-align:center;position:relative}
.gallery-sect9 .sect-label8::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFA649,#221E32);margin:16px auto 0;border-radius:8px}
.proj-grid7{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:48px}
.proj-card-v2{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #221e321f;transition:transform .3s ease,box-shadow .3s ease}
.proj-card-v2:hover{transform:translateY(-8px);box-shadow:0 16px 40px #ffa64940}
.proj-card-v2 .img-holder9{width:100%;height:240px;overflow:hidden;position:relative}
.proj-card-v2 .img-holder9 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.proj-card-v2:hover .img-holder9 img{transform:scale(1.08)}
.proj-card-v2 .card-body15{padding:28px}
.proj-card-v2 .proj-name4{font-size:1.5rem;color:#221E32;font-weight:700;margin-bottom:12px}
.proj-card-v2 .student-label2{font-size:.95rem;color:#FFA649;font-weight:600;margin-bottom:16px;display:block}
.proj-card-v2 .desc-text11{font-size:1rem;color:#221E32;line-height:1.6;margin-bottom:20px}
.proj-card-v2 .metrics-row3{display:flex;gap:20px;padding-top:16px;border-top:2px solid #E2F2F2}
.proj-card-v2 .metric-item6{flex:1}
.proj-card-v2 .metric-label9{font-size:.85rem;color:#221E32;opacity:.7;margin-bottom:4px}
.proj-card-v2 .metric-val8{font-size:1.1rem;color:#FFA649;font-weight:700}
.skills-display14{padding:80px 20px;background:linear-gradient(165deg,#221E32 0%,#FFA649 100%);position:relative}
.skills-display14::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:repeating-linear-gradient(90deg,#E2F2F2 0px,#E2F2F2 20px,transparent 20px,transparent 40px)}
.skills-display14 .wrapper-box21{max-width:1140px;margin:0 auto}
.skills-display14 .heading-alt7{font-size:2.2rem;color:#E2F2F2;font-weight:700;margin-bottom:36px;text-align:center}
.skills-grid18{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.skill-box9{background:#e2f2f21a;backdrop-filter:blur(10px);border:2px solid #e2f2f233;border-radius:12px;padding:28px;transition:all .3s ease}
.skill-box9:hover{background:#e2f2f22e;border-color:#E2F2F2;transform:scale(1.03)}
.skill-box9 .icon-holder13{width:56px;height:56px;background:linear-gradient(135deg,#FFA649,#E2F2F2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.skill-box9 .icon-holder13 svg{width:28px;height:28px;fill:#221E32}
.skill-box9 .skill-title6{font-size:1.25rem;color:#E2F2F2;font-weight:700;margin-bottom:12px}
.skill-box9 .skill-desc4{font-size:.95rem;color:#E2F2F2;line-height:1.6;opacity:.9}
.process-timeline16{padding:90px 20px;background:#fff}
.process-timeline16 .container-main8{max-width:1140px;margin:0 auto}
.process-timeline16 .title-sect19{font-size:2.4rem;color:#221E32;font-weight:700;margin-bottom:20px;text-align:center}
.process-timeline16 .subtitle-v3{font-size:1.1rem;color:#221E32;line-height:1.7;text-align:center;max-width:720px;margin:0 auto 60px}
.timeline-wrapper4{position:relative;padding-left:60px}
.timeline-wrapper4::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FFA649,#221E32)}
.timeline-step11{position:relative;margin-bottom:48px;padding-left:40px}
.timeline-step11::before{content:'';position:absolute;left:-36px;top:8px;width:18px;height:18px;background:#FFA649;border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #ffa64966;z-index:2}
.timeline-step11 .step-num7{display:inline-block;background:linear-gradient(135deg,#FFA649,#221E32);color:#E2F2F2;font-weight:700;font-size:.85rem;padding:6px 16px;border-radius:20px;margin-bottom:12px}
.timeline-step11 .step-heading8{font-size:1.4rem;color:#221E32;font-weight:700;margin-bottom:12px}
.timeline-step11 .step-description5{font-size:1rem;color:#221E32;line-height:1.6;margin-bottom:20px}
.timeline-step11 .highlight-features2{display:flex;flex-wrap:wrap;gap:12px}
.timeline-step11 .feature-badge3{background:#E2F2F2;color:#221E32;font-size:.9rem;padding:8px 16px;border-radius:8px;font-weight:600}
.cta-section-alt12{padding:100px 20px;background:radial-gradient(circle at top right,#FFA649,#221E32);position:relative;overflow:hidden}
.cta-section-alt12::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#e2f2f233,transparent 60%);border-radius:50%}
.cta-section-alt12 .centered-wrap9{max-width:840px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-section-alt12 .main-cta-head4{font-size:2.6rem;color:#E2F2F2;font-weight:700;margin-bottom:24px;line-height:1.2}
.cta-section-alt12 .cta-paragraph6{font-size:1.15rem;color:#E2F2F2;line-height:1.7;margin-bottom:36px}
.cta-section-alt12 .btn-row8{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-section-alt12 .cta-btn-primary2{display:inline-flex;align-items:center;gap:10px;background:#E2F2F2;color:#221E32;font-weight:700;font-size:1.05rem;padding:16px 36px;border-radius:12px;text-decoration:none;box-shadow:0 8px 24px #0003;transition:all .3s ease;position:relative;z-index:10}
.cta-section-alt12 .cta-btn-primary2:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 32px #00000040}
.cta-section-alt12 .cta-btn-secondary4{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#E2F2F2;font-weight:700;font-size:1.05rem;padding:16px 36px;border:3px solid #E2F2F2;border-radius:12px;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.cta-section-alt12 .cta-btn-secondary4:hover{background:#E2F2F2;color:#221E32;transform:translateY(-3px)}
.cta-section-alt12 .profile-showcase7{margin-top:48px;display:flex;align-items:center;justify-content:center;gap:20px}
.cta-section-alt12 .profile-img-holder5{width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid #E2F2F2;box-shadow:0 8px 20px #0003}
.cta-section-alt12 .profile-img-holder5 img{width:100%;height:100%;object-fit:cover}
.cta-section-alt12 .profile-info9{text-align:left}
.cta-section-alt12 .profile-name13{font-size:1.15rem;color:#E2F2F2;font-weight:700;margin-bottom:4px}
.cta-section-alt12 .profile-role8{font-size:.95rem;color:#E2F2F2;opacity:.85}
@media (max-width: 768px) {
.dom-hero3{padding:80px 20px 60px}
.dom-hero3 .head-box12{font-size:2.2rem}
.dom-hero3 .intro-txt5{font-size:1rem}
.proj-grid7{grid-template-columns:1fr}
.skills-grid18{grid-template-columns:1fr}
.timeline-wrapper4{padding-left:40px}
.timeline-wrapper4::before{left:16px}
.timeline-step11::before{left:-24px}
.cta-section-alt12 .main-cta-head4{font-size:2rem}
.cta-section-alt12 .btn-row8{flex-direction:column;align-items:stretch}
.cta-section-alt12 .profile-showcase7{flex-direction:column;text-align:center}
.cta-section-alt12 .profile-info9{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.proj-grid7{grid-template-columns:repeat(2,1fr)}
.skills-grid18{grid-template-columns:repeat(2,1fr)}
}
.dmn-success-wrap{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#E2F2F2 0%,#ffa64914 100%);position:relative;overflow:hidden}
.dmn-success-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffa6491f 0%,transparent 70%);border-radius:50%}
.dmn-success-wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#221e320d 0%,transparent 70%);border-radius:50%}
.success-ct-bx{max-width:680px;width:100%;background:#fff;padding:70px 50px;border-radius:20px;box-shadow:0 12px 40px #221e3214 0 4px 12px #ffa6490f;text-align:center;position:relative;z-index:2}
.success-ico-element{width:96px;height:96px;margin:0 auto 32px;position:relative;animation:showing .8s ease-out}
@keyframes showing {
0%{transform:scale(0) rotate(-180deg);opacity:0}
50%{transform:scale(1.15) rotate(10deg)}
100%{transform:scale(1) rotate(0);opacity:1}
}
.success-ico-element svg{width:100%;height:100%}
.success-heading-v2{font-size:42px;font-weight:700;color:#221E32;margin:0 0 18px;line-height:1.2}
.success-txt-desc{font-size:18px;line-height:1.7;color:#4a4558;margin:0 0 40px}
.success-dot-line3{display:flex;justify-content:center;gap:8px;margin:0 0 44px}
.success-dot-line3 span{width:8px;height:8px;background:linear-gradient(135deg,#FFA649 0%,#ff8f2e 100%);border-radius:50%;display:block;animation:loading 1.4s ease-in-out infinite}
.success-dot-line3 span:nth-child(1){animation-delay:0s}
.success-dot-line3 span:nth-child(2){animation-delay:.2s}
.success-dot-line3 span:nth-child(3){animation-delay:.4s}
.success-dot-line3 span:nth-child(4){animation-delay:.6s}
.success-dot-line3 span:nth-child(5){animation-delay:.8s}
@keyframes loading {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.5);opacity:1}
}
.success-act-wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-primv2{display:inline-flex;align-items:center;justify-content:center;padding:16px 38px;background:linear-gradient(135deg,#FFA649 0%,#ff8f2e 100%);color:#fff;text-decoration:none;font-size:16px;font-weight:600;border-radius:12px;transition:all .3s ease;box-shadow:0 6px 20px #ffa64940;position:relative;z-index:10;border:none;cursor:pointer}
.btn-primv2:hover{transform:translateY(-3px);box-shadow:0 10px 28px #ffa64959;background:linear-gradient(135deg,#ff8f2e 0%,#FFA649 100%)}
.btn-primv2:active{transform:translateY(-1px)}
.btn-sec-outline{display:inline-flex;align-items:center;justify-content:center;padding:16px 38px;background:transparent;color:#221E32;text-decoration:none;font-size:16px;font-weight:600;border-radius:12px;transition:all .3s ease;border:2px solid #221E32;position:relative;z-index:10;cursor:pointer}
.btn-sec-outline:hover{background:#221E32;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #221e3233}
.btn-sec-outline:active{transform:translateY(-1px)}
.success-info-card{background:linear-gradient(135deg,#e2f2f280 0%,#ffa6490d 100%);border-radius:16px;padding:28px 32px;margin:44px 0 0;border-left:4px solid #FFA649}
.success-info-card p{font-size:15px;line-height:1.6;color:#4a4558;margin:0}
.success-info-card strong{color:#221E32;font-weight:600}
@media (max-width: 768px) {
.dmn-success-wrap{padding:40px 16px;min-height:60vh}
.success-ct-bx{padding:50px 28px;border-radius:16px}
.success-ico-element{width:80px;height:80px;margin-bottom:24px}
.success-heading-v2{font-size:32px;margin-bottom:14px}
.success-txt-desc{font-size:16px;margin-bottom:32px}
.success-dot-line3{margin-bottom:36px}
.success-act-wrapper{flex-direction:column;gap:12px}
.btn-primv2,.btn-sec-outline{width:100%;padding:15px 32px;font-size:15px}
.success-info-card{padding:22px 24px;margin-top:36px}
.success-info-card p{font-size:14px}
}
@media (max-width: 480px) {
.success-ct-bx{padding:40px 20px}
.success-heading-v2{font-size:28px}
.success-txt-desc{font-size:15px}
.success-info-card{padding:20px}
}