.section-container{display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:4rem 2rem;width:100%}@media(max-width:48em){.section-container{padding:3rem 1.5rem}}.section-container .section-heading{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center;text-align:center}.section-container .section-heading .section-subtitle{font-size:.75rem;color:var(--primary);font-weight:700;letter-spacing:2px;text-transform:uppercase}.section-container .section-heading .section-about{font-size:2.5rem;font-weight:700;color:var(--secondary);letter-spacing:-.02em}@media(max-width:48em){.section-container .section-heading .section-about{font-size:2rem}}.about-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff}.about-container .about-content{display:flex;flex-direction:column;gap:1.5rem;padding:4rem 2rem;max-width:900px;width:100%}@media(max-width:48em){.about-container .about-content{padding:2.5rem 1.5rem}}.about-container .about-content p{font-size:1.05rem;line-height:1.9;color:var(--text-secondary);font-weight:400}@media(max-width:48em){.about-container .about-content p{font-size:.95rem;line-height:1.8}}.about-container .about-content p.para-1{position:relative;padding-left:1.5rem;border-left:3px solid var(--primary)}@media(max-width:48em){.about-container .about-content p.para-1{padding-left:1rem}}.about-container .about-content p.para-2{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;border-radius:12px}.interested-section{background:linear-gradient(135deg,#2563eb,#1d4ed8 50%,#1e40af);width:100%;position:relative;overflow:hidden}.interested-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.interested-section .cloud{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.interested-section .cloud .cloud1,.interested-section .cloud .cloud2{opacity:.15}@media(max-width:48em){.interested-section .cloud .cloud1,.interested-section .cloud .cloud2{display:none}}.interested-section .cloud .heading{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;gap:1rem;padding:4rem 2rem;text-align:center}@media(max-width:48em){.interested-section .cloud .heading{padding:3rem 1.5rem;gap:.75rem}}.interested-section .cloud .heading .title{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;opacity:.9}.interested-section .cloud .heading .about-title{font-size:2.75rem;font-weight:700;letter-spacing:-.02em}@media(max-width:48em){.interested-section .cloud .heading .about-title{font-size:1.75rem}}.interested-section .cloud .heading .about-desc{font-size:1.05rem;line-height:1.7;max-width:500px;opacity:.9}@media(max-width:48em){.interested-section .cloud .heading .about-desc{font-size:.9rem}}.interested-section .cloud .heading .btn{margin-top:1.5rem;display:flex;gap:1rem}@media(max-width:48em){.interested-section .cloud .heading .btn{flex-direction:column;gap:.75rem}}.interested-section .cloud .heading .btn .service-btn{background:#fff;color:var(--primary);border:2px solid #fff;border-radius:8px;padding:.875rem 2rem;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease}.interested-section .cloud .heading .btn .service-btn a{color:var(--primary);text-decoration:none}.interested-section .cloud .heading .btn .service-btn:hover{background:transparent;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.interested-section .cloud .heading .btn .service-btn:hover a{color:#fff}.interested-section .cloud .heading .btn .connect-btn{background:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:8px;padding:.875rem 2rem;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease}.interested-section .cloud .heading .btn .connect-btn a{color:hsla(0,0%,100%,.9);text-decoration:none}.interested-section .cloud .heading .btn .connect-btn:hover{background:#fff;border-color:#fff;transform:translateY(-2px)}.interested-section .cloud .heading .btn .connect-btn:hover a{color:var(--primary)}