@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Momo+Trust+Sans:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css?family=Mukta:700";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{background:#0e100f;color:#fffce1}.logo-container{display:flex;align-items:center;margin-top:30px;padding-left:20px;width:18%;text-align:left;margin-left:30px}.logo-container h1{color:#fffce1;font-size:1.7rem;letter-spacing:3px;font-weight:700;margin:0}a{text-decoration:none}@media screen and (min-width: 4008px){.logo-container{width:25%;margin-left:80px}}@media (max-width: 1024px){.logo-container{width:25%;margin-left:30px}.logo-container h1{font-size:1.6rem}}@media (max-width: 768px){.logo-container{width:auto;margin-left:20px;padding-left:10px}.logo-container h1{font-size:1.4rem}}@media (max-width: 480px){.logo-container{width:90%}.logo-container h1{font-size:1.2rem;text-align:center}}.fullScreenVideo{width:95%;margin-top:30px;height:85vh;border-radius:5px;margin-left:2.5%;overflow:hidden;position:relative}.backgroundVideo{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}@media (max-width: 1024px){.fullScreenVideo{height:80vh}}@media (max-width: 768px){.fullScreenVideo{height:70vh}}@media (max-width: 480px){.fullScreenVideo{width:90%;margin-left:5%;height:calc(80vw * (1500 / 1100));margin-top:5%}}section{display:flex;justify-content:center;margin-left:50px;margin-right:50px;gap:50px;padding-top:100px;padding-bottom:70px}.hero-left,.hero-right{width:50%}.hero-left p{font-size:3rem;font-weight:400}.hero-right p{font-size:2rem;font-weight:400;line-height:1.5}#container{margin-top:20px}button{position:relative;display:inline-block;cursor:pointer;outline:none;border:0;vertical-align:middle;text-decoration:none;background:transparent;padding:0;font-size:inherit;font-family:inherit}.learn-more{width:12rem;height:auto}.learn-more .circle{transition:all .45s cubic-bezier(.65,0,.076,1);position:relative;display:block;margin:0;width:3rem;height:3rem;background:#fffce1;border-radius:1.625rem}.learn-more .circle .icon{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;bottom:0;margin:auto;background:#fff}.learn-more .circle .icon.arrow{transition:all .45s cubic-bezier(.65,0,.076,1);left:.625rem;width:1.125rem;height:.125rem;background:none;z-index:10}.learn-more .circle .icon.arrow:before{position:absolute;content:"";top:-.25rem;right:.0625rem;width:.625rem;height:.625rem;border-top:.125rem solid #000000;border-right:.125rem solid #000000;transform:rotate(45deg);z-index:10}.learn-more .button-text{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;left:20px;right:0;bottom:0;padding:.75rem 0;margin:0 0 0 1.85rem;color:#fffce1;font-weight:700;line-height:1.6;text-align:center;text-transform:uppercase}.learn-more:hover .circle{width:100%}.learn-more:hover .circle .icon.arrow{background:#fff;transform:translate(1rem)}.learn-more:hover .button-text{color:#000}@media screen and (max-width:1000px){section{flex-wrap:wrap;gap:35px;margin:0 30px}.hero-left,.hero-right{width:100%}.learn-more{margin-top:35px}}@media screen and (max-width:400px){.hero-left p{font-size:2.2rem}}img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.container-style,.modal-overlay-gallery{-webkit-user-select:none;user-select:none}.container-style{width:96%;column-width:auto;column-count:3;column-gap:20px;padding:30px 20px 100px;margin:0 auto;cursor:pointer}.container-style .box-gallery{width:100%;margin-bottom:20px;break-inside:avoid}.container-style .box-gallery img{width:100%;border-radius:12px;display:block}.modal-overlay-gallery{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;z-index:999;overflow:hidden}.modal-imagesty{max-width:90vw;max-height:93vh;border-radius:12px;object-fit:contain;z-index:999}.close-gallery{position:absolute;top:20px;right:30px;font-size:40px;color:#fff;cursor:pointer;z-index:1000}.arrowsty{position:absolute;top:50%;width:48px;height:48px;font-size:24px;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1000;background-color:#ffffff23;border-radius:50%;box-shadow:0 4px 12px #0006;transition:background-color .3s,transform .2s;display:flex;align-items:center;justify-content:center}.arrowsty:hover{background-color:#ffffff1a;transform:scale(1.1)}.arrowsty.leftsty{left:20px;transform:translateY(-50%);font-size:20px}.arrowsty.rightsty{right:20px;transform:translateY(-50%);font-size:20px}@keyframes zoomIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.modal-imagesty{max-width:95vw;max-height:80vh}.arrowsty{width:36px;height:36px;font-size:18px}.arrowsty.leftsty{left:4px}.arrowsty.rightsty{right:4px}.close-gallery{font-size:2rem;top:12px;right:16px}}@media (max-width: 480px){.modal-imagesty{max-width:90vw;max-height:90vh}.container-style{margin-top:-30px;gap:10px;width:50vh}.container-style .box-gallery{margin-bottom:10px}.arrowsty{width:32px;height:32px;font-size:12px}.close-gallery{font-size:1.8rem;top:10px;right:12px}}@media (max-width: 1200px){.container-style{columns:2}}@media (max-width: 768px){.container-style{columns:2}}.footer{font-family:sans-serif;color:#0e100f;background-color:#fffce1;padding:50px 3%}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.footer-left,.footer-right{flex:1 1 100%;margin-bottom:20px}.footer-left h3,.footer-left p{font-size:1rem;line-height:1.5;text-align:justify;-webkit-hyphens:auto;hyphens:auto}#Follow-footer{margin-top:23px}.footer-left h3{font-size:2.5rem;font-weight:500;margin-bottom:10px}.footer-left p{font-size:1rem;padding-right:10%;margin:15px 0 0}.footer-right{display:flex;flex-direction:column;justify-content:flex-start}.social-media{margin-bottom:20px}.social-media p{font-size:.9rem;margin-bottom:5px}.icons{display:flex;gap:10px}.icons i{color:#0e100f;font-size:16px;cursor:pointer;transition:.5s ease}.icons i:hover{color:#0e100f;transform:scale(1.1)}.office-info{display:flex;gap:20px;flex-wrap:wrap}.office{flex:1 1 100%}.office p{font-size:.9rem;margin:5px 0}@media (min-width: 768px){.footer-content{flex-wrap:nowrap;justify-content:flex-start}.footer-left,.footer-right{flex:1;letter-spacing:0;-webkit-hyphens:auto;hyphens:auto;word-spacing:0}.office{flex:1}}@media (max-width: 991px){.footer-left h3{font-size:2rem}}@media (max-width: 767px){.footer-content{flex-direction:column;margin-top:-30px;margin-left:15px}.footer-left h3{font-size:1.5rem}#Follow-footer{margin-top:0}.footer-left p,.social-media p{font-size:.8rem}}.scroll-to-top{position:fixed;bottom:20px;right:25px;background-color:#fff;color:#000;border:none;border-radius:50%;width:40px;height:40px;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:opacity .2s ease,transform .2s ease}.scroll-to-top:hover{background-color:#fff;transform:scale(1.1)}.scroll-to-top:active{transform:scale(.95)}@media (max-width: 1024px){.scroll-to-top{width:44px;height:44px;font-size:20px;bottom:16px;right:16px}}@media (max-width: 600px){.scroll-to-top{width:40px;height:40px;font-size:25px;bottom:12px;right:12px}}.menu-toggle{width:40px;height:30px;position:absolute;right:3.5%;cursor:pointer;z-index:1100}.menu-section{display:flex;justify-content:flex-end;align-items:center;margin-right:70px}.menu-toggle.on .one{transform:rotate(46deg) translate(5px,5px)}.menu-toggle.on .two{opacity:0}.menu-toggle.on .three{transform:rotate(-45deg) translate(6px,-7px)}.no-scroll{overflow:hidden}.one,.two,.three{width:60%;height:2px;background:#fffce1;z-index:999;margin:6px auto;transition:transform .5s ease,opacity .5s ease;backface-visibility:hidden}nav ul{margin:0;padding:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);list-style:none;text-align:center;width:100%;font-family:Open Sans,sans-serif}nav ul.hidden{display:none}nav ul a{text-decoration:none;color:#fffce1;font-size:3em;font-weight:900;text-transform:uppercase;line-height:2;display:block;width:100%;transition:.3s ease-in-out}.nav-list{display:flex;flex-direction:column;gap:0}.nav-item{opacity:0;transform:translateY(20px);animation:fadeInUp .4s forwards}.open .nav-item.delay1{animation-delay:0s}.open .nav-item.delay2{animation-delay:.2s}.open .nav-item.delay3{animation-delay:.4s}.open .nav-item.delay4{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hidden .nav-item{opacity:0;transform:translateY(20px);animation:none}nav ul a:hover{color:tomato}.menu-section.on{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0e100f;z-index:1000;display:block;transition:.5s ease-in-out}@media (min-width: 768px),(max-width: 1024){.menu-section.on{position:absolute;top:0;left:0;width:100%;height:100%}.menu-toggle{top:30px;right:50px;width:50px;height:50px}}@media (max-width: 765px){.menu-section.on{position:absolute;top:0;left:0;width:100%;height:100%}.menu-toggle{top:20px;right:40px;width:35px;height:25px}nav ul{font-size:1.5em;top:50%}nav ul a{font-size:1.5em}}@media (max-width: 480px){.menu-section.on{position:absolute;top:0;left:0;width:100%;height:100%}.menu-toggle{right:45px;width:25px;height:30px}.one,.two,.three{width:100%;height:2px}nav ul{font-size:1.2em;top:45%}nav ul a{font-size:1.2em}}.accordion-section1{padding:40px 60px;font-family:Arial,sans-serif}.container-about{width:96%;margin-top:1.5%;margin-left:2%;height:50vh;border-radius:8px;overflow:hidden}.accordion-section1 h2{font-size:4.5rem;font-weight:400;margin-bottom:30px}.accordion-item1{border-bottom:1px solid #dddddd49;width:100%;padding:15px 0;cursor:pointer}.accordion-item1:first-child{border-top:none}.accordion-item1:last-child{border-bottom:none}.accordion-title1{justify-content:space-between;font-size:4.5rem;font-weight:400}.accordion-title1 .icon1{font-size:1.5rem}.accordion-content1{max-height:0;overflow:hidden;transition:all .3s ease}.accordion-item1.active1 .accordion-content1{max-height:500px;margin-top:10px}.accordion-inner1{justify-content:space-between;flex-wrap:wrap}.accordion-left1,.accordion-right1{flex:1;min-width:280px}.accordion-left1 p{font-size:1.2rem;line-height:1.6;text-align:justify}.accordion-right1 ul{padding-left:25px;list-style-type:disc;font-size:1.2rem;line-height:1.6;margin-bottom:15px}.accordion-right1 ul li{margin-bottom:.1rem}.accordion-right1 ul li strong{display:block;font-weight:400;margin-bottom:.3rem;color:#ff765e}.point-description{font-size:1rem;line-height:1.4;text-align:justify}.accordion-item1.active1 .accordion-content1{max-height:none;margin-top:10px}.about-section{margin:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0;gap:30px;font-family:sans-serif;color:#000;text-align:justify}.NewOne{padding:20px 0}.NewOne p{font-size:1.2rem;text-align:justify}.NewOneTwo{font-size:1.2rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.hero-left1{flex:1;display:flex;align-items:center;justify-content:center;text-align:justify;color:#fffce1}.hero-left1 h1{font-size:2.5rem;font-weight:700;line-height:1.2;text-align:left}.hero-right1{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;color:#fffce1}.hero-right1 p{margin-bottom:-5px;font-size:1.625rem;line-height:1.5;text-align:justify}.industries-title-container{display:flex;align-items:center;gap:10px}.learn-moreOne{width:3rem;height:3rem;margin-top:15px;margin-left:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.learn-moreOne .circleOne{width:3rem;height:3rem;background-color:#44444413;border:1px solid #fffce1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:width .3s ease,height .3s ease}.learn-moreOne .iconOne.arrowOne{position:relative;width:1.125rem;height:.125rem;background:none}.learn-moreOne .iconOne.arrowOne:before{content:"";position:absolute;top:-.35rem;right:.2rem;width:.625rem;height:.625rem;border-top:.125rem solid #fffce1;border-right:.125rem solid #fffce1;transform:rotate(136deg);transition:transform .3s ease}.learn-moreOne.rotated .iconOne.arrowOne:before{transform:rotate(-45deg);top:-.1rem}.learn-mores{width:3rem;height:3rem;padding:0 30px}.learn-mores .circles{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#44444413;border:1px solid #fffce1;border-radius:50%}.learn-mores .icons.arrows{position:relative;width:1.125rem;height:.125rem;background:none}.learn-mores .icons.arrows:before{content:"";position:absolute;top:-.35rem;right:.2rem;width:.625rem;height:.625rem;border-top:.125rem solid #fffce1;border-right:.125rem solid #fffce1;transform:rotate(136deg);transition:transform .3s ease}.learn-mores.rotated .icons.arrows:before{transform:rotate(-45deg);top:-.1rem}@media (max-width: 1024px){.accordion-section1 h2{font-size:2.8rem}.accordion-title1{font-size:2.2rem}.hero-left1 h1{font-size:2rem}.hero-right1 p{font-size:1.2rem}.about-section{flex-direction:column;text-align:left}}@media (max-width: 768px){.accordion-section1{padding:20px}.accordion-section1 h2{font-size:2.2rem}.accordion-title1{font-size:1.8rem}.learn-moreOne .circleOne{width:2rem;height:2rem}.learn-moreOne .iconOne.arrowOne:before{top:-.3rem;right:.3rem;width:.4rem;height:.4rem}.learn-moreOne{margin-top:10px}.learn-mores .circles{width:2rem;height:2rem}.learn-mores .icons.arrows:before{top:-.3rem;right:.3rem;width:.4rem;height:.4rem}.NewOneTwo p{padding-right:30px}.accordion-left1 p,.accordion-right1 ul{font-size:1rem;padding-right:30px;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.accordion-right1 ul{margin-top:30px;margin-left:-8px}.hero-left1 h1{font-size:1.6rem}.hero-right1 p{font-size:1rem}}@media (max-width: 480px){.accordion-section1 h2{font-size:1.8rem}.accordion-title1{font-size:1.5rem}.hero-left1 h1{font-size:1.3rem;font-weight:500}.hero-right1 p{font-size:.95rem}}.slider-about{width:100%;height:50vh;background-image:url(/assets/AboutUs-C2NQYJx2.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;image-rendering:crisp-edges;margin-bottom:20px}.whatsapp-float{position:fixed;bottom:70px;right:20px;width:55px;height:55px;background-color:transparent;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:transform .2s ease-in-out}.whatsapp-float:hover{transform:scale(1.1)}@media (max-width: 1024px){.whatsapp-float{width:50px;height:50px;bottom:80px;right:16px}}@media (max-width: 600px){.whatsapp-float{width:45px;height:45px;bottom:60px;right:10px}}.slider-contact{width:100%;height:50vh;background-image:url(/assets/ContactUs-fOa0iLrb.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;image-rendering:crisp-edges;margin-bottom:20px}.slider-container{width:96%;margin-top:1.5%;margin-left:2%;height:50vh;border-radius:8px;overflow:hidden}.Contact-container{width:90%;margin-left:60px;padding:40px 0;font-family:Segoe UI,sans-serif}.Contact-container h1{font-size:4.5rem;font-weight:400;margin-bottom:10px}.Contact-container p{font-size:18px;margin-bottom:30px;color:#fffce1}.city-section{border-bottom:1px solid #ccc;padding:20px 0}.city-header:first-child{border-top:none}.city-section:last-child{border-bottom:none}.city-header{display:flex;gap:20px;align-items:center;cursor:pointer;font-size:28px;font-weight:700}.city-header h2{font-size:4.5rem;font-weight:400}.toggle-icon{display:inline-block;transition:transform .3s ease;font-size:1.5rem;margin-left:10px}.toggle-icon.open{transform:rotate(90deg)}.city-content{display:flex;flex-wrap:wrap;gap:20px;margin-top:15px;align-items:flex-start}.left-contact-info{flex:1;min-width:280px}.address-block h4{margin-bottom:5px;font-weight:700}.address{white-space:pre-wrap;font-family:sans-serif;margin-bottom:15px}.contact-info p{margin:5px 0}.contact-form{flex:2;min-width:300px}.wide-form form{width:100%;max-width:100%}.wide-form input,.wide-form textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ffffff;border-radius:6px}.wide-form textarea{resize:vertical;height:120px}.wide-form button{padding:12px 20px;background-color:#fffce1;color:#0e100f;border:none;border-radius:6px;cursor:pointer}.contact-more{width:3rem;height:3rem;margin-top:10px;padding:0;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.contact-more .contact-circle{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;background-color:#44444413;border:1px solid #ffffff;border-radius:50%}.contact-more .icons-contact.arrow-contact{position:relative;width:1.125rem;height:.125rem;background:none}.contact-more .icons-contact.arrow-contact:before{content:"";position:absolute;top:-.4rem;right:.15rem;width:.625rem;height:.625rem;border-top:.125rem solid rgb(255,255,255);border-right:.125rem solid rgb(255,255,255);transform:rotate(136deg);transition:transform .3s ease}.contact-more.rotated .icons-contact.arrow-contact:before{transform:rotate(-45deg);top:-.1rem}.contact-more:hover .contact-circle{width:3rem}@media (max-width: 1024px){.city-header{flex-direction:row;align-items:center}.city-header h2{font-size:2.5rem}.Contact-container h1{font-size:3rem}.Contact-container p{font-size:1rem}.city-content{flex-direction:column;align-items:flex-start}.left-contact-info,.contact-form{width:100%}.wide-form input,.wide-form textarea,.wide-form button{font-size:1rem}.address{font-size:.95rem}.contact-more,.contact-more .contact-circle{width:2.5rem;height:2.5rem}.contact-more .icons-contact.arrow-contact:before{top:-.25rem;right:.15rem;width:.5rem;height:.5rem}.Contact-container{margin-left:0}}@media (max-width: 768px){.city-header{flex-direction:row;align-items:center}.city-header h2{font-size:2rem;margin-left:15px}.Contact-container h1{font-size:2.5rem;margin-left:10px}.Contact-container p{font-size:1rem;margin-left:15px}.city-content{flex-direction:column;align-items:flex-start}.left-contact-info,.contact-form{width:100%}.wide-form input,.wide-form textarea,.wide-form button{font-size:1rem;margin-left:15px}.wide-form{width:90%}.address{font-size:.95rem;margin-left:15px}.address-block h4{margin-left:15px}.contact-more{width:2rem;height:2rem;margin-top:5px}.contact-more .contact-circle{width:2rem;height:2rem}.contact-more .icons-contact.arrow-contact:before{top:-.3rem;right:.25rem;width:.5rem;height:.5rem}.Contact-container{margin-left:10px}}.heading-careers{text-align:left;margin-top:20px;margin-bottom:20px;padding-left:60px}.heading-careers h2{font-size:4.5em;font-weight:400;margin-bottom:10px}.heading-careers p{font-size:1.2em;margin-bottom:20px}.form-heading{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fffce1;text-align:left}.container-careers{max-width:800px;margin-top:-20px;padding:40px 0 40px 60px;border-radius:16px}.careers-container{width:96%;margin-top:1.5%;margin-left:2%;height:50vh;border-radius:8px;overflow:hidden}.slider-careers{width:100%;height:50vh;background-image:url(/assets/AboutUs-C2NQYJx2.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;image-rendering:crisp-edges;margin-bottom:20px}.container-careers h2{text-align:center;font-size:28px;margin-bottom:10px}.container-careers p{text-align:center;margin-bottom:30px;font-size:16px;color:#fff}.careers-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:6px;color:#fff}.form-group input,.form-group select,.form-group textarea{padding:12px;font-size:14px;border:1px solid #ffffff;border-radius:8px;background-color:#fff;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.form-row{display:flex;flex-wrap:wrap;justify-content:space-between}.name-fields>.form-group{width:48%}.submit-btn{padding:14px;background-color:#fffce1;color:#0e100f;font-weight:700;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#fffce1}@media (max-width: 768px){.container-careers{padding:20px 15px}.name-fields>.form-group{width:100%}.container-careers h2{font-size:24px}.container-careers p{font-size:14px}.heading-careers{text-align:left}}@media (max-width: 991px){.heading-careers{padding-left:30px}.heading-careers h2{font-size:2.5em}.heading-careers p{font-size:1em}}@media (max-width: 576px){.heading-careers{padding-left:15px;padding-right:15px;margin-left:10px}.container-careers{margin-left:10px}.form-heading{margin-top:-20px;font-size:1.2rem}.form-row{margin-top:-20px}.heading-careers h2{font-size:2.5em;font-weight:500}.heading-careers p{font-size:.95em}}.heading-careers-internship{text-align:left;margin-top:20px;margin-bottom:20px;padding-left:60px}.heading-careers-internship h2{font-size:4.5em;font-weight:400;margin-bottom:10px}.heading-careers-internship p{font-size:1.2em;margin-bottom:20px}.form-heading-internship{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fff;text-align:left}.container-careers-internship{max-width:800px;margin-top:-20px;padding:40px 0 40px 60px;border-radius:16px}.careers-container-internship{width:96%;margin-top:1.5%;margin-left:2%;height:50vh;border-radius:8px;overflow:hidden}.slider-careers-internship{width:100%;height:50vh;background-image:url(/assets/internship-D0kLoypf.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;image-rendering:crisp-edges;margin-bottom:20px}.container-careers-internship h2{text-align:center;font-size:28px;margin-bottom:10px}.container-careers-internship p{text-align:center;margin-bottom:30px;font-size:16px;color:#fff}.careers-form-internship{display:flex;flex-direction:column;gap:20px}.form-group-internship{display:flex;flex-direction:column}.form-group-internship label{font-weight:600;margin-bottom:6px;color:#fff}.form-group-internship input,.form-group-internship select,.form-group-internship textarea{padding:12px;font-size:14px;border:1px solid #ffffff;border-radius:8px;background-color:#fff;transition:border-color .2s}.form-group-internship input:focus,.form-group-internship select:focus,.form-group-internship textarea:focus{border-color:#007bff;outline:none}.form-row-internship{display:flex;flex-wrap:wrap;justify-content:space-between}.name-fields-internship>.form-group-internship{width:48%}.submit-btn-internship{padding:14px;background-color:#fffce1;color:#0e100f;font-weight:700;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-btn-internship:hover{background-color:#505050}@media (max-width: 768px){.container-careers-internship{padding:20px 15px}.name-fields-internship>.form-group-internship{width:100%}.container-careers-internship h2{font-size:24px}.container-careers-internship p{font-size:14px}.heading-careers-internship{text-align:left}}@media (max-width: 991px){.heading-careers-internship{padding-left:30px}.heading-careers-internship h2{font-size:2.5em}.heading-careers-internship p{font-size:1em}}@media (max-width: 576px){.heading-careers-internship{padding-left:15px;padding-right:15px;margin-left:10px}.container-careers-internship{margin-left:10px}.form-heading-internship{margin-top:-20px;font-size:1.2rem}.form-row-internship{margin-top:-20px}.heading-careers-internship h2{font-size:2.5em;font-weight:500}.heading-careers-internship p{font-size:.95em}}.form-heading-toggle{display:flex;align-items:center;gap:20px;cursor:pointer}.arrow-icon{transition:transform .3s ease;font-size:10px;display:flex;justify-content:center;align-items:center;background-color:#fffce1;color:#000;border-radius:50%;width:30px;height:30px}.arrow-icon.rotate{transform:rotate(180deg)}.form-wrapper{max-height:0;overflow:hidden;transition:max-height 1s ease,opacity 1s ease;opacity:0}.form-wrapper.open{max-height:2000px;opacity:1;margin-top:10px}
