@import url('../fonts/dsdigital.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

* {
    list-style: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #696969;
    font-size: 15px;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

header {
    position: fixed;
    z-index: 100;
    margin: 0 auto;
    background: #222;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px #ffffff3b;
}

#header .logo img {
    height: 60px;
    transition: all 0.3s ease;
}

#header.shrink {
    padding: 8px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#header.shrink .logo img {
    height: 40px;
}

.top-1 {
    width: 100%;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px 0;
}

.slider {
    margin-top: 60px;
}

.carousel-indicators [data-bs-target] {
    width: 230px;
}

.logo {
    display: inline-block;
    position: absolute;
    left: 75px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #0c71b9;
    background: #fff;
    height: 72px;
    padding: 0 12px;
    border-radius: 0px 0px 34px 34px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_search {
    position: absolute;
    top: 15px;
    left: 259px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_search input {
    width: 100%;
    border: 2px solid #fff;
    background: #ffffff00;
    padding: 5px 10px;
    outline: none;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

/* slider */
.carousel-item {
    height: 80vh;
    min-height: 400px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
}

.carousel-caption {
    bottom: 24%;
    animation: fadeInUp 1.5s ease;
}

.carousel-caption h5 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    position: relative;
    z-index: 9;
    letter-spacing: 5px;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.carousel-caption .btn {
    margin-top: 20px;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    background: #ff3b6a;
    border: none;
    transition: 0.3s;
    position: relative;
    z-index: 9;
}

.carousel-caption .btn:hover {
    background: #e62e5c;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000070;
    rotate: 30deg;
    left: -115px;
    width: 722px;
    height: 596px;
    top: -52px;
}

.carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0c71b996;
    rotate: 30deg;
    left: -115px;
    width: 735px;
    height: 596px;
    top: -20px;
}

/* business goal */
.business-goals {
    background: #272727;
    color: #fff;
}

section.business-goals img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-goals .blue-box {
    width: 346px;
    height: 250px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}

.business-goals .gray-box {
    width: 233px;
    height: 180px;
    background: #bbb;
    border: 5px solid #fff;
    position: absolute;
    bottom: -40px;
    left: 45px;
    z-index: 2;
}

.counter::after {
    content: "+";
    margin-left: 2px;
    font-weight: bold;
}

/* misclaneous */
.misc-solutions {
    background: #272727;
    color: #fff;
}

.solution-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.solution-item i {
    font-size: 1.2rem;
}

.solution-item:hover {
    color: #3b82f6;
}

/* focus area */
.focus-area {
    background: #222;
}

.focus-card {
    background: transparent;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.focus-card:hover {
    transform: translateY(-8px);
}

.focus-img {
    background: #fff;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.focus-img img {
    transition: transform 0.45s cubic-bezier(.2, .8, .2, 1);
}

.focus-img:hover img {
    transform: scale(1.12);
}

.focus-content h5 {
    margin-bottom: 5px;
}

.focus-content p {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
}

.focus-content i {
    font-size: 1.5rem;
    color: #bbb;
    transition: transform 0.3s ease, color 0.3s ease;
}

.focus-card:hover i {
    transform: translateX(5px) translateY(-5px);
    color: #3b82f6;
}

/* Highlights */
.highlights {
    background: #222;
}

.highlight-card {
    background: linear-gradient(to top, #1e3a8a, #111);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 200px;
    height: 303px;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.highlight-card i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #60a5fa;
}

.highlight-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.highlight-card p {
    font-size: 0.85rem;
    color: #ddd;
}

/* Key take out */
.key-takeout-dark {
    background: #ececec;
    padding: 60px 0 148px 0;
}

.key-takeout-dark h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

.gradient-text {
    background: linear-gradient(90deg, #60a5fa, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-card {
    background: #111;
    border-radius: 15px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
    color: #fff;
}

.counter-card:hover {
    transform: translateY(-10px);
    background: linear-gradient(145deg, #1e3a8a, #111);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.counter-card i {
    font-size: 2rem;
    color: #60a5fa;
    margin-bottom: 15px;
    display: block;
    transition: transform 0.3s ease;
}

.counter-card:hover i {
    transform: scale(1.2) rotate(5deg);
}

.counter-card h3 {
    font-weight: bold;
    color: #fff;
}

.counter-card p {
    color: #bbb;
    margin: 0;
}

/* technology */
.tech-section {
    background: #fff;
    color: #000;
    padding: 60px 20px;
}

.tech-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.tech-section p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 40px;
}

/* Tabs */
.tech-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tech-tabs button {
    background: none;
    border: none;
    color: #222;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
}

.tech-tabs button.active {
    color: #ff9800;
}

.tech-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, orange, red);
    border-radius: 2px;
}

/* Explore All */
.explore-btn {
    color: #222;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.explore-btn:hover {
    color: #ff9800;
}

/* Cards */
.tech-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.tech-card {
    background: #222;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.tech-card img {
    max-width: 60px;
    margin-bottom: 10px;
}

/* pointer */
.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 165, 0, 0.6);
    pointer-events: none;
    width: 20px;
    height: 20px;
    animation: fadeOut 0.8s forwards;
}

@keyframes fadeOut {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

/* Client Section */
.section {
    padding: 50px 0 100px 0;
    text-align: center;
    color: white;
    background: #222;
}

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 700;
    background: linear-gradient(90deg, #ff9800, #ff5722, #e91e63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

.section h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff9800, #ff5722, #e91e63);
    margin: 10px auto 0;
    border-radius: 2px;
}

.owl-carousel .item {
    background: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    height: 140px;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.owl-carousel .item img {
    max-width: 140px;
    max-height: 100px;
    object-fit: contain;
}

.owl-carousel .item:hover {
    transform: scale(1.05);
}

.owl-nav button {
    background: #2a5bd7 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px !important;
    margin: 5px;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: #1e47b1 !important;
}

/* Partners */
.partners-section {
    background: #fff;
    /* White background */
    padding: 80px 0;
    color: #000;
}

.partners-section h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.partner-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.partner-logos .logo-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.partner-logos .logo-box img {
    max-width: 140px;
    max-height: 80px;
    object-fit: contain;
}

.partner-logos .logo-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media(max-width: 991px) {
    .partners-section .row {
        text-align: center;
    }

    .partner-logos {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
}


/* Footer */
footer.bg-gradient {
    background: linear-gradient(145deg, #4e73df, #2e59d9);
}

footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer.dark {
    background: #070F29;
    position: relative;
}

footer.dark .edge {
    position: absolute;
    top: -52px;
    width: 100%;
    height: 53px;
    rotate: 180deg;
    object-fit: cover;
}

footer .footer-links li {
    margin-bottom: 12px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

footer .footer-links li:hover {
    transform: translateX(5px);
    color: #f1f1f1;
}

footer .social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .social-link {
    font-size: 24px;
    transition: transform 0.3s ease, color 0.3s ease;
}

footer .social-link:hover {
    transform: scale(1.1);
    color: #ff8c00;
}

footer a:hover {
    text-decoration: underline;
}

footer .text-center p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}

.map {
    overflow: hidden;
    height: 148px;
    object-fit: cover;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/* About Us */
section.story {
    margin-top: 90px;
}

section.story h2 {
    color: #000;
}

section.story p {
    line-height: 30px;
}

strong {
    color: #0c71b9;
}

section.product_overview p {
    line-height: 30px;
}

/* Career */
.section-header {
    text-align: center;
    padding: 3rem 1rem;
    background: #626262;
    color: white;
    border-radius: 0 0 40px 40px;
    margin-bottom: 3rem;
    margin-top: 60px;
}

.section-header h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

/* Why Work With Us */
.why-us-list li {
    background: white;
    margin-bottom: 1rem;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.why-us-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

/* Breaking News */
.breaking-news {
    background: #f1f5ff;
    border-left: 5px solid #0052D4;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
}

.breaking-news span {
    color: #0052D4;
    font-weight: 700;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.job-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: white;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.job-card h4 {
    color: #0052D4;
    font-weight: 700;
}

.badge {
    font-size: 0.9rem;
    background: #0052D4 !important;
}

.apply-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
}

.apply-section a {
    color: #0052D4;
    text-decoration: none;
    font-weight: 600;
}

.apply-section a:hover {
    text-decoration: underline;
}

/* Why stle */
.neon {
    color: #6C5CE7;
    text-shadow: 0 0 18px rgba(108, 92, 231, 0.35)
}

.feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .01));
    border: 1px solid rgb(175 175 175 / 48%);
    border-radius: 14px;
    padding: 1.25rem;
    backdrop-filter: blur(6px);
    transition: transform .22s ease, box-shadow .22s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(2, 6, 23, .55)
}

.ficon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .04)
}

.cta-btn {
    background: linear-gradient(90deg, #6C5CE7, #00C2FF);
    border: none;
    padding: .85rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    color: white;
    box-shadow: 0 6px 24px rgba(108, 92, 231, 0.28)
}

/* Impact report */
.breadcb {
    margin-top: 60px;
    background: #d1d1d1;
    padding: 22px 0 4px;
}

section.impact_report {
    padding: 35px 0;
}









/*Min Width End*/
/*Max Width*/

@media (max-width:1900px) {}

@media (max-width:1619px) {}

@media (max-width:1400px) {}

@media (max-width:1300px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {}

@media (max-width:768px) {}

@media (max-width:576px) {}

/*Max Width End*/