@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:fixed;z-index:2}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:90px;height:20px}@media screen and (min-width: 2000px){.app__navbar-logo img{width:180px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width: 900px){.app__navbar-links{display:none}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color)}.app__navbar-menu svg{width:70%;height:70%;color:var(--white-color)}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(../../assets/bgWhite.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__navbar-menu div,.app__navbar-menu{display:none}}.sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;color:#000}.sidebar .bg{position:fixed;top:0;left:0;bottom:0;width:400px;background-color:#fff;z-index:1000}.sidebar .bg .links{position:absolute;width:100%;height:100%;flex-direction:column;display:flex;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links a{font-size:40px}.sidebar button{background-color:#fff;width:50px;height:50px;border-radius:50%;position:fixed;top:25px;left:35px;background-color:transparent;border:none;cursor:pointer;z-index:1001}.hero .wrapper .textContainer .buttons{display:flex;gap:20px;flex-wrap:wrap}.hero .wrapper .textContainer .buttons button{padding:20px 30px;border:1px solid white;border-radius:10px;background-color:transparent;color:#fff;cursor:pointer;transition:all .3s ease;font-size:16px;font-weight:500;min-width:180px}@media (max-width: 768px){.sidebar .bg{width:100%}.sidebar button{left:20px;top:20px}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;position:relative;margin-top:auto}.footer .footer-main{padding:60px 0 40px}.footer .footer-main .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:40px;align-items:start}@media (max-width: 1024px){.footer .footer-main .footer-grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width: 768px){.footer .footer-main .footer-grid{grid-template-columns:1fr;gap:30px}}.footer .footer-section.company-info .footer-logo{margin-bottom:20px}.footer .footer-section.company-info .footer-logo h3{font-size:24px;font-weight:700;margin-bottom:5px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer .footer-section.company-info .footer-logo .tagline{color:#94a3b8;font-size:14px;font-weight:500}.footer .footer-section.company-info .company-description{color:#cbd5e1;line-height:1.6;margin-bottom:25px;font-size:14px}.footer .footer-section .footer-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff;position:relative}.footer .footer-section .footer-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.footer .contact-info .contact-item{display:flex;align-items:center;margin-bottom:12px}.footer .contact-info .contact-item .contact-icon{color:#3b82f6;margin-right:12px;font-size:16px}.footer .contact-info .contact-item .contact-link,.footer .contact-info .contact-item span{color:#cbd5e1;text-decoration:none;font-size:14px;transition:color .3s ease}.footer .contact-info .contact-item .contact-link:hover,.footer .contact-info .contact-item span:hover{color:#3b82f6}.footer .social-links{margin-top:25px}.footer .social-links .social-title{display:block;color:#94a3b8;font-size:14px;margin-bottom:12px}.footer .social-links .social-icons{display:flex;gap:12px}.footer .social-links .social-icons .social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:8px;color:#cbd5e1;text-decoration:none;transition:all .3s ease;font-size:18px}.footer .social-links .social-icons .social-icon:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:12px}.footer .footer-links li .footer-link{display:flex;align-items:center;color:#cbd5e1;text-decoration:none;font-size:14px;transition:all .3s ease}.footer .footer-links li .footer-link .link-arrow{margin-right:8px;font-size:14px;opacity:0;transform:translate(-5px);transition:all .3s ease}.footer .footer-links li .footer-link:hover{color:#3b82f6;transform:translate(5px)}.footer .footer-links li .footer-link:hover .link-arrow{opacity:1;transform:translate(0)}.footer .newsletter .newsletter-description{color:#cbd5e1;font-size:14px;margin-bottom:20px;line-height:1.5}.footer .newsletter .newsletter-form .input-group{display:flex;background:#ffffff1a;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.footer .newsletter .newsletter-form .input-group .newsletter-input{flex:1;padding:12px 16px;background:transparent;border:none;color:#fff;font-size:14px}.footer .newsletter .newsletter-form .input-group .newsletter-input::-moz-placeholder{color:#94a3b8}.footer .newsletter .newsletter-form .input-group .newsletter-input::placeholder{color:#94a3b8}.footer .newsletter .newsletter-form .input-group .newsletter-input:focus{outline:none}.footer .newsletter .newsletter-form .input-group .newsletter-btn{padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.footer .newsletter .newsletter-form .input-group .newsletter-btn:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)}.footer .newsletter .business-hours{margin-top:25px}.footer .newsletter .business-hours h5{color:#fff;font-size:14px;margin-bottom:8px;font-weight:600}.footer .newsletter .business-hours p{color:#cbd5e1;font-size:12px;margin-bottom:4px}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:15px;text-align:center}}.footer .footer-bottom .footer-bottom-content .copyright p{color:#94a3b8;font-size:14px;margin:0}.footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;align-items:center;gap:10px}.footer .footer-bottom .footer-bottom-content .footer-bottom-links .bottom-link{color:#cbd5e1;text-decoration:none;font-size:14px;transition:color .3s ease}.footer .footer-bottom .footer-bottom-content .footer-bottom-links .bottom-link:hover{color:#3b82f6}.footer .footer-bottom .footer-bottom-content .footer-bottom-links .separator{color:#64748b}.footer .footer-bottom .footer-bottom-content .payment-methods{display:flex;align-items:center;gap:10px}.footer .footer-bottom .footer-bottom-content .payment-methods .payment-text{color:#94a3b8;font-size:12px}.footer .footer-bottom .footer-bottom-content .payment-methods .payment-icons{display:flex;gap:5px}.footer .footer-bottom .footer-bottom-content .payment-methods .payment-icons .payment-icon{font-size:18px}.footer .quick-actions{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:10px;z-index:1000}@media (max-width: 768px){.footer .quick-actions{bottom:20px;right:20px}}.footer .quick-actions .quick-action{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:20px;transition:all .3s ease;box-shadow:0 4px 15px #0003}.footer .quick-actions .quick-action.phone{background:linear-gradient(135deg,#10b981,#059669)}.footer .quick-actions .quick-action.whatsapp{background:linear-gradient(135deg,#22c55e,#16a34a)}.footer .quick-actions .quick-action.scroll-top{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;cursor:pointer}.footer .quick-actions .quick-action:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 450px){.head-text{font-size:2rem}}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:left}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:.9rem}}.app__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.hero{height:100vh;background:linear-gradient(180deg,#0c0c1d,#111132);overflow:hidden;position:relative;z-index:1}.hero .wrapper{max-width:1366px;height:100%;margin:auto;position:relative;z-index:1;padding:0 40px}.hero .wrapper .textContainer{height:100%;display:flex;flex-direction:column;justify-content:center;width:50%;gap:40px;position:relative;z-index:2}.hero .wrapper .textContainer h2{font-size:30px;color:green;letter-spacing:10px;margin:0}.hero .wrapper .textContainer h1{font-size:80px;color:#fff;margin:0;line-height:1.1}.hero .wrapper .textContainer img{width:50px;margin-top:20px}.hero .wrapper .textContainer .buttons{display:flex;gap:20px;flex-wrap:wrap;align-items:center}.hero .wrapper .textContainer .buttons button{padding:20px 30px;border:1px solid white;border-radius:10px;background-color:transparent;color:#fff;cursor:pointer;transition:all .3s ease;font-size:16px;font-weight:500;min-width:180px;text-decoration:none;display:inline-block}.hero .wrapper .textContainer .buttons button:hover{background-color:#fff;color:#0c0c1d;transform:translateY(-2px);box-shadow:0 5px 15px #fff3}.hero .wrapper .textContainer .buttons button:first-child{background:linear-gradient(45deg,orange,#ff8c00);border:none}.hero .wrapper .textContainer .buttons button:first-child:hover{background:linear-gradient(45deg,#ff8c00,orange)}.hero .wrapper .textContainer .buttons a{text-decoration:none;display:inline-block}.hero .wrapper .textContainer .buttons a .contact-btn{background:transparent;border:1px solid white;color:#fff}.hero .wrapper .textContainer .buttons a .contact-btn:hover{background:#fff;color:#0c0c1d}.hero .image-Container{position:absolute;right:40px;top:0;height:100%;width:calc(50% - 80px);z-index:1}.hero .image-Container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0 0 0 40px}.hero .slidingTextContainer{position:absolute;font-size:50vh;bottom:-120px;white-space:nowrap;color:#ffffff09;width:50%;font-weight:700;z-index:0;left:40px}@media (max-width: 1366px){.hero .wrapper{padding:0 30px}.hero .wrapper .textContainer{width:55%}.hero .wrapper .textContainer h1{font-size:70px}.hero .wrapper .textContainer h2{font-size:26px;letter-spacing:8px}.hero .image-Container{right:30px;width:calc(45% - 60px)}.hero .slidingTextContainer{left:30px}}@media (max-width: 1024px){.hero .wrapper{padding:0 20px}.hero .wrapper .textContainer{width:100%;text-align:center;align-items:center}.hero .wrapper .textContainer h1{font-size:60px}.hero .wrapper .textContainer h2{font-size:22px;letter-spacing:6px}.hero .wrapper .textContainer .buttons{justify-content:center}.hero .image-Container{display:none}.hero .slidingTextContainer{font-size:40vh;left:20px}}@media (max-width: 768px){.hero .wrapper{padding:0 15px}.hero .wrapper .textContainer h1{font-size:48px}.hero .wrapper .textContainer h2{font-size:18px;letter-spacing:4px;line-height:1.4}.hero .wrapper .textContainer .buttons{flex-direction:column;align-items:center}.hero .wrapper .textContainer .buttons button,.hero .wrapper .textContainer .buttons a{width:100%;max-width:280px}.hero .wrapper .textContainer .buttons button button,.hero .wrapper .textContainer .buttons a button{width:100%}.hero .slidingTextContainer{font-size:30vh;bottom:-80px;left:15px}}@media (max-width: 480px){.hero .wrapper{padding:0 10px}.hero .wrapper .textContainer h1{font-size:36px}.hero .wrapper .textContainer h2{font-size:16px;letter-spacing:2px}.hero .wrapper .textContainer .buttons button,.hero .wrapper .textContainer .buttons a{min-width:auto;width:100%}.hero .slidingTextContainer{font-size:25vh;left:10px}}.service-container{width:100%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-container h1{font-size:clamp(3rem,8vw,100px);position:relative;z-index:3;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center;padding:0 20px}.service-container .mountains{background-image:url(/images/mountains.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:1}.service-container .planet{background-image:url(/images/planets.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:2}.service-container .stars{background-image:url(/images/stars.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:0}@media (max-width: 768px){.service-container{height:70vh;position:relative}.service-container h1{font-size:2.5rem;z-index:10}.service-container .mountains,.service-container .planet,.service-container .stars{z-index:1}}.about{position:relative;width:100%;background:#0a0a18;overflow:hidden}.about .progress{position:sticky;top:0;left:0;padding:30px 0 20px;text-align:center;z-index:1000;color:#ff6b35;background:linear-gradient(180deg,#0a0a18,#0a0a18f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,107,53,.2)}.about .progress h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:20px;font-weight:700;background:linear-gradient(135deg,#ff6b35,#ff8e53);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about .progress .progressBar{height:6px;background:linear-gradient(90deg,#ff6b35,#ff8e53);width:min(90%,400px);margin:0 auto;border-radius:10px;transform-origin:left;box-shadow:0 0 20px #ff6b354d}.about .about-item{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:80px 0;overflow:hidden}.about .about-item:nth-child(odd){background:radial-gradient(ellipse at top,#111132,#0a0a18 70%)}.about .about-item:nth-child(2n){background:radial-gradient(ellipse at bottom,#111132,#0a0a18 70%)}.about .about-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,107,53,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,107,53,.05) 0%,transparent 50%);pointer-events:none}.about .about-item .sliding-text-background{position:absolute;font-size:clamp(8rem,20vw,15rem);bottom:-50px;white-space:nowrap;color:#ffffff08;width:100%;font-weight:900;z-index:0;pointer-events:none;text-transform:uppercase;letter-spacing:4px;background:linear-gradient(135deg,#ff6b350d,#ff8e5305);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 50px rgba(255,107,53,.1)}.about .container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:0 20px;position:relative;z-index:2}.about .container .wrapper{width:min(100%,1400px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center;position:relative}.about .container .wrapper .imageContainer{position:relative;height:min(600px,70vh);border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:3}.about .container .wrapper .imageContainer:hover{transform:translateY(-8px);box-shadow:0 35px 60px -12px #0009,0 0 0 1px #ff6b354d}.about .container .wrapper .imageContainer img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.about .container .wrapper .imageContainer:hover img{transform:scale(1.08)}.about .container .wrapper .imageContainer .image-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(transparent 0%,#0a0a18e6);display:flex;justify-content:space-between;align-items:flex-end;z-index:4}.about .container .wrapper .imageContainer .image-overlay .years-badge{background:linear-gradient(135deg,#ff6b35,#ff8e53);color:#fff;padding:12px 20px;border-radius:16px;font-weight:700;font-size:clamp(.9rem,2vw,1.1rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #ff6b354d}.about .container .wrapper .imageContainer .image-overlay .read-more-btn{background:#fffffff2;color:#ff6b35;padding:14px 24px;border-radius:16px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 25px #0003}.about .container .wrapper .imageContainer .image-overlay .read-more-btn:hover{background:#ff6b35;color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 12px 30px #ff6b3566}.about .container .wrapper .imageContainer .image-overlay .read-more-btn .btn-icon{transition:transform .3s ease}.about .container .wrapper .imageContainer .image-overlay .read-more-btn:hover .btn-icon{transform:translate(4px)}.about .container .wrapper .textContainer{display:flex;flex-direction:column;gap:clamp(20px,3vw,30px);padding:20px 0;position:relative;z-index:3}.about .container .wrapper .textContainer h2{font-size:clamp(2rem,4vw,3.5rem);color:#fff;margin-bottom:10px;line-height:1.1;font-weight:700}.about .container .wrapper .textContainer h2:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(135deg,#ff6b35,#ff8e53);margin-top:15px;border-radius:2px}.about .container .wrapper .textContainer p{color:#b0b0c0;font-size:clamp(1rem,2vw,1.1rem);line-height:1.7;margin-bottom:10px;font-weight:400}.about .container .wrapper .textContainer .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(15px,2vw,20px);margin:20px 0}.about .container .wrapper .textContainer .stats-grid .stat-item{text-align:center;padding:clamp(20px,3vw,30px);background:#ffffff0d;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;z-index:3}.about .container .wrapper .textContainer .stats-grid .stat-item:hover{transform:translateY(-5px);background:#ffffff14;border-color:#ff6b354d}.about .container .wrapper .textContainer .stats-grid .stat-item .stat-number{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#ff6b35;margin-bottom:8px;line-height:1}.about .container .wrapper .textContainer .stats-grid .stat-item .stat-label{color:#b0b0c0;font-size:clamp(.8rem,1.5vw,.9rem);font-weight:500;line-height:1.4}.about .container .wrapper .textContainer .values-list{display:flex;flex-direction:column;gap:clamp(20px,3vw,25px)}.about .container .wrapper .textContainer .values-list .value-item{display:flex;align-items:flex-start;gap:clamp(15px,2vw,20px);padding:20px;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;position:relative;z-index:3}.about .container .wrapper .textContainer .values-list .value-item:hover{background:#ffffff0f;transform:translate(8px)}.about .container .wrapper .textContainer .values-list .value-item .value-icon{color:#ff6b35;font-size:clamp(1.8rem,3vw,2.2rem);margin-top:5px;flex-shrink:0;background:#ff6b351a;padding:12px;border-radius:12px}.about .container .wrapper .textContainer .values-list .value-item .value-content h4{font-size:clamp(1.2rem,2vw,1.4rem);color:#fff;margin-bottom:8px;font-weight:600}.about .container .wrapper .textContainer .values-list .value-item .value-content p{font-size:clamp(.9rem,1.5vw,1rem);color:#b0b0c0;margin:0;line-height:1.6}@media (max-width: 1024px){.about .about-item{padding:60px 0;min-height:auto}.about .about-item .sliding-text-background{font-size:clamp(6rem,15vw,10rem);bottom:-30px}.about .container .wrapper{grid-template-columns:1fr;gap:40px}.about .container .wrapper .imageContainer{height:min(500px,50vh);order:1}.about .container .wrapper .textContainer{order:2;text-align:center}.about .container .wrapper .textContainer h2:after{margin:15px auto 0}.about .container .wrapper:nth-child(2n) .imageContainer{order:1}.about .container .wrapper:nth-child(2n) .textContainer{order:2}}@media (max-width: 768px){.about .progress{padding:20px 0 15px}.about .about-item{padding:40px 0}.about .about-item .sliding-text-background{font-size:clamp(4rem,12vw,8rem);bottom:-20px;letter-spacing:2px}.about .container{padding:0 16px}.about .container .wrapper{gap:30px}.about .container .wrapper .imageContainer{height:350px;border-radius:20px}.about .container .wrapper .imageContainer .image-overlay{padding:20px;flex-direction:column;gap:15px;align-items:center;text-align:center}.about .container .wrapper .imageContainer .image-overlay .read-more-btn{width:100%;justify-content:center}.about .container .wrapper .textContainer{padding:0}.about .container .wrapper .textContainer .stats-grid{grid-template-columns:1fr;gap:15px}.about .container .wrapper .textContainer .values-list .value-item{flex-direction:column;text-align:center;gap:15px}.about .container .wrapper .textContainer .values-list .value-item .value-icon{margin-top:0;align-self:center}}@media (max-width: 480px){.about .container .wrapper .imageContainer{height:280px;border-radius:16px}.about .container .wrapper .textContainer .stats-grid .stat-item{padding:20px 15px}.about .container .wrapper .textContainer .values-list .value-item{padding:15px}.about .about-item .sliding-text-background{font-size:clamp(3rem,10vw,6rem);bottom:-15px}}@media (prefers-reduced-motion: reduce){.about .sliding-text-background{animation:none!important;transform:none!important}.about .imageContainer,.about .textContainer,.about .stat-item,.about .value-item{transition:none!important;transform:none!important}.about .imageContainer:hover{transform:none!important}}@media (prefers-color-scheme: dark){.about{background:#0a0a18}.about .about-item:nth-child(odd){background:radial-gradient(ellipse at top,#111132,#0a0a18 70%)}.about .about-item:nth-child(2n){background:radial-gradient(ellipse at bottom,#111132,#0a0a18 70%)}}.serviceswrapper{background:linear-gradient(180deg,#0c0c1d,#111132);min-height:100vh;height:auto;display:flex;flex-direction:column;justify-content:flex-start;padding:40px 20px}.serviceswrapper .textContainer{flex:0 0 auto;align-self:flex-end;display:flex;align-items:center;gap:20px;margin-bottom:40px}.serviceswrapper .textContainer p{font-size:20px;font-weight:400;color:#a0a0a0;text-align:right}.serviceswrapper .textContainer hr{width:500px;border:none;border-top:.5px solid #a0a0a0}.serviceswrapper .titleContainer{flex:0 0 auto;display:flex;flex-direction:column;text-align:center;align-items:center;margin-bottom:60px}.serviceswrapper .titleContainer .title{display:flex;align-items:center;gap:50px;margin:20px 0}.serviceswrapper .titleContainer .title img{width:300px;height:300px;border-radius:50px;-o-object-fit:cover;object-fit:cover;filter:grayscale(.3);transition:filter .3s ease}.serviceswrapper .titleContainer .title h1{font-size:96px;font-weight:100;color:#fff}.serviceswrapper .titleContainer .title button{width:300px;height:100px;border-radius:50px;background:linear-gradient(45deg,#ff6b00,#ff8c00);border:none;font-size:1.5rem;cursor:pointer;color:#fff;font-weight:600;transition:all .3s ease;box-shadow:0 8px 25px #ff6b004d}.serviceswrapper .titleContainer .title button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ff6b0066}.serviceswrapper .listContainer{flex:1;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;align-items:flex-start;overflow-y:auto;padding:20px}.serviceswrapper .listContainer .box{flex:1;min-width:300px;max-width:400px;padding:30px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;height:auto;min-height:400px;overflow-y:auto;background:#ffffff0d;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.serviceswrapper .listContainer .box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:2px;background:linear-gradient(45deg,#ff6b00,#ff8c00);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;opacity:0;transition:opacity .3s ease}.serviceswrapper .listContainer .box:hover{background:#ffffff14;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0006,0 0 0 1px #ff6b001a}.serviceswrapper .listContainer .box:hover:before{opacity:1}.serviceswrapper .listContainer .box:hover h1{color:#ff6b00;transform:translate(5px)}.serviceswrapper .listContainer .box:hover ul li{color:#fff}.serviceswrapper .listContainer .box:hover ul li:before{color:#ff6b00;transform:scale(1.3)}.serviceswrapper .listContainer .box h1{font-size:1.5rem;margin-bottom:20px;color:#ff6b00;border-bottom:2px solid #ff6b00;padding-bottom:10px;transition:all .3s ease;position:relative;z-index:2}.serviceswrapper .listContainer .box ul{flex:1;margin-bottom:20px;list-style:none;padding-left:0;position:relative;z-index:2}.serviceswrapper .listContainer .box ul li{margin-bottom:12px;line-height:1.5;padding-left:25px;position:relative;color:#a0a0a0;font-size:.95rem;transition:all .3s ease}.serviceswrapper .listContainer .box ul li:before{content:"▸";color:#ff6b00;font-size:1.2rem;position:absolute;left:0;top:-1px;transition:all .3s ease}.serviceswrapper .listContainer .box ul li:hover{color:#fff;transform:translate(8px)}.serviceswrapper .listContainer .box ul li:hover:before{color:#ff8c00;transform:translate(3px)}.serviceswrapper .listContainer .box button{padding:12px 24px;background:linear-gradient(45deg,#ff6b00,#ff8c00);border:none;cursor:pointer;align-self:flex-start;margin-top:auto;border-radius:1000px;color:#fff;font-weight:700;transition:all .3s ease;position:relative;z-index:2;overflow:hidden}.serviceswrapper .listContainer .box button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.serviceswrapper .listContainer .box button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b0066}.serviceswrapper .listContainer .box button:hover:before{left:100%}@media (max-width: 1200px){.serviceswrapper .titleContainer .title h1{font-size:72px}.serviceswrapper .titleContainer .title img{width:250px;height:250px}.serviceswrapper .listContainer .box{min-width:280px;max-width:350px}.serviceswrapper .listContainer .box ul li{font-size:.9rem}}@media (max-width: 768px){.serviceswrapper{padding:20px 10px;min-height:auto}.serviceswrapper .textContainer{align-self:center;text-align:center;flex-direction:column;margin-bottom:30px}.serviceswrapper .textContainer hr{width:100%;max-width:300px}.serviceswrapper .titleContainer{margin-bottom:40px}.serviceswrapper .titleContainer .title{flex-direction:column;gap:20px}.serviceswrapper .titleContainer .title h1{font-size:48px}.serviceswrapper .titleContainer .title img{width:200px;height:200px}.serviceswrapper .titleContainer .title button{width:250px;height:80px;font-size:1.2rem}.serviceswrapper .listContainer{gap:20px;padding:10px}.serviceswrapper .listContainer .box{min-width:100%;max-width:100%;padding:25px}.serviceswrapper .listContainer .box:hover{transform:translateY(-5px) scale(1.01)}.serviceswrapper .listContainer .box h1{font-size:1.3rem}.serviceswrapper .listContainer .box ul li{padding-left:20px;font-size:.9rem}}@media (max-width: 480px){.serviceswrapper{padding:20px 10px}.serviceswrapper .textContainer p{font-size:16px}.serviceswrapper .titleContainer .title img{width:150px;height:150px}.serviceswrapper .titleContainer .title button{width:200px;height:70px;font-size:1.1rem}.serviceswrapper .listContainer{gap:15px}.serviceswrapper .listContainer .box{padding:20px;min-height:350px}.serviceswrapper .listContainer .box ul li{padding-left:18px;font-size:.85rem;margin-bottom:10px}.serviceswrapper .listContainer .box ul li:before{font-size:1.1rem;top:-1px}.serviceswrapper .listContainer .box button{padding:10px 20px;font-size:.9rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.listContainer::-webkit-scrollbar{width:6px}.listContainer::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.listContainer::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ff6b00,#ff8c00);border-radius:3px}.listContainer::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ff8c00,#ff6b00)}.portfolio-container{position:relative;width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.portfolio-container .progress{position:sticky;top:0;left:0;padding:2rem 0 1rem;text-align:center;z-index:1000;color:#ff6b00;background:linear-gradient(180deg,#092714f2,#092714cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.portfolio-container .progress h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portfolio-container .progress .progressBar{height:4px;background:linear-gradient(90deg,#ff6b00,#ff8c00);border-radius:2px;margin:0 auto;max-width:200px;transform-origin:left}.portfolio-item{height:100vh;width:100%;position:relative;overflow:hidden}.portfolio-item .container{width:100%;height:100%;padding:2rem;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.portfolio-item .container{padding:1rem}}.portfolio-item .container .wrapper{width:100%;max-width:1400px;height:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 1024px){.portfolio-item .container .wrapper{gap:2rem}}@media (max-width: 768px){.portfolio-item .container .wrapper{grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:1rem;text-align:center}}.portfolio-item .container .wrapper .imageContainer{position:relative;width:100%;height:80%;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.portfolio-item .container .wrapper .imageContainer{height:100%;border-radius:15px}}.portfolio-item .container .wrapper .imageContainer img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.portfolio-item .container .wrapper .imageContainer .imageOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#ff6b001a,#09271433);pointer-events:none}.portfolio-item .container .wrapper .textContainer{display:flex;flex-direction:column;justify-content:center;padding:2rem}@media (max-width: 768px){.portfolio-item .container .wrapper .textContainer{padding:1rem 0;order:-1}}.portfolio-item .container .wrapper .textContainer .textContent{max-width:500px}@media (max-width: 768px){.portfolio-item .container .wrapper .textContainer .textContent{max-width:100%}}.portfolio-item .container .wrapper .textContainer .textContent h2{font-size:clamp(1.8rem,3vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#092714}@media (max-width: 768px){.portfolio-item .container .wrapper .textContainer .textContent h2{margin-bottom:1rem}}.portfolio-item .container .wrapper .textContainer .textContent .description{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6;color:#666;margin-bottom:1rem}.portfolio-item .container .wrapper .textContainer .textContent .duration{font-size:.9rem;color:#ff6b00;font-weight:600;margin-bottom:2rem}@media (max-width: 768px){.portfolio-item .container .wrapper .textContainer .textContent .duration{margin-bottom:1.5rem}}.portfolio-item .container .wrapper .textContainer .textContent .demoButton{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(45deg,#ff6b00,#ff8c00);color:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #ff6b004d}.portfolio-item .container .wrapper .textContainer .textContent .demoButton:hover{box-shadow:0 15px 30px #ff6b0066;transform:translateY(-2px)}.portfolio-item .container .wrapper .textContainer .textContent .demoButton svg{transition:transform .3s ease}.portfolio-item .container .wrapper .textContainer .textContent .demoButton:hover svg{transform:translate(5px)}@media (max-width: 768px){.portfolio-item .container .wrapper .textContainer .textContent .demoButton{width:100%;justify-content:center;padding:.875rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:linear-gradient(#ff6b00,#ff8c00);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ff8c00,#ff6b00)}.contact-home{min-height:60vh;background:linear-gradient(135deg,#0c0c1d,#111132);padding:80px 20px;position:relative;overflow:hidden}.contact-home .container{max-width:1200px;margin:0 auto}.contact-home .header{text-align:center;margin-bottom:60px}.contact-home .header h2{font-size:clamp(2.5rem,4vw,3.5rem);background:linear-gradient(135deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;font-weight:700}.contact-home .header p{color:#b0b0c0;font-size:1.2rem;max-width:500px;margin:0 auto;line-height:1.6}.contact-home .content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-home .info-section{display:flex;flex-direction:column;gap:30px}.contact-home .info-section .contact-item{display:flex;align-items:flex-start;gap:20px;padding:25px;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-home .info-section .contact-item:hover{background:#ffffff14;transform:translateY(-5px);border-color:#ff6b004d}.contact-home .info-section .contact-item .icon{color:#ff6b00;font-size:1.8rem;background:#ff6b001a;padding:12px;border-radius:12px;flex-shrink:0}.contact-home .info-section .contact-item .details h3{color:#fff;font-size:1.2rem;margin-bottom:8px;font-weight:600}.contact-home .info-section .contact-item .details span{color:#b0b0c0;display:block;line-height:1.5;font-weight:400}.contact-home .form-section form{display:flex;flex-direction:column;gap:20px}.contact-home .form-section form .input-group{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-home .form-section form input,.contact-home .form-section form textarea{padding:16px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-home .form-section form input::-moz-placeholder,.contact-home .form-section form textarea::-moz-placeholder{color:#b0b0c0}.contact-home .form-section form input::placeholder,.contact-home .form-section form textarea::placeholder{color:#b0b0c0}.contact-home .form-section form input:focus,.contact-home .form-section form textarea:focus{outline:none;border-color:#ff6b00;background:#ffffff14;box-shadow:0 0 0 3px #ff6b001a}.contact-home .form-section form textarea{resize:vertical;min-height:120px}.contact-home .form-section form button{background:linear-gradient(135deg,#ff6b00,#ff8c00);color:#fff;border:none;padding:18px 30px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.contact-home .form-section form button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff6b0066}.contact-home .form-section form button .icon{transition:transform .3s ease}.contact-home .form-section form button:hover .icon{transform:translate(4px)}@media (max-width: 968px){.contact-home{padding:60px 20px}.contact-home .content{grid-template-columns:1fr;gap:40px}.contact-home .info-section .contact-item{padding:20px}}@media (max-width: 768px){.contact-home{padding:40px 16px}.contact-home .header{margin-bottom:40px}.contact-home .form-section form .input-group{grid-template-columns:1fr}.contact-home .info-section .contact-item{flex-direction:column;text-align:center;gap:15px}.contact-home .info-section .contact-item .icon{align-self:center}}@media (max-width: 480px){.contact-home .header h2{font-size:2rem}.contact-home .info-section .contact-item{padding:15px}.contact-home .form-section form button{padding:16px 24px}.contact-home .form-section form input,.contact-home .form-section form textarea{padding:14px 16px}}.service-wrapper{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.service-hero{position:relative;height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.service-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1e40af,#7c3aed,#dc2626);opacity:.1}.service-hero .hero-background .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(59,130,246,.3),transparent 50%),radial-gradient(circle at bottom left,rgba(139,92,246,.3),transparent 50%)}.service-hero .hero-content{position:relative;z-index:2;max-width:800px;padding:0 20px}.service-hero .hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.service-hero .hero-content h1 .gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.service-hero .hero-content h1{font-size:2.5rem}}.service-hero .hero-content p{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.service-hero .hero-content p{font-size:1.1rem}}.service-hero .hero-content .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.service-hero .hero-content .hero-buttons .btn-primary,.service-hero .hero-content .hero-buttons .btn-secondary{padding:12px 30px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:8px}.service-hero .hero-content .hero-buttons .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.service-hero .hero-content .hero-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.service-hero .hero-content .hero-buttons .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.service-hero .hero-content .hero-buttons .btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.stats-section{padding:80px 0;background:#ffffff05}.stats-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stats-section .stats-grid .stat-card{background:#ffffff0d;padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-section .stats-grid .stat-card h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-section .stats-grid .stat-card p{color:#cbd5e1;font-size:1rem;margin:0}.categories-section{padding:80px 0}.categories-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-section .section-header{text-align:center;margin-bottom:3rem}.categories-section .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.categories-section .section-header h2 .services-count{color:#8b5cf6;font-size:1.5rem;margin-left:.5rem}.categories-section .section-header p{font-size:1.1rem;color:#cbd5e1;max-width:600px;margin:0 auto}.categories-section .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.categories-section .categories-grid .category-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:left;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:1rem}.categories-section .categories-grid .category-card.active{background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-color:#3b82f6}.categories-section .categories-grid .category-card .category-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.categories-section .categories-grid .category-card .category-info h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.categories-section .categories-grid .category-card .category-info span{color:#8b5cf6;font-size:.9rem;font-weight:500}.categories-section .categories-grid .category-card:hover:not(.active){background:#ffffff14;transform:translateY(-5px)}.services-section{padding:80px 0;background:#ffffff05}.services-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.services-section .services-grid .service-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-section .services-grid .service-card.featured{border-color:#f59e0b}.services-section .services-grid .service-card.featured .featured-badge{position:absolute;top:1rem;right:1rem;background:#f59e0b;color:#1e293b;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem;z-index:2}.services-section .services-grid .service-card .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:4px;opacity:.8}.services-section .services-grid .service-card .service-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.services-section .services-grid .service-card .service-content{position:relative;z-index:2}.services-section .services-grid .service-card .service-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.services-section .services-grid .service-card .service-content .service-category{display:inline-block;background:#3b82f633;color:#3b82f6;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;margin-bottom:1rem}.services-section .services-grid .service-card .service-content .description{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.services-section .services-grid .service-card .service-content .service-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem}.services-section .services-grid .service-card .service-content .service-meta .meta-item span{display:block;font-size:.8rem;color:#94a3b8;margin-bottom:.25rem}.services-section .services-grid .service-card .service-content .service-meta .meta-item strong{font-size:.9rem;color:#fff}.services-section .services-grid .service-card .service-content .features-list{list-style:none;padding:0;margin:0 0 1.5rem}.services-section .services-grid .service-card .service-content .features-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#cbd5e1;font-size:.9rem}.services-section .services-grid .service-card .service-content .features-list li svg{color:#10b981;flex-shrink:0}.services-section .services-grid .service-card .service-content .service-stats{display:flex;gap:1rem;margin-bottom:1.5rem}.services-section .services-grid .service-card .service-content .service-stats .stat{text-align:center;flex:1}.services-section .services-grid .service-card .service-content .service-stats .stat .value{font-size:1.1rem;font-weight:700;color:#3b82f6;margin-bottom:.25rem}.services-section .services-grid .service-card .service-content .service-stats .stat .label{font-size:.7rem;color:#94a3b8;text-transform:capitalize}.services-section .services-grid .service-card .service-content .service-actions{display:flex;gap:1rem}.services-section .services-grid .service-card .service-content .service-actions .btn-primary,.services-section .services-grid .service-card .service-content .service-actions .btn-secondary{flex:1;padding:10px 20px;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;border:none;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px}.services-section .services-grid .service-card .service-content .service-actions .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.services-section .services-grid .service-card .service-content .service-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3b82f64d}.services-section .services-grid .service-card .service-content .service-actions .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.services-section .services-grid .service-card .service-content .service-actions .btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1e40af,#7c3aed)}.cta-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.cta-section .cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-section .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.cta-section .cta-content h2{font-size:2rem}}.cta-section .cta-content p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.cta-section .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-section .cta-content .cta-buttons .btn-primary,.cta-section .cta-content .cta-buttons .btn-secondary{padding:12px 30px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:8px}.cta-section .cta-content .cta-buttons .btn-primary{background:#fff;color:#1e40af}.cta-section .cta-content .cta-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.cta-section .cta-content .cta-buttons .btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-section .cta-content .cta-buttons .btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.cta-section .cta-content .cta-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.cta-section .cta-content .cta-features .feature{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.9rem}.cta-section .cta-content .cta-features .feature svg{color:#10b981}@media (max-width: 768px){.service-hero .hero-content h1{font-size:2.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)!important}.categories-grid,.services-grid{grid-template-columns:1fr!important}.service-actions{flex-direction:column}.cta-buttons{flex-direction:column;align-items:center}.cta-features{flex-direction:column;gap:1rem!important}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr!important}.service-hero .hero-content h1{font-size:2rem}.section-header h2{font-size:2rem!important}}.about-wrapper{background:linear-gradient(180deg,#0c0c1d,#111132);min-height:100vh;color:#fff;overflow-x:hidden}.about-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 20px}.about-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(255,107,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,140,0,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,107,0,.05) 0%,transparent 50%)}.about-hero .hero-background .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0c0c1de6,#111132e6)}.about-hero .hero-content{position:relative;z-index:2;max-width:800px}.about-hero .hero-content h1{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}.about-hero .hero-content h1 .gradient-text{background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero .hero-content p{font-size:clamp(1.1rem,2vw,1.3rem);color:#a0a0a0;margin-bottom:3rem;line-height:1.6}.about-hero .hero-content .hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.about-hero .hero-content .hero-buttons .btn-primary{background:linear-gradient(45deg,#ff6b00,#ff8c00);color:#fff;box-shadow:0 8px 25px #ff6b004d}.about-hero .hero-content .hero-buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff6b0066}.about-hero .hero-content .hero-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.1)}.about-hero .hero-content .hero-buttons .btn-secondary:hover{background:#ffffff1a;border-color:#ff6b00;transform:translateY(-3px)}.stats-section{padding:80px 20px;background:#ffffff05}.stats-section .container{max-width:1200px;margin:0 auto}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stats-section .stats-grid .stat-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.stats-section .stats-grid .stat-card h3{font-size:3rem;font-weight:700;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stats-section .stats-grid .stat-card p{color:#a0a0a0;font-size:1.1rem}.stats-section .stats-grid .stat-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.story-section{padding:100px 20px}.story-section .container{max-width:1200px;margin:0 auto}.story-section .story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.story-section .story-grid{grid-template-columns:1fr;gap:2rem}}.story-section .story-content h2{font-size:3rem;margin-bottom:2rem;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-section .story-content p{color:#a0a0a0;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.story-section .story-content .story-features{margin-top:2rem}.story-section .story-content .story-features .feature{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.story-section .story-content .story-features .feature .feature-icon{font-size:2rem;background:#ffffff0d;padding:.5rem;border-radius:12px}.story-section .story-content .story-features .feature .feature-text h4{font-size:1.2rem;margin-bottom:.3rem}.story-section .story-content .story-features .feature .feature-text p{margin:0;color:#a0a0a0;font-size:.9rem}.story-section .story-visual{position:relative;height:400px}.story-section .story-visual .floating-cards{position:relative;width:100%;height:100%}.story-section .story-visual .floating-cards .card{position:absolute;background:linear-gradient(45deg,#ff6b00,#ff8c00);border-radius:15px;opacity:.8}.story-section .story-visual .floating-cards .card.card-1{width:200px;height:120px;top:20%;left:10%;animation:float 6s ease-in-out infinite}.story-section .story-visual .floating-cards .card.card-2{width:150px;height:100px;top:50%;right:20%;animation:float 8s ease-in-out infinite 1s}.story-section .story-visual .floating-cards .card.card-3{width:180px;height:110px;bottom:20%;left:30%;animation:float 7s ease-in-out infinite 2s}.skills-section{padding:100px 20px;background:#ffffff05}.skills-section .container{max-width:800px;margin:0 auto}.skills-section .section-header{text-align:center;margin-bottom:4rem}.skills-section .section-header h2{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-section .section-header p{color:#a0a0a0;font-size:1.1rem}.skills-section .skills-grid{display:flex;flex-direction:column;gap:2rem}.skills-section .skills-grid .skill-item .skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skills-section .skills-grid .skill-item .skill-header .skill-name{font-weight:600;font-size:1.1rem}.skills-section .skills-grid .skill-item .skill-header .skill-percent{color:#ff6b00;font-weight:600}.skills-section .skills-grid .skill-item .skill-bar{width:100%;height:8px;background:#ffffff0d;border-radius:10px;overflow:hidden}.skills-section .skills-grid .skill-item .skill-bar .skill-progress{height:100%;background:linear-gradient(45deg,#ff6b00,#ff8c00);border-radius:10px;position:relative}.skills-section .skills-grid .skill-item .skill-bar .skill-progress:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.team-section{padding:100px 20px}.team-section .container{max-width:1200px;margin:0 auto}.team-section .section-header{text-align:center;margin-bottom:4rem}.team-section .section-header h2{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.team-section .section-header p{color:#a0a0a0;font-size:1.1rem}.team-section .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-section .team-grid .team-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .3s ease}.team-section .team-grid .team-card .member-image{position:relative;height:250px;overflow:hidden}.team-section .team-grid .team-card .member-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.team-section .team-grid .team-card .member-image .member-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ff6b00cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.team-section .team-grid .team-card .member-image .member-overlay .social-links{display:flex;gap:1rem}.team-section .team-grid .team-card .member-image .member-overlay .social-links span{font-size:1.5rem;cursor:pointer;transition:transform .3s ease}.team-section .team-grid .team-card .member-image .member-overlay .social-links span:hover{transform:scale(1.2)}.team-section .team-grid .team-card .member-image:hover img{transform:scale(1.1)}.team-section .team-grid .team-card .member-image:hover .member-overlay{opacity:1}.team-section .team-grid .team-card .member-info{padding:1.5rem;text-align:center}.team-section .team-grid .team-card .member-info h4{font-size:1.3rem;margin-bottom:.5rem}.team-section .team-grid .team-card .member-info p{color:#a0a0a0;margin:0}.team-section .team-grid .team-card:hover{background:#ffffff14;box-shadow:0 20px 40px #0000004d}.cta-section{padding:100px 20px;background:#ffffff05}.cta-section .container{max-width:800px;margin:0 auto}.cta-section .cta-content{text-align:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:4rem 2rem;position:relative;overflow:hidden}.cta-section .cta-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#ff6b00,#ff8c00);opacity:.05;animation:rotate 10s linear infinite}.cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:2}.cta-section .cta-content p{color:#a0a0a0;font-size:1.1rem;margin-bottom:2rem;position:relative;z-index:2}.cta-section .cta-content .btn-primary{position:relative;z-index:2;padding:1rem 3rem;background:linear-gradient(45deg,#ff6b00,#ff8c00);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #ff6b004d}.cta-section .cta-content .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff6b0066}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.about-hero{padding:80px 20px}.stats-section,.story-section,.skills-section,.team-section,.cta-section{padding:60px 20px}.hero-buttons{flex-direction:column;align-items:center}.story-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 480px){.about-hero .hero-content h1{font-size:2.5rem}.stats-grid{grid-template-columns:1fr}.cta-content{padding:2rem 1rem}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes spin{to{transform:rotate(360deg)}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#f1f5f9);font-family:Inter,sans-serif}.contact-header{position:relative;padding:120px 0 80px;background:linear-gradient(45deg,#ff6b00,#ff8c00);color:#fff;overflow:hidden}.contact-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 0%,transparent 50%)}.contact-header .header-background{position:absolute;top:-50%;left:-20%;width:400px;height:400px;background:#ffffff1a;border-radius:50%}.contact-header .header-background:last-child{top:auto;bottom:-30%;left:auto;right:-10%;width:300px;height:300px}.contact-header .container{position:relative;z-index:2;text-align:center;max-width:1200px;margin:0 auto;padding:0 20px}.contact-header h1{font-size:clamp(3rem,8vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1}.contact-header h1 span{color:#000c}.contact-header .subtitle{font-size:clamp(1.25rem,3vw,1.5rem);opacity:.95;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.contact-header .header-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-header .header-actions .btn-primary{background:#fff;color:#ff6b00;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.contact-header .header-actions .btn-primary:hover{background:#ffffffe6;transform:translateY(-2px)}.contact-header .header-actions .btn-secondary{border:2px solid #ffffff;color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.contact-header .header-actions .btn-secondary:hover{background:#fff;color:#ff6b00}.contact-content{padding:80px 0;position:relative;z-index:10}.contact-content .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-content .contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}@media (max-width: 1024px){.contact-content .contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-info .info-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem}.contact-info .info-card h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-info .info-card .intro-text{color:#6b7280;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.contact-info .contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-info .contact-methods .contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:all .3s ease}.contact-info .contact-methods .contact-method:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026;background:#ff6b000d;border-color:#ff6b00}.contact-info .contact-methods .contact-method:hover .method-icon{background:#ff6b00;color:#fff}.contact-info .contact-methods .contact-method:hover .method-details h3{color:#ff6b00}.contact-info .contact-methods .contact-method .method-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ff6b001a;color:#ff6b00;border-radius:12px;transition:all .3s ease;flex-shrink:0}.contact-info .contact-methods .contact-method .method-details{flex:1}.contact-info .contact-methods .contact-method .method-details h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#1f2937;transition:color .3s ease}.contact-info .contact-methods .contact-method .method-details .detail{font-weight:600;color:#1f2937;margin-bottom:.25rem}.contact-info .contact-methods .contact-method .method-details .description{font-size:.875rem;color:#6b7280}.contact-info .social-section{padding-top:2rem;border-top:1px solid #e5e7eb}.contact-info .social-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.contact-info .social-section .social-links{display:flex;gap:.75rem}.contact-info .social-section .social-links .social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#f8fafc;color:#6b7280;border-radius:12px;text-decoration:none;transition:all .3s ease}.contact-info .social-section .social-links .social-link:hover{transform:translateY(-2px)}.contact-info .social-section .social-links .social-link:hover.facebook{background:#1877f2;color:#fff}.contact-info .social-section .social-links .social-link:hover.twitter{background:#1da1f2;color:#fff}.contact-info .social-section .social-links .social-link:hover.instagram{background:#e4405f;color:#fff}.contact-info .social-section .social-links .social-link:hover.linkedin{background:#0a66c2;color:#fff}.contact-info .stats-card{background:linear-gradient(45deg,#ff6b00,#ff8c00);color:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.contact-info .stats-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-info .stats-card .stats-list{display:flex;flex-direction:column;gap:1rem}.contact-info .stats-card .stats-list .stat-item{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.contact-info .stats-card .stats-list .stat-item:last-child{border-bottom:none;padding-bottom:0}.contact-info .stats-card .stats-list .stat-item span:first-child{font-weight:500}.contact-info .stats-card .stats-list .stat-item span:last-child{font-weight:700}.contact-form-container{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000001a}.contact-form-container .form-header{margin-bottom:2rem}.contact-form-container .form-header h2{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.contact-form-container .form-header p{color:#6b7280;font-size:1.1rem}.contact-form-container .form-feedback{margin-bottom:1.5rem;padding:1rem 1.5rem;border-radius:12px;font-weight:500}.contact-form-container .form-feedback.success{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#10b981}.contact-form-container .form-feedback.error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444}.contact-form-container .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-container .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.contact-form-container .contact-form .form-row{grid-template-columns:1fr}}.contact-form-container .contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form-container .contact-form .form-group label{font-weight:600;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.contact-form-container .contact-form .form-group input,.contact-form-container .contact-form .form-group select,.contact-form-container .contact-form .form-group textarea{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fafafa}.contact-form-container .contact-form .form-group input:focus,.contact-form-container .contact-form .form-group select:focus,.contact-form-container .contact-form .form-group textarea:focus{outline:none;border-color:#ff6b00;background:#fff;box-shadow:0 0 0 3px #ff6b001a}.contact-form-container .contact-form .form-group input::-moz-placeholder,.contact-form-container .contact-form .form-group select::-moz-placeholder,.contact-form-container .contact-form .form-group textarea::-moz-placeholder{color:#9ca3af}.contact-form-container .contact-form .form-group input::placeholder,.contact-form-container .contact-form .form-group select::placeholder,.contact-form-container .contact-form .form-group textarea::placeholder{color:#9ca3af}.contact-form-container .contact-form .form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-form-container .contact-form .submit-btn{background:linear-gradient(45deg,#ff6b00,#ff8c00);color:#fff;border:none;padding:1.25rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.contact-form-container .contact-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #ff6b004d}.contact-form-container .contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-form-container .contact-form .submit-btn .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.map-section{padding:80px 0;background:#fff}.map-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.map-section .section-header{text-align:center;margin-bottom:3rem}.map-section .section-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1f2937;background:linear-gradient(45deg,#ff6b00,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.map-section .section-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.map-section .map-container{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;height:500px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);position:relative}.map-section .map-container .map-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;color:#6b7280}.map-section .map-container .map-placeholder .map-icon{font-size:4rem;color:#ff6b00;margin-bottom:1rem}.map-section .map-container .map-placeholder .location{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.map-section .map-container .map-placeholder .address{margin-bottom:2rem;font-size:1.1rem}.map-section .map-container .map-placeholder .map-actions{display:flex;gap:1rem}.map-section .map-container .map-placeholder .map-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.map-section .map-container .map-placeholder .map-actions button:first-child{background:#ff6b00;color:#fff}.map-section .map-container .map-placeholder .map-actions button:first-child:hover{background:#cc5600}.map-section .map-container .map-placeholder .map-actions button:last-child{background:transparent;border:2px solid #e5e7eb;color:#1f2937}.map-section .map-container .map-placeholder .map-actions button:last-child:hover{background:#f8fafc}.map-section .map-container .map-overlay{position:absolute;bottom:2rem;left:2rem;background:#fff;border-radius:12px;padding:1.5rem;max-width:280px;box-shadow:0 10px 40px #0000001a}.map-section .map-container .map-overlay h3{font-weight:600;margin-bottom:.5rem;color:#1f2937}.map-section .map-container .map-overlay p{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.map-section .map-container .map-overlay .hours{color:#ff6b00;font-weight:600;font-size:.875rem;margin-top:.5rem}.cta-section{padding:100px 0;background:linear-gradient(135deg,#1f2937,#374151);color:#fff}.cta-section .container{max-width:800px;margin:0 auto;padding:0 20px;text-align:center}.cta-section h2{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media (max-width: 768px){.cta-section h2{font-size:2.5rem}}.cta-section p{font-size:1.25rem;color:#d1d5db;margin-bottom:3rem;line-height:1.6}.cta-section .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section .cta-actions .btn-primary{background:#ff6b00;color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.cta-section .cta-actions .btn-primary:hover{background:#cc5600;transform:translateY(-2px)}.cta-section .cta-actions .btn-secondary{border:2px solid #ffffff;color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-section .cta-actions .btn-secondary:hover{background:#fff;color:#1f2937}@media (max-width: 768px){.contact-header{padding:80px 0 60px}.contact-content{padding:60px 0}.contact-form-container{padding:2rem}.map-section{padding:60px 0}.map-section .map-container{height:400px}.cta-section{padding:80px 0}}@media (max-width: 480px){.contact-info .info-card,.contact-form-container{padding:1.5rem}.contact-methods .contact-method{padding:1rem}}:root{--font-base: "DM Sans", sans-serif;--primary-color: #edf2f8;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}
