body, code, html, kbd, pre, samp { font-family: "Product Sans", Arial, sans-serif; } body, html { overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { margin-top: 0; } ol, ul { list-style: none; } a { text-decoration: none !important; transition: 0.3s ease-in-out; } p { font-weight: 300; } /* .bannerfold { display: flex; align-items: center; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; } */ .bannerfold { padding-top: 200px; position: relative; min-height: 730px; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('<?php echo site_url(); ?>common/images/los-angeles/los-angeles-banner-480.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; } .bannerfoldbg_img { position: absolute; left: 0; right: 0; margin: 0 auto; width: 100%; height: 100%; object-fit: cover; top: 0; bottom: 0; z-index: -1; inset: 0; } .bannerfold::after { position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #000; opacity: 0.6; } .bannerfold .container { position: relative; z-index: 1; } .bannerfoldcontent { position: relative; z-index: 1; } .bannerfoldcontent h1 { font-size: 48px; color: #fff; font-weight: bold; line-height: 58px; margin-bottom: 20px; } .bannerfoldcontent p { color: #fff; font-weight: 400; font-size: 18px; margin-bottom: 25px; } .btndesign { background-color: #0080ff; color: #fff; font-size: 16px; font-weight: 500; padding: 0 25px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; border: 1px solid #0080ff; } .btndesign:hover { background-color: transparent; color: #0080ff; } .whitebtndesign { background-color: #fff; color: #0080ff; font-size: 16px; font-weight: 500; padding: 0 25px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; border: 1px solid #fff; } .whitebtndesign:hover { background-color: transparent; color: #fff; } .text-center { text-align: center !important; } .requirednote { margin-top: 40px; display: flex; gap: 15px; flex-wrap: wrap; color: #fff; font-size: 16px; } .requirednotebx .note-item { font-size: 18px; display: flex; align-items: center; gap: 8px; opacity: 0.9; } .requirednotebx .note-item::before { content: "✔"; font-size: 22px; color: #1a81ff; } .requirednotebx { margin-top: 40px; display: flex; padding: 12px 18px; border-radius: 8px; background: rgba(0, 0, 0, 0.4); color: #f1f1f1; font-size: 14px; backdrop-filter: blur(8px); border: 1px solid #1a81ff; border-left: 4px solid #1a81ff; width: max-content; } /* Card Design */ .requirednotebox { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 10px; background: rgb(255 255 255 / 11%); backdrop-filter: blur(8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; cursor: pointer; } /* Hover Effect */ .requirednotebox:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); } .iconbox { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #fff; } /* Icon */ .iconbox img { width: 24px; height: 24px; } /* Text */ .requirednotebox p { margin: 0; font-size: 15px; font-weight: 400; color: #fff; } .aboutfold .aboutfoldtext h2 { background: #ffffff; padding: 30px; border-radius: 12px; position: relative; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); color: #08223a; font-size: 42px; font-weight: 900; margin: 0 40px 0 0; line-height: 52px; } .aboutfoldtext p:last-child { margin: 0; } /* Accent line */ .aboutfold .aboutfoldtext h2::before { content: ""; position: absolute; left: 0; top: 30px; width: 5px; height: 60px; background: linear-gradient(180deg, #0080ff, #00c6ff); border-radius: 4px; } /* Highlight last words */ .aboutfold .aboutfoldtext h2 span { color: #0080ff; } section { padding: 40px 0; overflow: hidden; } .aboutfoldtext p { font-size: 20px; font-weight: 400; color: #08223a; margin-bottom: 20px; line-height: 31px; text-align: justify; } .commanheading h2 { color: #08223a; font-size: 42px; font-weight: 900; margin: 0 0 20px; line-height: 50px; } .bg-light { background-color: #f2f2f2; } .bg-primary { background-color: #0080ff; } .bg-secondary { background-color: #121526; } .commanheading { margin-bottom: 35px; } .partnersliderimg { text-align: center; } .partnersliderimg img { margin: 0 auto; height: 110px; width: auto; } .headingcenter { text-align: center; } .commanheading p { font-size: 18px; font-weight: 400; color: #08223a; margin: 10px auto 0px; line-height: 28px; max-width: 1000px; } .technologyfold_inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px 40px; } .technologyfold_inner a { position: relative; display: block; font-size: 18px; font-weight: 500; color: #222; padding: 12px 15px 12px 35px; border-radius: 6px; transition: all .3s ease; } /* Arrow */ .technologyfold_inner a:before { content: "›"; position: absolute; left: 10px; top: 47%; transform: translateY(-50%); font-size: 30px; color: #0080ff; transition: .3s; } /* Hover Effect */ .technologyfold_inner a:hover { background: #f5f5f5; color: #0080ff; transform: translateX(6px); } .technologyfold_inner a:hover:before { transform: translateY(-50%) translateX(6px); } .techgnolybg { margin-bottom: -60px; margin-top: 50px; } .techgnolybg img { max-width: 100%; } .headingwhite p, .headingwhite h2 { color: #fff; } .servicesfoldtabs .nav-tabs { border: 0; display: grid; width: 50%; gap: 12px; grid-template-columns: repeat(2, 1fr); } .servicesfoldtabs .nav-tabs li { width: 100%; margin: 0; } .servicesfoldtabs .nav-tabs li:last-child { grid-column: 1 / -1; } .servicesfoldtabs .nav-tabs li a { display: flex; justify-content: flex-start; padding: 12px 12px 12px; border-radius: 10px; background: rgba(255, 255, 255, 0.10); border: 1.5px solid rgba(255, 255, 255, 0.14) !important; height: 100px; position: relative; overflow: hidden; transition: background 0.22s, border-color 0.22s, transform 0.18s; text-decoration: none; align-items: center; } .servicesfoldtabs .nav-tabs li a::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #00dcff, #a78bfa); opacity: 0; transition: opacity 0.22s; } .servicesfoldtabs .nav-tabs li a:hover { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.28) !important; transform: translateY(-2px); } .servicesfoldtabs .nav-tabs li a:hover::after { opacity: 1; } .servicesfoldtabs .nav-tabs li.active a { background: #fff !important; border-color: #fff !important; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.20); transform: translateY(-2px); } .servicetabs::before { display: none; } .servicesfoldtabs .nav-tabs li.active a::after { opacity: 1; background: linear-gradient(90deg, #0080ff, #7b5fff); } /* icon row */ .servicesfoldtabs .nav-tabs li a .tab-top { display: flex; align-items: center; justify-content: space-between; } .servicesfoldtabs .nav-tabs li a img { width: 50px; height: 50px; padding: 7px; border-radius: 10px; background: rgba(255, 255, 255, 0.14); filter: brightness(0) invert(1); opacity: 0.88; margin: 0; object-fit: contain; } .servicesfoldtabs .nav-tabs li.active a img { filter: brightness(0) saturate(100%) invert(17%) sepia(96%) saturate(2300%) hue-rotate(218deg); background: rgba(11, 59, 255, 0.10); opacity: 1; } /* label row */ .servicesfoldtabs .nav-tabs li a span { font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.90); line-height: 1.3; margin-left: 16px; } .servicesdata img { filter: brightness(30.5) invert(1); max-width: 60px; margin-bottom: 15px; } .servicesfoldtabs .nav-tabs li.active a span { color: #0080ff; } .servicesdata h3 a { color: #fff !important; } .servicesfoldinner { display: flex; align-items: center; } .servicesfoldtabs .tab-content { width: 60%; } .servicesdata { border-left: 2px solid #ffffff63; padding: 40px 40px; margin-left: 30px; } .servicesdata h3 { color: #fff; font-size: 28px; font-weight: 900; margin: 0 0 15px; line-height: 30px; } .servicesdata p { font-size: 16px; font-weight: 400; color: #fff; margin: 0px auto 0px; line-height: 26px; } .servicesfoldtabs { margin-bottom: 20px; display: flex; align-items: center; } .ctafold_head span { color: #fff; font-size: 18px; display: block; font-weight: 500; margin-bottom: 5px; text-transform: uppercase; } .ctafold_head h2 { color: #fff; font-size: 38px; line-height: 48px; margin-bottom: 0; font-weight: 700; } .ctabtns { display: flex; margin-top: 25px; } .ctabtns a { margin-right: 15px; } .portfoliofold_box { display: flex; border: 1px solid #f2f2f240; border-radius: 10px; padding: 40px 30px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); align-items: center; height: 100%; } .portfoliofoldimg { width: 50%; text-align: end; } .portfoliofoldcontent { width: 50%; } .portfoliofoldimg img { max-width: 90%; } .portfoliofoldcontent h3 { color: #fff; font-size: 20px; font-weight: 600; line-height: 30px; margin-bottom: 10px; } .portfoliofoldcontent p { color: #fff; font-size: 16px; font-weight: 500; line-height: 25px; margin-bottom: 25px; } .portfoliofoldmain .col-md-6 { display: flex; } .industryfold_main { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 40px; } /* Card Design */ .industry-card { position: relative; padding: 25px 15px; border-radius: 16px; background: #ffffff; text-align: center; overflow: hidden; transition: all 0.4s ease; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05); } /* Gradient Hover Layer */ .industry-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, #0080ff, #00c6ff); opacity: 0; transition: 0.4s; z-index: 0; } /* Icon */ .industry-card .icon { position: relative; z-index: 2; } .industry-card img { max-width: 90px; transition: 0.4s; } /* Title */ .industry-card h3 { font-size: 18px; font-weight: 700; color: #08223a; margin: 24px 0 0; position: relative; z-index: 2; transition: 0.4s; } /* Hover Effects */ .industry-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); } .industry-card:hover::before { opacity: 1; } .industry-card:hover h3 { color: #fff; } .industry-card:hover img { transform: scale(1.1) rotate(5deg); } .callicon { max-width: 22px; margin-right: 8px; } .contactdetails h2 { color: #08223a; font-size: 32px; font-weight: 900; margin: 0 0 16px; line-height: 43px; } .contactdetails h3 { color: #08223a; font-size: 22px; font-weight: 900; margin: 0 0 5px; line-height: 25px; } .contactdetails h4 { color: #08223a; font-size: 18px; font-weight: 500; margin: 0 0 0; line-height: 25px; } .contactdetails p { font-size: 18px; font-weight: 400; color: #08223a; line-height: 28px; margin-bottom: 10px; } .contactdetails .btndesign:hover img { filter: invert(43%) sepia(96%) saturate(2140%) hue-rotate(199deg) brightness(101%) contrast(101%); } .contactperson img { max-width: 100%; } .contactperson { text-align: center; height: 100px; width: 100px; background-color: #fff; display: flex; align-items: flex-end; border-radius: 50px; overflow: hidden; border: 3px solid #0080ff; margin-right: 20px; } .contactpersonmain { display: flex; align-items: center; margin-bottom: 12px; } .contactfold .row { display: flex; align-items: center; flex-wrap: wrap; } .usernumber_main { display: flex; border: 0; border-radius: 10px; overflow: hidden; background-color: #fff; } .usernumber_box { width: 25%; text-align: center; padding: 20px 20px; border-right: 1px solid #b3c8c8; height: 280px; display: flex; align-items: center; justify-content: center; } .usernumber_box img { max-width: 60px; transition: 0.3s ease-in-out; } .usernumber_count { color: #041527; margin: 26px 0 6px; font-weight: 800; font-size: 40px; display: flex; justify-content: center; } .usernumber_box .spanuse { color: #041527; font-size: 18px; line-height: 34px; margin: 0; font-weight: 600; padding: 0; display: block; } .processfold { overflow: unset; } .stickyheading { position: sticky; top: 110px; } .processfold .pf-steps { display: flex; flex-direction: column; gap: 0; padding: 20px 30px 0 30px; } .processfoldtabs { overflow-y: auto; height: 282px; } .processfoldtabs::-webkit-scrollbar { height: 6px; } .processfoldtabs::-webkit-scrollbar-track { background: #eee; border-radius: 10px; } .processfoldtabs::-webkit-scrollbar-thumb { background: #0080ff; border-radius: 10px; } .processfoldtabs::-webkit-scrollbar-thumb:hover { background: #0066cc; } .processfold .pf-step { display: flex; align-items: flex-start; gap: 0; } .processfold .pf-track { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 56px; height: 180px; } .processfold .pf-dot { width: 68px; height: 68px; border-radius: 50%; background: #f0f6ff; border: 2px solid #d8e8f8; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; flex-shrink: 0; transition: background 0.3s, border-color 0.3s, transform 0.3s; } .processfold .pf-dot img { width: 35px; height: 35px; object-fit: contain; transition: filter 0.3s; } .processfold .pf-step:hover .pf-dot { background: #0080ff; border-color: #0080ff; transform: scale(1.1); } .processfold .pf-step:hover .pf-dot img { filter: brightness(0) invert(1); } .processfold .pf-line { width: 2px; flex: 1; min-height: 36px; background: #e2eef8; position: relative; overflow: hidden; } .processfold .pf-line::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #0080ff; transform: scaleY(0); transform-origin: top; transition: transform 0.4s ease; } .processfold .pf-step:hover .pf-line::after { transform: scaleY(1); } .processfold .pf-step:last-child .pf-line { display: none; } .processfold .pf-content { padding: 4px 0 25px 24px; flex: 1; } .processfold .pf-step:last-child .pf-content { padding-bottom: 0; } .processfold .pf-num { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #b0c8e0; margin-bottom: 8px; transition: color 0.3s; } .processfold .pf-step:hover .pf-num { color: #0080ff; } .processfold .pf-title { font-size: 18px; font-weight: 700; color: #08223a; line-height: 1.3; margin-bottom: 8px; } .processfold .pf-body { font-size: 16px; color: #08223a; line-height: 24px; margin: 0; } .processfold .pf-bar { height: 2px; background: #e2eef8; border-radius: 2px; margin-top: 14px; overflow: hidden; width: 48px; } .processfold .pf-bar-fill { height: 100%; width: 0; background: #0080ff; border-radius: 2px; transition: width 0.4s ease; } .processfold .pf-step:hover .pf-bar-fill { width: 100%; } .whychooseinner .commanheading { max-height: 250px; overflow: hidden; margin-bottom: 20px; position: relative; transition: max-height 0.6s ease; } .pf-steps .pf-step:last-child .pf-track { height: 130px; } .whychooseinner .commanheading.expanded { max-height: 2000px; } .whychooseinner .commanheading::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background: linear-gradient(transparent, #fff); } .whychooseinner .commanheading.expanded::after { display: none; } .whychooseinner .commanheading p { max-width: 100%; margin: 0 0 20px; } .whychooseinner .commanheading h2 { margin-bottom: 20px; } .whychooseinner .commanheading h3 { color: #08223a; font-size: 34px; font-weight: 900; margin: 0 0 15px; line-height: 40px; } .readmorebtn { color: #0080ff; font-size: 16px; text-transform: uppercase; } .processfold .commanheading { margin-bottom: 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); color: #08223a; position: relative; padding: 30px; border-radius: 12px; } .processfold .commanheading::after { content: ""; position: absolute; left: 0; top: 30px; width: 5px; height: 150px; background: linear-gradient(180deg, #0080ff, #00c6ff); border-radius: 4px; } .usamap iframe { height: 350px; border-radius: 6px; border: 2px solid #000 !important; } .mapdetails p { font-size: 16px; font-weight: 400; color: #08223a; line-height: 23px; margin-top: 10px; } .testimonialsbox { border: 4px solid #f2f2f2; padding: 40px 30px; background-color: #fff; min-height: 420px; } .testimonialslogo { display: flex; align-items: center; justify-content: center; height: 80px; width: 80px; border-radius: 50px; border: 3px solid #f2f2f2; background-color: #fff; margin-right: 20px; } .testimonials_top { margin-bottom: 30px; display: flex; align-items: center; } .testimonialslogo img { max-width: 100%; } .testimonials_name h3 { font-weight: 600; font-size: 20px; margin: 0 0 5px; color: #08223a; } .testimonials_name span { font-size: 15px; display: block; color: #08223a; } .testimonialsbox p { font-size: 18px; font-weight: 400; color: #08223a; margin: 0; line-height: 28px; } .verifiedby { margin-top: 30px; } .verifiedby h3 { font-size: 16px; margin-bottom: 14px; } .testimonialSwiper .swiper-button-prev { left: auto; right: 60px; top: auto; bottom: 10px; } .testimonialSwiper .swiper-button-next { left: auto; right: 20px; top: auto; bottom: 10px; } .testimonialSwiper .swiper-button-prev:after { transform: scale(-1); } .testimonialSwiper .swiper-button-next:after, .testimonialSwiper .swiper-button-prev:after { background-image: url(../images/los-angeles/arrow-right-box-fill.webp); background-size: 36px; height: 36px; width: 36px; background-position: center; font-size: 0; } .faqfold { position: relative; overflow: hidden; } /* Atmospheric blobs */ .faqfold::before, .faqfold::after { content: ''; position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; } .faqfold::before { width: 520px; height: 520px; background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%); top: -100px; left: -160px; } .faqfold::after { width: 400px; height: 400px; background: radial-gradient(circle, rgba(6, 182, 212, 0.12) 0%, transparent 70%); bottom: -80px; right: -100px; } /* ── FAQ Wrapper ── */ .faqfoldmain { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; } /* ── FAQ Item ── */ .faq-item { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; overflow: hidden; transition: border-color 0.3s ease, box-shadow 0.3s ease; } .faq-item.open { border-color: rgba(255, 255, 255, 0.35); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3); } /* ── Question button ── */ .faq-question { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; text-align: left; } .faq-question-text { font-size: 18px; font-weight: 600; color: rgba(255, 255, 255, 0.85); line-height: 1.45; transition: color 0.25s; } .faq-item.open .faq-question-text { color: #ffffff; } /* ── Icon ── */ .faq-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.25); display: grid; place-items: center; transition: background 0.3s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); } .faq-icon svg { width: 14px; height: 14px; stroke: #ffffff; stroke-width: 2.5; stroke-linecap: round; fill: none; transition: stroke 0.3s; } .faq-item.open .faq-icon { background: #ffffff; border-color: transparent; transform: rotate(45deg); } .faq-item.open .faq-icon svg { stroke: #000000; } /* ── Answer panel ── */ .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease; opacity: 0; } .faq-item.open .faq-answer { opacity: 1; } .faq-answer-inner { padding: 0 28px 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; } .faq-answer-inner p { font-size: 16px; line-height: 25px; color: #f2f2f2; } .faq-answer-inner p a { color: #fff; } /* ── Hover state (not open) ── */ .faq-item:not(.open):hover { border-color: rgba(255, 255, 255, 0.25); } .faq-item:not(.open):hover .faq-question-text { color: #ffffff; } .faq-num { font-size: 18px; font-weight: 700; color: #f2f2f2; letter-spacing: 0.08em; min-width: 24px; } .faq-question-left { display: flex; align-items: flex-start; gap: 14px; flex: 1; } .portfoliofoldmain { display: flex; margin-bottom: 30px; } .form_design { width: 100%; margin: 0 auto; border-radius: 10px; overflow: hidden; animation: fd-rise 0.65s cubic-bezier(.22, 1, .36, 1) both; padding: 30px 30px; backdrop-filter: blur(20px); position: relative; background: radial-gradient(circle at 30% 30%, rgba(15, 76, 129, 0.8), #000c1a); } .form_design form .form-group .form-control { background-color: transparent; border-radius: 0; height: 50px; padding: 14px 0; resize: none; color: #fff; font-size: 15px; box-shadow: unset; font-weight: 500; border: 0; border-bottom: 2px solid #fff; } .form_design form .form-group .form-control::placeholder { color: #fff; } .form_design form .form-group:has(input:focus)::after { width: 100%; } .form_design form .form-group::after { position: absolute; content: ""; bottom: 0; height: 2px; background-color: #1a81ff; width: 20%; left: 0; transition: 0.3s ease-in-out; } .form_design form .form-group textarea.form-control { height: 100px; } .form_design form .form-group { margin-bottom: 15px; position: relative; } .form_head { margin-bottom: 24px; } .form_head h2 { margin: 0; color: #fff; font-weight: 700; font-size: 24px; margin-bottom: 20px; text-align: center; } .form_head h2 span { color: #0080ff; } .form_design form .form-group:last-child { margin: 25px 0 0; } .form_design .btndesign { width: 100%; transition: 0.3s ease-in-out; } .form_design form .form-group:last-child::after { display: none; } .contactusfold .container>.row { display: flex; flex-wrap: wrap; justify-content: center; } .interlink { color: #08223a; } .bg-secondary .commanheading p .interlink { color: #fff; } .blogsfold .main-blog-bx { padding: 0 !important; } .newbtn_design { background: #0080ff; color: #fff !important; font-size: 16px; line-height: 24px; font-weight: 600; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; padding: 5px 60px 5px 25px; transition: 0.3s ease-in-out; position: relative; border: 0; } .newbtn_design img, .newbtn_white img { max-width: 20px; position: absolute; right: 22px; animation: 1s infinite wobble; transition: 0.5s; } .newbtn_design:hover img, .newbtn_design_white:hover img, .newbtn_white:hover img { right: calc(100% - 50px); } .newbtn_design:hover, .newbtn_design_white:hover, .newbtn_white:hover { padding: 5px 25px 5px 60px; } .newbtn_design_white { background: #fff; color: #0080ff !important; font-size: 16px; line-height: 24px; font-weight: 600; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; padding: 5px 60px 5px 25px; transition: 0.3s ease-in-out; position: relative; border: 0; } .newbtn_design_white img { max-width: 20px; position: absolute; right: 22px; animation: 1s infinite wobble; transition: 0.5s; filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .newbtn_design_white:hover { padding: 5px 25px 5px 60px; } @keyframes wobble { 0%, 100% { transform: none; } 15% { transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } } @keyframes wobble { 0%, 100% { transform: none; } 15% { transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } } .lazy-section { opacity: 0; transition: opacity 0.5s ease-in-out; } .lazy-section.loaded { opacity: 1; } .lazyload { opacity: 0; transition: opacity 0.5s ease; } .lazyloaded { opacity: 1; } /* faq */ .faqbannerbx .hero-mesh { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 80% at 10% 50%, rgba(22, 73, 255, 0.18) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 90% 20%, rgba(255, 107, 53, 0.12) 0%, transparent 55%), radial-gradient(ellipse 40% 50% at 70% 90%, rgba(18, 183, 106, 0.10) 0%, transparent 50%); } .faqbannerbx .hero-grid-lines { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 48px 48px; } .faqbannerbx .faqbannercontt { padding: 120px 0 40px; } .faqbannerbx { position: relative; background-color: #141410; color: #fff; } .faqbannerbx::before { content: ''; position: absolute; top: -120px; left: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(26, 60, 255, 0.22) 0%, transparent 65%); pointer-events: none; } .faqbannerbx .faqbannercontt h1 { font-weight: 900; font-size: 64px; line-height: 78px; margin-bottom: 20px; letter-spacing: -1px; } /* Gradient Text */ .faqbannerbx .faqbannercontt h1 span { position: relative; color: transparent; -webkit-text-stroke: 1px #4D6FFF; } /* animated fill */ .faqbannerbx .faqbannercontt h1 span::before { content: attr(data-text); position: absolute; left: 0; top: 0; width: 0%; height: 100%; color: #fff; white-space: nowrap; overflow: hidden; border-right: 2px solid #4D6FFF; animation: strokeReveal 7s linear infinite; } @keyframes strokeReveal { 0% { width: 0%; } 50% { width: 100%; } 100% { width: 0%; } } .faqbannerbx .faqbannercontt p { font-size: 18px; line-height: 32px; opacity: 0.85; max-width: 520px; } .faqbannerbx .quesimg { padding-top: 90px; } .faqbannerbx img { width: 100%; } .faqtopcta { display: flex; justify-content: center; margin-bottom: 40px; } .faqtopcta img { max-width: 45px; } .faqtopcta .lfttopfaq { display: flex; align-items: center; gap: 15px; } .faqtopcta .topcta { display: flex; max-width: 1000px; gap: 35px; color: #fff; background: linear-gradient(135deg, #49b0d9, rgba(18, 21, 38, 1)); padding: 20px 30px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.4); } .faqtopcta .lfttopfaq span { font-size: 20px; font-weight: 500; } .faqbodybox .tab_item { padding: 16px 22px; margin-bottom: 12px; background: rgba(255, 255, 255, 0.08); cursor: pointer; border-radius: 12px; transition: all 0.4s ease; font-weight: 600; color: #fff; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); margin-right: 15px; font-size: 16px; } .faqbodybox .col-md-4 span { font-size: 20px; font-weight: 500; color: #fff; display: block; margin: 0 0px 15px; } .faqbodybox .tab_item:hover { background: linear-gradient(135deg, rgba(18, 21, 38, 1), #49b0d9); } .faqbodybox .tab_item.active { background: linear-gradient(135deg, #1f79bd, #49b0d9); color: #fff; transform: translateX(5px); box-shadow: 0 10px 25px rgba(31, 121, 189, 0.3); } .faqbodybox .tab_content { display: none; animation: fadeInUp 0.4s ease; } .faqbodybox .tab_content.active { display: block; } .faqbodybox .faq_box { position: relative; padding: 22px; border-radius: 14px; margin-bottom: 10px; cursor: pointer; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); backdrop-filter: blur(14px); transition: all 0.4s ease; overflow: hidden; } .faqbodybox .faq_box::before { content: ""; position: absolute; inset: 0; border-radius: 14px; padding: 1px; background: linear-gradient(120deg, #4D6FFF, #1DB87A, #4D6FFF); background-size: 200% auto; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: borderMove 4s linear infinite; } .faqbodybox .faq_box:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); } .faqbodybox .faq_box.active { background: linear-gradient(135deg, #08223a, #06c); } .faqbodybox .faq_box_head { display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: #fff; font-size: 18px; position: relative; z-index: 2; } .faqbodybox .faq_box_head::after { content: "+"; font-size: 24px; transition: transform 0.3s ease; } .faqbodybox .faq_box.active .faq_box_head::after { content: "−"; transform: rotate(180deg); } .faqbodybox .faq_data { font-size: 16px; line-height: 26px; color: #fff; max-height: 0; overflow: hidden; transition: all 0.4s ease; opacity: 0; } .faqbodybox .faq_box.active .faq_data { max-height: 500px; opacity: 1; margin-top: 15px; } .faqbodybox .faq_data ul { padding-left: 20px; list-style: circle; } .faqbodybox .tabs_left { height: 95vh; overflow: hidden; overflow-y: scroll; } .faqbodybox .tabs_left::-webkit-scrollbar { width: 8px; height: 6px; } .faqbodybox .tabs_left::-webkit-scrollbar-track { background: #ffffff4b; border-radius: 10px; } .faqbodybox .tabs_left::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .faqbodybox .mainfaqsbx h2 { font-weight: 800; font-size: 26px; line-height: 35px; margin-bottom: 15px; color: #fff; } .faqbodybox .tabs_right { background: #06c; padding: 25px 30px 40px; border-radius: 20px; } .faqcta .rowctafaq { position: relative; background: linear-gradient(135deg, #1f79bd, #49b0d9); border-radius: 30px; color: #fff; display: flex; justify-content: space-between; overflow: hidden; box-shadow: 0 20px 60px rgba(31, 121, 189, 0.25); } .faqcta .rowctafaq::before { content: ""; position: absolute; width: 300px; height: 300px; background: rgba(255, 255, 255, 0.15); filter: blur(80px); top: -80px; left: -80px; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } } @keyframes borderMove { 0% { background-position: 0% center; } 100% { background-position: 200% center; } } .faqcta .rowctafaq { position: relative; background: linear-gradient(135deg, #1f79bd, #49b0d9); border-radius: 30px; color: #fff; display: flex; justify-content: space-between; overflow: hidden; box-shadow: 0 20px 60px rgba(31, 121, 189, 0.25); } /* Glow effect */ .faqcta .rowctafaq::before { content: ""; position: absolute; width: 300px; height: 300px; background: rgba(255, 255, 255, 0.15); filter: blur(80px); top: -80px; left: -80px; } /* Floating gradient blob */ .faqcta .rowctafaq::after { content: ""; position: absolute; width: 250px; height: 250px; background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent); bottom: -80px; right: -80px; } .faqcta .rowctafaq .leftfaq { width: 60%; padding: 60px 50px 60px 70px; position: relative; z-index: 2; } .faqcta .rowctafaq h2 { font-weight: 800; font-size: 42px; line-height: 56px; margin-bottom: 20px; letter-spacing: -0.5px; } .faqcta .rowctafaq p { font-size: 18px; opacity: 0.9; margin-bottom: 25px; } .faqcta .rowctafaq .rightfaq { width: 40%; position: relative; } .faqcta .rightfaq img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 0.5s ease; } .faqcta .rowctafaq:hover .rightfaq img { transform: scale(1.1); } .newbtnfaq { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); padding: 16px 32px; font-size: 16px; font-weight: 600; border-radius: 50px; transition: all 0.4s ease; display: inline-flex; align-items: center; gap: 10px; } .newbtnfaq:hover { background: #fff; color: #1f79bd; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); } .newbtnfaq::after { content: "→"; transition: transform 0.3s ease; } .newbtnfaq:hover::after { transform: translateX(5px); } .midfaqcta .rowmidcta { position: relative; background: linear-gradient(135deg, #1f79bd, #49b0d9); border-radius: 30px; color: #fff; display: flex; justify-content: space-between; overflow: hidden; box-shadow: 0 20px 60px rgba(31, 121, 189, 0.25); margin-top: 20px; } /* Glow effect */ .midfaqcta .rowmidcta::before { content: ""; position: absolute; width: 300px; height: 300px; background: rgba(255, 255, 255, 0.15); filter: blur(80px); top: -80px; left: -80px; } /* Floating gradient blob */ .midfaqcta .rowmidcta { position: relative; background: linear-gradient(135deg, #fff, #49b0d9); border-radius: 30px; color: #08223a; display: flex; justify-content: space-between; overflow: hidden; box-shadow: 0 20px 60px rgba(31, 121, 189, 0.25); } .midfaqcta .rowmidcta .lftcta { width: 60%; padding: 30px 15px 30px 30px; position: relative; z-index: 2; } .midfaqcta .rowmidcta h2 { font-weight: 800; font-size: 30px; line-height: 42px; margin-bottom: 10px; } .midfaqcta p { font-size: 16px; font-weight: 400; line-height: 22px; margin-bottom: 25px; } .midfaqcta .mainctabtn { display: flex; gap: 10px; } .midfaqcta .ctabtn1 { border: 1px solid #08223a; color: #08223a; font-size: 14px; font-weight: 400; background-color: transparent; padding: 12px 10px; border-radius: 15px; } .midfaqcta .ctabtn2 { color: #08223a; font-size: 16px; font-weight: 400; background-color: #fff; padding: 12px 10px; border-radius: 15px; } .midfaqcta .rhtcta { width: 40%; position: relative; } .midfaqcta .rhtcta img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 0.5s ease; } .midfaqcta .rowmidcta:hover .rhtcta img { transform: scale(1.1); } /* faq */ .bannerfold .container .row { display: flex; align-items: center; flex-wrap: wrap; } /* dallas */ .interlinkbx { color: #fff !important; font-style: italic; } .commbg { position: relative; background: linear-gradient(135deg, #08223a, #0d3b66); } .commbg1 { position: relative; background: linear-gradient(135deg, #0d3b66, #08223a); } .commaboutfold { position: relative; overflow: hidden; } .commaboutfold::before { content: ""; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(73, 176, 217, 0.25), transparent 70%); top: -150px; right: -150px; z-index: 0; } .commaboutfold::after { content: ""; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(31, 121, 189, 0.2), transparent 70%); bottom: -150px; left: -150px; z-index: 0; } .commaboutfold .container { position: relative; z-index: 2; } .commaboutfoldtext h2 { font-size: 40px; font-weight: 700; line-height: 52px; color: #fff; position: relative; margin-bottom: 40px; } .commaboutfoldtext h2::after { content: ""; position: absolute; left: 0; bottom: -12px; width: 80px; height: 4px; border-radius: 10px; background: linear-gradient(90deg, #49b0d9, #ffffff); animation: underlineMove 3s linear infinite; background-size: 200% auto; } .commaboutfoldtext p { font-size: 17px; line-height: 28px; color: #fff; margin-bottom: 10px; } .commaboutfold .col-md-6:last-child .commaboutfoldtext { padding: 30px; border-radius: 16px; background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); transition: 0.4s ease; } .commaboutfold .col-md-6:last-child .commaboutfoldtext:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3); } @keyframes underlineMove { 0% { background-position: 0% center; } 100% { background-position: 200% center; } } .maincommservice .rowcommdevvservice .swiper-wrapper { padding-top: 15px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; margin-bottom: 30px; } .maincommservice .itemdevservice { position: relative; border-radius: 20px; background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); overflow: hidden; transition: all 0.5s ease; z-index: 1; color: #fff; } .maincommservice .itemdevservice a { width: 100%; height: 100%; padding: 20px 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; z-index: 2; } .maincommservice .itemdevservice:hover { transform: translateY(-12px) scale(1.02); } .maincommservice .itemdevservice::before { content: ""; position: absolute; inset: 0; border-radius: 20px; padding: 1px; background: linear-gradient(120deg, #49b0d9, transparent, #ffffff, transparent); background-size: 300% 300%; animation: borderMove 6s linear infinite; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0.7; } @keyframes borderMove { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } } .maincommservice .itemdevservice::after { content: ""; position: absolute; width: 180px; height: 180px; background: radial-gradient(circle, rgba(73, 176, 217, 0.25), transparent 70%); top: -50px; right: -50px; transition: 0.6s ease; z-index: -1; } .maincommservice .itemdevservice:hover::after { transform: scale(1.3); opacity: 0.8; } .maincommservice .sericc { width: 65px; height: 65px; border-radius: 18px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(73, 176, 217, 0.2), rgba(255, 255, 255, 0.05)); margin-bottom: 20px; transition: 0.4s ease; text-align: center; } .maincommservice .sericc img { width: 34px; transition: 0.4s ease; } .maincommservice .itemdevservice:hover .sericc { transform: rotate(8deg) scale(1.1); } .maincommservice .itemdevservice:hover .sericc img { transform: scale(1.15); } .maincommservice .itemdevservice h3 { font-size: 17px; line-height: 26px; font-weight: 600; margin-bottom: 12px; color: #fff; } .maincommservice .itemdevservice span.shine { position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent); transform: skewX(-25deg); } .maincommservice .itemdevservice:hover span.shine { animation: shineMove 1s forwards; } @keyframes shineMove { 100% { left: 125%; } } .nwcommcta { position: relative; overflow: hidden; z-index: 1; } .nwcommcta.commbg::before { content: ""; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(73, 176, 217, 0.25), transparent 70%); top: -100px; left: -100px; animation: floatGlow 8s ease-in-out infinite alternate; z-index: -1; } .nwcommcta::after { content: ""; position: absolute; width: 350px; height: 350px; background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%); bottom: -100px; right: -100px; z-index: -1; } .newctahead span { display: inline-block; font-size: 14px; color: #49b0d9; margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; } .nwcommcta .newctahead h2 { font-size: 36px; font-weight: 700; color: #fff; line-height: 50px; } .newctabtns { display: flex; gap: 20px; margin-top: 30px; flex-wrap: wrap; } .newctabtns.text-center { justify-content: center; } .newctabtns .nwbtndesign { position: relative; padding: 14px 28px; font-size: 15px; font-weight: 600; color: #fff; border-radius: 50px; text-decoration: none; overflow: hidden; transition: all 0.4s ease; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(6px); } .newctabtns .nwbtndesign::before { content: ""; position: absolute; inset: 0; border-radius: 50px; padding: 1px; background: linear-gradient(90deg, #49b0d9, #ffffff, #49b0d9); background-size: 200% auto; animation: borderMove 4s linear infinite; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; } .newctabtns .nwbtndesign:hover { transform: translateY(-3px) scale(1.05); background: linear-gradient(90deg, #49b0d9, #0d3b66); box-shadow: 0 10px 25px rgba(73, 176, 217, 0.4); } .newctabtns .nwbtndesign span { position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent); transform: skewX(-25deg); } .newctabtns .nwbtndesign:hover span { animation: shineMove 0.8s forwards; } .nwcommcta .container { padding: 40px 50px; border-radius: 30px; border: 1px solid #fff; } .commcasestudy .casestudy { color: #fff; position: relative; overflow: hidden; margin-bottom: 30px; padding: 10px 0 0; } .commcasestudy .tabs { display: flex; gap: 12px; margin-bottom: 15px; position: relative; justify-content: center; z-index: 1; } .commcasestudy .tab { padding: 10px 22px; border-radius: 15px; border: 1px solid rgb(255 255 255 / 41%); background: rgba(255, 255, 255, 0.03); color: #fff; cursor: pointer; transition: all 0.35s ease; position: relative; overflow: hidden; font-size: 17px; } .commcasestudy .tab:hover { transform: translateY(-2px); background: rgba(73, 176, 217, 0.15); } .commcasestudy .tab.active { background: linear-gradient(90deg, #49b0d9, #0d3b66); box-shadow: 0 5px 20px rgba(73, 176, 217, 0.4); } .commcasestudy .tab-content { display: none; animation: fadeUp 0.5s ease; color: #fff; position: relative; z-index: 1; padding: 25px 45px; border-radius: 30px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgb(255 255 255 / 41%); } .commcasestudy .tab-content.active { display: block; } .commcasestudy .tab-content h3 { font-size: 21px; line-height: 30px; font-weight: 600; margin-bottom: 12px; } .commcasestudy .tab-content p { font-size: 17px; line-height: 28px; margin-bottom: 20px; } .commcasestudy .tab-content ul { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; margin: 0 0 30px; } .commcasestudy .tab-content ul li { list-style: none; padding: 10px 15px; font-size: 16px; border-radius: 30px; background: rgba(73, 176, 217, 0.15); border: 1px solid rgba(73, 176, 217, 0.3); } @keyframes fadeUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } } .commcasestudy img { width: 100%; height: 330px; object-fit: contain; } .commcasestudy .portcommimg { background: #0c355c; padding: 30px 40px; border-radius: 30px; } .commcasestudy .row { display: flex; align-items: center; } .commpartnerlogo .rowpartner { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; } .commpartnerlogo .itempartner { width: 140px; height: 80px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.03); border-radius: 15px; backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.08); transition: all 0.4s ease; position: relative; overflow: hidden; } .commpartnerlogo .itempartner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent, rgba(73, 176, 217, 0.3), transparent); opacity: 0; transition: 0.4s; } .commpartnerlogo .itempartner:hover::before { opacity: 1; } .commpartnerlogo .itempartner:hover { transform: translateY(-8px) scale(1.05); box-shadow: 0 10px 25px rgba(73, 176, 217, 0.3); } .commpartnerlogo .itempartner img { max-width: 90px; transition: 0.4s ease; filter: brightness(0) invert(1); opacity: 0.7; padding: 10px; } .commpartnerlogo .itempartner:hover img { filter: grayscale(0%) brightness(1); opacity: 1; transform: scale(1.1); } .commnewindustry .rownewndustry .swiper-wrapper { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 30px; } .commnewindustry .itemnewindustry { border-radius: 12px; background: #ffffff; padding: 20px 16px; display: flex; align-items: center; gap: 14px; position: relative; overflow: hidden; transition: all 0.4s ease; z-index: 1; } .commnewindustry .itemnewindustry a { color: #08223a; } .commnewindustry .itemnewindustry::after { content: ''; position: absolute; left: -50%; top: -50%; width: 20px; height: 20px; background: linear-gradient(135deg, #0080ff, #49b0d9); border-radius: 50%; transition: all 0.5s ease; z-index: -1; } .commnewindustry .itemnewindustry:hover::after { width: 250%; height: 250%; left: -75%; top: -75%; } .commnewindustry .itemnewindustry h3 { font-size: 18px; font-weight: 600; margin: 0; transition: 0.3s; } .commnewindustry .itemnewindustry img { max-width: 45px; margin-bottom: 20px; transition: 0.4s ease; z-index: 2; } .commnewindustry .itemnewindustry:hover h3 { color: #fff; } .commnewindustry .itemnewindustry:hover img { transform: scale(1.15) rotate(6deg); filter: brightness(0) invert(1); } .commnewindustry .itemnewindustry::before { content: ""; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent); transform: skewX(-25deg); z-index: 2; } .commnewindustry .itemnewindustry:hover::before { animation: shineMove 0.8s forwards; } .commnewindustry .itemnewindustry { border: 1px solid rgba(0, 128, 255, 0.1); } .commnewindustry .itemnewindustry:hover { border-color: rgba(255, 255, 255, 0.2); } .consultation-box { display: flex; align-items: center; justify-content: space-between; gap: 50px; background: rgba(255, 255, 255, 0.05); border-radius: 20px; padding: 50px; backdrop-filter: blur(10px); position: relative; overflow: hidden; color: #fff; } .consultation-box::before { content: ""; position: absolute; width: 250px; height: 250px; background: #49b0d9; filter: blur(120px); top: -50px; left: -50px; opacity: 0.4; } .consultation-section .consultation-content { max-width: 600px; } .consultation-section .tag { display: inline-block; font-size: 14px; color: #49b0d9; margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 15px; } .consultation-section .consultation-content h2 { font-size: 34px; line-height: 46px; margin-bottom: 15px; } .consultation-section .consultation-content p { margin-bottom: 0px; font-size: 17px; font-weight: 400; line-height: 28px; } .consultation-section .consultation-profile { position: relative; } .consultation-section .profile-card { background: #fff; color: #08223a; border-radius: 20px; padding: 25px; text-align: center; width: 260px; transition: 0.4s; position: relative; z-index: 2; } .consultation-section .profile-card:hover { transform: translateY(-10px) scale(1.03); } .consultation-section .phone img { max-width: 20px; margin-right: 5px; } .consultation-section .profile-img img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; } .consultation-section .profile-info h3 { margin: 0 0 10px; font-size: 20px; } .consultation-section .profile-info span { font-size: 15px; color: #08223a; } .consultation-section .profile-info .phone { margin-top: 10px; font-weight: 600; color: #49b0d9; } .whychoosecomm .why-timeline { position: relative; display: flex; justify-content: space-between; gap: 20px; } .whychoosecomm .why-timeline::before { content: ""; position: absolute; top: 25px; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #49b0d9, transparent); } .whychoosecomm .why-step { position: relative; flex: 1; text-align: center; display: flex; flex-direction: column; } .whychoosecomm .why-step .dot { width: 14px; height: 14px; background: #49b0d9; border-radius: 50%; margin: auto; position: relative; z-index: 2; box-shadow: 0 0 15px #49b0d9; } .whychoosecomm .why-step .cardbx { margin-top: 30px; padding: 25px; border-radius: 18px; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); transition: 0.4s; position: relative; display: flex; flex-direction: column; height: 100%; color: #fff; } .whychoosecomm .why-step .cardbx::before { content: ""; position: absolute; inset: 0; border-radius: 18px; padding: 1px; background: linear-gradient(120deg, transparent, #49b0d9, transparent); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: 0.4s; } .whychoosecomm .why-step:hover .cardbx { transform: translateY(-15px) scale(1.03); } .whychoosecomm .why-step:hover .cardbx::before { opacity: 1; } .whychoosecomm .why-step h3 { font-size: 21px; line-height: 30px; font-weight: 600; margin-bottom: 12px; } .whychoosecomm .why-step p { font-size: 17px; line-height: 28px; margin-bottom: 0px; position: relative; z-index: 3; } .trust-section .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } .trust-section .trust-card { background: rgba(255, 255, 255, 0.05); padding: 30px 20px; border-radius: 16px; backdrop-filter: blur(10px); transition: 0.4s; position: relative; } .trust-section .trust-card:hover { transform: translateY(-10px) scale(1.05); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); } .trust-section .trust-card h3 { font-size: 42px; font-weight: 700; color: #49b0d9; margin-bottom: 0px; } .trust-section .trust-card p { font-size: 18px; font-weight: 400; color: #fff; margin: 0; } .trust-section .toppcount { display: flex; gap: 5px; margin-bottom: 10px; } .trust-section .toppcount { font-size: 28px; font-weight: 700; color: #49b0d9; } .commprocesssection { overflow: unset; } .commprocesssection .process-timeline::before { content: ""; position: absolute; left: 30px; top: 0; width: 2px; height: 850px; background: linear-gradient(to bottom, #49b0d9, transparent); } .commprocesssection .process-step { display: flex; gap: 20px; margin-bottom: 40px; position: relative; color: #fff; } .commprocesssection .step-number { min-width: 60px; height: 60px; background: linear-gradient(135deg, #1a81ff, #49b0d9); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px; box-shadow: 0 0 20px rgba(73, 176, 217, 0.5); position: relative; z-index: 2; color: #fff; } .commprocesssection .step-content { background: rgba(255, 255, 255, 0.05); padding: 25px; border-radius: 15px; flex: 1; transition: 0.4s; margin-right: 20px; } .commprocesssection .process-step:hover .step-content { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); } .commprocesssection .step-content h3 { font-size: 21px; line-height: 30px; font-weight: 600; margin-bottom: 12px; } .commprocesssection .step-content p { font-size: 17px; line-height: 28px; margin-bottom: 0px; } .commprocesssection .process-timeline { position: relative; height: 400px; overflow-y: scroll; padding-top: 10px; } .commprocesssection .process-timeline::-webkit-scrollbar { width: 10px; height: 10px; } .commprocesssection .process-timeline::-webkit-scrollbar-track { background: #fff; border-radius: 10px; } .commprocesssection .process-timeline::-webkit-scrollbar-thumb { background: #1a81ffa8; border-radius: 10px; } .webuildlogo .clients-marquee { overflow: hidden; position: relative; } .webuildlogo .webuidhead { position: relative; text-align: center; margin-bottom: 15px; } .webuildlogo .webuidhead span { position: relative; color: #fff; display: inline-block; font-size: 18px; font-weight: 400; padding: 0 35px; background: linear-gradient(135deg, #0b3255, #0a2d4d); } .webuildlogo .webuidhead:before { content: ''; position: absolute; width: 100%; z-index: 0; left: 0; top: 10px; background-color: #fff; height: 1px; } .webuildlogo .clients-track { display: flex; gap: 10px; width: 100%; padding-top: 10px; flex-wrap: wrap; } .webuildlogo .clients-track span { display: flex; align-items: center; justify-content: center; min-width: 180px; height: 70px; background: rgba(255, 255, 255, 0.05); border-radius: 12px; color: #cbd5e1; transition: 0.3s; } .webuildlogo .clients-track span img { width: 100%; max-width: 130px; } .webuildlogo .clients-track span:hover { background: linear-gradient(135deg, #49b0d9, #0d3b66); color: #fff; transform: translateY(-5px); } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .commtechsection .tech-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .commtechsection .tech-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.05); border-radius: 14px; transition: all 0.3s ease; position: relative; overflow: hidden; width: 14%; padding: 15px; } .commtechsection .tech-card img { max-width: 45px; margin-bottom: 10px; } .commtechsection .tech-card p { font-size: 17px; margin: 0; font-weight: 500; color: #fff; } .commtechsection .tech-card a { font-size: 17px; margin: 0; font-weight: 500; color: #fff; text-decoration: underline !important; position: relative; z-index: 3; } .commtechsection .tech-card:hover { color: #fff; transform: translateY(-6px) scale(1.03); background: linear-gradient(135deg, #49b0d9, #0d3b66); box-shadow: 0 10px 30px rgba(73, 176, 217, 0.4); } .commtechsection .tech-card::before { content: ""; position: absolute; inset: 0; border-radius: 14px; padding: 1px; background: linear-gradient(135deg, transparent, #49b0d9, transparent); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: 0.3s; } .commtechsection .tech-card:hover::before { opacity: 1; } .slidenavv { display: none; } /* dallas */ /* uk */ .widthimg img { width: 100%; } .trusted_by_startups { display: flex; gap: 10px; background-color: #fff; padding: 40px 10px; border-radius: 30px; justify-content: center; align-items: center; } .trusted_by_startups .trusted_items img { max-width: 160px; margin-bottom: 15px; } .trusted_by_startups .trusted_items { border-right: 1px solid #1a81ff; padding: 10px 10px; } .trusted_by_startups .trusted_items:last-child { border: none; } .trusted_by_startups .trusted_items p { margin: 0; color: #08223a; font-size: 16px; font-weight: 400; text-align: center; } /* Section Wrapper */ .ctamainnew { position: relative; overflow: hidden; padding: 100px 0; text-align: center; color: #fff; } /* Background Video */ .ctamainnew video { position: absolute; top: 50%; left: 50%; right: 50%; width: 101%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 1; } /* Content */ .ctamainnew .container { position: relative; z-index: 3; } .conttvidecta { text-align: left; width: 55%; } .conttvidecta h2 { font-size: 42px; font-weight: 700; margin-bottom: 15px; } .conttvidecta p { font-size: 18px; line-height: 32px; color: #fff; max-width: 700px; margin: 0 0 30px; } .rowgdcasestudy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .gridcasestudy .itemgdcasestudy { border: 1px solid #ffffff7d; border-radius: 30px; position: relative; overflow: hidden; padding-top: 70px; } .gridcasestudy .itemgdcasestudy { border: 1px solid #ffffff7d; border-radius: 30px; position: relative; } .gridcasestudy .itemgdcasestudy img { width: 100%; height: 100%; } .gridcasestudy .caselogo { position: absolute; top: 25px; left: 25px; z-index: 3; } .gridcasestudy .caselogo img { width: 90%; } .gridcasestudy .rowgdcasestudy .backcasebx { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(26, 129, 255, 0.4)); backdrop-filter: blur(6px); /* Animation initial state */ transform: translateY(100%); opacity: 0; transition: all 0.5s ease; } /* Hover Animation */ .gridcasestudy .itemgdcasestudy:hover .backcasebx { transform: translateY(0); opacity: 1; } .gridcasestudy .rowgdcasestudy .backcasebx p { font-size: 16px; font-weight: 300; line-height: 22px; color: #fff; padding: 0 0 10px; margin: 0 0; border-bottom: 1px solid #fff; } .gridcasestudy .rowgdcasestudy ul { display: flex; flex-wrap: wrap; padding: 0; gap: 5px; justify-content: space-between; } .gridcasestudy .rowgdcasestudy li { display: flex; width: max-content; margin-top: 10px; font-size: 16px; font-weight: 300; gap: 8px; } .deepindustry .rowdeepindustry .swiper-wrapper { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 30px; } .deepindustry .rowdeepindustry img { max-width: 75px; margin-bottom: 15px; } .deepindustry .rowdeepindustry .deepitem:hover img { transition: 0.9s; transform: rotateY(360deg); } .deepindustry .rowdeepindustry h3 { margin: 0; font-size: 17px; font-weight: 500; color: #fff; } .deepindustry .deepitem { border-right: 1px solid #ffffff3d; border-bottom: 1px solid #ffffff3d; text-align: center; padding: 30px 30px; } .deepindustry .deepitem:nth-child(5), .deepindustry .deepitem:nth-child(10) { border-right: none; } .deepindustry .deepitem:nth-child(6), .deepindustry .deepitem:nth-child(7), .deepindustry .deepitem:nth-child(8), .deepindustry .deepitem:nth-child(9), .deepindustry .deepitem:nth-child(10) { border-bottom: none; } .commaward .swiper-slide { border-radius: 12px; padding: 20px 30px; display: flex !important; justify-content: center; align-items: center; border: 2px solid #ffffff21; transition: all 0.5s; box-shadow: rgb(255 255 255 / 24%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; justify-content: center; align-items: center; } .commaward .swiper-slide img { max-width: 200px; } .abductaa { opacity: 0.92; background: linear-gradient(90deg, #032C4C 0.28%, #49B0D9 101.98%); backdrop-filter: blur(5.199999809265137px); } .abductaa .newctabtns { margin: 20px 0; } .whtcontactdetails h2 { color: #fff; font-size: 32px; font-weight: 900; margin: 0 0 16px; line-height: 43px; } .whtcontactdetails h3 { color: #fff; font-size: 22px; font-weight: 900; margin: 0 0 5px; line-height: 25px; } .whtcontactdetails h4 { color: #fff; font-size: 18px; font-weight: 500; margin: 0 0 0; line-height: 25px; } .whtcontactdetails p { font-size: 18px; font-weight: 400; color: #fff; line-height: 28px; margin-bottom: 10px; } .whtcontactdetails .btndesign:hover img { filter: invert(43%) sepia(96%) saturate(2140%) hue-rotate(199deg) brightness(101%) contrast(101%); } .ussmap iframe { width: 100%; border-radius: 6px; border: 2px solid #fff !important; } .commmwhychoose .whycards { display: flex; justify-content: center; gap: 0; flex-wrap: wrap; height: auto; } .commmwhychoose .choosecard { position: relative; width: 30%; padding: 25px; border-radius: 20px; background: #0f1b3d; color: #fff; border: 1px solid rgba(255, 255, 255, 0.08); transition: 0.4s ease; height: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 3; } .commmwhychoose .choosecard h3 { margin-bottom: 15px; font-size: 22px; font-weight: 500; line-height: 32px; } .commmwhychoose .choosecard p { margin: 0 0 15px; font-size: 17px; line-height: 26px; font-weight: 300; } .commmwhychoose .choosecard::before { content: ""; position: absolute; inset: 0; border-radius: 20px; padding: 1px; background: linear-gradient(135deg, #00c6ff, #0072ff); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; } .commmwhychoose .choosecard:hover { transform: translateY(-10px); } .commmwhychoose .choosecard .line { display: block; width: 85px; height: 7px; background: #00c6ff; border-radius: 60px 60px 0 0px; margin-top: 20px; position: absolute; bottom: 10px; } .commmwhychoose .connector { display: flex; align-items: center; justify-content: center; width: 4%; } .commmwhychoose .connector img { width: 40px; opacity: 0.8; filter: drop-shadow(0 0 8px #00c6ff); } /* uk */ /* dubai */ .comm_form_design { max-width: 420px; margin: auto; padding: 25px 25px; border-radius: 18px; background: #08223a3d; backdrop-filter: blur(12px); border: 1px solid #0080ff; box-shadow: 0 15px 40px rgba(0,0,0,0.4); color: #fff; } /* Heading */ .comm_form_design .form_head h2 { font-size: 28px; text-align: center; margin-bottom: 25px; } .comm_form_design .form_head span { color: #4da3ff; } /* Form group */ .comm_form_design .form-group { position: relative; margin-bottom: 18px; } /* Inputs */ .comm_form_design .form-control { width: 100%; padding: 14px 15px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.04); color: #fff; font-size: 14px; outline: none; transition: all 0.3s ease; } /* Placeholder */ .comm_form_design .form-control::placeholder { color: #a0aec0; } /* Focus */ .comm_form_design .form-control:focus { border-color: #4da3ff; background: rgba(255,255,255,0.08); box-shadow: 0 0 0 2px rgba(77,163,255,0.2); } /* Textarea */ .comm_form_design textarea.form-control { min-height: 120px; resize: none; } /* Button */ .comm_form_design .btnform { width: 100%; padding: 14px; border-radius: 10px; border: none; background: linear-gradient(135deg, #2f6fed, #00c6ff); color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } /* Button hover */ .comm_form_design .btnform:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,0.4); } /* Button click */ .comm_form_design .btnform:active { transform: scale(0.98); } .businessservice .swiper-wrapper { display: grid; row-gap: 40px; column-gap: 20px; grid-template-columns: repeat(4,1fr); padding: 30px 0; } .businessservice .buseritem{ position: relative; } .businessservice .busericc { display: flex; align-items: center; justify-content: center; height: 60px; width: 60px; border-radius: 50%; background: linear-gradient(128deg, #1F79BD 0%, #49B0D9 97.46%); border: 4px solid #121526; position: absolute; top: -20%; transition: all .6s; } .businessservice .busericc img{ max-width: 45px; } .businessservice .swiper-wrapper h3 { font-size: 17px; line-height: 26px; font-weight: 600; margin: 15px 0 0; color: #fff; } .businessservice .buseritem { position: relative; display: flex; align-items: center; border-radius: 20px; background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); transition: all 0.5s ease; z-index: 1; color: #fff; padding: 20px 30px 20px; margin-bottom: 30px; } /* Icon animation */ .businessservice .buseritem:hover .busericc { transform: scale(1.1) rotate(5deg); box-shadow: 0 0 20px rgba(73,176,217,0.6); } /* Row Layout */ .case-creative .case-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 80px; gap: 50px; color: #fff; } .case-creative .case-row.reverse { flex-direction: row-reverse; } /* Content */ .case-creative .case-content { flex: 1; } .case-creative .case-content h3 { font-size: 26px; margin-bottom: 10px; font-weight: 600; } .case-creative .case-content p { color: #fff; font-size: 17px; line-height: 1.6; } /* Stats */ .case-creative .case-stats { display: flex; gap: 15px; margin: 20px 0; flex-wrap: wrap; } .case-creative .case-stats span { background: rgba(255,255,255,0.08); padding: 8px 14px; border-radius: 20px; font-size: 13px; backdrop-filter: blur(6px); } /* Link */ .case-creative .case-link { display: inline-block; margin-top: 10px; color: #4da3ff; text-decoration: none; transition: 0.3s; } .case-creative .case-link:hover { transform: translateX(6px); color: #00c6ff; } /* Visual Side */ .case-creative .case-visual { flex: 1; height: 260px; border-radius: 20px; display: flex; background: linear-gradient(135deg, #2f6fed, #00c6ff); justify-content: center; position: relative; overflow: hidden; transition: 0.5s; } .case-creative .case-visual img{ width: 45%; position: relative; z-index: 3; } /* Glow animation */ .case-creative .case-visual::before { content: ""; position: absolute; width: 200%; height: 200%; background: radial-gradient(circle, rgb(18 21 38 / 53%), #08223a82); top: -50%; left: -50%; animation: rotateGlow 6s linear infinite; } @keyframes rotateGlow { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Hover effect */ .case-row:hover .case-visual { transform: scale(1.05); } /* dubai */ @media (min-width: 768px) { .bannerfold { background-image: url('../common/images/los-angeles/los-angeles-banner-768.webp'); } } @media (min-width: 1200px) { .bannerfold { background-image: url('../common/images/los-angeles/los-angeles-banner-1200.webp'); } } @media (max-width: 1023px) { .bannerfold { padding: 50px 0 50px; } .bannerfold .container>.row { display: flex; flex-wrap: wrap; justify-content: center; } .bannerfold .container>.row .col-md-7 { width: 100%; margin-bottom: 20px; } .bannerfold .container>.row .col-md-5 { width: 100%; } .bannerfoldcontent { text-align: center; } .aboutfold .aboutfoldtext h2 { font-size: 32px; line-height: 40px; margin-bottom: 20px; } .aboutfoldtext p { font-size: 18px; margin-bottom: 12px; line-height: 28px; text-align: justify; } section { padding: 40px 0; } .commanheading h2 { font-size: 32px; line-height: 40px; margin: 0 0 10px; } .commanheading p { font-size: 16px; line-height: 26px; max-width: 100%; } .bannerfoldcontent h1 { font-size: 38px; line-height: 48px; margin-bottom: 20px; } .ctafold_head h2 { font-size: 30px; line-height: 35px; margin-bottom: 0; font-weight: 700; } .ctafold_head { text-align: center; } .ctabtns { display: flex; margin-top: 25px; justify-content: center; } .servicesbigimg { display: none; } .servicesdata { border: 2px solid #ffffff47; width: 100%; padding: 40px 20px; margin-left: 0; height: auto; text-align: center; border-radius: 6px; } .servicesdata h3 { font-size: 28px; margin: 0 0 15px; line-height: 37px; } .servicesfoldtabs { margin-bottom: 20px; } .industryfoldbox h3 { font-size: 17px; } .contactfold .row { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; text-align: center; } .contactdetails { margin: 40px 0; } .contactperson img { max-width: 100%; height: 100%; } .usernumber_box .spanuse { font-size: 16px; line-height: 22px; } .processfoldtabs { border-top: 2px solid #f2f2f2; padding-left: 0; margin-top: 30px; padding-top: 20px; border-left: 0; } .contactusfold .container>.row .col-md-8 { width: 100%; } .portfoliofoldcontent { width: 100%; text-align: center; } .portfoliofold_box { flex-wrap: wrap; padding: 30px 20px; } .portfoliofoldimg { width: 100%; text-align: center; order: -1; margin-bottom: 20px; } .faqbodybox .tabs_left { height: auto; overflow: hidden; overflow-x: scroll; display: flex; } .faqbodybox .tab_item { padding: 12px 15px; margin-right: 15px; width: max-content; } .faqbodybox .tab_content { margin-top: 20px; } .faqcta .rowctafaq .rightfaq { display: none; } .faqcta .rowctafaq .leftfaq { width: 100%; padding: 30px 20px; text-align: center; } .midfaqcta .rhtcta { display: none; } .midfaqcta .rowmidcta .lftcta { width: 100%; padding: 20px 15px; text-align: center; } .faqtopcta .topcta { display: flex; gap: 15px; padding: 20px; border-radius: 10px; flex-direction: column; justify-content: center; align-items: center; } /* dallas */ .maincommservice .rowcommdevvservice .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } .nwcommcta .container { margin: 0 10px; } .commcasestudy .row { flex-direction: column-reverse; } .commnewindustry .rownewndustry .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .commnewindustry .itemnewindustry a { width: 100%; text-align: center; } .consultation-box { flex-direction: column-reverse; gap: 25px; border-radius: 10px; padding: 20px; } .consultation-section .consultation-content { max-width: 100%; text-align: center; } .trust-section .trust-grid { grid-template-columns: repeat(3, 1fr); } .commtechsection .tech-grid { flex-wrap: nowrap; gap: 10px; justify-content: start; width: max-content; animation: scroll 40s linear infinite; } .commtechsection .tech-card { width: 200px; text-align: center; } .mainslide { overflow: hidden; position: relative; } .webuildlogo .webuidhead span { background: transparent; } .webuildlogo .webuidhead:before { display: none; } .webuildlogo .clients-track { flex-wrap: nowrap; justify-content: center; animation: scroll 10s linear infinite; } .mobilehidbx { display: none; } .requirednotebx { margin-top: 10px; width: auto; } /* uk */ .ctamainnew { padding: 20px 10px; background-color: #08223a; } .ctamainnew video { display: none; } .conttvidecta { text-align: center; width: 100%; } .rowgdcasestudy { grid-template-columns: repeat(2, 1fr); } .commmwhychoose .connector { display: none; } .commmwhychoose .choosecard { width: 48%; margin-bottom: 20px; } .deepindustry .rowdeepindustry .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } /* uk */ } @media (max-width: 767px) { .bannerfoldcontent h1 { font-size: 26px; line-height: 34px; margin-bottom: 12px; } .bannerfoldcontent p { font-size: 16px; margin-bottom: 20px; } .btndesign, .whitebtndesign { width: 100%; padding: 0 10px; } .form_design { border-radius: 5px; overflow: hidden; padding: 20px 15px; } .form_design form .form-group .form-control, .form_design form .form-group .form-select { padding: 12px 0px; box-shadow: unset; height: 48px; } .form_design form .form-group { margin-bottom: 10px; } .aboutfold .aboutfoldtext h2 { font-size: 24px; line-height: 32px; margin-bottom: 17px; margin-right: 0; background-color: transparent; box-shadow: unset; padding: 0; } .aboutfold .aboutfoldtext h2::before { display: none; } .bannerfold { padding: 30px 0 50px; } .aboutfoldtext p { font-size: 16px; margin-bottom: 11px; line-height: 26px; text-align: left; } section { padding: 30px 0; } .commanheading h2 { font-size: 24px; line-height: 32px; } .partnersliderimg img { margin: 0 auto; height: 70px; width: auto; } .commanheading { margin-bottom: 30px; } .commanheading p { font-size: 16px; line-height: 25px; max-width: 100%; } .techgnolybg { margin-bottom: -30px; margin-top: 30px; } .technologyfold_inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 14px; } .technologyfold_inner a { font-size: 14px; padding: 12px 8px 12px 31px; border-radius: 6px; transition: all .3s ease; background: #f5f5f5; color: #0080ff; } .ctafold_head h2 { font-size: 24px; line-height: 32px; margin-bottom: 0; font-weight: 600; } .ctafold_head span { font-size: 15px; } .ctabtns { flex-wrap: wrap; justify-content: space-between; } .ctabtns a:nth-child(2), .ctabtns a:nth-child(3) { width: 48%; margin-top: 15px; } .ctabtns a { margin-right: 0; } .servicesdata h3 { font-size: 20px; margin: 0 0 10px; line-height: 28px; } .servicesdata { width: 100%; padding: 20px 20px; } .servicesfoldtabs .nav-tabs { border: 0; display: flex; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; width: 100%; gap: 0; margin-bottom: 20px; } .servicesfoldtabs .nav-tabs li { width: 100%; margin: 0; } .servicesfoldtabs .nav-tabs li a img { max-width: 40px; margin-bottom: 10px; } .portfoliofoldimg { display: none; } .portfoliofoldmain { display: flex; margin-bottom: 30px; flex-wrap: wrap; } .portfoliofoldmain .col-md-6:first-child { margin-bottom: 20px; } .industryfoldbox { width: 49%; height: 170px; position: relative; overflow: hidden; transition: all .4s ease; margin-bottom: 30px; } .industryfold_main { display: flex; margin-bottom: 20px; flex-wrap: wrap; gap: 14px; justify-content: center; } .contactdetails h2 { font-size: 24px; font-weight: 900; margin: 0 0 13px; line-height: 32px; } .contactdetails h3 { font-size: 18px; margin: 0 0 2px; line-height: 22px; } .contactdetails p { font-size: 16px; line-height: 26px; margin-bottom: 18px; } .contactdetails { margin: 20px 0; } .whychooseinner .commanheading h3 { font-size: 20px; margin: 0 0 8px; line-height: 26px; } .processfoldinner { padding: 10px 0px; } .usernumber_main { flex-wrap: wrap; } .usernumber_box { width: 50%; padding: 27px 15px; border-right: 1px solid #b3c8c8; border-bottom: 1px solid #b3c8c8; height: auto; display: flex; align-items: center; justify-content: center; } .usernumber_box img { max-width: 45px; } .usernumber_count { margin: 16px 0 4px; font-size: 20px; } .usernumber_box .spanuse { font-size: 16px; line-height: 22px; } .testimonialsbox { height: auto; padding: 30px 20px; } .testimonialsslider .slick-prev { right: 0; left: -40px; top: auto; transform: scale(-1); bottom: -50px; } .testimonialsslider .slick-next { right: -40px; left: 0; top: auto; bottom: -50px; } .testimonialsslider .slick-list { margin-bottom: 40px; } .testimonials_name { width: 60%; } .testimonialslogo { height: 70px; width: 70px; margin-right: 10px; } .testimonials_top { margin-bottom: 10px; } .testimonialsbox p { font-size: 16px; margin: 0; line-height: 24px; } .faq-num { display: none; } .faq-question { gap: 13px; padding: 14px 16px; text-align: left; } .faq-item { border-radius: 6px; } .faq-question-text { font-size: 16px; } .faq-answer-inner { padding: 0 18px 14px; padding-top: 20px; } .contactusfold .form_design form .form-group { margin-bottom: 15px; } .form_head h2 { font-size: 18px; margin-bottom: 20px; text-align: center; } .contactusfold .col-md-6 { width: 100%; } .usamap iframe { height: 300px; border-radius: 6px; } .contactperson { text-align: center; margin: 0 auto; } .faqbannerbx .faqbannercontt h1 { font-size: 36px; line-height: 48px; letter-spacing: normal; } .faqbannerbx .faqbannercontt { padding: 20px 0 40px; } .faqcta .rowctafaq h2 { font-size: 26px; line-height: 35px; } .newbtnfaq { padding: 12px 25px; border-radius: 14px; } .faqcta .rowctafaq { border-radius: 15px; } .faqbodybox .faq_box { padding: 18px; border-radius: 12px; margin-bottom: 12px; } .faqbannerbx .quesimg { display: none; } .midfaqcta .rowmidcta h2 { font-size: 26px; line-height: 36px; } .faqbodybox .tabs_right { padding: 10px 15px 20px; border-radius: 10px; } .requirednote { margin-top: 20px; display: flex; gap: 0; flex-wrap: wrap; justify-content: center; } .requirednotebox { display: block; text-align: center; width: 48%; padding: 10px 12px; border-radius: 4px; } .iconbox { margin: 0 auto 13px; } .requirednotebox p { margin: 0; font-size: 14px; } .servicesfoldtabs .nav-tabs li a span { margin: 0; width: 160px; } .servicesfoldtabs { flex-wrap: wrap; } .servicesfoldtabs .nav-tabs li a img { display: none; } .servicesfoldtabs .nav-tabs li a { height: auto; padding: 15px; margin-bottom: 0; box-shadow: unset !important; text-align: center; margin-right: 10px; } .servicesfoldtabs .tab-content { width: 100%; } .servicesdata img { max-width: 40px; margin-bottom: 15px; } .industry-card { width: 46%; border-radius: 8px; padding: 22px 10px; } .industry-card img { max-width: 70px; transition: 0.4s; } .industry-card h3 { font-size: 15px; margin: 20px 0 0; } .industryfold_main .industry-card:last-child { width: 100%; } .contactpersonmain { flex-wrap: wrap; margin-bottom: 18px; } .contactpersondetails { width: 100%; margin-top: 20px; } .contactdetails h4 { margin: 0; } .processfold .commanheading { margin-bottom: 0; box-shadow: unset; padding: 0; border-radius: 0; } .processfold .commanheading::after { display: none; } .processfold .pf-steps { display: flex; flex-direction: column; gap: 0; padding: 0; } .processfold .pf-dot { width: 48px; height: 48px; } .processfold .pf-dot img { width: 28px; height: 28px; } .processfold .pf-content { padding: 4px 0 25px; } .processfold .pf-title { font-size: 16px; } .processfold .pf-body { font-size: 15px; line-height: 21px; margin: 0; } .processfold .pf-line::after { display: none; } .processfold .pf-line { display: none; } .processfold .pf-step { display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap; text-align: center; } .processfold .pf-bar { display: none; } .processfold .pf-track { flex-shrink: 0; width: 100%; height: auto; margin-bottom: 12px; } .pf-steps .pf-step:last-child .pf-track { height: auto; } .processfoldtabs { height: auto; } /* dallas */ .commaboutfold .col-md-6:last-child .commaboutfoldtext { padding: 16px; margin-top: 20px; border-radius: 10px; } .maincommservice .rowcommdevvservice .swiper-wrapper { display: flex; gap: 0; } .slidenavv .swiper-button-prev, .slidenavv .swiper-button-next { top: auto; bottom: 0px; position: relative; } .slidenavv .swiper-button-prev:after { transform: scale(-1); } .slidenavv .swiper-button-next:after, .slidenavv .swiper-button-prev:after { background-image: url(../images/los-angeles/arrow-right-box-fill.webp); background-size: 36px; height: 36px; width: 36px; background-position: center; font-size: 0; } .slidenavv { display: flex; justify-content: center; margin: 20px 0 10px; gap: 30px; } .nwcommcta .container { padding: 20px; border-radius: 10px; } .nwcommcta .newctahead h2 { font-size: 26px; line-height: 32px; } .newctabtns .nwbtndesign::before, .newctabtns .nwbtndesign { border-radius: 10px; } .commcasestudy .tabs { gap: 5px; } .commcasestudy .tab { padding: 10px 4px; border-radius: 10px; font-size: 14px; } .commcasestudy .tab-content { display: none; padding: 20px 20px; border-radius: 10px; } .commcasestudy .tab-content ul li { padding: 10px 15px; font-size: 16px; border-radius: 10px; } .commcasestudy .tab-content ul { margin: 0 0 20px; } .commpartnerlogo .rowpartner { gap: 10px; } .commnewindustry .rownewndustry .swiper-wrapper { display: flex; gap: 0px; margin-bottom: 20px; } .consultation-box { flex-direction: column-reverse; gap: 25px; border-radius: 10px; padding: 20px; } .newctabtns { justify-content: center; } .whychoosecomm .why-timeline { flex-direction: column; } .whychoosecomm .why-step .dot, .whychoosecomm .why-timeline::before, .commprocesssection .process-timeline::before, .commaboutfoldtext h2::after { display: none; } .trust-section .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .trust-section .trust-card h3 { font-size: 30px; } .commprocesssection .process-timeline { height: auto; overflow-y: hidden; padding-top: 20px; } .commprocesssection .step-number { min-width: 40px; height: 40px; font-size: 15px; box-shadow: none; position: absolute; right: 0; top: -10px; } .commaboutfoldtext h2 { font-size: 24px; line-height: 32px; text-align: center; margin-bottom: 10px; } .commaboutfoldtext p { text-align: center; } .whychoosecomm .why-timeline { gap: 0px; } /* uk */ .widthimg img { margin-bottom: 20px; } .trusted_by_startups { padding: 20px; border-radius: 10px; overflow: hidden; } .trusted_by_startups .trusted_items { padding: 5px; animation: scroll 40s linear infinite; } .trusted_by_startups .trusted_items img { max-width: 120px; } .conttvidecta h2 { font-size: 24px; } .rowgdcasestudy { grid-template-columns: repeat(1, 1fr); } .whtcontactdetails { text-align: center; } .ussmap iframe { height: auto; } .commmwhychoose .choosecard { width: 100%; } .deepindustry .rowdeepindustry .swiper-wrapper { display: flex; } .deepindustry .deepitem { border: 1px solid #fff !important; } .gridcasestudy .itemgdcasestudy .backcasebx { transform: translateY(0); opacity: 1; } .gridcasestudy .itemgdcasestudy { border-radius: 10px; padding-top: 10px; } .commaward .swiper-slide img { max-width: 100px; } /* uk */ }