
*{margin:0;padding:0;box-sizing:border-box;font-family:"Segoe UI",sans-serif;}
body{
background:#f5f5f5
}

.contact-btn a
{
    text-decoration:none;
    color:#fff;
}
/* HEADER */
.header{
    
    color:#fff;
    padding:15px 50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;

    
    box-shadow: 0 0 1px 1px rgba(27, 27, 27, .4);
    background: linear-gradient(to right, #ffffff -24%, #0b0d2b 44%);

}

.logo{font-weight:bold;}
.column h4 {
    color: #000;
}
.nav{
    display:flex;
    gap:30px;
    list-style:none;
}

.tab-content h2 {
    color: #000;
}
.tab-content h5 {
    color: #000;
}
.tab-content h5 a {
    color: #000;
}
.nav li
{
   /* position:relative; */
}

.nav a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    padding: 35px 0px;
}

/* CONTACT */
.contact-btn{
    background:#2d6cdf;
    padding:10px 20px;
    border-radius:10px;
}

/* MEGA MENU */
.mega-menu{
    position:absolute;
    top:100%;
    left:0;
   /* width:1100px; */
   width:100%;
    background:#fff;
    display:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    z-index: 9999;
}

/* DESKTOP HOVER */
@media(min-width:769px){
    .nav li:hover .mega-menu{
        display:flex;
    }
}

/* ================= SERVICES ================= */
.tabs{
    width:260px;
    background:#f2f2f2;
    padding:25px;
    border-right:1px solid #ddd;
}

.tabs h4{
    color:#6aa84f;
    font-size:14px;
    margin-bottom:15px;
}

.tabs ul{list-style:none;}

.tabs li{
    padding:12px 15px;
    border-radius:12px;
    margin-bottom:8px;
    cursor:pointer;
    color: #000;
}

.tabs li.active{
    background:#e6e6e6;
    font-weight:600;
}

.content{
    flex:1;
    padding:30px;
}

.content h2{
    font-size:22px;
    margin-bottom:20px;
}

.grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.item{
    display:flex;
    gap:10px;
}
.itemsub
{
color:#000;
padding-top: 10px;
}
.itemsub a {
    color: #000;
}
.icon{
    width:20px;
    height:20px;
    background:#6aa84f;
    border-radius:4px;
    margin-top:4px;
}

.item h5{
    font-size:15px;
    margin-bottom:5px;
}

.item p{
    font-size:13px;
    color:#666;
}

/* ================= INDUSTRIES ================= */
.industries-menu{
    padding:30px;
    width:100%;
}

.industries-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.column h4{
    border-left:3px solid #2d6cdf;
    padding-left:10px;
    margin-bottom:15px;
}

.column .item{margin-bottom:15px;}
.column strong{display:block;font-size:14px;}
.column span{font-size:12px;color:#666;}

.cta p{font-size:13px;margin-bottom:10px;}
.cta a{font-weight:600;text-decoration:none;color:#000;}

/* TAB */
.tab-content{display:none;}
.tab-content.active{display:block;}

/* MOBILE */
.menu-toggle{
    display:none;
    font-size:24px;
    cursor:pointer;
}

.mobile-list{
    display:none;
    list-style:none;
}

.mobile-list li{
    padding:15px;
    border-bottom:1px solid #ddd;
    font-size:16px;
    background:#fff;
}

/* RESPONSIVE */
@media(max-width:768px){

    .menu-toggle{display:block;}

    .nav{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#0b0d2b;
        flex-direction:column;
        display:none !important;
        z-index: 9999;
    }

    .hero-content h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}
    .nav.active{
        display:block !important;
        /*height: 100vw;*/
    
    }

    .mega-menu{
        position:static;
        width:100%;
        flex-direction:column;
        display:none;
    }

    .nav li.active .mega-menu{
        display:flex;
    }

    .tabs,.grid,.industries-grid,.content h2{display:none;}

    .mobile-list{
        display:block;
    }

    .nav li {
    text-align: center;
    padding: 12px 0px;
    border-bottom: 1px solid #534646;
}
.mobile-list li a {
    color: #000;
}

.header
{
    background: #798ac5;
}
}





/* Hero Section */
.hero{
    background:#000;
    display:flex;
    align-items:center;
    justify-content:space-between;
    
    padding:60px;
    position:relative;
    overflow:hidden;
}

/* Left Content */
.hero-content{
    width:50%;
    z-index:2;
}

.hero-content h1{
    font-size:48px;
    line-height:1.2;
    margin-bottom:20px;
    color: #fff;
}

.hero-content p{
    color:#aaa;
    margin-bottom:30px;
    font-size:16px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    border:1px solid #fff;
    border-radius:30px;
    text-decoration:none;
    color:#fff;
    transition:0.3s;
}

.hero-btn:hover{
    background:#fff;
    color:#000;
}

/* Right Video */

.hero-video { 
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}


.hero-video video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}

