@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";.navbar{background-color:#f5f5f5;padding:10px 20px;position:sticky;top:0;z-index:1000}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;position:relative}.logo{width:95%;max-width:200px}.navbar-links{list-style:none;display:flex;gap:60px;margin:0;padding:0}.navbar-link{color:#b3b3b3;text-decoration:none;font-size:1.1rem;transition:background-color .3s,color .3s;cursor:pointer;padding:5px 10px;border-radius:5px}.navbar-link.active{background-color:#cd5c5c;color:#fff}.menu-icon{display:none;cursor:pointer;flex-direction:column}.hamburger{width:30px;height:20px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.hamburger span{display:block;position:absolute;height:3px;width:100%;background:#cd5c5c;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:10px}.hamburger span:nth-child(3){top:20px}.hamburger.open span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.top-bar{background-color:#cd5c5c;color:#fff;padding:8px 0;font-size:14px}.top-bar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.contact-info{display:flex;gap:20px}.whatsapp-link,.phone-link{color:#fff;text-decoration:none;display:flex;align-items:center;gap:5px}.social-links{display:flex;gap:15px}.social-links a{color:#fff;text-decoration:none;font-size:16px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:background-color .3s ease}.social-links a:hover{background-color:#fff3}@media screen and (max-width: 1024px){.navbar-container{padding:0 20px}.navbar-links{gap:20px}.navbar-link{font-size:1rem;padding:5px 8px}.logo{max-width:180px}}@media screen and (max-width: 768px){.navbar-links{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#f5f5f5;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0}.navbar-links.active{left:0}.navbar-links li{margin:15px 0}.menu-icon{display:flex}.navbar-container{justify-content:space-between}}@media (max-width: 768px){.top-bar-container{flex-direction:column;gap:8px}.contact-info,.social-links{justify-content:center}}.home-page{height:80vh;overflow:hidden;position:relative}.slider{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1.1);transition:opacity .8s ease,transform 4s ease;background-size:cover;background-position:center}.slide.active{opacity:1;transform:scale(1)}.slider:before{content:"";position:absolute;top:70%;left:0;width:100%;height:30%;background:#00000080;z-index:1;pointer-events:none}.content{position:absolute;bottom:7%;left:50%;transform:translate(-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:800px;padding:0 20px}.content h1{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:clamp(.5rem,2vw,1rem);text-shadow:0 2px 4px rgba(0,0,0,.6)}.content p{margin-bottom:clamp(.5rem,2vw,1rem);font-size:clamp(1rem,3vw,1.2rem);text-shadow:0 2px 4px rgba(0,0,0,.6)}.content button{padding:clamp(.6rem,2vw,.8rem) clamp(1.2rem,3vw,1.5rem);background-color:#fff;border:none;border-radius:5px;font-size:clamp(.875rem,2.5vw,1rem);cursor:pointer;box-shadow:0 4px 6px #0000004d;transition:background-color .3s ease}.content button:hover{background-color:#ddd}.whatsapp-icon{position:fixed;bottom:clamp(10px,3vw,20px);right:clamp(10px,3vw,20px);font-size:clamp(1.5rem,4vw,2rem);color:#25d366;text-decoration:none;z-index:3}.whatsapp-icon:hover{color:#1bc441}@media screen and (max-width: 1366px){.home-page{height:70vh}.slider:before{top:60%;height:40%}.content{bottom:5%}}@media screen and (max-width: 768px){.home-page{height:70vh}.slider:before{top:60%;height:40%}.content{bottom:10%}}@media screen and (max-width: 480px){.home-page{height:60vh}.slider:before{top:50%;height:50%}.content{bottom:15%}}@media screen and (max-height: 500px){.home-page{height:100vh}.content{bottom:5%}.content h1,.content p{margin-bottom:.5rem}}.whatsapp-container{position:fixed;bottom:110px;right:70px;z-index:1000;animation:floatAnimation 2s ease-in-out infinite}.whatsapp-container img{width:80px;height:80px;padding:8px;box-sizing:border-box}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.whatsapp-container{position:fixed;bottom:210px;right:4%;z-index:1000;animation:floatAnimation 2s ease-in-out infinite}}*{margin:0;padding:0;box-sizing:border-box}.about-us{width:100%;min-height:70vh;padding:clamp(20px,5vw,60px);display:flex;align-items:center;justify-content:flex-start;gap:clamp(5px,1vw,20px);background-image:url(https://images.unsplash.com/photo-1532938911079-1b06ac7ceec7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;flex-wrap:wrap}.info-card{background:#ffffffe6;border-radius:clamp(8px,2vw,12px);padding:clamp(15px,3vw,30px);box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .2s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.info-card:hover{transform:translateY(-5px)}.info-card-title{font-size:clamp(1.5rem,3vw,2rem);color:#333;margin-bottom:clamp(10px,2vw,20px);font-weight:600;line-height:1.2}.info-card-text{color:#555;line-height:1.8;font-size:clamp(.9rem,2vw,1.1rem)}.purpose-card{max-width:800px;width:100%;margin:clamp(10px,2vw,20px) auto}.mission-vision-container{display:flex;gap:clamp(20px,4vw,40px);width:100%;justify-content:center;margin:clamp(10px,2vw,20px) auto;flex-wrap:wrap}.mission-vision-card{flex:1;max-width:800px;min-width:min(300px,100%)}@media (min-width: 1200px){.about-us{padding:80px;gap:30px}.mission-vision-container{gap:60px}}@media (max-width: 992px){.about-us{height:auto;padding:40px}.mission-vision-container{gap:30px}.mission-vision-card{min-width:calc(50% - 15px)}}@media (max-width: 768px){.about-us{flex-direction:column;padding:30px 20px;background-attachment:scroll}.info-card{padding:20px;margin-bottom:20px}.mission-vision-container{flex-direction:column;gap:20px}.mission-vision-card{min-width:100%}}@media (max-height: 600px){.about-us{min-height:100vh;padding-top:30px;padding-bottom:30px}}@media (max-width: 480px){.about-us{padding:20px 15px}.info-card{padding:15px;margin-bottom:15px}.info-card-title{margin-bottom:10px}}.footer{background-color:#d4af37;color:#fff;padding:40px 20px}.footer-container{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.footer-column{flex:1;padding:0 15px;margin-bottom:20px;min-width:250px}.footer-heading,.footer-headingg{font-size:18px;font-weight:700;margin-bottom:15px;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:10px}.footer-text{font-size:14px;line-height:1.6;margin-bottom:10px}.footer-list{list-style:none;padding:0;margin:0;font-size:14px;line-height:1.6}.footer-list li{margin-bottom:10px;cursor:pointer;transition:color .3s ease}.footer-list li:hover{color:#ffffffb3}.footer-listt{list-style:none;padding:0;margin:0;font-size:14px;line-height:1.6}.footer-listt li{margin-bottom:10px;cursor:pointer;transition:color .3s ease}.footer-list a{text-decoration:none;color:inherit}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);margin-top:20px}.footer-copyright{font-size:12px;opacity:.8}@media screen and (max-width: 768px){.footer-container{flex-direction:column;align-items:center}.footer-column{width:100%;text-align:center;margin-bottom:30px}.footer-heading{text-align:center}.footer-headingg,.footer-listt{display:none}.footer-list{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width: 480px){.footer{padding:20px 10px}.footer-column{padding:0 10px}.footer-heading{font-size:16px}.footer-text,.footer-list{font-size:13px}}.care-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:50px 20px}.care-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:-1}.care-content{width:100%;max-width:1200px}.care-banner{display:flex;background:#d3d3d3;padding:50px;gap:70px;border-radius:8px;box-shadow:0 4px 10px #0003;margin-bottom:40px}.care-banner-image{width:100%;max-height:300px;object-fit:cover;border-radius:8px;margin-bottom:20px}.care-banner-text h1{font-size:1.8rem;margin-bottom:20px;color:#0b1d26}.care-banner-text p{font-size:1rem;line-height:1.6;color:#0b1d26}@media (max-width: 1024px){.care-banner{flex-direction:column;gap:30px;padding:30px}}@media (max-width: 640px){.care-container{padding:30px 15px}.care-banner{padding:20px}.care-banner-text h1{font-size:1.5rem}}.faq-container{max-width:1200px;margin:0 auto;padding:2rem}.faq-title-container{text-align:center;margin-bottom:2rem}.faq-title-container h2{font-size:2rem;color:#cd5c5c}.faq-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.category-button{padding:.5rem 1rem;background-color:#f1f1f1;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s ease}.category-button.active{background-color:#cd5c5c;color:#fff}.question-container{margin-bottom:1rem}details{background-color:#f9f9f9;padding:1rem;border-radius:5px;transition:all .3s ease}details:hover{background-color:#f0f0f0}summary{font-weight:700;cursor:pointer;padding:.5rem 0;list-style:none;position:relative;display:flex;justify-content:space-between;align-items:center}summary:after{content:"↓";font-size:1.2rem;color:#cd5c5c;margin-left:10px}details[open] summary:after{content:"↑"}details[open] summary{margin-bottom:1rem}hr{border:0;height:1px;background-color:#ddd;margin:1rem 0}@media (max-width: 768px){.faq-categories{flex-direction:column}.category-button{width:100%}}.slider-container{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:20px 100px}.slider-track{position:relative;overflow:hidden;margin:0 -10px}.slider-content{display:flex;gap:5px;padding:10px 0}.service-card{flex:0 0 var(--card-width);min-width:var(--card-width);padding:0 10px;transition:transform .3s ease}.service-card-inner{background:#fff;border-radius:20px;padding:20px;height:100%;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.service-card-inner:hover{transform:translateY(-10px);box-shadow:0 8px 25px #00000026}.service-image{width:100%;height:200px;object-fit:cover;border-radius:12px;margin-bottom:15px}.service-card h3{font-size:1.25rem;font-weight:600;color:#0b1d26;margin-bottom:10px}.service-card p{font-size:.95rem;color:#4a5568;line-height:1.6}.slider-button{position:absolute;top:50%;transform:translateY(-50%);width:auto;height:auto;background:transparent;border:none;font-size:40px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#000;text-shadow:0 2px 8px rgba(0,0,0,.3);padding:0}.slider-button.prev{left:30px}.slider-button.next{right:30px}.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.slider-dot{width:10px;height:10px;border-radius:50%;background:#d1ae6c4d;border:none;cursor:pointer;transition:all .3s ease}.slider-dot.active{background:#d1ae6c;transform:scale(1.2)}@media (max-width: 1024px){.slider-container{padding:20px 80px}.slider-button{font-size:36px}.slider-button.prev{left:25px}.slider-button.next{right:25px}}@media (max-width: 640px){.slider-container{padding:20px 60px}.slider-button{font-size:30px}.slider-button.prev{left:20px}.slider-button.next{right:20px}.service-image{height:180px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}.our-team-container{background-image:url(https://images.unsplash.com/photo-1532938911079-1b06ac7ceec7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;padding:4rem 2rem;position:relative}.our-team-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#2c2626e6}.content-wrapper{position:relative;max-width:1200px;margin:0 auto}.main-title{text-align:center;font-size:2.5rem;color:#b3b3b3;margin-bottom:2rem}.subtitle{font-weight:600;color:#b3b3b3;margin-top:1.5rem}.highlightt{font-weight:600;text-align:center;margin-top:1.5rem}.logo-container{text-align:center;margin:3rem 0}.logo{max-width:200px;height:auto}.team-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.team-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.team-card:hover{transform:translateY(-5px)}.card-icon{width:50px;height:50px;margin-bottom:1rem;color:#2a2a2a}.team-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.team-card p{color:#666;line-height:1.6}@media (max-width: 768px){.our-team-container{padding:2rem 1rem}.team-cards{grid-template-columns:1fr}.main-title{font-size:2rem}.team-title{font-size:1.75rem}}.office-container{padding:4rem 2rem;background:#d3d3d3}.office-title,.location-title{text-align:center;font-size:2rem;color:#1a1a1a;margin-bottom:3rem;font-weight:500}.office-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 4rem}.office-card{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:1;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.office-card:hover{transform:translateY(-5px)}.office-card img{width:100%;height:100%;object-fit:cover}.location-section{max-width:1000px;margin:0 auto}.map-container{width:100%;height:400px;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.address{text-align:center;color:#1a1a1a;font-size:1.1rem;line-height:1.5}@media (max-width: 768px){.office-container{padding:2rem 1rem}.office-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.map-container{height:300px}}.steps-container{margin-bottom:40px}.text-services{font-size:3rem;font-weight:700;margin-bottom:2rem;margin-left:20%;margin-top:5%}.p-services{font-size:1.2rem;width:60%;line-height:1.6;color:#555;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:5% auto 0;text-align:center}.step{background:#ffffffe6;padding:30px;border-radius:10px;box-shadow:0 8px 16px #0000004d}.step-number{font-size:80px;color:#cd5c5c;font-weight:700;margin-bottom:20px}.step h3{margin-bottom:20px;font-size:25px;color:#2c3e50}.step .icon{margin-bottom:20px;font-size:40px}.step ul{list-style:none;padding:0;font-size:16px;line-height:1.6}.step li{margin-bottom:10px;color:#34495e}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr}}.contactanos-container{background:url(https://i.postimg.cc/sg4h6sfS/doccs.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;z-index:1}.contactanos-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;z-index:-1;pointer-events:none}.contactanos-header{text-align:center;margin-bottom:2rem}.contactanos-header h2{font-size:2rem;color:#000;margin-bottom:.5rem}.contactanos-header p{font-size:1.5rem;color:#555;margin:.3rem 0;font-weight:700}.contactanos-header a{color:#d9534f;text-decoration:none}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:800px;margin-bottom:2rem}.input-field,.textarea-field{width:100%;padding:.8rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:Montserrat,sans-serif}.textarea-field{height:100px;resize:none}.submit-button{background:#d9534f;color:#fff;padding:.8rem;width:100%;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .3s;font-family:Montserrat,sans-serif}.submit-button:hover{background:#c43d38}.contact-details{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;width:100%;max-width:800px}.contact-address,.contact-phone{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.icon{font-size:1.5rem;color:#d9534f;font-family:Montserrat,sans-serif}.success-notification{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000080;z-index:1000;animation:fadeIn .3s ease-in-out}.success-notification-content{background-color:#fff;border-radius:8px;padding:30px;text-align:center;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%;animation:slideIn .4s ease-out}.success-icon{font-size:50px;margin-bottom:15px}.success-notification h3{color:#4caf50;margin-bottom:10px;font-size:24px}.success-notification p{margin-bottom:20px;color:#555;font-size:16px}.close-notification{background-color:#cd5c5c;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.close-notification:hover{background-color:#cd5c5c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 480px){.contactanos-container{padding:1.5rem 1rem}.contact-address,.contact-phone{flex-direction:column;gap:.3rem}.contact-form{padding:1.2rem}}.carousel{position:relative;width:100%;height:400px;max-height:450px;overflow:hidden;touch-action:pan-y pinch-zoom;margin-top:1rem}@media (max-width: 1366px){.carousel{max-height:450px}}@media (max-width: 768px){.carousel{height:300px}}.carousel__track{position:relative;height:100%}.carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s ease-in-out}.carousel__image{width:100%;height:100%;object-fit:contain}.carousel__header{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 1rem;margin-bottom:1rem}.carousel__header-title{color:#333;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-align:center;margin:1rem 0 .5rem}.carousel__main-button{background:transparent;border:none;border-radius:4px;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;padding:0;margin-top:.5rem}.carousel__main-button img{width:auto;height:60px;display:block}.carousel__main-button:hover{transform:scale(1.05)}@media (max-width: 768px){.carousel__main-button img{height:45px}.carousel__header-title{margin-bottom:.25rem}}.carousel__button{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:2}@media (hover: none){.carousel__button{opacity:1;background:#fff9}}.carousel:hover .carousel__button{opacity:1}.carousel__button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel__button--prev{left:.875rem}.carousel__button--next{right:.875rem}.carousel__dots{position:absolute;bottom:.875rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:2}.carousel__dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:all .3s ease}.carousel__dot:hover{background:#fffc}.carousel__dot.active{width:21px;border-radius:10.5px;background:#fff}@media (max-width: 768px){.carousel__button{width:30px;height:30px}.carousel__dot{width:6px;height:6px}.carousel__dot.active{width:18px}}.carousel-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;margin-bottom:3rem}@media (max-width: 768px){.carousel-container{margin-bottom:2rem}}@media (min-width: 1366px){.carousel-container{margin-bottom:4rem}}.work-with-us-container{min-height:65vh;padding:2rem;background-color:#fff}.content-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.text-container{flex:1}.title{font-size:4.5rem;font-weight:700;color:#d3d3d3;line-height:1.1;margin-bottom:2rem}.join-button{background-color:#deb887;color:#000;border:none;padding:1rem 2rem;border-radius:25px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.join-button:hover{background-color:#c19b6c}.image-section{flex:1.5;position:relative;display:flex;align-items:center}.nurse-image{width:100%;max-width:500px;height:auto;object-fit:contain}.speech-bubble{position:absolute;background-color:#e76f6f;color:#fff;padding:1.5rem;border-radius:20px;max-width:500px;right:25%;bottom:-20%}.speech-bubble:before{content:"";position:absolute;left:-20px;bottom:30px;border-width:20px;border-style:solid;border-color:transparent #e76f6f transparent transparent}.speech-bubble p{margin:0;font-size:.9rem;line-height:1.5}.speech-bubble a{color:#fff;text-decoration:underline}@media (max-width: 1366px){.work-with-us-container{padding:2rem}.title{font-size:4rem}.speech-bubble{max-width:90%;right:10%;bottom:-1%;padding:1rem}}@media (max-width: 1024px){.work-with-us-container{padding:1.5rem}.title{font-size:3.5rem}.content-container{gap:3rem}.speech-bubble{max-width:90%;right:10%;bottom:-15%;padding:1rem}}@media (max-width: 768px){.work-with-us-container{min-height:auto;padding:1.5rem;margin-bottom:6rem}.content-container{flex-direction:column;gap:2rem}.text-container{flex:none;width:100%;text-align:center}.title{font-size:3rem;margin-bottom:1.5rem}.image-section{flex:none;width:100%;margin-bottom:3rem}.speech-bubble{max-width:80%;right:10%;bottom:-30%;padding:1rem}.speech-bubble:before{left:-15px;bottom:20px;border-width:15px}.speech-bubble p{font-size:.8rem}}@media (max-width: 480px){.work-with-us-container{padding:1rem;margin-bottom:8rem}.content-container{gap:1.5rem}.title{font-size:2.5rem;margin-bottom:1rem}.join-button{padding:.8rem 1.6rem;font-size:.9rem}.image-section{margin-bottom:4rem}.speech-bubble{max-width:85%;right:7.5%;bottom:-40%;padding:.8rem}.speech-bubble:before{left:-12px;bottom:15px;border-width:12px}.speech-bubble p{font-size:.75rem}}@media (max-width: 320px){.work-with-us-container{padding:.8rem;margin-bottom:10rem}.title{font-size:2rem}.join-button{padding:.7rem 1.4rem;font-size:.8rem}.speech-bubble{bottom:-50%;padding:.7rem}.speech-bubble p{font-size:.7rem}}
