*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:#f4f7fa;color:#333}.navbar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom left,#00bcd4,#90ee90);padding:1rem 2rem;color:#fff;position:sticky;top:0;z-index:1000}.con{background-image:linear-gradient(to right,#00008b,#006400);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo a{display:flex;align-items:center;text-decoration:none}.logo img{height:40px;width:auto;margin-right:10px}.logo span{font-size:1.5rem;font-weight:700}.nav-links{list-style:none;display:flex;gap:1.5rem;align-items:center}.nav-links li{list-style:none}.nav-links li a{color:#222;text-decoration:none;position:relative;padding:6px 8px;font-size:1rem;font-weight:500}.nav-links li a:hover{color:#0000cd}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:linear-gradient(to bottom left,#00bcd4,#90ee90);color:#333;display:none;flex-direction:column;min-width:250px;border-radius:5px;box-shadow:0 4px 10px #0000001a;z-index:10;padding:0}.dropdown-menu li{list-style:none}.dropdown-menu li a{padding:10px 20px;color:#222;display:block;text-decoration:none}.dropdown-menu li a:hover{color:#0000cd}.dropdown:hover .dropdown-menu{display:flex}.hamburger{display:none;font-size:2rem;cursor:pointer}.hero-section{padding:5rem 2rem;text-align:left;color:#fff;background:url(/assets/hero-BpDrRTbp.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:75vh}.hero-section h1{font-size:3rem;margin-bottom:1rem}.hero-section p{font-size:1.2rem;margin-bottom:2rem;max-width:440px;font-weight:500}@media only screen and (max-width: 768px){.hero-section{padding:4rem 1.5rem;height:auto;background-position:top center}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.2rem;max-width:100%}}.btn{padding:.8rem 1.5rem;background:linear-gradient(to left,#00bcd4,#90ee90);color:#222;font-weight:700;text-decoration:none;border-radius:.5rem;transition:.3s}.btn:hover{background:linear-gradient(to right,#00bcd4,#90ee90);color:#222;transform:translateY(-3px)}.btn1{padding:1rem 1.5rem;background:linear-gradient(to left,#00bcd4,#90ee90);color:#222;text-decoration:none;font-size:1.2rem;font-weight:700;transition:.3s;border:none;display:inline-block}.btn1:hover{background:linear-gradient(to right,#00bcd4,#90ee90);transform:translateY(-3px)}@media (max-width: 768px){.btn1{padding:.7rem 1.2rem;font-size:1rem}}@media (max-width: 768px){.nav-links{padding:1.2rem;position:absolute;top:85px;left:0;flex-direction:column;background:linear-gradient(to bottom left,#00bcd4,#90ee90);width:100%;display:none}.nav-links.active{display:flex}.hamburger{display:block;color:#222}.dropdown-menu{position:static;background:linear-gradient(to top left,#00bcd4,#90ee90)}.dropdown-menu li a{color:#222}.dropdown-menu li a:hover{color:#0000cd}}.about-alt-section{display:flex;justify-content:space-between;align-items:center;padding:4rem 2rem;background:#d4f3f7;gap:3rem}.about-alt-img{flex:1 1 50%;text-align:center}.about-alt-img img{width:100%;max-width:550px;border-radius:.75rem;box-shadow:0 6px 20px #0000001a}.about-alt-text{flex:1 1 50%;padding-left:1rem;border-left:5px solid #111}.about-alt-text h2{font-size:2.5rem;margin-bottom:1rem;color:#222}.about-alt-text h1{font-size:1.5rem;margin-bottom:1rem;color:#222}.about-alt-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#333;font-weight:500}@media (max-width: 768px){.about-alt-section{flex-direction:column;padding:2rem 1rem;text-align:center}.about-alt-text{border-left:none;border-top:5px solid #222;padding-top:1rem}.about-alt-text h2{font-size:2rem}.about-alt-text p{font-size:1rem}.about-alt-img img{max-width:100%}.about-alt-img1 img{max-width:100%;height:35vh}}.services-section{background:#d6f7d6;padding:4rem 2rem;text-align:center}.services-section h2{font-size:2.5rem;color:#222;margin-bottom:.5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.service-item{padding:1.5rem;background:#fff;border-left:5px solid #222;text-align:left;transition:.3s ease;height:100%}.service-item:hover{transform:translateY(-5px);background:#d4f3f7}.service-icon{font-size:2rem;color:#222;margin-bottom:1rem;display:block}.service-icon2{font-size:3rem;color:#222;margin-bottom:1rem;display:block}.service-item h3{font-size:1.3rem;margin-bottom:.5rem;color:#222}.service-item p{font-size:1.1rem;color:#333;font-weight:500;line-height:1.6}.service-item .read-more-btn{margin-top:1rem;display:inline-block;color:#222;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;transition:background-color .3s ease;text-align:left}.service-item .read-more-btn:hover{color:#0000cd}.service-item1{padding:1.5rem;background:#fff;border-left:5px solid #ff1e1e;text-align:left;transition:.3s ease;height:100%}.service-item1:hover{transform:translateY(-5px);background:#d4f3f7}.service-icon1{font-size:2rem;color:#ff1e1e;margin-bottom:1rem;display:block}.service-item1 h3{font-size:1.3rem;margin-bottom:.5rem;color:#222}.service-item1 p{font-size:1.1rem;color:#333;font-weight:500;line-height:1.6}@media (max-width: 768px){.service-item{text-align:center}.service-icon{margin:0 auto 1rem}.services-grid{grid-template-columns:1fr}.services-section h2,.services-section i{font-size:2rem}}.client-scroll-section{background:#d4f3f7;padding:4rem 2rem;text-align:center;overflow:hidden}.client-scroll-section h2{font-size:2.5rem;color:#222;margin-bottom:1rem}.client-scroll-section p,.client-scroll-section1 p{font-size:1.3rem;color:#333;font-weight:600}.client-scroll-section1{background:#d4f3f7;padding:6rem 2rem;text-align:center;overflow:hidden}.client-scroll-section1 h2{font-size:2.5rem;color:#222;margin-bottom:1rem}.client-scroll-wrapper{overflow:hidden;position:relative;width:100%}.client-scroll-track{display:flex;gap:3rem;width:max-content;animation:scrollLogos 60s linear infinite;align-items:center}.client-scroll-track img{max-height:100px;height:auto;width:auto;opacity:.9;transition:transform .3s ease,opacity .3s ease}.client-scroll-track img:hover{opacity:1;transform:scale(1.05)}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.client-scroll-track{gap:1.5rem;animation-duration:90s}.client-scroll-track img{max-height:58px}.client-scroll-section h2,.client-scroll-section1 h2{font-size:2rem}}.contact-alt-section{background:#d6f7d6;padding:4rem 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;color:#222;margin-bottom:.5rem}.contact-header p{font-size:1.1rem;color:#333;max-width:700px;margin:0 auto}.contact-alt-container{display:flex;flex-wrap:wrap;gap:3rem;max-width:1100px;margin:0 auto;justify-content:space-between}.contact-alt-form{flex:1 1 60%;display:flex;flex-direction:column;gap:1.2rem}.contact-alt-form input,.contact-alt-form textarea{padding:.9rem;font-size:1rem;border:1px solid #ccc;border-radius:6px}.contact-alt-form input:focus,.contact-alt-form textarea:focus{border-color:#00bcd4;outline:none}.contact-alt-form .btn{background:linear-gradient(to left,#00bcd4,#90ee90);color:#222;border:none;padding:.9rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:.3s}.contact-alt-form .btn:hover{background:linear-gradient(to right,#00bcd4,#90ee90);color:#222}.contact-alt-info{flex:1 1 35%;font-size:1rem;color:#333}.contact-alt-info p{margin-bottom:1.5rem;display:flex;align-items:center;font-weight:500;font-size:1.2rem;text-align:center}.contact-alt-info h3{font-size:2rem;color:#333;text-align:center}.form-message{text-align:center;margin-top:1rem;font-size:1.1rem;padding:.75rem;border-radius:5px;display:block;transition:.3s ease}.form-message.success{background:transparent;color:#155724;border:1px solid #155724}.form-message.error{background-color:transparent;color:#721c24;border:1px solid #721c24}@media (max-width: 768px){.contact-alt-container{flex-direction:column}.contact-alt-form,.contact-alt-info{flex:1 1 100%}.contact-header h2{font-size:2rem}.contact-header p{font-size:1rem}.contact-alt-info h3{font-size:1.5rem}.contact-alt-info p{font-size:1rem}}.site-footer{background:linear-gradient(to top right,#00bcd4,#90ee90);color:#fff;padding:3rem 2rem 1rem;font-size:.95rem}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto}.footer-col{flex:1 1 150px}.footer-logo{display:flex;align-items:center;text-decoration:none;margin-bottom:10px}.footer-logo img{height:40px;width:auto;margin-right:10px}.footer-logo span{font-size:1.5rem;font-weight:700}.footer-col h4{margin-bottom:1rem;font-size:1.3rem;color:#222;text-align:center}.footer-col ul{list-style:none;padding:0;text-align:center}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{text-decoration:none;color:#222;transition:.3s;font-weight:700}.footer-col ul li a:hover{color:#0000cd}.footer-col p{margin-bottom:.5rem;color:#222;font-weight:700}.footer-col i{margin-right:.5rem;color:#222}.footer-col i:hover{color:#0000cd}.footer-socials{text-align:center;margin-top:1.5rem}.footer-socials a{display:inline-block;margin-right:.7rem;color:#ccc;font-size:1.2rem;transition:.3s}.footer-socials a:hover{color:#0000cd}.footer-bottom{text-align:center;border-top:1px solid #333;margin-top:2rem;padding-top:1rem;color:#333}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center}.footer-socials{justify-content:center;margin-top:1rem}.footer-bottom{font-size:.9rem}.footer-logo{justify-content:center}}.about-alt-img1{flex:1 1 50%;text-align:center}.about-alt-img1 img{width:100%;max-width:580px;border-radius:.75rem;box-shadow:0 6px 20px #0000001a}.card-section{padding:4rem 2rem;display:flex;background:#d6f7d6;justify-content:center;align-items:center}.card{display:flex;flex-direction:row;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a;overflow:hidden;max-width:1000px;width:90%;transition:.3s ease}.card:hover{transform:translateY(-5px);background:#d4f3f7}.card-text{flex:1;padding:2rem;border-left:5px solid #222}.card-text h2{font-size:2.5rem;margin-bottom:1rem;color:#222}.card-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#333;font-weight:500}.card-image{flex:1}.card-text .service-icon{font-size:3.5rem}.card-image img{width:100%;height:100%}@media (max-width: 768px){.card{flex-direction:column-reverse}.card-text{border-left:none;border-top:5px solid #222;text-align:center}.card-text p{font-size:1rem}.card-text h2{font-size:1.5rem}.card-image{height:300px}.card-text .service-icon{font-size:2.2rem}.card-image img{width:100%;height:100%}}.hero-section1{padding:22rem 2rem;text-align:left;color:#fff;background:url(/assets/hero1-CKC1vcT0.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:75vh}.hero-section1 h1{font-size:3rem;margin-bottom:1rem}.hero-section1 p{font-size:1.2rem;margin-bottom:2rem;max-width:430px;font-weight:500}@media only screen and (max-width: 768px){.hero-section1{padding:4rem 1.5rem;height:auto;background-position:top center}.hero-section1 h1{font-size:2.5rem}.hero-section1 p{font-size:1.2rem;max-width:100%}}.sap-services{padding:60px 20px;text-align:center;background:#d6f7d6}.sap-services h2{font-size:2.5rem;margin-bottom:40px;color:#222}.sap-services h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:5px;text-underline-offset:15px}@media (max-width: 768px){.sap-services h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:4px;text-underline-offset:10px}}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto}@media (max-width: 768px){.service-grid{grid-template-columns:1fr}.service-card li i{font-size:1rem}}.service-card{background:#f0fff0;color:#333;border-radius:20px;padding:35px;text-align:left}.service-card h3{margin-top:0;color:#222;font-size:1.5rem}.service-card p{font-size:1.1rem;font-weight:600;margin-bottom:15px;color:#444}.service-card ul{list-style:none;padding:0}.service-card li{color:#8b0000;font-weight:600;font-size:1rem;margin-bottom:8px}.service-card li i{margin-right:8px;color:#8b0000}.why-sapnexx{padding:60px 20px;text-align:center;background:#d6f7d6}.why-sapnexx h2{font-size:2.5rem;margin-bottom:40px;color:#222}.why-sapnexx p{font-size:1.3rem;font-weight:600;color:#333}.why-sapnexx h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:5px;text-underline-offset:15px}@media (max-width: 768px){.why-sapnexx h2 span{text-decoration:none;position:relative;display:inline-block}.why-sapnexx h2 span:after{content:"";position:absolute;left:0;bottom:-9px;width:100%;height:5px;background-color:#8b0000}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}@media (max-width: 992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-grid{grid-template-columns:1fr}}.feature-card{background:azure;color:#000;padding:35px;border-radius:12px;text-align:left}.feature-card h3{font-size:1.5rem;margin-bottom:10px;color:#333}.feature-card h3 i{color:#8b0000;margin-right:10px}.feature-card p{font-size:1.2rem;color:#444;font-weight:600}.sap-growth{padding:60px 20px;max-width:inherit;margin:0 auto;text-align:center;background:#d4f3f7}.sap-growth h2{font-size:2.5rem;color:#222;margin-bottom:30px;position:relative;display:inline-block}.sap-growth h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:5px;text-underline-offset:15px}.sap-growth p{font-size:1.2rem;color:#333;line-height:1.6;margin-bottom:20px;max-width:1100px;margin-left:auto;margin-right:auto;font-weight:600}@media (max-width: 768px){.sap-growth h2 span{text-decoration:none;position:relative;display:inline-block}.sap-growth h2 span:after{content:"";position:absolute;left:0;bottom:-9px;width:100%;height:5px;background-color:#8b0000}}.timeline-horizontal{padding:60px 20px;text-align:center;max-width:inherit;margin:0 auto;background:#d4f3f7}.timeline-horizontal h2{font-size:2.5rem;color:#222;margin-bottom:60px}.timeline-horizontal h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:5px;text-underline-offset:15px}@media (max-width: 768px){.timeline-horizontal h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:4px;text-underline-offset:10px}}.timeline-steps{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.step{flex:1 1 22%;background:azure;border-top:5px solid darkred;border-radius:8px;padding:20px;min-width:250px;transition:transform .3s ease}.step:hover{box-shadow:0 4px 15px #0000001a}.step .icon{background:#8b0000;color:#fff;width:50px;height:50px;margin:0 auto 15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}.step h3{font-size:1.3rem;color:#222;margin-bottom:10px}.step p{font-size:1rem;color:#333;font-weight:700}@media (max-width: 900px){.timeline-steps{flex-direction:column;align-items:center}.step{width:90%}}.industries-section{text-align:center;padding:60px 20px;background:#d6f7d6}.industries-section h2{font-size:2.5rem;color:#222;margin-bottom:10px}.industries-section p{font-size:1.3rem;color:#333;font-weight:600}.industries-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.industry-card{background:azure;border-radius:15px;padding:30px 20px;width:180px;min-height:200px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease}.industry-card img{width:100px;height:100px;object-fit:contain;margin-bottom:15px;filter:invert(16%) sepia(95%) saturate(5862%) hue-rotate(355deg) brightness(92%) contrast(96%)}.industry-card h3{font-size:1.4rem;color:#333;font-weight:700;line-height:1.3}.industry-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}@media screen and (max-width: 768px){.industries-grid{flex-direction:column;align-items:center}.industry-card{width:80%}}.benefits-section{padding:60px 20px;text-align:center;max-width:inherit;margin:0 auto;background:#d4f3f7}.benefits-section h2{font-size:2.5rem;color:#222;margin-bottom:50px}.benefits-section h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:5px;text-underline-offset:15px}@media (max-width: 768px){.benefits-section h2 span{text-decoration:underline;text-decoration-color:#8b0000;text-decoration-thickness:4px;text-underline-offset:10px}}.benefits-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.benefit-card{background:#f5f5f5;border:2px solid darkred;border-radius:10px;padding:30px 20px;flex:1 1 22%;min-width:250px;box-sizing:border-box;transition:all .3s ease}.benefit-card:hover{box-shadow:0 6px 20px #0000001a}.benefit-card .icon i{font-size:2.5rem;color:#8b0000;margin-bottom:15px}.benefit-card h3{font-size:1.4rem;margin-bottom:10px;color:#222;font-weight:700}.benefit-card p{font-size:1.1rem;color:#333;line-height:1.5;font-weight:700}@media screen and (max-width: 900px){.benefits-grid{flex-direction:column;align-items:center}.benefit-card{width:90%}}@media screen and (max-width: 768px){.sap-services h2,.sap-services i,.why-sapnexx h2,.why-sapnexx i,.sap-growth h2,.timeline-horizontal h2,.timeline-horizontal i,.industries-section h2,.benefits-section h2,.benefits-section i{font-size:2rem}}.sap-hero{background-color:#d6f7d6;padding:80px 20px}.container{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:40px}.left{flex:1;min-width:300px}.left h1{font-size:3rem;font-weight:700;line-height:1.3;color:#222}.left h1 span{color:#8b0000}.description{margin:20px 0;font-size:1.2rem;line-height:1.6;font-weight:600;color:#333}.results-heading{font-size:1.5rem;margin:30px 0 15px;font-weight:700;color:#444}.stats{display:flex;flex-wrap:wrap;gap:15px}.stat-box{background:#ff000026;border:2px solid darkred;border-radius:4px;padding:22px;text-align:center;flex:1 1 120px}.stat-box h2{font-size:2rem;margin:0;color:#333}.stat-box p{margin-top:5px;font-size:1rem;color:#222;font-weight:700}.right{flex:1;min-width:300px;background:#fff;color:#222;padding:30px;border-radius:20px}.consult-form h2{font-size:1.5rem;margin-bottom:20px;font-weight:700}.consult-form input,.consult-form textarea{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;font-size:.95rem}.consult-form input:focus,.consult-form textarea:focus{border-color:#00bcd4;outline:none}.consult-form button{background:linear-gradient(to left,#00bcd4,#90ee90);color:#222;border:none;padding:14px;width:100%;font-size:1rem;border-radius:5px;cursor:pointer;font-weight:700;transition:background .3s}.consult-form button:hover{background:linear-gradient(to right,#00bcd4,#90ee90)}@media screen and (max-width: 768px){.container{flex-direction:column}.left,.right{width:100%}.left h1,h3{font-size:2rem;text-align:center}.left p{text-align:center}.stats{justify-content:space-between}}.recaptcha-wrapper{width:100%;max-width:100%;overflow:hidden;transform:scale(1);transform-origin:0 0}@media (max-width: 768px){.recaptcha-wrapper{transform:scale(.85);transform-origin:0 0;height:75px}}@media (max-width: 480px){.recaptcha-wrapper{transform:scale(.75);height:75px}}.form-message1{margin-bottom:15px;padding:10px;border-radius:4px;font-size:.95rem;display:none}.form-message1.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message1.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.faq-section{width:100%;background-color:#d6f7d6;padding:60px 20px;font-family:Arial,sans-serif;text-align:center}.faq-section h2{font-size:2.5rem;color:#222;margin-bottom:40px}.faq{max-width:900px;margin:0 auto;text-align:left}.faq-item{border-bottom:1px solid gray;padding:18px 0;cursor:pointer}.faq-question{display:flex;justify-content:space-between;font-weight:700;font-size:18px;color:#111}.faq-icon{font-size:30px;transition:transform .3s ease;color:#111}.faq-icon:hover{color:#8b0000}.faq-answer{margin-top:10px;font-size:16px;color:#222;line-height:1.6;display:none;font-weight:600}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-icon{transform:rotate(180deg)}.sap-consulting-wrapper{background:#d4f3f7;padding:60px 20px}.sap-consulting-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px;margin-bottom:50px}.sap-left{flex:1;max-width:350px}.sap-img{width:100%;border-radius:12px}.sap-right{flex:2;min-width:280px}.sap-right h2{font-size:2.3rem;font-weight:700;color:#222;margin-bottom:20px}.sap-right p{color:#333;font-size:1.2rem;line-height:1.6;font-weight:600}.sap-consulting-cta{background:#111;border-radius:10px;padding:80px 30px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.cta-left h3{color:#fff;font-size:32px;font-weight:700}.cta-button{background-color:#25d366;color:#222;font-weight:700;font-size:16px;padding:12px 24px;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center;transition:.3s}.cta-button i{margin-right:10px;font-size:18px;font-weight:700}.cta-button:hover{background-color:#007bff;color:#fff}@media (max-width: 768px){.sap-consulting-cta{flex-direction:column;text-align:center;padding:50px 20px}.cta-left h3{font-size:24px}.cta-button{justify-content:center;width:100%;max-width:300px}}@media (max-width: 768px){.sap-consulting-container{flex-direction:column;text-align:center}.sap-right h2{font-size:1.5rem}}.chatbot-container{position:fixed;bottom:80px;right:20px;width:300px;height:420px;background:#fff;border-radius:10px;box-shadow:0 0 12px #0003;display:flex;flex-direction:column;overflow:hidden;z-index:1000}.chat-header{background:#007bff;color:#fff;padding:10px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.close-btn{background:transparent;color:#fff;border:none;font-size:20px;cursor:pointer}.chat-window{flex:1;padding:10px;overflow-y:auto;background:#f5f5f5}.chat-message{padding:8px 10px;margin:6px 0;border-radius:8px;max-width:80%}.chat-message.user{align-self:flex-end;background-color:#d1e7dd}.chat-message.bot{align-self:flex-start;background-color:#f8d7da}.chat-input{display:flex;border-top:1px solid #ccc}.chat-input input{flex:1;padding:10px;border:none;outline:none}.chat-input button{padding:10px;border:none;background:#007bff;color:#fff;cursor:pointer}.chat-toggle-btn{position:fixed;bottom:20px;right:20px;background:#007bff;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;cursor:pointer;z-index:1000;box-shadow:0 4px 12px #00000040}.chat-toggle-btn:hover{background:#0069da}.whatsapp-btn{position:fixed;bottom:20px;right:90px;background-color:#25d366;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040}.whatsapp-btn:hover{background-color:#1ebe5d}.chat-options{list-style:none;padding-left:0;margin-top:10px}.chat-options li button{background-color:#eee;border:none;margin:5px 0;padding:8px 12px;border-radius:5px;font-weight:700;color:#333;cursor:pointer;width:100%;text-align:left;transition:background .3s}.chat-options li button:hover{background-color:#d0ebff}
