* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body { line-height: 1.6; color: #333; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.top-bar { background-color: #1a237e; color: #e0e0e0; padding: 8px 0; font-size: 0.9em; }
.top-bar .container, .main-nav .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar .social-icons a, .top-bar .contact-info a { margin-right: 15px; color: #e0e0e0; transition: color 0.3s ease; }
.top-bar .social-icons a:last-child { margin-right: 0; }
.top-bar .social-icons a:hover, .top-bar .contact-info a:hover { color: #ffffff; }
.top-bar .contact-info i { margin-right: 5px; }
.main-nav { background-color: #ffffff; padding: 15px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); position: relative; z-index: 1000; transition: padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
.main-nav .container { height: 60px; }
.logo { display: flex; align-items: center; }
.logo img { height: 50px; margin-right: 10px; }
.nav-links { display: flex; }
.nav-links li { margin-left: 35px; }
.nav-links a { color: #333; font-weight: 500; padding-bottom: 8px; position: relative; transition: color 0.3s ease; overflow: hidden; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #1976d2; transition: width 0.35s ease-in-out; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: #1976d2; }
.btn { padding: 10px 20px; border-radius: 5px; font-weight: 500; transition: all 0.3s ease; text-align: center; border: 1px solid transparent; }
.btn-outline { border-color: #1976d2; color: #1976d2; margin-right: 10px; }
.btn-outline:hover { background-color: #1976d2; color: #fff; }
.btn-primary { background-color: #1976d2; color: #fff; border-color: #1976d2; }
.btn-primary:hover { background-color: #1565c0; border-color: #1565c0; color: #fff; }
.mobile-menu-toggle { display: none; background: none; border: none; font-size: 1.8em; color: #1a237e; cursor: pointer; }
body.scrolled .top-bar { display: none; }
body.scrolled .main-nav { position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 4px 10px rgba(0,0,0,0.15); padding: 10px 0; }
body.scrolled .main-nav .container { height: 50px; }
body.scrolled .main-nav .logo img { height: 40px; }
.mobile-nav-panel { position: fixed; top: 0; right: -300px; width: 300px; max-width: 80%; height: 100vh; background-color: #fff; box-shadow: -2px 0 5px rgba(0,0,0,0.2); z-index: 1100; padding: 60px 20px 20px; transition: right 0.4s ease-in-out; display: flex; flex-direction: column; }
.mobile-nav-panel.open { right: 0; }
.mobile-menu-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 1.8em; color: #333; cursor: pointer; }
.mobile-nav-links { flex-direction: column; margin-bottom: 30px; }
.mobile-nav-links li { margin: 0; width: 100%; }
.mobile-nav-links a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; color: #333; font-weight: 500; }
.mobile-nav-links a:hover, .mobile-nav-links a.active { color: #1976d2; }
.mobile-nav-links a.active::after { display: none; }
.mobile-auth-buttons { display: flex; flex-direction: column; }
.mobile-auth-buttons .btn { width: 100%; margin-bottom: 10px; }
.mobile-auth-buttons .btn:last-child { margin-bottom: 0; }
.hero-slider-wrapper { width: 100%; height: 100vh; overflow: hidden; position: relative; }
.hero-slides-container { display: flex; height: 100%; transition: transform 0.8s ease-in-out; }
.hero-slide-item { width: 100%; height: 100%; flex-shrink: 0; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; display: flex; align-items: center; justify-content: flex-start; color: #fff; }
.hero-slide-item .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.55); z-index: 1; }
.hero-slide-item .hero-content { position: relative; z-index: 2; max-width: 750px; padding: 0 40px; text-align: left; }
.hero-slide-item .hero-content .sub-heading, .hero-slide-item .hero-content .main-heading, .hero-slide-item .hero-content .description, .hero-slide-item .hero-content .btn-hero { transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.hero-slide-item .hero-content .btn-hero { transition: background-color 0.3s ease, opacity 0.7s ease-out, transform 0.7s ease-out; }
.hero-slide-item .hero-content .sub-heading { font-size: 1.2em; font-weight: 400; margin-bottom: 15px; color: #e0e0e0; }
.hero-slide-item .hero-content .main-heading { font-size: 3.8em; font-weight: 700; line-height: 1.15; margin-bottom: 25px; text-transform: uppercase; }
.hero-slide-item .hero-content .description { font-size: 1.15em; margin-bottom: 35px; max-width: 650px; }
.hero-slide-item .btn-hero { background-color: #1976d2; color: #fff; padding: 15px 35px; font-size: 1.1em; font-weight: bold; border-radius: 5px; text-transform: uppercase; }
.hero-slide-item .btn-hero:hover { background-color: #1565c0; }
.content-animate-init { opacity: 0; transform: translateY(100px); }
.content-animate-final { opacity: 1; transform: translateY(0); }
.hero-slide-item .hero-content .sub-heading.content-animate-final { transition-delay: 0.1s !important; }
.hero-slide-item .hero-content .main-heading.content-animate-final { transition-delay: 0.3s !important; }
.hero-slide-item .hero-content .description.content-animate-final { transition-delay: 0.5s !important; }
.hero-slide-item .hero-content .btn-hero.content-animate-final { transition-delay: 0.7s !important; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,0.3); color: white; border: none; padding: 12px 18px; font-size: 24px; cursor: pointer; z-index: 5; border-radius: 50%; line-height: 1; transition: background-color 0.3s ease; }
.slider-arrow.prev { left: 30px; }
.slider-arrow.next { right: 30px; }
.slider-arrow:hover { background-color: rgba(0,0,0,0.6); }
@media (max-width: 992px) { .main-nav .container:not(.mobile-nav-panel .container) { justify-content: space-between; } .nav-links, .auth-buttons { display: none; } .mobile-menu-toggle { display: block; } .hero-slide-item .hero-content .main-heading { font-size: 2.8em; } .hero-slide-item .hero-content .description { font-size: 1.1em; } .hero-slide-item .hero-content { padding: 0 30px; } }
@media (max-width: 768px) { .top-bar { display: none; } .logo img { height: 40px; } .hero-slide-item .hero-content { padding: 0 20px; } .hero-slide-item .hero-content .main-heading { font-size: 2.4em; } .hero-slide-item .hero-content .description { font-size: 1em; } .hero-slide-item .btn-hero { padding: 12px 25px; font-size: 1em; } .slider-arrow { padding: 10px 15px; font-size: 20px; } .slider-arrow.prev { left: 15px; } .slider-arrow.next { right: 15px; } }
@media (max-width: 480px) { .hero-slide-item .hero-content .main-heading { font-size: 2em; } .hero-slide-item .hero-content .description { font-size: 0.9em; } .hero-slide-item .hero-content { padding: 0 15px; } }
.trusted-by-section { padding: 60px 0; background-color: #f8f9fa; overflow: hidden; }
.trusted-by-section .container { display: block; }
.trusted-by-section h2 { text-align: center; margin-bottom: 40px; font-size: 2em; color: #333; }
.logos-slider { width: 100%; position: relative; }
.logos-track { display: flex; width: calc(12 * (150px + 60px)); animation: scrollLogos 30s linear infinite; }
.logo-item { flex-shrink: 0; width: 150px; margin: 0 30px; display: flex; align-items: center; justify-content: center; }
.logo-item img { max-width: 100%; max-height: 50px; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out; }
.logo-item:hover img { filter: grayscale(0%); opacity: 1; }
@keyframes scrollLogos { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-6 * (150px + 60px))); } }
.logos-track:hover { animation-play-state: paused; }
@media (max-width: 768px) { .logos-track { animation-duration: 25s; } .logo-item { width: 120px; margin: 0 20px; } }
@media (max-width: 480px) { .logo-item { width: 100px; margin: 0 15px; } .logo-item img { max-height: 40px; } }
.about-us-section { padding: 80px 0; background-color: #fff; }
.about-us-section .container { display: block; }
.about-us-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: flex-start; }
.about-text-content .section-tag { display: inline-block; color: #6a1b9a; font-size: 0.9em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.about-text-content h2 { font-size: 2.8em; color: #1a237e; margin-bottom: 20px; line-height: 1.2; }
.about-text-content > p { font-size: 1.05em; color: #555; margin-bottom: 40px; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.feature-item { text-align: left; }
.feature-icon-wrapper { margin-bottom: 15px; }
.feature-item .fas { font-size: 2.5em; color: #6a1b9a; }
.feature-item h3 { font-size: 1.3em; color: #1a237e; margin-bottom: 10px; cursor: pointer; position: relative; padding-bottom: 5px; display: inline-block; }
.feature-item p { font-size: 0.95em; color: #666; }
.about-image-content { display: flex; flex-direction: column; }
.about-image-collage { position: relative; margin-bottom: 30px; align-self: flex-start; max-width: 100%; }
.about-image-collage .main-image { width: 100%; max-width: 500px; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); display: block; }
.about-image-collage .overlay-image { position: absolute; border-radius: 6px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); border: 3px solid white; }
.about-image-collage .image-top-right { width: 45%; top: -40px; right: -50px; z-index: 2; }
.about-image-collage .image-bottom-right { width: 55%; bottom: -50px; right: -20px; z-index: 1; }
.learn-more-link { color: #1976d2; font-weight: 600; text-decoration: none; display: inline-block; position: relative; padding-bottom: 5px; font-size: 1em; align-self: flex-start; }
.learn-more-link .fas { margin-right: 8px; transition: transform 0.3s ease; }
.learn-more-link:hover .fas { transform: translateX(5px); }
.interactive-underline::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2.5px; background-color: #1976d2; transition: width 0.35s ease-in-out; }
.interactive-underline.active::after, .interactive-underline:hover::after { width: 100%; }
@media (max-width: 992px) { .about-us-grid { grid-template-columns: 1fr; gap: 40px; } .about-text-content h2 { font-size: 2.4em; } .about-image-collage { margin-top: 30px; margin-left: auto; margin-right: auto; max-width: 450px; } .about-image-collage .image-top-right { right: -30px; top: -30px; } .about-image-collage .image-bottom-right { bottom: -30px; right: -10px; } .learn-more-link { align-self: center; margin-top: 20px; } }
@media (max-width: 768px) { .about-text-content h2 { font-size: 2em; } .features-grid { grid-template-columns: 1fr; gap: 30px; } .feature-item { text-align: center; } .feature-item h3 { display: inline-block; } .about-image-collage { max-width: 350px; } .about-image-collage .image-top-right { width: 50%; right: -20px; top: -20px; } .about-image-collage .image-bottom-right { width: 60%; bottom: -20px; right: -5px; } }
@media (max-width: 480px) { .about-text-content h2 { font-size: 1.8em; } .about-image-collage { max-width: 100%; margin-left: 10px; margin-right: 10px; } .about-image-collage .main-image { max-width: none; } .about-image-collage .overlay-image { border-width: 2px; } .about-image-collage .image-top-right { width: 40%; top: -15px; right: -10px; } .about-image-collage .image-bottom-right { width: 50%; bottom: -15px; right: 5px; } }
.why-choose-us-section.dark-theme { background-color: #201F34; color: #FFFFFF; padding: 80px 0; text-align: center; }
.why-choose-us-section.dark-theme .container { display: block; }
.why-choose-us-section.dark-theme .section-tag-darkbg { display: inline-block; color: #9E9E9E; font-size: 0.85em; font-weight: 500; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.why-choose-us-section.dark-theme h2 { font-size: 2.8em; color: #FFFFFF; margin-bottom: 60px; line-height: 1.3; font-weight: 600; }
.choose-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 25px; text-align: left; margin-top: 0; }
.choose-us-card { background-color: #2A2845; padding: 35px 30px 40px 30px; border-radius: 10px; position: relative; overflow: hidden; transition: background-color 0.35s ease, color 0.35s ease, transform 0.3s ease; min-height: 350px; display: flex; flex-direction: column; color: #E0E0E0; }
.choose-us-card:hover { background-color: #FFFFFF; color: #121230; transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.card-bg-number { position: absolute; top: 20px; left: 25px; font-size: 5.5em; font-weight: 800; color: rgba(255, 255, 255, 0.04); z-index: 0; line-height: 1; transition: color 0.35s ease; user-select: none; }
.choose-us-card:hover .card-bg-number { color: rgba(42, 40, 69, 0.06); }
.card-content { position: relative; z-index: 1; flex-grow: 1; display: flex; flex-direction: column; }
.card-content h3 { font-size: 1.5em; font-weight: 600; margin-bottom: 15px; color: #FFFFFF; transition: color 0.35s ease; }
.choose-us-card:hover .card-content h3 { color: #1A237E; }
.card-content p { font-size: 0.95em; line-height: 1.7; margin-bottom: 25px; flex-grow: 1; opacity: 0.85; }
.choose-us-card:hover .card-content p { color: #555770; opacity: 1; }
.learn-more-card { color: #82B1FF; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: color 0.3s ease; margin-top: auto; font-size: 0.9em; }
.choose-us-card:hover .learn-more-card { color: #2962FF; }
.learn-more-card .arrow-icon { margin-right: 8px; transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
.learn-more-card:hover .arrow-icon { transform: translateX(6px); }
.card-icon-container { position: absolute; bottom: 0; right: 0; width: 80px; height: 80px; z-index: 0; }
.card-icon-bg { width: 150px; height: 150px; background-color: rgba(255, 255, 255, 0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; bottom: -75px; right: -75px; transition: background-color 0.35s ease; }
.choose-us-card:hover .card-icon-bg { background-color: #64B5F6; }
.card-icon-bg .fas { font-size: 1.5em; color: #FFFFFF; transform: translate(-25px, -25px); }
@media (max-width: 1100px) { .choose-us-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
@media (max-width: 992px) { .why-choose-us-section.dark-theme h2 { font-size: 2.4em; margin-bottom: 50px; } }
@media (max-width: 768px) { .why-choose-us-section.dark-theme h2 { font-size: 2em; } .choose-us-grid { grid-template-columns: 1fr; } .choose-us-card { min-height: auto; padding-bottom: 40px; } .card-bg-number { font-size: 4.5em; top: 15px; left: 20px; } }
@media (max-width: 480px) { .why-choose-us-section.dark-theme h2 { font-size: 1.8em; } .card-content h3 { font-size: 1.3em; } .card-content p { font-size: 0.9em; } .card-icon-container { width: 70px; height: 70px; } .card-icon-bg { width: 100px; height: 100px; bottom: -45px; right: -45px; } .card-icon-bg .fas { font-size: 1.3em; transform: translate(-13px, -13px); } }
.stats-section { padding: 0; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; }
.stat-card { position: relative; padding: 40px 30px; color: #FFFFFF; background-color: #333; background-size: cover; background-position: center; overflow: hidden; display: flex; flex-direction: column; justify-content: center; min-height: 280px; }
.stat-card.left-card { background-image: url('/hero/stats/stats-1.jpg'); }
.stat-card.right-card { background-image: url('/hero/stats/stats-2.jpg'); }
.stat-card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.stat-card.left-card .stat-card-overlay { background-color: rgba(30, 40, 80, 0.75); }
.stat-card.right-card .stat-card-overlay { background-color: rgba(50, 40, 90, 0.75); }
.stat-card-content { position: relative; z-index: 2; max-width: 400px; }
.stat-card.right-card .stat-card-content { margin-left: auto; }
.stat-value { display: flex; align-items: baseline; margin-bottom: 5px; }
.stat-number { font-size: 4.5em; font-weight: 700; line-height: 1; }
.plus-sign { font-size: 2.5em; font-weight: 700; line-height: 1; margin-left: 6px; }
.stat-card h3 { font-size: 1.5em; font-weight: 600; margin-top: 5px; margin-bottom: 10px; }
.stat-card p { font-size: 0.9em; line-height: 1.6; opacity: 0.9; max-width: 350px; }
.decorative-shape { position: absolute; width: 30%; max-width: 200px; height: 100%; top: 0; z-index: 2; opacity: 0.85; }
.decorative-shape.shape-blue { background-color: #29B6F6; right: 0; clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); }
.decorative-shape.shape-purple { background-color: #7E57C2; left: 0; clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%); }
.animate-on-scroll { opacity: 0; transition: opacity 0.7s ease-out, transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.slide-in-left { transform: translateX(-100px); }
.slide-in-right { transform: translateX(100px); }
.animate-on-scroll.is-visible { opacity: 1; transform: translateX(0); }
@media (max-width: 992px) { .stat-card { padding: 30px 30px; min-height: 260px; } .stat-number { font-size: 4em; } .plus-sign { font-size: 2.2em; } .stat-card h3 { font-size: 1.4em; } .decorative-shape { width: 25%; max-width: 180px; } }
@media (max-width: 768px) { .stats-grid { grid-template-columns: 1fr; } .stat-card { min-height: 240px; padding: 30px 25px; } .stat-card.right-card .stat-card-content { margin-left: 0; } .stat-number { font-size: 3.8em; } .plus-sign { font-size: 2em; } .stat-card h3 { font-size: 1.3em; } .decorative-shape.shape-blue { clip-path: polygon(30% 0, 100% 0, 100% 100%, 5% 100%); width: 35%; } .decorative-shape.shape-purple { clip-path: polygon(0 0, 70% 0, 95% 100%, 0% 100%); width: 35%; } }
@media (max-width: 480px) { .stat-card { padding: 25px 20px; min-height: 220px; } .stat-number { font-size: 3em; } .plus-sign { font-size: 1.8em; } .stat-card h3 { font-size: 1.2em; } .stat-card p { font-size: 0.85em; } .decorative-shape { display: none; } }
.section-tag-lightbg { display: inline-block; color: #6A1B9A; font-size: 0.85em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.btn { padding: 10px 20px; border-radius: 6px; font-weight: 600; transition: all 0.3s ease; text-align: center; border: 1px solid transparent; cursor: pointer; text-decoration: none; display: inline-block; }
.our-services-section { padding: 80px 0; background-color: #FFFFFF; }
.our-services-section .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; flex-wrap: wrap; gap: 20px; }
.our-services-section .section-header > div:first-child { flex-grow: 1; min-width: 280px; text-align: left; }
.our-services-section .section-header h2 { font-size: 2.8em; color: #1A237E; line-height: 1.25; font-weight: 700; margin: 0; }
.btn.btn-primary-services { background-color: #29B6F6; color: #FFFFFF; padding: 12px 30px; font-size: 0.9em; white-space: nowrap; flex-shrink: 0; }
.btn.btn-primary-services:hover { background-color: #039BE5; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(3, 169, 244, 0.3); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 35px; }
.service-item { display: flex; align-items: flex-start; gap: 20px; padding: 15px 0; transition: transform 0.3s ease; }
.service-icon { flex-shrink: 0; margin-top: 5px; }
.service-icon .fas { font-size: 2em; color: #6A1B9A; transition: color 0.3s ease; width: 40px; text-align: center; }
.service-item:hover .service-icon .fas { color: #29B6F6; }
.service-content h3 { font-size: 1.25em; color: #1A237E; font-weight: 600; margin-bottom: 8px; }
.service-content p { font-size: 0.95em; color: #555770; line-height: 1.65; }
@media (max-width: 992px) { .our-services-section .section-header h2 { font-size: 2.4em; } .services-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } }
@media (max-width: 768px) { .our-services-section { padding: 60px 0; } .our-services-section .section-header { flex-direction: column; align-items: flex-start; text-align: left; } .our-services-section .section-header h2 { font-size: 2em; margin-bottom: 25px; } .btn.btn-primary-services { align-self: flex-start; } }
@media (max-width: 480px) { .our-services-section .section-header h2 { font-size: 1.8em; } .service-item { flex-direction: column; align-items: center; text-align: center; } .service-icon { margin-bottom: 10px; } .service-content p { font-size: 0.9em; } .services-grid { grid-template-columns: 1fr; } }

#scrollToTopBtn { display: none; position: fixed; bottom: 30px; right: 30px; z-index: 999; border: none; outline: none; background-color: #1976d2; color: white; cursor: pointer; padding: 0; width: 50px; height: 50px; border-radius: 50%; font-size: 1.5em; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s, opacity 0.3s, visibility 0.3s; opacity: 0; visibility: hidden; }
#scrollToTopBtn.visible { display: block; opacity: 1; visibility: visible; }
#scrollToTopBtn:hover { background-color: #1565c0; }
.cta-section { position: relative; padding: 80px 0 0 0; background-color: #FFFFFF; overflow: hidden; }
.cta-background-image { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1100px; height: 80%; background-image: url('/hero/action/action-1.jpg'); background-color: #A5BCC4; background-size: cover; background-position: center center; z-index: 0; }
.cta-container { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; min-height: 300px; }
.cta-content { max-width: 65%; color: #FFFFFF; }
.cta-subheading { font-size: 1.1em; font-weight: 500; padding-left: 80px; margin-bottom: 15px; opacity: 0.9; transform: translateY(20px); opacity: 0; transition: opacity 0.6s ease-out, transform 0.6s ease-out; transition-delay: 0.2s; }
.cta-heading { font-size: 3em; font-weight: 700; line-height: 1.2; transform: translateY(20px); opacity: 0; padding-bottom: 150px; padding-left: 80px; transition: opacity 0.6s ease-out, transform 0.6s ease-out; transition-delay: 0.4s; }
.animate-text.is-visible { opacity: 1; transform: translateY(0); }
.btn.btn-cta { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; border: 2px solid #FFFFFF; padding: 14px 35px; font-weight: 600; font-size: 0.9em; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 6px; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; margin-right: 100px; }
.btn.btn-cta:hover { background-color: #29B6F6; border-color: #29B6F6; color: #FFFFFF; transform: translateY(-2px); }
@media (max-width: 992px) { .cta-section { padding: 60px 0; } .cta-heading { font-size: 2.5em; } .cta-content { max-width: 60%; } }
@media (max-width: 768px) { .cta-container { flex-direction: column; text-align: center; min-height: auto; padding-top: 40px; padding-bottom: 40px; } .cta-content { max-width: 100%; margin-bottom: 30px; } .cta-heading { font-size: 2.2em; } .cta-subheading { font-size: 1em; } .btn.btn-cta { padding: 12px 30px; } }
@media (max-width: 480px) { .cta-heading { font-size: 1.9em; } .cta-subheading { font-size: 0.9em; } }
.projects-intro-section { padding: 0px 0 70px 0px; background-color: #FFFFFF; }
.projects-intro-content { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.projects-intro-left { flex-basis: 45%; }
.section-tag-lightbg { display: inline-block; color: #6A1B9A; font-size: 0.85em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.projects-intro-left h2 { font-size: 2.8em; color: #1A237E; line-height: 1.2; font-weight: 700; }
.projects-intro-right { flex-basis: 50%; }
.projects-intro-right p { font-size: 1.05em; color: #555770; line-height: 1.7; max-width: 500px; }
@media (max-width: 992px) { .projects-intro-left h2 { font-size: 2.4em; } .projects-intro-right p { font-size: 1em; } }
@media (max-width: 768px) { .projects-intro-content { flex-direction: column; align-items: flex-start; text-align: left; } .projects-intro-left { flex-basis: auto; width: 100%; margin-bottom: 20px; } .projects-intro-right { flex-basis: auto; width: 100%; } .projects-intro-left h2 { font-size: 2.1em; } .projects-intro-right p { font-size: 0.95em; } }
@media (max-width: 480px) { .projects-intro-section { padding: 50px 0; } .projects-intro-left h2 { font-size: 1.9em; } }
.tech-index-section { position: relative; padding: 50px 0 0 0; background-image: url('/hero/tech/tech-1.jpg'); background-color: #2c3e50; background-size: cover; background-position: center; background-attachment: fixed; color: #FFFFFF; overflow: hidden; height: 80vh; }
.tech-index-bg-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(30, 35, 60, 0.7); z-index: 1; }
.tech-index-container { position: relative; z-index: 2; text-align: center; }
.tech-index-header { margin-bottom: 60px; }
.section-tag-on-dark { display: inline-block; color: #BDBDBD; font-size: 0.85em; font-weight: 500; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.tech-index-header h2 { font-size: 3em; font-weight: 700; line-height: 1.3; max-width: 700px; margin-left: auto; margin-right: auto; }
.animate-text-group .animate-text-item { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.animate-text-group.is-visible .animate-text-item:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
.animate-text-group.is-visible .animate-text-item:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; max-width: 900px; margin: 0 auto; }
.tech-item { background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); padding: 30px 15px; text-align: center; transition: background-color 0.3s ease, border-color 0.3s ease; cursor: pointer; }
.tech-item:hover { background-color: rgba(41, 182, 246, 0.8); border-color: rgba(41, 182, 246, 1); }
.tech-icon { margin-bottom: 15px; }
.tech-icon .fas, .tech-icon .fab { font-size: 2.8em; color: #FFFFFF; }
.tech-name { font-size: 0.9em; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.decorative-angle { position: absolute; top: 0; bottom: 0; width: 15%; max-width: 200px; z-index: 0; opacity: 0.5; }
.decorative-angle.shape-left { left: 0; background: linear-gradient(to bottom right, rgba(41, 182, 246, 0.7), transparent 70%); }
.decorative-angle.shape-right { right: 0; background: linear-gradient(to bottom left, rgba(126, 87, 194, 0.7), transparent 70%); }
@media (max-width: 992px) { .tech-index-header h2 { font-size: 2.6em; } .tech-grid { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); max-width: 700px; } .tech-item { padding: 25px 10px; } .tech-icon .fas, .tech-icon .fab { font-size: 2.5em; } }
@media (max-width: 768px) { .tech-index-section { padding: 80px 0; } .tech-index-header h2 { font-size: 2.2em; } .tech-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } .tech-item { padding: 20px 10px; } .tech-icon .fas, .tech-icon .fab { font-size: 2.2em; } .tech-name { font-size: 0.8em; } .decorative-angle { display: none; } }
@media (max-width: 480px) { .tech-index-header h2 { font-size: 1.9em; } .tech-grid { grid-template-columns: repeat(2, 1fr); } .tech-item { padding: 15px 5px; } .tech-icon .fas, .tech-icon .fab { font-size: 2em; } }
.testimonials-section { padding: 80px 0; background-color: #F8F9FA; }
.section-header-center { text-align: center; margin-bottom: 60px; }
.section-tag-lightbg { display: inline-block; color: #6A1B9A; font-size: 0.85em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.section-header-center h2 { font-size: 2.6em; color: #1A237E; line-height: 1.2; font-weight: 700; }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.testimonial-card { background-color: #FFFFFF; padding: 30px 35px; border-radius: 8px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07); }
.testimonial-author { display: flex; align-items: center; margin-bottom: 20px; }
.author-avatar { width: 60px; height: 60px; border-radius: 50%; margin-right: 20px; object-fit: cover; background-color: #E0E0E0; }
.author-name { display: block; font-size: 1.15em; font-weight: 600; color: #1A237E; }
.author-title { display: block; font-size: 0.9em; color: #555770; }
.testimonial-quote p { font-size: 1.05em; color: #333; line-height: 1.7; font-style: italic; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 992px) { .section-header-center h2 { font-size: 2.3em; } }
@media (max-width: 767px) { .testimonials-section { padding: 60px 0; } .section-header-center h2 { font-size: 2em; } .testimonial-card { padding: 25px; } .author-avatar { width: 50px; height: 50px; margin-right: 15px; } .author-name { font-size: 1.05em; } .testimonial-quote p { font-size: 1em; } }
@media (max-width: 480px) { .section-header-center h2 { font-size: 1.8em; } }


/* -------------About-Page----------- */


.page-banner-section { position: relative; padding: 100px 0; min-height: 250px; display: flex; align-items: center; overflow: hidden; background: url(/hero/bg-pheader.jpg); background-size: cover; color: #FFFFFF; }
.banner-content-container { position: relative; z-index: 1; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.banner-text h1 { font-size: 3.5em; font-weight: 700; line-height: 1.1; margin: 0; }
.banner-breadcrumbs { font-size: 0.9em; font-weight: 500; }
.banner-breadcrumbs a { color: #BDBDBD; text-decoration: none; transition: color 0.3s ease; }
.banner-breadcrumbs a:hover { color: #FFFFFF; }
.banner-breadcrumbs span { color: #FFFFFF; }
.breadcrumb-separator { margin: 0 10px; color: #757575; font-size: 0.8em; }
@media (max-width: 992px) { .page-banner-section { padding: 80px 0; min-height: 300px; } .banner-text h1 { font-size: 3em; } }
@media (max-width: 768px) { .page-banner-section { padding: 60px 0; min-height: 250px; } .banner-content-container { flex-direction: column; align-items: center; text-align: center; } .banner-text h1 { font-size: 2.5em; margin-bottom: 15px; } .banner-breadcrumbs { font-size: 0.85em; } }
@media (max-width: 480px) { .page-banner-section { padding: 50px 0; min-height: 220px; } .banner-text h1 { font-size: 2.1em; } }
.what-we-offer-section { padding: 80px 0 0 0; background-color: #F8F9FA; }
.offer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px; align-items: flex-start; }
.offer-text-content .section-tag-lightbg { display: inline-block; color: #6A1B9A; font-size: 0.85em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.offer-text-content h2 { font-size: 2.8em; color: #1A237E; line-height: 1.25; font-weight: 700; margin-bottom: 25px; }
.offer-text-content p { font-size: 1.05em; color: #555770; margin-bottom: 20px; }
.offer-text-content p:last-of-type { margin-bottom: 40px; }
.video-showcase-button { display: flex; align-items: center; gap: 15px; }
.play-button-wrapper { width: 70px; height: 70px; background-color: #6A1B9A; color: #FFFFFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8em; text-decoration: none; position: relative; transition: background-color 0.3s ease; }
.play-button-wrapper:hover { background-color: #4A0072; }
.play-button-wrapper .play-icon-ring { position: absolute; width: 100%; height: 100%; border: 2px solid rgba(106, 27, 154, 0.5); border-radius: 50%; animation: pulseRing 2s infinite ease-out; opacity: 0; }
.play-button-wrapper .play-icon-ring:nth-child(1) { animation-delay: 0s; }
.play-button-wrapper .play-icon-ring:nth-child(2) { animation-delay: 0.6s; }
.play-button-wrapper .play-icon-ring:nth-child(3) { animation-delay: 1.2s; }
@keyframes pulseRing { 0% { transform: scale(0.8); opacity: 0.8; } 70% { transform: scale(1.5); opacity: 0; } 100% { transform: scale(1.5); opacity: 0; } }
.video-showcase-button span:not(.play-icon-ring) { font-weight: 600; color: #1A237E; font-size: 0.9em; text-transform: uppercase; letter-spacing: 0.5px; }
.flip-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.flip-card { background-color: transparent; width: 100%; aspect-ratio: 4 / 3; perspective: 1000px; cursor: pointer; }
.flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.7s; transform-style: preserve-3d; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-radius: 8px; }
.flip-card:hover .flip-card-inner { transform: rotateY(180deg); }
.flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 20px; }
.flip-card-front { background-color: #bbb; color: white; background-size: cover; background-position: center; }
.flip-card-front::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%); border-radius: 8px; z-index: 0; }
.flip-card-front h3 { position: relative; z-index: 1; font-size: 1.3em; font-weight: 600; margin: 0; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.flip-card-back { background-color: #2A2845; color: white; transform: rotateY(180deg); justify-content: center; padding: 25px; }
.flip-card-back h3 { font-size: 1.2em; margin-bottom: 10px; }
.flip-card-back p { font-size: 0.9em; line-height: 1.5; opacity: 0.9; }
@media (max-width: 992px) { .offer-grid { grid-template-columns: 1fr; gap: 40px; } .offer-text-content h2 { font-size: 2.4em; } .offer-cards-content { margin-top: 30px; } .flip-card { aspect-ratio: 16 / 9; } }
@media (max-width: 768px) { .offer-text-content h2 { font-size: 2.1em; } .video-showcase-button { justify-content: center; margin-top: 30px; } .flip-card-grid { gap: 15px; } .flip-card { min-height: 200px; aspect-ratio: auto; } .flip-card-front h3 { font-size: 1.1em; } .flip-card-back p { font-size: 0.85em; } }
@media (max-width: 480px) { .offer-text-content h2 { font-size: 1.9em; } .flip-card-grid { grid-template-columns: 1fr; } }
.what-we-do-section { position: relative; background-color: #1A1F36; color: #FFFFFF; padding-top: 80px; overflow: hidden; }
.dot-layer-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/hero/bg-art-6.png'); background-repeat: no-repeat; background-position: center center; background-size: cover; opacity: 0.15; z-index: 0; }
.what-we-do-section .container { position: relative; z-index: 1; }
.what-we-do-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding-bottom: 80px; }
.what-we-do-image { position: relative; padding-left: 40px; }
.what-we-do-image img { width: 100%; max-width: 550px; border-radius: 10px; display: block; position: relative; z-index: 1; box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.image-accent-shape { position: absolute; top: -30px; left: 0; width: 80%; height: calc(100% + 60px); background-color: #00BFFF; border-radius: 10px; z-index: 0; transform: translateX(-15px) translateY(15px); }
.section-tag-darkbg { display: inline-block; color: #BDBDBD; font-size: 0.8em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.8px; }
.what-we-do-text h2 { font-size: 2.8em; font-weight: 700; line-height: 1.25; margin-bottom: 25px; }
.small-icon-boxes { display: flex; gap: 15px; margin-bottom: 25px; }
.icon-box { width: 50px; height: 50px; background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease, border-color 0.3s ease; cursor: pointer; }
.icon-box:hover { background-color: #29B6F6; border-color: #29B6F6; }
.icon-box .fas, .icon-box .far, .icon-box .fab { font-size: 1.6em; color: #FFFFFF; }
.what-we-do-text p { font-size: 1em; line-height: 1.7; color: #E0E0E0; margin-bottom: 30px; max-width: 500px; }
.learn-more-link-darkbg { color: #64B5F6; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: color 0.3s ease; }
.learn-more-link-darkbg:hover { color: #FFFFFF; }
.learn-more-link-darkbg .fas { margin-right: 8px; transition: transform 0.3s ease; }
.learn-more-link-darkbg:hover .fas { transform: translateX(5px); }
.animated-stats-bar { background: linear-gradient(90deg, #00BFFF 0%, #8A2BE2 100%); padding: 40px 0; color: #FFFFFF; }
.stats-bar-container { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px; }
.stat-item { text-align: center; min-width: 200px; flex: 1; }
.stat-number-large { font-size: 3.5em; font-weight: 700; line-height: 1; display: inline-block; }
.plus-suffix-large { font-size: 2em; font-weight: 700; line-height: 1; display: inline-block; vertical-align: super; margin-left: 3px; }
.stat-item p { font-size: 0.9em; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 5px; opacity: 0.9; }
@media (max-width: 992px) { .what-we-do-grid { grid-template-columns: 1fr; text-align: center; } .what-we-do-image { padding-left: 0; margin: 0 auto 40px auto; max-width: 500px; } .image-accent-shape { display: none; } .what-we-do-text { max-width: 600px; margin: 0 auto; } .small-icon-boxes { justify-content: center; } .what-we-do-text h2 { font-size: 2.5em; } .animated-stats-bar { padding: 30px 0; } .stat-number-large { font-size: 3em; } .plus-suffix-large { font-size: 1.8em; } }
@media (max-width: 768px) { .what-we-do-text h2 { font-size: 2.2em; } .what-we-do-text p { font-size: 0.95em; } .stats-bar-container { flex-direction: column; gap: 30px; } .stat-item { min-width: auto; } .stat-number-large { font-size: 2.8em; } .plus-suffix-large { font-size: 1.6em; } }
@media (max-width: 480px) { .what-we-do-section { padding-top: 60px; } .what-we-do-grid { padding-bottom: 60px; } .what-we-do-text h2 { font-size: 2em; } .small-icon-boxes { flex-wrap: wrap; } .icon-box { width: 45px; height: 45px; } .icon-box .fas, .icon-box .far, .icon-box .fab { font-size: 1.4em; } .stat-number-large { font-size: 2.5em; } .plus-suffix-large { font-size: 1.4em; } }
.tech-trends-section { padding: 80px 0; background-color: #F8F9FA; overflow-x: hidden; }
.tech-trends-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 60px; align-items: center; }
.section-tag-lightbg { display: inline-block; color: #6A1B9A; font-size: 0.85em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.tech-trends-text h2 { font-size: 2.8em; color: #1A237E; line-height: 1.25; font-weight: 700; margin-bottom: 25px; }
.tech-trends-text > p { font-size: 1.05em; color: #555770; margin-bottom: 40px; max-width: 500px; }
.skills-progress-bars { margin-top: 30px; }
.skill-item { margin-bottom: 25px; }
.skill-item:last-child { margin-bottom: 0; }
.skill-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.skill-name { font-size: 0.9em; font-weight: 600; color: #1A237E; text-transform: uppercase; }
.skill-percentage { font-size: 0.9em; font-weight: 600; color: #333; }
.progress-bar-bg { width: 100%; height: 8px; background-color: #E0E0E0; border-radius: 4px; overflow: hidden; }
.progress-bar-fill { height: 100%; background-color: #29B6F6; border-radius: 4px; transition: width 1.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
.tech-trends-image { position: relative; text-align: center; }
.tech-trends-image img { max-width: 100%; height: auto; max-height: 450px; }
.deco-circle { position: absolute; border-radius: 50%; background-color: rgba(41, 182, 246, 0.5); z-index: -1; }
.deco-circle.circle-1 { width: 60px; height: 60px; top: 10%; right: 5%; background-color: rgba(126, 87, 194, 0.4); }
.deco-circle.circle-2 { width: 40px; height: 40px; bottom: 15%; left: 0%; }
.animate-on-scroll-group .animate-text-item-fade { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.1s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }
@media (max-width: 992px) { .tech-trends-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; } .tech-trends-text h2 { font-size: 2.4em; } .tech-trends-text > p { margin-left: auto; margin-right: auto; } .skills-progress-bars { max-width: 500px; margin-left: auto; margin-right: auto; } .tech-trends-image { margin-top: 30px; order: -1; } .tech-trends-image img { max-height: 350px; } }
@media (max-width: 768px) { .tech-trends-text h2 { font-size: 2.1em; } .tech-trends-text > p { font-size: 1em; } .skill-name, .skill-percentage { font-size: 0.85em; } }
@media (max-width: 480px) { .tech-trends-section { padding: 60px 0; } .tech-trends-text h2 { font-size: 1.9em; } .deco-circle { display: none; } }
.site-footer-darkblue { background-color: #002266; color: #FFFFFF; padding: 60px 0 40px; font-size: 14px; }
.footer-top-row { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 40px; margin-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.footer-newsletter { flex: 1.5; max-width: 450px; }
.footer-newsletter h3 { font-size: 1.8em; font-weight: 600; line-height: 1.3; margin-bottom: 25px; }
.newsletter-form { display: flex; border-bottom: 1px solid rgba(255, 255, 255, 0.5); margin-bottom: 25px; padding-bottom: 10px; }
.newsletter-form input[type="email"] { flex-grow: 1; background: transparent; border: none; color: #FFFFFF; font-size: 1em; padding: 8px 0; outline: none; }
.newsletter-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.7); font-style: italic; }
.newsletter-form button { background: transparent; border: 1px solid #FFFFFF; color: #FFFFFF; border-radius: 50%; width: 36px; height: 36px; font-size: 1.1em; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; display: flex; align-items: center; justify-content: center; }
.newsletter-form button:hover { background-color: #FFFFFF; color: #002266; }
.footer-social-icons-left { display: flex; gap: 15px; }
.footer-social-icons-left a { color: #FFFFFF; font-size: 1.2em; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease, border-color 0.3s ease; }
.footer-social-icons-left a:hover { background-color: #FFFFFF; color: #002266; border-color: #FFFFFF; }
.footer-nav-columns { display: flex; flex: 2; justify-content: space-around; gap: 30px; }
.footer-nav-col h4 { font-size: 0.9em; font-weight: 600; text-transform: uppercase; margin-bottom: 18px; color: #A8C9F5; letter-spacing: 0.5px; }
.footer-nav-col ul { list-style: none; padding: 0; }
.footer-nav-col ul li { margin-bottom: 10px; }
.footer-nav-col ul li a { color: #E0EFFF; font-size: 0.95em; transition: color 0.3s ease; }
.footer-nav-col ul li a:hover { color: #FFFFFF; text-decoration: underline; }
.footer-bottom-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-copyright-payment { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.payment-methods-inline { display: flex; align-items: center; gap: 8px; }
.payment-methods-inline img { height: 28px; }
.copyright-text-inline { font-size: 0.85em; color: #A8C9F5; }
.footer-region-accessibility { display: flex; align-items: center; gap: 20px; }
.region-selector select { background-color: rgba(255, 255, 255, 0.1); color: #FFFFFF; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 4px; padding: 8px 25px 8px 10px; font-size: 0.85em; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3e%3cpath d='M7 10l5 5 5-5H7z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 8px center; }
.region-selector select option { background-color: #002266; color: #FFFFFF; }
.accessibility-icon { color: #FFFFFF; font-size: 1.5em; transition: color 0.3s ease; }
.accessibility-icon:hover { color: #A8C9F5; }
@media (max-width: 992px) { .footer-top-row { flex-direction: column; align-items: flex-start; border-bottom: none; margin-bottom: 0; } .footer-newsletter { max-width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); } .footer-nav-columns { width: 100%; justify-content: space-between; } .footer-bottom-row { flex-direction: column; align-items: flex-start; gap: 25px; } .footer-copyright-payment { order: 2; width: 100%; justify-content: center; flex-direction: column; gap: 15px; } .footer-region-accessibility { order: 1; width: 100%; justify-content: space-between; } }
@media (max-width: 600px) { .site-footer-darkblue { padding: 40px 0 30px; font-size: 13px; } .footer-newsletter h3 { font-size: 1.6em; } .footer-nav-columns { flex-direction: column; gap: 25px; } .footer-nav-col h4 { margin-bottom: 12px; } .footer-nav-col ul li { margin-bottom: 8px; } .payment-methods-inline img { height: 20px; } .copyright-text-inline { text-align: center; } }

/* ------Contact Us------ */
.map-section { width: 100%; }
.map-container { width: 100%; height: 500px; }
.map-container iframe { width: 100%; height: 100%; border: none; }
@media (max-width: 768px) { .map-container { height: 400px; } }
@media (max-width: 480px) { .map-container { height: 300px; } }
.contact-us-section { padding: 80px 0; background-color: #FFFFFF; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: flex-start; }
.contact-info-left h2 { font-size: 2.6em; color: #1A237E; font-weight: 700; margin-bottom: 20px; }
.contact-info-left > p { font-size: 1.05em; color: #555770; margin-bottom: 40px; line-height: 1.7; }
.contact-detail-item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.contact-detail-item:last-child { margin-bottom: 0; }
.contact-detail-icon { flex-shrink: 0; width: 45px; height: 45px; background-color: #E3F2FD; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.contact-detail-icon .fas { font-size: 1.3em; color: #1E88E5; }
.contact-detail-text h4 { font-size: 1.1em; font-weight: 600; color: #1A237E; margin-bottom: 5px; }
.contact-detail-text p { font-size: 0.95em; color: #555770; line-height: 1.5; }
.contact-detail-text p a { color: #1E88E5; text-decoration: none; transition: color 0.3s ease; }
.contact-detail-text p a:hover { color: #1565C0; text-decoration: underline; }
.contact-form-right { background: linear-gradient(to bottom right,#3c8ce7, #4158d0); color: #FFFFFF; padding: 40px 35px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.contact-form-right h3 { font-size: 1.8em; font-weight: 600; margin-bottom: 10px; }
.form-note { font-size: 0.85em; opacity: 0.8; margin-bottom: 30px; }
.form-group { margin-bottom: 20px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { width: 100%; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.1); border-radius: 6px; font-size: 0.95em; color: #FFFFFF; outline: none; transition: border-color 0.3s ease, background-color 0.3s ease; }
.contact-form input[type="text"]::placeholder, .contact-form input[type="email"]::placeholder, .contact-form textarea::placeholder { color: rgba(255, 255, 255, 0.7); }
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus { border-color: #FFFFFF; background-color: rgba(255, 255, 255, 0.15); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.btn.btn-contact-submit { background-color: #FFFFFF; color: #1A237E; padding: 14px 30px; border: none; border-radius: 6px; font-weight: 600; font-size: 0.95em; text-transform: uppercase; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.btn.btn-contact-submit:hover { background-color: #f0f0f0; color: #0D47A1; transform: translateY(-2px); }
.animate-on-scroll-group .animate-text-item-fade { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.1s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
@media (max-width: 992px) { .contact-grid { grid-template-columns: 1fr; gap: 50px; } .contact-info-left h2 { font-size: 2.3em; } .contact-form-right { margin-top: 20px; } }
@media (max-width: 768px) { .contact-info-left h2 { font-size: 2em; } .contact-form-right h3 { font-size: 1.6em; } }
@media (max-width: 480px) { .contact-us-section { padding: 60px 0; } .contact-info-left h2 { font-size: 1.8em; } .contact-detail-item { flex-direction: column; align-items: flex-start; gap: 10px; } .contact-detail-icon { margin-bottom: 5px; } .contact-form-right { padding: 30px 25px; } }

/* ----------------- services ----------- */
.partnership-cta-section { position: relative; background-image: url('/hero/partner-1.jpg'); background-color: #333; background-size: cover; background-position: center center; background-attachment: fixed; padding: 120px 0; color: #FFFFFF; text-align: center; overflow: hidden; }
.cta-background-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(20, 30, 55, 0.75); z-index: 1; }
.cta-text-container { position: relative; z-index: 2; max-width: 800px; }
.cta-intro-text { font-size: 1.1em; font-weight: 400; margin-bottom: 15px; opacity: 0.85; line-height: 1.5; }
.cta-primary-heading { font-size: 3.2em; font-weight: 700; line-height: 1.2; margin-bottom: 35px; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); }
.btn.btn-cta-banner { background-color: #29B6F6; color: #FFFFFF; border: none; padding: 15px 40px; font-weight: 600; font-size: 1em; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 6px; transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(41, 182, 246, 0.3); }
.btn.btn-cta-banner:hover { background-color: #03A9F4; transform: translateY(-3px) scale(1.03); box-shadow: 0 6px 20px rgba(3, 169, 244, 0.4); }
.animate-on-scroll-group .animate-text-item-fade { opacity: 0; transform: translateY(25px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
.animate-on-scroll-group.is-visible .animate-text-item-fade:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.6s; }
@media (max-width: 992px) { .partnership-cta-section { padding: 100px 0; } .cta-primary-heading { font-size: 2.8em; } .cta-intro-text { font-size: 1em; } }
@media (max-width: 768px) { .partnership-cta-section { padding: 80px 0; background-attachment: scroll; } .cta-primary-heading { font-size: 2.4em; } .cta-intro-text { font-size: 0.95em; } .btn.btn-cta-banner { padding: 14px 35px; font-size: 0.95em; } }
@media (max-width: 480px) { .partnership-cta-section { padding: 60px 0; } .cta-primary-heading { font-size: 2em; } .btn.btn-cta-banner { padding: 12px 30px; } }


/* ----------- Portfolio-gallry----- */

.portfolio-section { padding: 80px 0; background-color: #F8F9FA; }
.section-header-center { text-align: center; margin-bottom: 40px; }
.section-tag-lightbg { display: inline-block; color: #6A1B9A; font-size: 0.85em; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.section-header-center h2 { font-size: 2.8em; color: #1A237E; line-height: 1.2; font-weight: 700; margin-bottom: 15px; }
.portfolio-description { font-size: 1.05em; color: #555770; line-height: 1.7; max-width: 700px; margin: 0 auto; }
.portfolio-filters { text-align: center; margin-bottom: 50px; }
.filter-btn { background-color: transparent; border: none; color: #333; font-size: 1em; font-weight: 500; padding: 8px 18px; margin: 0 8px; cursor: pointer; transition: color 0.3s ease; position: relative; outline: none; }
.filter-btn::after { content: ''; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); width: 0; height: 2.5px; background-color: #6A1B9A; transition: width 0.3s ease; }
.filter-btn:hover, .filter-btn.active { color: #6A1B9A; }
.filter-btn.active::after { width: 70%; }
.portfolio-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); aspect-ratio: 4 / 3; }
.gallery-item.hide { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.05); }
@media (max-width: 992px) { .section-header-center h2 { font-size: 2.4em; } .portfolio-filters { margin-bottom: 40px; } .filter-btn { padding: 8px 15px; margin: 0 5px; font-size: 0.95em; } }
@media (max-width: 768px) { .section-header-center h2 { font-size: 2.1em; } .portfolio-description { font-size: 1em; } .portfolio-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; } .filter-btn { margin-bottom: 10px; } .portfolio-gallery-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
@media (max-width: 480px) { .portfolio-section { padding: 60px 0; } .section-header-center h2 { font-size: 1.9em; } }


/* --- Pricing Plans Section Styling --- */
.pricing-plans-section { padding: 80px 0; background-color: #F8F9FA; }
.pricing-section-header { text-align: left; margin-bottom: 60px; max-width: 700px; }
.pricing-section-header .section-tag-lightbg { /* Already defined globally or above */ }
.pricing-section-header h2 { font-size: 2.8em; color: #1A237E; line-height: 1.2; font-weight: 700; margin-bottom: 15px; }
.pricing-section-header p { font-size: 1.05em; color: #555770; line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.pricing-card { background-color: white; border: 1px solid #2A2845; border-radius: 10px; padding: 35px 30px; text-align: left; position: relative; overflow: hidden; transition: background-color 0.35s ease, color 0.35s ease, transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.pricing-card:hover { background-color: white; color: #1A237E; transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.pricing-card.featured-plan h3, .pricing-card.featured-plan .price, .pricing-card.featured-plan .package-label, .pricing-card.featured-plan .features-list li { color: #FFFFFF; transition: color 0.35s ease; }
.pricing-card.featured-plan:hover h3, .pricing-card.featured-plan:hover .package-label, .pricing-card.featured-plan:hover .features-list li { color: inherit; }
.pricing-card.featured-plan:hover .price { color: #29B6F6; }
.pricing-card.featured-plan .features-list li .fas { color: #82B1FF; }
.pricing-card.featured-plan:hover .features-list li .fas { color: #29B6F6; }
.pricing-card.featured-plan .btn-choose-plan { background-color: #29B6F6; color: #FFFFFF; border-color: #29B6F6; }
.pricing-card.featured-plan:hover .btn-choose-plan { background-color: #FFFFFF; color: #29B6F6; border-color: #29B6F6; }
.card-decoration-icon { position: absolute; top: -25px; right: -25px; width: 100px; height: 100px; background-color: #29B6F6; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0.15; transition: background-color 0.35s ease, opacity 0.35s ease; z-index: 0; }
.pricing-card:hover .card-decoration-icon { background-color: #29B6F6; opacity: 0.8; }
.pricing-card.featured-plan .card-decoration-icon { background-color: rgba(255, 255, 255, 0.1); opacity: 1; }
.pricing-card.featured-plan:hover .card-decoration-icon { background-color: #29B6F6; opacity: 0.8; }
.card-decoration-icon .fas { font-size: 1.8em; color: #FFFFFF; transform: translate(-15px, 15px); }
.pricing-card h3 { font-size: 1.6em; font-weight: 700; color: #1A237E; margin-bottom: 10px; position: relative; z-index: 1; }
.price { font-size: 2.8em; font-weight: 700; color: #29B6F6; margin-bottom: 5px; line-height: 1; position: relative; z-index: 1; }
.price .price-suffix { font-size: 0.5em; font-weight: 600; vertical-align: super; }
.pricing-card .price:not(:empty):not(:contains("Contact Us"))::before { content: "$"; font-size: 0.5em; vertical-align: super; margin-right: 2px; font-weight: 500; color: inherit; }
.package-label { font-size: 0.9em; color: #757575; margin-bottom: 25px; border-bottom: 1px solid #E0E0E0; padding-bottom: 25px; position: relative; z-index: 1; }
.pricing-card.featured-plan .package-label { border-bottom-color: rgba(255,255,255,0.2); }
.features-list { list-style: none; padding: 0; margin-bottom: 30px; flex-grow: 1; position: relative; z-index: 1; }
.features-list li { font-size: 0.95em; margin-bottom: 12px; display: flex; align-items: center; color: #333; }
.features-list li .fas { color: #29B6F6; margin-right: 10px; font-size: 1.1em; }
.btn.btn-choose-plan { background-color: #29B6F6; color: #FFFFFF; padding: 12px 25px; text-transform: uppercase; font-size: 0.9em; letter-spacing: 0.5px; width: 100%; margin-top: auto; position: relative; z-index: 1; border: 2px solid #29B6F6; }
.btn.btn-choose-plan:hover { background-color: #FFFFFF; color: #29B6F6; border-color: #29B6F6; transform: translateY(-2px); }
@media (max-width: 1200px) { .pricing-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }
@media (max-width: 992px) { .pricing-section-header h2 { font-size: 2.4em; } .pricing-card h3 { font-size: 1.4em; } .price { font-size: 2.5em; } }
@media (max-width: 767px) { .pricing-plans-section { padding: 60px 0; } .pricing-section-header { text-align: center; margin-left: auto; margin-right: auto;} .pricing-section-header h2 { font-size: 2em; } }
@media (max-width: 576px) { .pricing-plans-section { padding: 40px 0 60px; } .pricing-section-header h2 { font-size: 1.8em; } .pricing-grid { grid-template-columns: 1fr; } }

/* ----------- form---------- */

/* === Authentication Modal Styles === */

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; z-index: 1200; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0s linear 0.3s; padding: 15px; }
.modal-overlay.show { opacity: 1; visibility: visible; transition-delay: 0s; }
.modal-content { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.25); position: relative; width: 100%; max-width: 410px; transform: translateY(-20px) scale(0.95); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease; opacity: 0; }
.modal-overlay.show .modal-content { transform: translateY(0) scale(1); opacity: 1; }
.close-modal-btn { position: absolute; top: 8px; right: 12px; font-size: 24px; font-weight: bold; color: #aaa; cursor: pointer; line-height: 1; padding: 5px; transition: color 0.2s ease; z-index: 10; }
.close-modal-btn:hover { color: #333; }
.modal-content.small-modal { max-width: 380px; padding: 25px; text-align: center; }
.small-modal h4 { font-size: 1.5em; margin-bottom: 10px; color: #333; }
.small-modal p { font-size: 0.9em; margin-bottom: 20px; color: #555; line-height: 1.5; }
.small-modal .field { height: 45px; width: 100%; margin-top: 0; }
.small-modal .field input[type="email"] { height: 100%; width: 100%; outline: none; padding-left: 15px; border-radius: 8px; border: 1px solid #ccc; border-bottom-width: 2px; font-size: 15px; transition: all 0.3s ease; color: #333; font-family: 'Poppins', sans-serif; }
.small-modal .field input[type="email"]:focus { border-color: #1a75ff; box-shadow: 0 0 0 2px rgba(26, 117, 255, 0.2); }
.small-modal .field input[type="email"]::placeholder { color: #999; }
.small-modal .field.btn { margin-top: 20px; height: 45px; }
.small-modal form .btn .btn-layer { ; position: absolute;  background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6); border-radius: 8px; transition: all 0.4s ease; padding: 15px 100px; }
.small-modal form .btn:hover .btn-layer { left: 0; }
.small-modal form .btn input[type="submit"] { height: 100%; width: 100%; z-index: 1; position: relative; background: none; border: none; color: #fff; padding-left: 0; border-radius: 8px; font-size: 17px; font-weight: 500; cursor: pointer; letter-spacing: 0.5px; font-family: 'Poppins', sans-serif; }
.auth-form-wrapper { overflow: hidden; max-width: 390px; width: 100%; padding: 25px; border-radius: 5px; margin: 0 auto; font-family: 'Poppins', sans-serif; }
.auth-form-wrapper .title-text { display: flex; width: 200%; margin-bottom: 20px; transition: margin-left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.auth-form-wrapper .title { width: 50%; font-size: 26px; font-weight: 600; text-align: center; color: #333; }
.auth-form-wrapper .slide-controls { position: relative; display: flex; height: 45px; width: 100%; overflow: hidden; margin: 0 0 15px 0; justify-content: space-between; border: 1px solid #e0e0e0; border-radius: 8px; }
.auth-form-wrapper .slide-controls .slide { height: 100%; width: 50%; color: #555; font-size: 16px; font-weight: 500; text-align: center; line-height: 43px; cursor: pointer; z-index: 1; transition: color 0.6s ease; }
.auth-form-wrapper .slide-controls .slider-tab { position: absolute; height: 100%; width: 50%; left: 0; z-index: 0; border-radius: 8px; background: -webkit-linear-gradient(left, #003366, #004080, #0059b3, #0073e6); transition: left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.auth-form-wrapper input[type="radio"] { display: none; }
.auth-form-wrapper #signupRadioAuth:checked ~ .slider-tab { left: 50%; }
.auth-form-wrapper #signupRadioAuth:checked ~ label.signup { color: #fff; }
.auth-form-wrapper #signupRadioAuth:checked ~ label.login { color: #555; }
.auth-form-wrapper #loginRadioAuth:checked ~ label.login { color: #fff; }
.auth-form-wrapper #loginRadioAuth:checked ~ label.signup { color: #555; }
.auth-form-wrapper .form-container { width: 100%; overflow: hidden; }
.auth-form-wrapper .form-container .form-inner { display: flex; width: 200%; transition: margin-left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.auth-form-wrapper .form-container .form-inner form { width: 50%; }
.auth-form-wrapper .form-inner form .field { height: 45px; width: 100%; margin-top: 18px; }
.auth-form-wrapper .form-inner form .field:first-child { margin-top: 0; }
.auth-form-wrapper .form-inner form .field input { height: 100%; width: 100%; outline: none; padding-left: 15px; border-radius: 8px; border: 1px solid #ccc; border-bottom-width: 2px; font-size: 15px; transition: all 0.3s ease; color: #333; font-family: 'Poppins', sans-serif; }
.auth-form-wrapper .form-inner form .field input:focus { border-color: #1a75ff; box-shadow: 0 0 0 2px rgba(26, 117, 255, 0.2); }
.auth-form-wrapper .form-inner form .field input::placeholder { color: #999; transition: all 0.3s ease; }
.auth-form-wrapper form .field input:focus::placeholder { color: #1a75ff; }
.auth-form-wrapper .form-inner form .pass-link { margin-top: 6px; text-align: right; font-size: 0.9em; }
.auth-form-wrapper .form-inner form .signup-link, .auth-form-wrapper .form-inner form .login-link { text-align: center; margin-top: 20px; font-size: 0.9em; color: #555; }
.auth-form-wrapper .form-inner form .pass-link a, .auth-form-wrapper .form-inner form .signup-link a, .auth-form-wrapper .form-inner form .login-link a { color: #1a75ff; text-decoration: none; }
.auth-form-wrapper .form-inner form .pass-link a:hover, .auth-form-wrapper .form-inner form .signup-link a:hover, .auth-form-wrapper .form-inner form .login-link a:hover { text-decoration: underline; }
.auth-form-wrapper form .btn { height: 45px; width: 100%; border-radius: 8px; position: relative; overflow: hidden; margin-top: 20px; }
.auth-form-wrapper form .btn .btn-layer { height: 100%; width: 300%; position: absolute; left: -100%; background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6); border-radius: 8px; transition: all 0.4s ease; }
.auth-form-wrapper form .btn:hover .btn-layer { left: 0; }
.auth-form-wrapper form .btn input[type="submit"] { height: 100%; width: 100%; z-index: 1; position: relative; background: none; border: none; color: #fff; padding-left: 0; border-radius: 8px; font-size: 17px; font-weight: 500; cursor: pointer; letter-spacing: 0.5px; font-family: 'Poppins', sans-serif; }
.auth-form-wrapper ::selection { background: #1a75ff; color: #fff; }
@media (max-width: 450px) { .auth-form-wrapper { padding: 20px; } .auth-form-wrapper .title { font-size: 22px; } .auth-form-wrapper .slide-controls { height: 40px; margin: 15px 0 10px 0; } .auth-form-wrapper .slide-controls .slide { font-size: 14px; line-height: 38px; } .auth-form-wrapper .form-inner form .field { height: 40px; margin-top: 15px; } .auth-form-wrapper .form-inner form .field input { font-size: 14px; } .auth-form-wrapper form .btn { height: 40px; margin-top: 18px; } .auth-form-wrapper form .btn input[type="submit"] { font-size: 16px; } .auth-form-wrapper .form-inner form .signup-link, .auth-form-wrapper .form-inner form .login-link, .auth-form-wrapper .form-inner form .pass-link { font-size: 0.85em; margin-top: 15px; } .auth-form-wrapper .form-inner form .pass-link { margin-top: 6px; } }

/* --------order-form----------- */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; z-index: 1200; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0s linear 0.3s; padding: 15px; }
.modal-overlay.show { opacity: 1; visibility: visible; transition-delay: 0s; }
.modal-content { background: #fff; padding: 25px 30px; border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,0.2); position: relative; width: 100%; max-width: 500px; transform: translateY(-20px) scale(0.95); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease; opacity: 0; color: #333; }
.modal-overlay.show .modal-content { transform: translateY(0) scale(1); opacity: 1; }
.close-modal-btn { position: absolute; top: 10px; right: 15px; font-size: 26px; font-weight: bold; color: #aaa; cursor: pointer; line-height: 1; padding: 5px; transition: color 0.2s ease; z-index: 10; }
.close-modal-btn:hover { color: #333; }
.order-modal-content h3 { font-size: 1.8em; color: #1A237E; margin-bottom: 8px; text-align: center; }
.order-modal-content #selectedPlanNameModal { font-weight: 700; color: #29B6F6; }
.order-modal-content .form-note { font-size: 0.85em; color: #757575; text-align: center; margin-bottom: 25px; }
#planOrderForm .form-group-order { margin-bottom: 18px; }
#planOrderForm label { display: block; font-size: 0.9em; font-weight: 500; color: #444; margin-bottom: 6px; }
#planOrderForm input[type="text"], #planOrderForm input[type="email"], #planOrderForm input[type="tel"] { width: 100%; padding: 12px 15px; border: 1px solid #ccc; border-radius: 6px; font-size: 1em; color: #333; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
#planOrderForm input[type="text"]:focus, #planOrderForm input[type="email"]:focus, #planOrderForm input[type="tel"]:focus { outline: none; border-color: #1976d2; box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2); }
.btn.btn-submit-order { background-color: #1976d2; color: #FFFFFF; padding: 12px 25px; text-transform: uppercase; font-size: 0.95em; letter-spacing: 0.5px; width: 100%; margin-top: 10px; border: none; }
.btn.btn-submit-order:hover { background-color: #1565c0; transform: translateY(-2px); }
.btn-choose-plan { cursor: pointer; }