body{font-family:Arial,sans-serif;color:#333;margin:0;padding:0}.header{display:flex;padding:20px 40px;align-items:center;gap:20px;justify-content:space-between}.logo{width:350px}.logotext{font-size:25px;font-weight:700}.nav{display:flex;gap:20px}.nav a{text-decoration:none;color:#333;padding:0 10px;position:relative;font-weight:700}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 8px 16px #00000026;z-index:1000;padding:20px;min-width:300px;border-radius:6px}.dropdown:hover .dropdown-content{display:flex}.dropdown-content.horizontal-columns{flex-direction:row;gap:40px;align-items:flex-start}.dropdown-column{display:flex;flex-direction:column;align-items:flex-start}.dropdown-column h4{margin:0 0 10px;font-size:16px;font-weight:700;color:#333}.dropdown-column a{padding:4px 0;color:#000;text-decoration:none;white-space:nowrap;font-size:14px}.dropdown-column a:hover{text-decoration:underline}.nav-toggle{display:none;font-size:28px;background:none;border:none;cursor:pointer}@media (max-width: 768px){.header{flex-wrap:wrap;padding:20px}.logo{width:200px}.nav-toggle{display:block;margin-left:auto}.nav{display:none;flex-direction:column;width:100%;margin-top:20px;gap:15px}.nav.active{display:flex}.dropdown-content{position:static;box-shadow:none;padding:10px 0;background:none;flex-direction:column;gap:20px}.dropdown:hover .dropdown-content{display:none}.dropdown>a:after{content:" ▼"}.dropdown>a{cursor:pointer}.dropdown.open .dropdown-content{display:flex}}.herocontainer{display:flex;align-items:center;justify-content:space-evenly}.hero{text-align:left;padding:100px 125px}.hero h1{font-size:48px;max-width:600px}.hero h1 span{display:block}.hero p{margin-top:20px;font-size:18px}.heroimage{max-height:900px;padding-right:20px}.cta{margin-top:20px;padding:10px 20px;background:#f4c2ff;border:none;border-radius:5px;cursor:pointer}.features{display:flex;justify-content:space-around;padding:40px;gap:20px}.feature h3{font-size:20px}.footer{text-align:center;padding:20px;font-size:14px}@media (max-width: 850px){.herocontainer{flex-direction:column;align-items:center;padding:20px}.hero{padding:20px;text-align:center}.hero h1{font-size:32px}.hero p{font-size:16px}.heroimage{max-height:400px;padding:0}.features{flex-direction:column;align-items:center}}.testimonial-section{padding:60px 100px;text-align:center}.section-title{font-size:42px;margin-bottom:50px}.testimonial-list{display:flex;justify-content:space-evenly;gap:30px;flex-wrap:wrap}.testimonial-card{background:#f9f9f9;padding:30px;border-radius:12px;width:300px;box-shadow:0 4px 15px #0000001a;text-align:left}.testimonial-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.quote{font-size:24px}.stars{color:#c11d17;font-size:18px}.testimonial-text{font-size:14px;color:#666;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-author img{width:40px;height:40px;border-radius:50%}.testimonial-author h4{margin:0;font-size:16px}.testimonial-author p{margin:0;font-size:12px;color:#999}.testimonial-nav{margin-top:30px;font-size:14px;color:#333}.testimonial-nav span{cursor:pointer;margin:0 10px}.testimonial-nav span:hover{text-decoration:underline}.who-we-are{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:100px 10%;background:#fff;flex-wrap:wrap}.who-content{flex:1;max-width:600px}.who-we-are h2{font-size:2.5rem;margin-bottom:20px;color:#333}.who-we-are p{font-size:1.1rem;line-height:1.6;margin-bottom:30px;color:#555;max-width:100%}.who-image{flex:1;max-width:500px;width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}@media (max-width: 850px){.who-we-are{flex-direction:column;text-align:center}.who-content{max-width:100%}.who-image{margin-top:30px;max-width:100%}}.innovation{text-align:center;padding:150px 20px}.innovation h2{font-size:48px;font-weight:400;color:#333}.innovation h2 .bold{font-weight:700}h2 .outline{font-weight:700;color:transparent;-webkit-text-stroke:1px #333}.innovation p{margin-top:20px;font-size:16px;color:#555}.gradient-btn{margin-top:30px;padding:12px 28px;font-size:16px;font-weight:700;background:linear-gradient(355deg,#514e4b,#c11d17);border:none;border-radius:8px;cursor:pointer;transition:background .3s ease;color:#fff}.gradient-btn:hover{background:linear-gradient(90deg,#c11d17,#514e4b)}.services-section{padding:150px 20px;background-color:#fff;text-align:center}.section-header{margin-bottom:50px}.section-header h2{font-size:2.5rem;font-weight:700;line-height:1.2}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.service-card{background:linear-gradient(0deg,#514e4b,#c11d17);color:#fff;border-radius:50%;width:250px;height:250px;padding:30px;text-align:center;position:relative;box-shadow:0 4px 20px #0000000d;border:1px dashed #a8a18e}.service-card:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:2px solid #ffe3c2;border-radius:50%;opacity:.5}.service-icon{margin-bottom:15px}.service-icon img{width:40px;height:40px}.service-card h3{font-size:1.25rem;font-weight:700;margin-bottom:10px}.service-card p{font-size:.9rem;line-height:1.5}