/* Gradient Glow Effect */
.hero::after{
    content:"";
    position:absolute;
    right:-200px;
    top:50%;
    transform:translateY(-50%);
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(0,255,180,0.4), transparent 70%);
    filter:blur(80px);
    z-index:1;
}

/* Responsive */
@media(max-width:900px){
    .hero{
        flex-direction:column;
        padding:30px;
    }

    .hero-content,
    .hero-video{
        width:100%;
    }

    .hero-content{
        margin-bottom:20px;
    }
}




/* 🔹 Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 🔹 Loader */
.loader {
    position: relative;
    width: 80px;
}

/* 🔹 Base Image (logo1) */
.logo-base {
    width: 100%;
    display: block;
}

/* 🔹 Top Image (logo) */
.logo-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    overflow: hidden;
    animation: reveal 2.5s ease-in-out forwards;
}

.logo-fill img {
    width: 80px;
}

/* 🔹 Animation */
@keyframes reveal {
    0% {
        width: 0%;
    }
    100% {
        width: 98%;
    }
}

/* 🔹 Content */
#content {
    display: none;
    padding: 50px;
    text-align: center;
}



/* Section */
.celebrated-collaborations-section {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

/* Heading */
.celebrated-collaborations-section h2 {
    font-size: 34px;
    margin-bottom: 50px;
}

.celebrated-collaborations-section h2 strong {
    color: #78B032;
}

/* Slider Wrapper */
.logo-slider {
    overflow: hidden;
    position: relative;
}

/* Gradient fade effect (premium look) */
.logo-slider::before,
.logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}
 
