.sectionTitle { font-size: 14px; font-weight: 600; letter-spacing: 2px; color: var(--section-title); margin-bottom: 10px; } .sectionHeading { font-size: 38px; font-weight: 900; color: var(--section-heading); margin-bottom: 20px; text-shadow: var(--section-heading-shadow); } .sectionParra p { font-size: 20px; color: var(--section-text); margin-bottom: 15px; } .sectionParra ul { padding: 0; float: left; } .sectionParra ul li { list-style: none; float: left; padding-right: 15px; font-size: 16px; font-weight: 900; color: var(--section-list); margin: 10px 0; } .sectionParra ul li span { margin-top: 0; float: left; line-height: 23px; padding-left: 5px; color: var(--section-list-span); } .sectionParra ul li i { font-size: 22px; float: left; } .heroarea { min-height: 600px; position: relative; } .heroareContent { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; } .heroareContent span { font-size: 16px; border: 1px solid var(--hero-tag-border); padding: 9px 20px; border-radius: 20px; opacity: .8; background: var(--hero-tag-bg); font-weight: 900; color: var(--hero-tag-text); cursor: pointer; transition: .3s ease-in-out; } .heroareContent h1 { font-size: 100px; font-weight: 900; color: var(--hero-heading); margin: 0; margin-top: 30px; } .heroareContent h2 { font-size: 65px; font-weight: 900; letter-spacing: 5px; margin: 0; } .heroareContent p { font-size: 24px; font-weight: bold; opacity: .8; margin-bottom: 20px; color: var(--hero-desc); margin-top: 20px; } .heroareContent a { background: var(--hero-btn-bg); padding: 8px 25px; border-radius: 37px; text-decoration: none; font-size: 22px; font-weight: bold; color: var(--hero-btn-text); line-height: 70px; backdrop-filter: var(--hero-btn-blur); opacity: .8; transition: .3s ease-out; } .heroareContent a:hover { opacity: 1; } .gradient-text { background: linear-gradient( 120deg, var(--hero-heading1), var(--hero-heading2), var(--hero-heading3), var(--hero-heading4), var(--hero-heading) ); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientFlow 6s ease-in-out infinite; } @keyframes gradientFlow { 0% { background-position: 0% 50%; } 25% { background-position: 50% 100%; } 50% { background-position: 100% 50%; } 75% { background-position: 50% 0%; } 100% { background-position: 0% 50%; } } .about .container { display: flex; align-items: center; gap: 40px; padding: 40px; border-radius: 24px; background: var(--about-bg); backdrop-filter: var(--about-blur); border: 1px solid var(--about-border); box-shadow: var(--about-shadow-soft), var(--about-shadow-inset); transition: all .4s ease; } .about .container:hover { transform: translateY(-5px) scale(1.01); box-shadow: var(--about-shadow-strong); border-color: var(--about-border-hover); } .about .col-6 { width: 50%; } .about img { width: 100%; height: 460px; object-fit: cover; border-radius: 18px; transition: .4s; opacity: var(--about-img-opacity); filter: var(--about-img-brightness); } .about img:hover { transform: scale(1.03); } .about:hover img { opacity: 1; filter: var(--about-img-brightness-hover); } .aboutDataBox { padding-left: 10px; } .clientSection { float: left; width: 100%; display: block; } .clientSection .setionTitle { font-size: 38px; font-weight: 900; color: var(--client-title); margin-bottom: 50px; } .clientSection .stats-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 25px; margin-top: 30px; } .clientSection .stat-card { background: var(--client-card-bg); backdrop-filter: var(--client-card-blur); border: 1px solid var(--client-border); border-radius: 24px; padding: 30px; box-shadow: var(--client-shadow); transition: all .4s ease; display: flex; align-items: center; gap: 20px; } .clientSection .stat-card:hover { transform: translateY(-5px) scale(1.01); box-shadow: var(--client-hover-shadow); border-color: var(--client-hover-border); } .clientSection .main-card { height: 100%; flex-direction: column; justify-content: center; text-align: center; background: var(--client-main-bg) !important; } .clientSection .main-card h2 { font-size: 3.5rem; color: var(--client-number); margin: 10px 0; text-shadow: var(--client-number-shadow); } .clientSection .stats-sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .clientSection .full-row { grid-column: span 2; } .clientSection .stat-icon { font-size: 30px; min-width: 60px; height: 60px; background: var(--client-icon-bg); color: var(--client-icon-color); border-radius: 15px; display: flex; align-items: center; justify-content: center; box-shadow: var(--client-icon-shadow); border: 1px solid var(--client-icon-border); } .clientSection .stat-info h3 { margin: 0; font-size: 1.5rem; color: var(--client-h3); } .clientSection .stat-info p { margin: 5px 0 0; color: var(--client-p); font-size: .9rem; } .whyChooseUs { float: left; width: 100%; display: block; } .whyChooseUs .setionTitle { font-size: 38px; font-weight: 900; color: var(--why-title); margin-bottom: 50px; text-align: center; text-shadow: var(--why-title-shadow); } .whyChooseUs .choose-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .whyChooseUs .choose-card { background: var(--why-card-bg); backdrop-filter: var(--why-card-blur); border: 1px solid var(--why-card-border); border-radius: 24px; padding: 40px 30px; text-align: center; box-shadow: var(--why-card-shadow); transition: all .4s ease; transform: translateY(10px); } .whyChooseUs .choose-card.active { background: var(--why-active-bg); transform: translateY(-10px); border-color: var(--why-active-border); } .whyChooseUs .choose-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: var(--why-card-shadow); border-color: var(--why-hover-border); } .whyChooseUs .choose-icon { font-size: 40px; margin-bottom: 20px; height: 80px; width: 80px; background: var(--why-icon-bg); color: var(--why-icon-color); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border-radius: 50%; box-shadow: var(--why-icon-shadow); border: 1px solid var(--why-icon-border); } .whyChooseUs .choose-content h3 { font-size: 1.5rem; color: var(--why-h3); margin-bottom: 15px; } .whyChooseUs .choose-content p { font-size: .95rem; color: var(--why-p); line-height: 1.6; } .servicesSection { float: left; width: 100%; } .servicesSection .setionTitle { font-size: 38px; font-weight: 900; color: var(--services-title); margin-bottom: 50px; text-align: right; text-shadow: var(--services-title-shadow); } .servicesSection .services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .servicesSection .service-card { width: calc(25% - 20px); background: var(--services-card-bg); backdrop-filter: var(--services-card-blur); border: 1px solid var(--services-border); border-radius: 24px; padding: 30px 0; text-align: center; box-shadow: var(--services-shadow); transition: all .4s cubic-bezier(.175, .885, .32, 1.275); flex-direction: column; align-items: center; cursor: pointer; margin-bottom: 20px; } .servicesSection .service-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: var(--services-hover-shadow); background: var(--services-hover-bg); border-color: var(--services-hover-border); } .servicesSection .service-img { margin: 0; } .servicesSection .service-card h3 { float: left; width: 100%; margin: 0; padding: 0 10px; font-size: 20px; color: var(--services-h3); } .servicesSection .service-card:hover h3 { color: var(--services-h3-hover); } .servicesSection .service-img img { height: 200px; filter: var(--services-img-shadow); margin-bottom: 15px; max-width: 100%; transition: .4s; } .servicesSection .service-card:hover .service-img img { filter: var(--services-img-shadow-hover); } .techSection { overflow: hidden; width: 100%; } .techSection .setionTitle { font-size: 38px; font-weight: 900; color: var(--tech-title); margin-bottom: 50px; text-align: center; text-shadow: var(--tech-title-shadow); } .techSection .marquee-full { display: flex; overflow: hidden; width: 100%; margin-bottom: 25px; mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent); } .techSection .marquee-inner { display: flex; gap: 30px; padding: 10px 0; white-space: nowrap; width: max-content; will-change: transform; align-items: center; } .tech-pill { display: inline-flex; align-items: center; gap: 15px; padding: 8px 30px 8px 8px; background: var(--tech-item-bg); backdrop-filter: var(--tech-item-blur); border: 1px solid var(--tech-item-border); border-radius: 50px; box-shadow: var(--tech-item-shadow); transition: 0.3s ease; cursor: pointer; } .tech-pill .icon-wrap { width: 45px; height: 45px; background: var(--tech-item-bg); border: 1px solid var(--tech-item-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--tech-item-text); font-size: 22px; transition: 0.3s ease; } .tech-pill span { font-size: 1.2rem; font-weight: 700; color: var(--tech-item-text); padding: 0; background: transparent; border: none; box-shadow: none; } .tech-pill:hover { transform: translateY(-8px) scale(1.05); background: var(--tech-item-hover-bg); border-color: var(--tech-item-hover-border); } .tech-pill:hover .icon-wrap { color: var(--tech-item-hover-text); border-color: var(--tech-item-hover-border); } .tech-pill:hover span { color: var(--tech-item-hover-text); } .techSection .left-to-right { animation: move-left 40s linear infinite; } .techSection .right-to-left { animation: move-right 40s linear infinite; } .techSection .marquee-full:hover .marquee-inner { animation-play-state: paused; } @keyframes move-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } @keyframes move-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } } .projectSection .setionTitle { font-size: 38px; font-weight: 900; color: var(--project-main-text); text-align: left; text-shadow: 0 0 15px rgba(241, 221, 69, 0.2); } .projectSection .project-card { background: var(--project-glass-bg); border: 1px solid var(--project-border); backdrop-filter: blur(20px); padding: 20px; border-radius: 10px; margin: 40px 0; transition: .3s ease-in-out; cursor: pointer; } .projectSection .project-card:hover { box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3); background: var(--project-glass-hover); border-color: var(--project-yellow); } .projectSection .project-card .proj-title { margin-top: 0; margin-bottom: 10px; color: var(--project-yellow); } .projectSection .project-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; filter: brightness(0.8); transition: 0.3s; } .projectSection .project-card:hover img { filter: brightness(1); transform: scale(1.05); } .projectSection .project-card a { width: 90%; text-decoration: none; text-align: center; display: block; font-weight: 900; color: var(--project-yellow); border: 2px solid var(--project-yellow); padding: 10px 0; border-radius: 55px; background: transparent; transition: .3s ease-in-out; margin: 0 auto; letter-spacing: 2px; } .projectSection .project-card a:hover { color: var(--project-dark); background: var(--project-yellow); } .projectSection .project-card p { margin: 10px 0; color: var(--project-desc-text); } .projectSection .splide__pagination__page { background: var(--project-dot-inactive); } .projectSection .splide__pagination__page.is-active { background: var(--project-yellow); margin: 0 10px; border-radius: 10px; width: 20px; } .innovateSection .sectionTitle { text-align: center; margin-bottom: 50px; } .innovateSection .sectionTitle h2 { font-size: 38px; font-weight: 900; color: var(--innovate-text-main); } .innovateSection .sectionTitle p { color: var(--innovate-text-muted); font-size: 1.1rem; margin-top: 10px; } .innovateSection .featureGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 40px; } .innovateSection .featureGrid .featureCard { display: flex; gap: 20px; padding: 20px; background: var(--innovate-bg-glass); border-radius: 15px; border: 1px solid var(--innovate-border); transition: .3s ease-in-out; cursor: pointer; } .innovateSection .featureGrid .featureCard .icon { font-size: 25px; color: var(--innovate-primary-yellow); border: 1px dashed var(--innovate-text-main); padding: 12px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.05); } .innovateSection .featureGrid .featureCard .txt h4 { font-size: 20px; color: var(--innovate-text-main); font-weight: 800; padding: 0; margin: 0; margin-top: 10px; } .innovateSection .featureGrid .featureCard .txt p { color: var(--innovate-text-muted); font-size: 14px; margin-top: 5px; } .innovateSection .featureGrid .featureCard:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); background: var(--innovate-bg-glass-hover); border-color: var(--innovate-primary-yellow); } .innovateSection .joinBtn { display: block; width: fit-content; margin: 0 auto 80px; background: var(--innovate-primary-yellow); color: var(--innovate-dark-bg); padding: 12px 35px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: .3s ease-in-out; } .innovateSection .joinBtn:hover { background: var(--white); transform: scale(1.1); color: #000; } .innovateSection .partnershipCard { border-radius: 30px; padding: 50px; background: var(--innovate-bg-glass); border: 1px solid var(--innovate-border); transition: .3s ease-in-out; } .innovateSection .partnershipCard:hover { transform: translateY(-10px); box-shadow: 0 20px 40px var(--innovate-bg-glass); background: var(--innovate-bg-glass-hover); border-color: var(--innovate-border); } .innovateSection .partnershipCard .cardFlex { display: flex; gap: 50px; align-items: center; } .innovateSection .partnershipCard .cardFlex .imgBox { flex: 1; } .innovateSection .partnershipCard .cardFlex .imgBox img { width: 100%; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); filter: brightness(0.9); } .innovateSection .partnershipCard .cardFlex .contentBox { flex: 1.2; } .innovateSection .partnershipCard .cardFlex .contentBox h3 { font-size: 32px; color: var(--innovate-text-main); font-weight: 900; } .innovateSection .partnershipCard .cardFlex .contentBox ul { list-style: none; padding: 0; margin: 30px 0; } .innovateSection .partnershipCard .cardFlex .contentBox ul li { margin-bottom: 20px; padding-left: 20px; position: relative; } .innovateSection .partnershipCard .cardFlex .contentBox ul li::before { content: "▪"; color: var(--innovate-primary-yellow); position: absolute; left: 0; font-size: 20px; } .innovateSection .partnershipCard .cardFlex .contentBox ul li strong { display: block; font-size: 18px; color: var(--innovate-text-main); } .innovateSection .partnershipCard .cardFlex .contentBox ul li span { color: var(--innovate-text-muted); font-size: 14px; } .innovateSection .partnershipCard .cardFlex .contentBox .hireBtn { display: inline-block; border: 2px solid var(--innovate-primary-yellow); color: var(--innovate-primary-yellow); padding: 10px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: 0.3s; } .innovateSection .partnershipCard .cardFlex .contentBox .hireBtn:hover { background: var(--innovate-primary-yellow); color: var(--innovate-dark-bg); } .teamSection .sectionTitle { text-align: center; margin-bottom: 50px; } .teamSection .sectionTitle h2 { font-size: 38px; font-weight: 900; color: var(--team-text-main); } .teamSection .sectionTitle p { color: var(--team-text-muted); font-size: 1.1rem; margin-top: 10px; } .teamSection .splide { padding: 10px 0 50px; } .teamSection .teamMemberCard { position: relative; height: 350px; border-radius: 20px; overflow: hidden; cursor: grab; background: var(--team-card-bg); border: 1px solid var(--team-card-border); transition: all 0.4s linear; } .teamSection .teamMemberCard img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s ease; filter: grayscale(20%) brightness(0.9); } .teamSection .teamMemberCard .memberOverlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--team-overlay-gradient) 0%, var(--team-overlay-mid) 40%, transparent 70%); display: flex; align-items: flex-end; padding: 25px; transition: all 0.4s linear; } .teamSection .teamMemberCard .mInfo h3 { color: var(--team-font); font-size: 20px; font-weight: 800; margin: 0; line-height: 1.2; } .teamSection .teamMemberCard .mInfo p { color: var(--team-text-desc); font-size: 14px; margin: 3px 0 0; font-weight: 500; } .teamSection .teamMemberCard:hover { transform: translateY(-8px); border-color: var(--team-border-hover); } .teamSection .teamMemberCard:hover img { transform: scale(1.1); filter: grayscale(0%) brightness(1); } .teamSection .teamMemberCard:hover .memberOverlay { background: linear-gradient(to top, var(--team-yellow) 0%, var(--team-overlay-hover-glow) 40%, transparent 80%); } .teamSection .teamMemberCard:hover .mInfo h3 { color: var(--team-bg-dark); } .teamSection .teamMemberCard:hover .mInfo p { color: var(--team-hover-text-dark); } .teamSection .splide__pagination__page { background: var(--team-dot-inactive); } .teamSection .splide__pagination__page.is-active { background: var(--team-yellow); margin: 0 10px; border-radius: 10px; width: 20px; } #teamSplide .splide__track { padding-top: 10px !important; } .testimonialSection .sectionTitle { text-align: center; margin-bottom: 60px; } .testimonialSection .sectionTitle h2 { font-size: 38px; font-weight: 900; color: var(--testi-text-main); } .testimonialSection .sectionTitle p { color: var(--testi-text-muted); font-size: 1.1rem; margin-top: 10px; } .testimonialSection .testimonialCard { background: var(--testi-card-bg); padding: 45px; border-radius: 24px; border: 1px solid var(--testi-border); margin: 30px 20px; backdrop-filter: blur(20px); transition: all 0.4s ease; box-shadow: -1px 0px 30px var(--testi-shadow); } .testimonialSection .testimonialCard:hover { border-color: var(--testi-yellow); transform: translateY(-7px); background: var(--testi-card-hover); } .testimonialSection .testimonialCard .quoteIcon { font-size: 32px; color: var(--testi-yellow); margin-bottom: 10px; opacity: 0.4; } .testimonialSection .testimonialCard .reviewText { font-size: 17px; line-height: 1.7; color: var(--testi-text-desc); font-style: italic; min-height: 100px; margin-bottom: 10px; } .testimonialSection .testimonialCard .clientInfo { display: flex; align-items: center; gap: 15px; } .testimonialSection .testimonialCard .clientInfo img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; border: 2px solid var(--testi-img-border); } .testimonialSection .testimonialCard .clientInfo h4 { font-size: 18px; font-weight: 800; color: var(--testi-text-light); margin: 0; } .testimonialSection .testimonialCard .clientInfo span { font-size: 13px; color: var(--testi-yellow); font-weight: 500; } .testimonialSection .splide__pagination__page { background: var(--testi-dot-inactive); } .testimonialSection .splide__pagination__page.is-active { background: var(--testi-yellow); margin: 0 10px; border-radius: 10px; width: 20px; } .blogSection .blogBento { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 300px); gap: 20px; margin-top: 40px; } @media (max-width: 992px) { .blogSection .blogBento { grid-template-columns: 1fr; grid-template-rows: auto; } } .blogSection .bentoItem .bentoInner { height: 100%; background: var(--blog-glass-bg); backdrop-filter: blur(20px); border: 1px solid var(--blog-border); border-radius: 28px; overflow: hidden; position: relative; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; } .blogSection .bentoItem .bentoInner img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s ease; filter: brightness(0.7); } .blogSection .bentoItem .bentoInner .bentoContent { position: absolute; bottom: 0; width: 100%; padding: 25px; background: linear-gradient(transparent, var(--blog-gradient-dark)); color: var(--blog-white); z-index: 2; } .blogSection .bentoItem .bentoInner .bentoContent h3 { font-size: 24px; margin: 10px 0; font-weight: 800; color: var(--blog-yellow); } .blogSection .bentoItem .bentoInner .bentoContent p { font-size: 14px; opacity: 0.8; color: var(--blog-text-desc); } .blogSection .bentoItem .bentoInner .bentoContent .tag { background: var(--blog-yellow); color: var(--blog-dark-bg); padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; } .blogSection .bentoItem .bentoInner .bentoContent .readLink { display: block; margin-top: 15px; color: var(--blog-yellow); text-decoration: none; font-weight: 900; } .blogSection .bentoItem:hover .bentoInner { transform: translateY(-10px); background: var(--blog-glass-hover); box-shadow: 0 20px 40px var(--blog-shadow); border-color: var(--blog-yellow); } .blogSection .bentoItem:hover .bentoInner img { transform: scale(1.1); filter: brightness(1); } .blogSection .bentoItem.main { grid-row: span 2; } .blogSection .bentoItem.wide { grid-column: span 2; } .blogSection .bentoItem.wide .horizontal { display: flex; height: 100%; } .blogSection .bentoItem.wide .horizontal img { width: 40%; } .blogSection .bentoItem.wide .horizontal .bentoContent { position: relative; width: 60%; background: transparent; color: var(--blog-text-main); display: flex; flex-direction: column; justify-content: center; } .blogSection .bentoItem.wide .horizontal .bentoContent h4 { font-size: 22px; font-weight: 800; color: var(--blog-yellow); margin-top: 0; } .blogSection .bentoItem.wide .horizontal .bentoContent p { color: var(--blog-text-muted); } .blogSection .bentoItem .mini { padding: 20px !important; } .blogSection .bentoItem .mini h4 { font-size: 18px; margin: 0; color: var(--blog-yellow); } .blogSection .bentoItem .mini p { font-size: 13px !important; color: var(--blog-text-muted); margin-top: 8px; } .faqSection .faqFlex { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; } .faqSection .faqInfo .desc { font-size: 18px; color: var(--faq-text-muted); margin: 20px 0 40px; line-height: 1.6; } .faqSection .faqInfo .supportCard { background: var(--faq-glass-bg); padding: 30px; border-radius: 24px; border: 1px solid var(--faq-border); backdrop-filter: blur(10px); } .faqSection .faqInfo .supportCard .userGroup { display: flex; align-items: center; margin-bottom: 10px; } .faqSection .faqInfo .supportCard .userGroup img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--faq-img-border); margin-left: -10px; } .faqSection .faqInfo .supportCard .userGroup img:first-child { margin: 0; } .faqSection .faqInfo .supportCard .userGroup span { margin-left: 15px; font-weight: 700; color: var(--faq-yellow); font-size: 14px; } .faqSection .faqInfo .supportCard .mini-text { font-size: 13px; color: var(--faq-text-dim); margin-bottom: 20px; } .faqSection .faqInfo .supportCard .supportBtn { text-decoration: none; color: var(--faq-dark-bg); background: var(--faq-yellow); padding: 12px 25px; border-radius: 12px; font-weight: 700; transition: 0.3s; display: inline-block; } .faqSection .faqInfo .supportCard .supportBtn:hover { background: var(--white); color: var(--faq-text-main); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(241, 221, 69, 0.2); } .faqSection .faqWrapper { display: flex; flex-direction: column; gap: 20px; } .faqSection .faqItem { background: var(--faq-glass-light); backdrop-filter: blur(15px); border: 1px solid var(--faq-border); border-radius: 24px; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .faqSection .faqItem .faqHeader { padding: 25px 30px; display: flex; align-items: center; cursor: pointer; gap: 20px; } .faqSection .faqItem .faqHeader .qNumber { font-size: 18px; font-weight: 900; color: var(--faq-yellow); opacity: 0.5; } .faqSection .faqItem .faqHeader h3 { flex: 1; font-size: 19px; color: var(--faq-text-main); font-weight: 800; margin: 0; } .faqSection .faqItem .faqHeader .plusIcon { width: 24px; height: 24px; position: relative; } .faqSection .faqItem .faqHeader .plusIcon::before, .faqSection .faqItem .faqHeader .plusIcon::after { content: ''; position: absolute; background: var(--faq-yellow); top: 50%; left: 50%; transform: translate(-50%, -50%); } .faqSection .faqItem .faqHeader .plusIcon::before { width: 2px; height: 12px; transition: 0.3s; } .faqSection .faqItem .faqHeader .plusIcon::after { width: 12px; height: 2px; } .faqSection .faqItem .faqBody { max-height: 0; overflow: hidden; padding: 0 30px 0 70px; transition: 0.4s ease-in-out; } .faqSection .faqItem .faqBody p { color: var(--faq-text-desc); font-size: 15px; padding-bottom: 25px; line-height: 1.6; } .faqSection .faqItem:hover { background: var(--faq-glass-hover); border-color: var(--faq-yellow); } .faqSection .faqItem.active { background: var(--faq-glass-active); box-shadow: 0 20px 40px var(--faq-shadow); border-color: var(--faq-yellow); } .faqSection .faqItem.active h3 { color: var(--faq-yellow); } .faqSection .faqItem.active .faqBody { max-height: 200px; } .faqSection .faqItem.active .plusIcon::before { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; } .contactSection .mainHeading { font-size: 50px; font-weight: 900; color: var(--cnt-text-main); text-align: center; margin-bottom: 60px; } .contactSection .contactGrid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; } .contactSection .infoGlassCard { background: var(--cnt-glass-bg); backdrop-filter: blur(20px); border: 1px solid var(--cnt-border); border-radius: 30px; padding: 50px; display: flex; flex-direction: column; justify-content: space-between; } .contactSection .infoGlassCard .badge { background: var(--cnt-yellow); color: var(--cnt-dark-bg); padding: 6px 18px; border-radius: 50px; font-weight: 900; font-size: 11px; border: none; } .contactSection .infoGlassCard .sectionHeading { font-size: 48px; color: var(--cnt-text-main); margin: 0; line-height: 1.1; margin-bottom: 10px; } .contactSection .infoGlassCard .sectionDesc { color: var(--cnt-text-muted); font-size: 15px; } .contactSection .infoList { margin: 40px 0; } .contactSection .infoList .infoBox { display: flex; gap: 20px; margin-bottom: 25px; align-items: center; } .contactSection .infoList .infoBox .iconWrap { width: 55px; height: 55px; background: var(--cnt-input-bg); color: var(--cnt-yellow); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 10px 20px var(--cnt-shadow); border: 1px solid var(--cnt-border); } .contactSection .infoList .infoBox label { font-size: 11px; font-weight: 800; color: var(--cnt-text-dim); text-transform: uppercase; } .contactSection .infoList .infoBox p { margin: 0; font-weight: 800; color: var(--cnt-text-light); font-size: 16px; } .contactSection .socialStrip { display: flex; gap: 12px; } .contactSection .socialStrip a { width: 45px; height: 45px; background: var(--cnt-yellow); color: var(--cnt-dark-bg); border-radius: 50%; display: flex; align-items: center; text-decoration: none; justify-content: center; transition: 0.3s; } .contactSection .socialStrip a:hover { background: var(--cnt-white); } .contactSection .formGlassCard { background: var(--cnt-glass-bg); backdrop-filter: blur(20px); border: 1px solid var(--cnt-border); border-radius: 30px; padding: 50px; box-shadow: 0 30px 60px var(--cnt-shadow); } .contactSection .formGlassCard h3 { font-size: 32px; font-weight: 900; color: var(--cnt-yellow); margin-bottom: 40px; } .contactSection .glassForm .inputRow { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 35px; } .contactSection .glassForm .fullWidth { margin-bottom: 35px; } .contactSection .glassForm .smartInput { position: relative; } .contactSection .glassForm .smartInput input, .contactSection .glassForm .smartInput textarea { width: 100%; padding: 15px 10px; background: var(--cnt-input-bg); border: none; border-bottom: 2px solid var(--cnt-border); font-family: inherit; font-weight: 600; font-size: 16px; color: var(--cnt-white); outline: none; transition: 0.3s; border-radius: 10px; } .contactSection .glassForm .smartInput textarea { height: 100px; resize: none; } .contactSection .glassForm .smartInput label { position: absolute; left: 15px; top: 15px; color: var(--cnt-text-dim); font-weight: 600; transition: 0.3s; pointer-events: none; } .contactSection .glassForm .smartInput .line { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--cnt-yellow); transition: 0.4s; } .contactSection .glassForm .smartInput input:focus ~ label, .contactSection .glassForm .smartInput input:valid ~ label, .contactSection .glassForm .smartInput textarea:focus ~ label, .contactSection .glassForm .smartInput textarea:valid ~ label { top: -25px; font-size: 13px; color: var(--cnt-yellow); font-weight: 800; } .contactSection .glassForm .smartInput input:focus ~ .line, .contactSection .glassForm .smartInput textarea:focus ~ .line { width: 100%; } .contactSection .submitBtn { width: 100%; padding: 20px; border-radius: 15px; border: none; background: var(--cnt-yellow); color: var(--cnt-dark-bg); font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; transition: 0.4s; box-shadow: 0 10px 20px var(--cnt-btn-glow); } .contactSection .submitBtn:hover { transform: translateY(-5px); box-shadow: 0 15px 30px var(--cnt-btn-hover-glow); background: var(--cnt-white); } @media (max-width: 1350px) { .about .container{ width: 98% !important; } .about .container:hover { transform: translateY(-5px) scale(.95); } } @media (max-width: 1200px) { .servicesSection .service-img img { height: 170px; } } @media (max-width: 1100px) { .servicesSection .service-img img { height: 150px; } } @media (max-width: 1000px) { .heroareContent h1 { font-size: 80px; } .heroareContent h2 { font-size: 55px; } .whyChooseUs .choose-grid { display: flex; } .whyChooseUs .choose-card.active { background: var(--why-active-bg); transform: translateY(10px); border-color: var(--why-card-border); } .whyChooseUs .choose-card.active:hover{ transform: translateY(-5px); box-shadow:var(--why-card-shadow); border-color:var(--why-hover-border); } .whyChooseUs .choose-card:hover{ transform: translateY(-5px); box-shadow:var(--why-card-shadow); border-color:var(--why-hover-border); } .servicesSection .service-card { width: calc(33% - 20px); } .servicesSection .service-img img { height: 150px; } .partnershipCard { padding: 10px !important; } .partnershipCard ul { margin: 10px 0 !important; } .partnershipCard .contentBox h3 { font-size: 28px !important; } .testimonialSection .sectionTitle { text-align: center; margin-bottom: 10px; } .blogSection .blogBento { display: block; } .blogSection .blogBento .bentoItem { width: calc(50% - 10px); float: left; margin: 5px; gap: 0; height: 300px; transition: .3s ease-in-out !important; } .blogSection .blogBento .bentoItem .horizontal { display: block; } .blogSection .blogBento .bentoItem .horizontal img { width: 100%; } .blogSection .blogBento .bentoItem .horizontal .bentoContent { margin-top: -100px; width: 100%; } .bentoItem:hover { transition: .3s ease-in-out !important; transform: translate(0) scale(.95); } .blogSection { float: left; } .faqSection { float: left; } .faqSection .faqFlex { padding: 10px; } } @media (max-width: 800px) { .heroareContent h1 { font-size: 60px; } .heroareContent h2 { font-size: 45px; } .heroareContent p { font-size: 14px; } .about img:hover { transform: scale(1); } .aboutDataBox { padding-bottom: 40px; } .about .container { display: block; float: auto; } .about .col-6 { width: 100%; margin: 15px 0; } .about img { height: auto; } .partnershipCard .contentBox h3 { font-size: 25px; } .partnershipCard .imgBox img { height: 400px !important; object-fit: cover; } .faqSection .faqFlex { display: block !important; } .faqSection .faqInfo { width: 100%; margin-bottom: 50px; } .contactSection .contactGrid { display: block; padding: 0 15px; } .contactSection .contactGrid .sectionHeading { font-size: 38px; } .contactSection .mainHeading{ font-size: 38px; } .contactSection .infoGlassCard { margin-bottom: 40px; } } @media (max-width: 700px) { .clientSection .stats-section { display: block; float: left; width: 100%; } .clientSection .main-card { margin-bottom: 20px; } .clientSection .stat-card { padding: 15px; } .whyChooseUs .choose-grid { display: block; float: left; width: 100%; padding: 0; margin: 0; } .whyChooseUs .choose-card { width: calc(50% - 20px); float: left; margin: 10px; } .whyChooseUs .choose-card:last-child{ width: calc(100% - 20px); } .whyChooseUs .choose-content h3 { font-size: 20px; } .innovateSection .featureCard { display: block !important; float: left; text-align: center; padding: 10px !important; } .innovateSection .featureCard .icon { width: 100%; margin: 0 auto; text-align: center; height: 100px; font-size: 40px !important; border: none !important; } .bentoContent h3 { font-size: 18px !important; line-height: 22px; } .bentoContent p { font-size: 14px !important; line-height: 17px; margin: 0 !important; padding: 0; } .bentoContent a { font-size: 14px; } .servicesSection .service-img img { height: 140px; } } @media (max-width: 650px) { .partnershipCard .cardFlex { display: block !important; padding: 10px !important; } .partnershipCard .cardFlex .contentBox { margin: 10px 0; } .partnershipCard .cardFlex .hireBtn { margin: 0 auto !important; display: block !important; text-align: center; } .partnershipCard .imgBox img { height: auto !important; object-fit: cover; } .aboutDataBox { padding-bottom: 100px; } .inputRow { display: block !important; } .inputRow .smartInput { width: 100%; margin-bottom: 40px; } } @media (max-width: 600px) { .heroareContent h1 { font-size: 50px; } .heroareContent h2 { font-size: 35px; } .clientSection .setionTitle { font-size: 28px; margin-bottom: 0px; } .whyChooseUs .setionTitle { font-size: 28px; margin-bottom: 0px; } .servicesSection .services-grid { gap: 5px; } .servicesSection .service-card { width: calc(50% - 14px); border-radius: 10px; margin: 5px; } .servicesSection .service-img img { height: 170px; } .servicesSection .service-card h3 { font-size: 16px; } .servicesSection .service-card:last-child { width: calc(100% - 12px); } .servicesSection .setionTitle { font-size: 28px; margin-bottom: 0px; } .tech-pill { padding: 4px 16px 4px 4px; gap: 8px; } .tech-pill .icon-wrap { width: 32px; height: 32px; font-size: 16px; } .tech-pill span { font-size: 14px; } .techSection .marquee-full { margin-bottom: 20px; } .techSection .setionTitle { font-size: 28px; margin-bottom: 20px; } .projectSection .setionTitle { font-size: 28px; } .innovateSection .sectionTitle h2 { font-size: 28px !important; } .innovateSection .sectionTitle p { font-size: 14px; } .teamSection .sectionTitle h2 { font-size: 28px !important; } .teamSection .sectionTitle p { font-size: 14px; } .testimonialSection .sectionTitle h2 { font-size: 28px !important; } .blogSection .sectionHeading { font-size: 28px !important; margin-bottom: -30px; margin-left: 10px; } } @media (max-width: 550px) { .servicesSection .service-img img { height: 155px; } } @media (max-width: 500px) { .heroarea { min-height: 500px; position: relative; margin-bottom: -50px; } .heroareContent a { padding: 5px 20px; font-size: 18px; } .sectionHeading { font-size: 30px; } .sectionParra p { font-size: 16px; } .sectionParra ul li { font-size: 14px; } .sectionParra ul li i { font-size: 15px; float: left; line-height: 25px; } .clientSection .stat-icon { font-size: 20px; min-width: 40px; height: 40px; border-radius: 8px; } .servicesSection .service-card { width: calc(50% - 13px); border-radius: 10px; margin: 5px; } .servicesSection .service-img img { height: 140px; } .clientSection .stat-info h3 { font-size: 20px; } .clientSection .stat-info p { font-size: 14px; } .clientSection .main-card h2 { font-size: 40px; } .clientSection .main-card .stat-icon { margin-bottom: -20px; } .whyChooseUs .choose-card { width: calc(100% - 20px); } .featureGrid { gap: 10px !important; } .featureGrid .featureCard:hover{ transform: scale(.8); } .featureCard h4 { font-size: 20px !important; } .featureCard p { font-size: 18px !important; margin-bottom: 20px; } .innovateSection .sectionTitle { text-align: center; margin-bottom: 30px; } .partnershipCard .contentBox h3 { font-size: 20px !important; } .partnershipCard .contentBox ul li strong { font-size: 16px !important; } .blogSection .blogBento .bentoItem { width: calc(100% - 10px); float: left; margin: 5px; gap: 0; height: 300px; transition: .3s ease-in-out !important; } } @media (max-width: 450px) { .servicesSection .service-card img { height: 100px; } } @media (max-width: 400px) { .servicesSection .service-card { width: calc(100% - 20px); } .featureGrid { display: flow-root !important; } .featureCard { display: block !important; margin-bottom: 20px; width: 100% !important; } }