@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.container{background-color:#0a1023;color:#fff;padding:10px 10%}.habit{width:100%;min-height:60vh;background:linear-gradient(#00003ab3,#323236b3),url(/assets/goolconshero01-CP4QuGAO.jpeg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff}.containersecond{background-color:#87cefa;color:#fff;padding:10px 10%}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:var(--primary-color);color:var(--white)}.navbar-menu{display:flex;list-style:none;margin:0;padding:0}.navbar-menu li{margin-right:20px;position:relative}.navbar-menu li:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--secondary-color);transition:width .3s ease}.navbar-menu li:hover:after{width:100%}.navbar-menu li a{text-decoration:none;color:var(--white);transition:color .3s ease}.navbar-menu li:hover a{color:var(--secondary-color)}.navbar-menu li.active{font-weight:700}.navbar-menu li.active a{color:var(--secondary-color)}.navbar-menu li.active:after{width:100%}.navbar-rigth{display:flex;align-items:center}.navbar-rigth button{background-color:var(--secondary-color);color:var(--primary-color);padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.navbar-rigth button:hover{background-color:var(--white)}.menu-toggle{display:none;cursor:pointer}.menu-toggle span{display:block;width:30px;height:3px;background-color:var(--white);margin-bottom:5px;transition:transform .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.navbar-menu{display:none;flex-direction:column;position:absolute;top:60px;left:0;width:100%;background-color:var(--primary-color);padding:20px;z-index:10}.navbar-menu.show{display:flex}.navbar-menu li{margin-bottom:15px;margin-right:0}.menu-toggle{display:block}.navbar-rigth{display:none}}.logo{display:flex;align-items:center}.logo img{width:50px;margin-right:10px;filter:brightness(0) invert(1)}.logo h1{font-size:24px;margin:0;color:var(--white)}.logo span{font-weight:700;color:var(--secondary-color)}.title{text-align:center;color:#fff;font-size:15px;font-weight:600;text-transform:uppercase;margin:70px 0 30px}.title h2{font-size:32px;color:#fff;margin-top:5px;text-transform:none}.about{margin:100px auto;display:flex;align-items:center;justify-content:space-between;width:90%;line-height:normal}.about-left{flex-basis:40%;position:relative}.about-rigth{flex-basis:50%}.about-img{width:100%;border-radius:10px}.play-icon{width:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about h3{font-weight:600;font-size:16px;color:#e3e4ec}.about h2{font-size:35px;color:#f5db15;margin:10px 0;max-width:400px}.about p{color:#fff;margin-bottom:15px}.about ul li{margin-left:15px}.contact{margin:40px auto;max-width:90%;display:flex;flex-direction:column;align-items:center}.contact-col{flex-basis:100%;color:#676767;margin-bottom:20px}.contact-col h3{color:#000f38;font-weight:500;font-size:20px;display:flex;align-items:center;margin-bottom:15px}.contact-col h3 img{width:25px;margin-left:5px}.contact-col p{max-width:100%;list-style:.3}.contact-col ul li{display:flex;align-items:center;justify-content:center;margin:15px 0}.contact-col ul li img{width:15px;margin-right:5px}.contact form input,.contact form textarea{display:block;width:100%;background:#e8ecfe;padding:10px;border:0;outline:0;margin-bottom:10px;margin-top:5px;resize:none}.contact-col .span{display:block;margin:15px 0}@media (min-width: 480px){.contact{flex-direction:row;justify-content:space-between}.contact-col{flex-basis:48%}}@media (min-width: 780px){.contact-col{flex-basis:45%}}.footer{background-color:#001f3f;color:#fff;height:15vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px;margin:auto}.footer ul li{list-style:none;display:inline-block;margin-left:20px}.footer p{color:#fff}.hero-slider{position:relative;width:100%;height:80vh;overflow:hidden;border-radius:10px}.slider-container{display:flex;transition:transform .5s ease-in-out}.slide{position:relative;min-width:100%}img{width:100%;height:auto;display:block}.slide-content{position:absolute;display:flex;flex-direction:column;align-items:start;gap:1.1vw;max-width:50%;bottom:50%;left:10vw;animation:fadeIn 3s}.slide-content h1{font-weight:500;color:#fff;font-size:max(4.5vw,22px)}.slide-content p{color:#fff;font-size:1vw}.slide-button{display:inline-block;padding:10px 20px;background-color:var(--secondary-color);color:var(--primary-color);text-decoration:none;border-radius:5px;font-size:1rem;transition:background-color .3s ease}.slide-button:hover{background-color:#bee316}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;font-size:24px;cursor:pointer;padding:10px;border-radius:50%;z-index:10}.prev{left:15px}.next{right:15px}.indicators{text-align:center;position:absolute;bottom:15px;width:100%}.dot{height:12px;width:12px;margin:0 5px;background-color:gray;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s}.dot.active{background-color:#fff}@media screen and (max-width: 1024px){.hero-slider{height:60vh}.slide-content{bottom:40%;left:5vw;max-width:70%;gap:2vw}.slide-content h1{font-size:max(6vw,18px)}.slide-content p{font-size:1.5vw}.slide-button{font-size:.9rem;padding:8px 16px}.prev,.next{font-size:20px;padding:8px}.dot{height:10px;width:10px}}@media screen and (max-width: 768px){.hero-slider{height:50vh}.slide-content{bottom:30%;left:5vw;max-width:90%;gap:3vw}.slide-content h1{font-size:max(6vw,16px)}.slide-content p{font-size:2.5vw}.slide-button{font-size:.8rem;padding:6px 12px}.prev,.next{font-size:18px;padding:6px}.dot{height:8px;width:8px}}@media screen and (max-width: 480px){.slide-content h1{font-size:max(5vw,18px)}}.donation-form{position:absolute;top:80px;right:20px;background-color:#ffffffe6;padding:15px;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center;z-index:10}.donation-form h3{margin-bottom:10px;font-size:1.2rem}.amount-options{display:flex;justify-content:center;margin-bottom:10px}.amount-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:5px;padding:5px 10px;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.amount-button.selected,.amount-button:hover{background-color:#4caf50;color:#fff}.custom-amount{width:100%;padding:8px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;text-align:center}.donate-button{background-color:#4caf50;color:#fff;border:none;border-radius:5px;padding:8px 15px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.donate-button:hover{background-color:#388e3c}.containerc{display:flex;max-width:1100px;width:100%;margin:0 auto;padding:20px}.left-section{width:60%;position:relative;min-height:400px}.right-section{width:40%;padding:40px 20px}.image-top{width:180px;height:180px;border-radius:10px;overflow:hidden;position:relative;top:20px;left:10px;z-index:1}.image-top img{width:100%;height:100%;object-fit:cover}.image-main{width:220px;height:220px;border-radius:10px;overflow:hidden;position:relative;top:20px;left:180px;z-index:2}.image-main img{width:100%;height:100%;object-fit:cover}.activity-card{position:absolute;background-color:#fff;border-radius:15px;padding:10px 15px;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;gap:10px;left:90px;top:210px;z-index:3}.activity-icon{width:30px;height:30px;background-color:#ffd54f;border-radius:50%}.activity-text{display:flex;flex-direction:column}.activity-text h4{font-size:14px;font-weight:600;color:#333}.activity-text p{font-size:12px;color:#888}.connecting-line{position:absolute;border:1px dashed #333;width:100px;top:120px;left:180px;z-index:0}.connecting-line-vertical{position:absolute;border:1px dashed #333;height:80px;top:150px;left:110px;z-index:0}.connecting-oval{position:absolute;width:100px;height:50px;border:1px dashed #333;border-radius:50%;top:50px;left:270px;z-index:0}.dot-blue{position:absolute;width:10px;height:10px;background-color:#a8e6ef;border-radius:50%;top:70px;left:275px}.dot-yellow{position:absolute;width:10px;height:10px;background-color:#ffeaa7;border-radius:50%;top:120px;left:350px}.headline{font-size:32px;font-weight:700;color:#1a237e;margin-bottom:20px;line-height:1.2}.feature-icon{width:50px;height:50px;background-color:#e3f2fd;border-radius:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0}@media (max-width: 992px){.containerc{padding:15px}.left-section,.right-section{padding:20px 15px}.headline{font-size:28px}.image-main{width:180px;height:180px;left:150px}.image-top{width:150px;height:150px}.connecting-line{width:80px;left:150px}.connecting-oval{left:220px}}@media (max-width: 768px){.containerc{flex-direction:column}.left-section,.right-section{width:100%}.left-section{min-height:450px;display:flex;justify-content:center;margin-bottom:20px}.image-top{left:0;top:40px}.image-main{left:80px;top:100px}.activity-card{left:50%;top:350px;transform:translate(-50%)}.connecting-line{left:140px;top:150px}.connecting-line-vertical{left:70px;top:180px;height:120px}.connecting-oval{left:140px;top:70px}.dot-blue{left:145px;top:90px}.dot-yellow{left:200px;top:120px}.headline{font-size:24px;margin-top:20px}}.paragraph{color:#666;font-size:14px;line-height:1.6;margin-bottom:30px}.feature{display:flex;align-items:center;margin-bottom:20px;gap:15px}.feature-icon{width:50px;height:50px;background-color:#e3f2fd;border-radius:8px;display:flex;justify-content:center;align-items:center}.feature-icon svg{width:30px;height:30px;color:#2196f3}.feature-text{flex:1}.feature-text h3{font-size:16px;font-weight:600;color:#333;margin-bottom:5px}.feature-text p{font-size:14px;color:#666}@media (max-width: 768px){.container{flex-direction:column}.left-section,.right-section{width:100%}.left-section{min-height:450px;display:flex;justify-content:center;margin-bottom:20px}.image-top{left:0;top:40px}.image-main{left:80px;top:100px}.activity-card{left:50%;top:350px;transform:translate(-50%)}.connecting-line{left:140px;top:150px}.connecting-line-vertical{left:70px;top:180px;height:120px}.connecting-oval{left:140px;top:70px}.dot-blue{left:145px;top:90px}.dot-yellow{left:200px;top:120px}.headline{font-size:24px;margin-top:20px}}@media (max-width: 576px){.left-section{min-height:400px}.image-top{width:130px;height:130px;left:-30px}.image-main{width:160px;height:160px;left:70px;top:80px}.activity-card{top:300px;width:80%;justify-content:center}.connecting-line{width:60px;left:100px;top:130px}.connecting-oval{width:80px;height:40px;left:100px;top:50px}.connecting-line-vertical{left:40px;height:100px}.dot-blue{left:105px;top:70px}.dot-yellow{left:150px;top:100px}.headline{font-size:22px}.paragraph{font-size:14px}.feature{flex-direction:column;align-items:flex-start}.feature-text{width:100%}.feature-text h3{font-size:14px}}@media (max-width: 400px){.container{padding:10px}.left-section{min-height:350px}.image-top{width:110px;height:110px;left:-20px}.image-main{width:140px;height:140px;left:50px}.headline{font-size:20px}.paragraph{font-size:13px}}.team-section{text-align:center;padding:50px 20px;background-color:#fff}.team-section h2{font-size:2.5em;margin-bottom:40px;color:#333}.team-main{margin-bottom:40px}.team-main img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid #007bff;margin:auto}.team-sub{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.team-member{display:flex;flex-direction:column;align-items:center;max-width:150px}.team-member img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #6c757d;margin-bottom:10px}.team-member input{margin:5px 0;padding:5px;width:100%;box-sizing:border-box;font-size:.9em;border:1px solid #ccc;border-radius:4px}@media (max-width: 600px){.team-main img{width:150px;height:150px}.team-member img{width:120px;height:120px}.team-member{max-width:120px}}:root{--primary-color: #1a237e;--secondary-color: #ffd700;--primary-light: rgba(26, 35, 126, .1);--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f5f5f5;font-family:Outfit,serif;font-optical-sizing:auto}.container{padding:10px 10%}.btn{background:#fff;color:#212121;padding:14px 25px;font-size:16px;border-radius:30px;cursor:pointer;border:0;outline:0;display:inline-flex;align-items:center;justify-content:center}.btn img{width:20px;margin-left:10px}.btn.dark-btn{background-color:#212ea0;color:#fff}.habit{width:100%;min-height:60vh;background:linear-gradient(#00003ab3,#323236b3),url(./assets/goolconshero01.jpeg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff}.sechero{width:100%;min-height:55vh;background:linear-gradient(#00003ab3,#00003ab3),url(/assets/bg001-Bore1i_N.png);background-size:cover;background-position:center;color:#fff;display:flex;justify-content:center;align-items:center}.sechero-text{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.1vw;max-width:90%;padding:20px;text-align:center;animation:fadeIn 3s}.sechero-text h1{font-weight:500;color:#fff;font-size:max(4vw,22px)}.sechero-text h3{color:#fff;font-size:max(2vw,16px)}:root{--card-height-large-screen: 20rem;--card-height-mobile: 12rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Open Sans,sans-serif}.content-wrapper{margin:0 auto;max-width:1200px;display:flex;flex-flow:row wrap;justify-content:center;padding:.5rem}.news-card{border:0px solid aqua;margin:.5rem;position:relative;height:var(--card-height-mobile);overflow:hidden;border-radius:.5rem;flex:1;min-width:290px;box-shadow:0 0 1rem #00000080;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.news-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000 50%,#000000b3 80%);z-index:0}.news-card__card-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.news-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform 3s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:-1}.news-card__text-wrapper{position:absolute;bottom:0rem;padding:1rem;color:#fff;transition:background-color 1.5s ease}.news-card__title{transition:color 1s ease;margin-bottom:.5rem}.news-card__post-date{font-size:.7rem;margin-bottom:.5rem;color:#ccc}.news-card__details-wrapper{max-height:0;opacity:0;transition:max-height 1.5s ease,opacity 1s ease}.news-card__excerpt{font-weight:300;color:#fff}.news-card__read-more{background:#000;color:#bbb;display:block;padding:.4rem .6rem;border-radius:.3rem;margin-top:1rem;border:1px solid #444;font-size:.8rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-decoration:none;width:7rem;margin-left:auto;position:relative;z-index:5}.news-card__read-more i{position:relative;left:.2rem;color:#888;transition:left .5s ease,color .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.news-card__read-more:hover i{left:.5rem;color:#ff0}@media (min-width: 900px){.news-card{height:var(--card-height-large-screen)}.news-card:hover .news-card__details-wrapper{max-height:var(--card-height-large-screen);opacity:1}.news-card:hover .news-card__text-wrapper{background-color:#0009}.news-card:hover .news-card__title{color:#ff0}.news-card:hover .news-card__image{transform:scale(1.2);z-index:-1}}.banner{position:relative;width:100%;height:300px;background:url(/assets/bgrdsecurity-CDTtWOqV.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;background-attachment:fixed;background-color:#000000b3;background-blend-mode:overlay}.banner h1{font-size:2rem;line-height:1.5;margin-bottom:1rem}.banner img{width:30%;height:auto;margin:auto;padding-bottom:20px;padding-top:20px;border-radius:30px}.banner p{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.banner button{background-color:#ff5722;color:#fff;border:none;padding:10px 20px;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.banner button:hover{background-color:#e64a19}.about-section{display:flex;flex-direction:column;align-items:center;padding:50px 20px;background-color:#001b3d;color:#fff}.about-header{text-align:center;margin-bottom:40px}.about-header h2{font-size:32px;font-weight:700}.about-header h2 span{color:#00c6ff}.about-header .subtitle{color:#ccc;max-width:800px;margin:0 auto}.about-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;max-width:1200px;width:100%}.about-image{flex:1;min-width:300px}.about-image img{width:100%;max-width:500px;border-radius:20px}.about-text{flex:1;min-width:300px}.about-text h3{font-size:28px;font-weight:700;margin-bottom:20px}.about-text p{margin-bottom:20px;color:#ccc;line-height:1.6}.btn{background-color:#00c6ff;color:#fff;padding:12px 24px;border:none;border-radius:5px;text-decoration:none;transition:background .3s ease}.btn:hover{background-color:#009ad6}.consultingcontainer{width:min(90%,1200px);margin:0 auto}.consultingherob{position:relative;background-image:url(/consultinghero-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.consultingherob:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.consultingherob-content{position:relative;z-index:2;background:#32323266;padding:2rem;border-radius:10px}.consultingherob h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem;color:#fff}.consultingherob p{font-size:clamp(1rem,2.5vw,1.5rem);color:#fff;max-width:800px;margin:0 auto}.consultingservice{padding:5rem 2rem;max-width:1200px;margin:0 auto}.consultingsection-title{text-align:center;margin-bottom:3rem}.consultingsection-title h2{font-size:2.5rem;color:#1a3a5f;position:relative;padding-bottom:10px}.consultingservices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.consultingservice-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.consultingservice-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #00000026}.consultingservice-icon{font-size:3rem;color:#d4af37;margin-bottom:1rem}.consultingservice-content h3{color:#1a3a5f;margin-bottom:1rem}@media (max-width: 768px){.consultingservices-grid{grid-template-columns:1fr}}.consultinghero{width:100%;min-height:50vh;background:linear-gradient(#00003ab3,#00003ab3),url(/assets/consulingheaderbg-CEMXtOHj.jpg);background-size:cover;background-position:center;color:#fff;display:flex;justify-content:center;align-items:center}.consultinghero-text{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.1vw;max-width:90%;padding:20px;text-align:center;animation:fadeIn 3s}.consultinghero-text h1{font-weight:500;color:#fff;font-size:max(4vw,22px)}.consultinghero-text h3{color:#fff;font-size:max(2vw,16px)}.cta{background:linear-gradient(135deg,#2c7873,#6fb98f);padding:5rem 2rem;text-align:center;color:#fff}.cta h2{font-size:2.5rem;margin-bottom:1.5rem}.btn{display:inline-block;background-color:#d4af37;color:#2b2d42;padding:.8rem 1.8rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s}.btn:hover{background-color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}@media (max-width: 768px){.cta h2{font-size:2rem}}.avitaillementhero{background:#e2dada;min-height:80vh;display:grid;place-items:center;text-align:center;color:var(--text-light)}.avitaillementhero h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.bannercontainer{max-width:1200px;margin:auto;text-align:center;padding:20px}.bannertitle{font-size:2rem;font-weight:700;color:#8b672e;text-align:center;width:100%}.bannersubtitle{font-style:italic;color:#100b02;margin-bottom:20px}.bannersectionTitle{font-size:1.5rem;font-weight:700;margin-top:30px;color:#100b02;text-align:center;width:100%}.bannertext{text-align:justify;font-size:1rem;color:#000;line-height:1.6;padding:0 10px}.bannerhighlight{font-weight:700}.bannerhighlightGreen{color:green;font-weight:700}.bannerhighlightBlue{color:#0073e6;font-weight:700}.bannerimagesContainer{display:flex;flex-direction:column;align-items:center;width:100%;gap:20px;margin-top:20px}.bannerimage{width:100%;max-width:500px;border-radius:8px;box-shadow:0 4px 8px #0000001a}.bannercategories{display:flex;justify-content:center;gap:15px;margin-top:20px;flex-wrap:wrap}.bannercategory{text-decoration:none;color:#0073e6;font-weight:700}.bannercategory:hover{text-decoration:underline}@media (min-width: 768px){.bannerimagesContainer{flex-direction:row;justify-content:center}.bannerimage{width:45%}}.heroavitaillement{width:100%;min-height:45vh;background:linear-gradient(#00003ab3,#00003ab3),url(/assets/avitaillementherobg-B5kXMAFD.jpg);background-size:cover;background-position:center;color:#fff;display:flex;justify-content:center;align-items:center}.heroavitaillement-text{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.1vw;max-width:90%;padding:20px;text-align:center;animation:fadeIn 3s}.heroavitaillement-text h1{font-weight:500;color:#fff;font-size:max(4vw,22px)}.heroavitaillement-text h3{color:#fff;font-size:max(2vw,16px)}.avitaillementcontactContainer{display:flex;justify-content:space-between;align-items:flex-start;padding:40px;background-color:#f5f5f5;flex-wrap:wrap}.avitaillementcontactBlock{display:flex;align-items:center;gap:15px;max-width:300px;flex:1}.icon{font-size:28px;color:#333}h3{font-size:18px;font-weight:700;margin-bottom:5px}p{font-size:16px;color:#333;margin:2px 0}.avitaillementphoneLink,.avitaillementmailLink{color:#00f;text-decoration:none;font-weight:700}.avitaillementphoneLink:hover,.avitaillementmailLink:hover{text-decoration:underline}@media (max-width: 768px){.avitaillementcontactContainer{flex-direction:column;align-items:center;text-align:center}.avitaillementcontactBlock{max-width:100%;justify-content:center;margin-bottom:20px}}.bio-card{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;gap:2rem;align-items:center}.bio-image{flex-shrink:0;width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid #3498db;box-shadow:0 4px 8px #0003}.bio-image img{width:100%;height:100%;object-fit:cover}.bio-content{flex:1}.bio-title{color:#2c3e50;margin-bottom:1rem;font-size:1.8rem}.bio-text{color:#555;line-height:1.6;font-size:1rem;margin-bottom:1.5rem}.bio-list{list-style-type:disc;padding-left:2.5rem;margin:1rem 0}.bio-list li{color:#555;padding:.3rem 0}.bio-list li::marker{color:#3498db}.bio-list li:hover{color:#2c3e50;transition:color .3s ease}@media screen and (max-width: 768px){.bio-card{flex-direction:column;text-align:center;padding:1.5rem}.bio-image{width:150px;height:150px;margin:0 auto}.bio-title{font-size:1.5rem}.bio-list{text-align:left;max-width:400px;margin:0 auto}}@media screen and (max-width: 480px){.bio-card{padding:1rem}.bio-image{width:120px;height:120px}.bio-title{font-size:1.2rem}.bio-text{font-size:.9rem}.bio-list li{font-size:.9rem;padding-left:1.5rem}}.garbagecontainer{width:min(90%,1200px);margin:0 auto}.herogarbage{width:100%;min-height:45vh;background:linear-gradient(#00003ab3,#00003ab3),url(/assets/garbagetherobg-Do7RwXfX.jpg);background-size:cover;background-position:center;color:#fff;display:flex;justify-content:center;align-items:center}.herogarbage-text{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.1vw;max-width:90%;padding:20px;text-align:center;animation:fadeIn 3s}.herogarbage-text h1{font-weight:500;color:#fff;font-size:max(4vw,22px)}.herogarbage-text h3{color:#fff;font-size:max(2vw,16px)}.garbagehero{background:#aad7ea;min-height:80vh;display:grid;place-items:center;text-align:center;color:var(--text-light)}.garbagehero h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.garbageservices-container{max-width:1100px;margin:0 auto;padding:40px 20px;text-align:center}.garbagetitle{font-size:2.5rem;font-weight:700;margin-bottom:10px}.garbagesubtitle{font-size:1.2rem;font-style:italic;color:green;margin-bottom:30px}.garbagecontent-container{display:flex;flex-direction:column;align-items:center;gap:20px}.garbagetext-container{flex:1;text-align:left;max-width:600px}.garbagehighlight-blue{color:#00f;font-weight:700}.garbagehighlight-green{color:green;font-weight:700}.garbageimage-container{flex:1;display:flex;justify-content:center}.garbageimage-container img{width:100%;max-width:500px;border-radius:10px;box-shadow:0 4px 8px #0003}@media (min-width: 768px){.garbagecontent-container{flex-direction:row;align-items:flex-start}.garbagetext-container{text-align:left}}.process{padding:5rem 0;background-color:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#007749;position:relative;display:inline-block;margin-bottom:1rem}.section-header p{color:#fff}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:after{content:"";position:absolute;width:6px;background-color:#007749;top:0;bottom:0;left:50%;margin-left:-3px}.timeline-item{padding:10px 40px;position:relative;width:50%}.timeline-item:after{content:"";position:absolute;width:25px;height:25px;background-color:#f5a623;border-radius:50%;top:15px;z-index:1}.left{left:0}.right{left:50%}.left:after{right:-12.5px}.right:after{left:-12.5px}.timeline-content{padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.timeline-content h3{color:#007749;margin-bottom:1rem}@media (max-width: 768px){.timeline:after{left:31px}.timeline-item{width:100%;padding-left:70px;padding-right:25px}.left:after,.right:after{left:18px}.right{left:0}}.herocontact{width:100%;min-height:55vh;background:linear-gradient(#00003ab3,#00003ab3),url(/assets/bg001-Bore1i_N.png);background-size:cover;background-position:center;color:#fff;display:flex;justify-content:center;align-items:center}.herocontact-text{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.1vw;max-width:90%;padding:20px;text-align:center;animation:fadeIn 3s}.herocontact-text h1{font-weight:500;color:#fff;font-size:max(4vw,22px)}.herocontact-text h3{color:#fff;font-size:max(2vw,16px)}:root{--primary-color: #004d99;--secondary-color: #ff9900;--text-light: #fff;--text-dark: #333;--section-padding: 4rem 0}.contactcontainer{width:min(90%,1200px);margin:0 auto}