.logo-slider::before {
    left: 0;
    background: linear-gradient(to right, #f5f5f5, transparent);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left, #f5f5f5, transparent);
}

/* Moving Track */
.logo-track {
    display: flex;
    width: calc(250px * 35);
    animation: scrollLeft 90s linear infinite;
    will-change: transform;
}
img.tl-logo {
    filter: invert(1) !important;
}
.logo-trackw{
      display: flex !important;
    width: calc(200px * 22) !important;
    animation: scrollLeft 45s linear infinite !important;
    will-change: transform;
}
/* Logo */
.logo-track img {
    width: 200px;
    height: 80px;
    object-fit: contain;
    margin: 0 25px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.logo-track.logo-trackw img {
    margin: 0 15px  !important;
}

/* Hover Effect */
.logo-track img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

/* Smooth Animation */
@keyframes scrollLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Pause on Hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}





/* SECTION */
.industry-section {
    background: #000;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.industry-section h2 {
  font-size: 42px;
  margin-bottom: 40px;
}

.industry-section h2 span {
  color: #78B032;
}

/* MARQUEE */
.marquee {
  display: flex;
  overflow: hidden;
  gap: 20px;
  margin-bottom: 20px;
}

.marquee__group {
  display: flex;
  gap: 20px;
  animation: scrollLeft 20s linear infinite;
}

/* REVERSE */
.marquee.reverse .marquee__group {
  animation: scrollRight 20s linear infinite;
}

/* ITEM */
.itemdi {
  background: #111;
  border: 1px solid #333;
  padding: 12px 25px;
  border-radius: 30px;
  white-space: nowrap;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.itemdi:hover {
  background: #78B032;
  color: #000;
}

/* ANIMATION */
@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@keyframes scrollRight {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}




/* Slider */
.swiper{
    padding:60px 40px;
    background:#2d2ddf;

}

.card{
    position:relative;
    height:450px;
    border-radius:6px;
    background:linear-gradient(180deg,#061a6b,#0b2aa5);
    color:#fff;
    overflow:hidden;
    transition:all .5s ease;
    padding:30px;
}

/* Text */
.card h3{
    font-size:28px;
    margin:0 0 15px;
}
.card p{
    width:80%;
    line-height:1.6;
    font-size:16px;
}

/* Hover White */
.card:hover{
    background:#fff;
    color:#1a2cff;
}

/* Masked Image */
.mask-img{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:55%;
    opacity:0;
    transition:.5s;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}

.card:hover .mask-img{
    opacity:1;
}

.mask-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Hexagon Arrow */
.hex-btn{
    position:absolute;
    bottom:25px;
    left:25px;
    width:54px;
    height:54px;
    background:#e9e9e9;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}

.card:hover .hex-btn{
    background:#2d2ddf;
}

.hex-btn:after{
    content:'›';
    font-size:26px;
    color:#2d2ddf;
}

.card:hover .hex-btn:after{
    color:#fff;
}

.swiper-slide{
    width:360px;
}




    
     
    .footer-banner {
        background: #798ac5;
        color: #fff;
        padding: 15px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .left-section {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .flag {
        width: 50px;
        height: 30px;
        position: relative;
    }

    .flag::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: #0057b7; /* Blue */
        top: 0;
        left: 0;
    }

    .flag::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: #ffd700; /* Yellow */
        bottom: 0;
        left: 0;
    }

    .text-content h3 {
        margin: 0;
        font-size: 16px;
        color: #ffc107;
    }

    .text-content p {
        margin: 2px 0 0;
        font-size: 13px;
        color: #ccc;
    }

    .text-content span {
        color: #ffc107;
        margin-left: 5px;
    }

    .right-section {
        font-size: 13px;
        color: #ccc;
    }

    .right-section a {
        color: #fff;
        text-decoration: none;
        margin-left: 5px;
    }

    .right-section a:hover {
        text-decoration: underline;
    }
 
    @media (max-width: 768px) {
        .footer-banner {
            flex-direction: column;
            text-align: center;
            gap: 10px;
        }
        .hero-content h1 {
    font-size: 32px;
}
    .header {
    padding: 15px 15px;
  
}
.industry-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.prc-title,.tk-heading {
    font-size: 30px;
}
.tk-section {
    padding: 40px 20px;
}
.tol-left-area h1 {
    font-size: 32px !important;
}
.kj_cta_heading_text {
    font-size: 30px;
}
div#tab-veeam {
    margin-top: 40px;
}
.btn-primary-cyber {
    padding: 16px 20px !important;
}
.tol-hero-main {
    padding: 40px 20px !important;
}
.kj_cta_section_wrapper {
    padding: 50px 20px !important;
} 
.kj_cta_heading_text,.ov_unique_title,.srv_unique_title ,.tm_title,.tm_title,.mob_unique_top_heading h2 {
    font-size: 30px !important;
}
.srv_unique_section,.tm_section,.ov_unique_section_wrap,.ov_unique_section_wrap,.srv_unique_section  {
    padding: 50px 20px !important; 
}

.ov_unique_metric,.ov_unique_metrics {
    width: 100% !important;
    justify-content: flex-start !important;
}
.ov_unique_box_wrap img {
    width: 100% !important;
}
div#tab-nas,.tab-content-area {
    margin-top: 40px !important;
}
.section-padding {
    padding: 50px 0;
}
.ourteam_final_section {
    padding: 20px 20px;
}
.custom-contact-title,.cs_unique_banner_title {
    font-size: 32px !important;
}
.custom-contact-hero {
    padding: 80px 20px 0;
}
.custom-contact-section {
    padding: 80px 15px;
}
.custom-card {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.mob_unique_section,.srv_unique_section  {
    margin: 0px auto !important;
}

    }



    /*  testinomical start   */

    /* SECTION */
.testimonials-section{
    padding:60px 20px;
    text-align:center;
}

.testimonials-section h2{
    color:#6ca437;
    font-size:32px;
    margin-bottom:30px;
}

/* BOX */
.testimonial-box{
    max-width:1140px;
    margin:auto;
    background:#eee;
    padding:40px;
    border-radius:15px;
    position:relative;
    min-height:220px;
}

/* TEXT */
.quote{
    font-size:20px;
    color:#333;
    line-height:1.7;
    margin-bottom:25px;
}

/* CLIENT */
.name{
    font-weight:bold;
    margin-bottom:5px;
}

.position{
    font-size:14px;
    color:#666;
}

/* STARS */
.stars{
    margin-top:10px;
    color:orange;
    font-size:18px;
}

/* DOTS */
.dots{
    margin-top:20px;
}

.dots span{
    display:inline-block;
    width:10px;
    height:10px;
    margin:5px;
    background:#ccc;
    border-radius:50%;
    cursor:pointer;
}

.dots .active{
    background:#6ca437;
}


 /*  testinomical end   */



 /* ===== UNIQUE PREFIX: tk- ===== */

.tk-section {
    padding: 80px 20px;
    background: #f5f5f5;
    font-family: Arial;
}

.tk-container {
    max-width: 1200px;
    margin: auto;
}

.tk-center {
    text-align: center;
}

.tk-heading {
    font-size: 34px;
    margin-bottom: 40px;
}
.tk-heading strong {
    color: #6fbf44;
}

/* ===== TABS ===== */
.tk-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #eee;
    padding: 15px;
    border-radius: 12px;
}

.tk-tab-btn {
    border: none;
    background: transparent;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    color: #777;
    font-size: 14px;
    transition: .3s;
}

.tk-tab-btn.active {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ===== GRID ===== */
.tk-content {
    margin-top: 40px;
}

.tk-pane {
    display: none;
}

.tk-pane.active {
    display: block;
}

.tk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 20px;
}

/* ===== CARD ===== */
.tk-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

.tk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.tk-card img {
    max-height: 60px;
    max-width: 100%;
}

/* MOBILE */
@media(max-width:768px){
    .tk-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

/* ===== UNIQUE PREFIX ===== */
.prc-section{
    padding:80px 20px;
    background:#f5f5f5;
    font-family:Arial;
}

.prc-container{
    max-width:1100px;
    margin:auto;
}

.prc-center{
    text-align:center;
}

.prc-title{
    font-size:34px;
    margin-bottom:10px;
}

.prc-title strong{
    color:#6fbf44;
}

/* ===== TIMELINE ===== */
.prc-timeline{
    position:relative;
    max-width:700px;
    margin:60px auto 0;
}

.prc-timeline::before{
    content:"";
    position:absolute;
    left:28px;
    top:0;
    width:2px;
    height:100%;
    border-left:2px dashed #ccc;
}

/* ===== ITEM ===== */
.prc-item{
    display:flex;
    gap:25px;
    margin-bottom:50px;
    position:relative;
}

.prc-icon{
    width:56px;
    height:56px;
    background:#6fbf44;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    z-index:1;
}

.prc-icon svg{
    width:26px;
    height:26px;
    stroke:#fff;
}

/* ===== CONTENT ===== */
.prc-content h3{
    margin:0 0 10px;
    font-size:18px;
}

.prc-content p{
    margin:0;
    color:#555;
    line-height:1.6;
    font-size:14px;
}

/* MOBILE */
@media(max-width:768px){
    .prc-timeline::before{
        left:25px;
    }

    .cs_unique_prev {
    left: 0px;
    z-index: 9999;
}
.cs_unique_next {
    right: 0px;
    z-index: 9999;
}
}


.custom-footer{
    background:#6f7eb7;
    color:#fff;
    margin-top:50px;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    padding:50px 20px;
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.footer-column{
    flex:1;
    min-width:220px;
}

.footer-logo{
    width:80px;
    height:auto;
}

.footer-column h3{
    font-size:20px;
    margin-bottom:20px;
    font-weight:600;
}

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-column ul li{
    margin-bottom:12px;
}

.footer-column ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-column ul li a:hover{
    padding-left:5px;
}

.footer-bottom{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.2);
    font-size:14px;
}

/* Tablet */
@media(max-width:991px){

    .footer-container{
        gap:30px;
    }

    .footer-column{
        min-width:45%;
    }
}

/* Mobile */
@media(max-width:576px){

    .footer-container{
        flex-direction:column;
        text-align:center;
    }

    .footer-logo{
        margin:auto;
        display:block;
    }

    .footer-column{
        min-width:100%;
    }
}


