 /* Style Guide Start here*/
/*styles
primary color:#0088CC
secondary color:#fd0001
body text color:#707070
Title font family: font-family: "Exo", sans-serif;
Body font family: font-family: "Nunito", sans-serif;
*/
/* Global css start here*/

.about-us-text {color: #000 !important;}
.primary-color {color: #000 !important;}

.secondary-color {color:#4E95EB !important}
.white-text {color:#FFFFFF}

h1,h2,h3,h4,h5,h6 {  font-family: "Heebo", sans-serif; font-optical-sizing: auto; font-weight: 700; font-style: normal;}
h1{font-size:55px !important;}
h2{font-size:47px !important;}
h3{font-size:39px !important;}
h4{font-size:31px !important;}
h5{font-size:25px !important;}
h6{font-size:22px !important;}

.b1{font-size:18px !important; font-weight: 400 !important;}
.b2{font-size:16px !important; font-weight: 400 !important;} 
.b3{font-size:14px !important; font-weight: 400 !important;}
.b4{font-size:13px !important; font-weight: 400 !important;}
.b5{font-size:12px !important; font-weight: 400 !important;}
.b6{font-size:11px !important; font-weight: 400 !important;}


p,span,strong,ul,li,a label,table,thead,tbody,tr,th,td {font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;} -->

.pb-60,.pt-60,.py-60,.px-60  {padding-bottom: 60px !important;}




/* Global css end here*/


/* banner start  */

/* typing plugin  start*/
          .get-started-form-color {color: #0c192e !important ; }
          .benifits-section-color {background-color:#fff !important}
        .typed-cursor {
            font-size: 2.5rem;
            color: #ffffff;
            opacity: 1;
            animation: blink 0.7s infinite;
        }
        @keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 1; }
        }
    
    /* typing plugin  end*/

        :root {
            --primary-color: #0a192f;
            --secondary-color: #4e95eb;
            --dark-color: #0a192f;
            --light-color: #f8f9fa;
            --card-bg: rgba(255, 255, 255, 0.05);
        }

        body.dark-mode {
            background-color: #0c192e !important;
    color: #000000 !important;       
        }
        
        body.light-mode {
            background-color: #fff;
            color: #333;
        }
        
        .dark-mode .navbar,
        .dark-mode footer {
            background-color: rgba(10, 25, 47, 0.9) !important;
        }
        
        .light-mode .navbar,
        .light-mode footer {
            background-color: rgba(255, 255, 255, 0.9) !important;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .dark-mode .glass-card {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }
        
        .light-mode .glass-card {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.7);
        }
        
        .glass-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-color);
        }
        
        .gradient-text {
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .btn-gradient {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border: none;
            color: white;
        }
        
        .btn-gradient:hover {
            background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
            color: white;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(78, 107, 255, 0.1);
            border-radius: 50%;
            margin-bottom: 20px;
        }
        
        .pulse-animation {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .cyber-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            z-index: -1;
        }
        
        .cyber-circle-1 {
            width: 300px;
            height: 300px;
            background: var(--primary-color);
            top: -150px;
            right: -150px;
        }
        
        .cyber-circle-2 {
            width: 200px;
            height: 200px;
            background: var(--secondary-color);
            bottom: -100px;
            left: -100px;
        }
        
        .threat-map {
            position: relative;
            height: 300px;
            background: url('https://via.placeholder.com/800x400') center/cover;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .threat-point {
            position: absolute;
            width: 12px;
            height: 12px;
            background: #ff4757;
            border-radius: 50%;
            animation: threat-pulse 2s infinite;
        }
        
        @keyframes threat-pulse {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(3); opacity: 0; }
        }


.btn-white {color: #fff !important;}
.cyber-blue {Color:var(--primary)}

.home-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.banner-img {padding-right: 15px !important}
.kim-tae {width: 35% !important;}
.banner-box-main {color:#000 !important}
.Highly {padding:20px !important; background-color: #ffffff !important; position: relative; bottom: 40px; border-radius: 10px ; border: solid 1px #0C63E4;}
.icon {width: 100% !important; }



.about-us-main{background-color: #fff !important;}
.about-us-text {color: #000 !important;}
.about-us-img-sec-text {padding:30px 0px 30px 40px !important}

/* banner end  */



/* service section  start */
    :root {
            --primary: #4E95EB;
            --secondary: #4E95EB;
            --dark: #1e293b;
            --light: #f8fafc;
        }
        
        .services-section {
            padding: 30px 0;
            background-color: var(--light);
        }
        
        .section-heading {
            margin-bottom: 60px;
        }
        
        .section-heading h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
            padding-bottom: 0px;
        }
        
        .section-heading h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            /* background: #00d9ff; */
        }
        
        .service-card {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .service-img {
            height: 300px;
            overflow: hidden;
            position: relative;
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s ease;
        }
        
        .service-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #4E95EB;
            opacity: 0;
            transition: all 0.5s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            color: white;
        }
        
        /* .service-icon {
            font-size: 40px;
            margin-bottom: 20px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.1s;
        } */
        
        .service-content {
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.2s;
        }
        
        .service-content h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .service-content p {
            margin-bottom: 20px;
        }
        
        .service-btn {
            display: inline-block;
            padding: 10px 25px;
            background: white;
            color: var(--primary);
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.3s;
        }
        
        /* Hover Effects */
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.1) rotate(2deg);
            filter: brightness(0.7);
        }
        
        .service-card:hover .service-overlay {
            opacity: 1;
        }
        
        .service-card:hover .service-icon,
        .service-card:hover .service-content,
        .service-card:hover .service-btn {
            transform: translateY(0);
            opacity: 1;
        }
        
        .service-btn:hover {
            background: var(--dark);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Animation for section heading */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .section-heading {
            animation: fadeInUp 1s ease;
        }
        
        /* Staggered animation for cards */
        .service-card {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
        
        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }
        .service-card:nth-child(4) { animation-delay: 0.4s; }
        .service-card:nth-child(5) { animation-delay: 0.5s; }
        .service-card:nth-child(6) { animation-delay: 0.6s; }
   
.service-section-text {color:#000}
.service-section-para-text {color: #000;}
/* service section end */




/* faq start */
.faq-section {
      background: #f9f9f9;
      padding: 60px 0;
    }
    .faq-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 30px;
      color: #333;
    }
    .accordion-button {
      font-size: 1rem;
      font-weight: 600;
      background-color: #fff;
      border: none;
      box-shadow: none;
      padding: 1rem;
    }
    .accordion-button::after {
      font-family: "Font Awesome 6 Free";
      content: "\f078"; /* Down arrow */
      font-weight: 900;
      float: right;
      margin-left: auto;
    }
    /* .accordion-button:not(.collapsed)::after {
      content: "\f077"; Up arrow */

    .accordion-item {
      border: none;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
    }
    .accordion-body {
      background-color: #fff;
      padding: 1rem 1.5rem;
      color: #555;
    }

.faq-para {padding-top:15px;}
.about-us-text {padding-bottom: 0px;}

/* faq end */




/* progress start */

        .progress-circle {
            position: relative;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        
        .progress-circle::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: white;
        }
        
        .progress-circle .progress-value {
            position: relative;
            font-size: 24px;
            font-weight: bold;
            z-index: 1;
            color: #333;
        }
        
        .progress-circle svg {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }
        
        .progress-circle svg circle {
            fill: none;
            stroke-width: 8;
            stroke-linecap: round;
            stroke-dasharray: 314;
            stroke-dashoffset: 314;
            transition: stroke-dashoffset 1s ease;
        }
        
        /* Color variations */
        .progress-circle.primary svg circle {
            stroke: #0d6efd;
        }
        
        .progress-circle.success svg circle {
            stroke: #198754;
        }
        
        .progress-circle.warning svg circle {
            stroke: #ffc107;
        }
        
        .progress-circle.danger svg circle {
            stroke: #dc3545;
        }
        
        .progress-circle.info svg circle {
            stroke: #0dcaf0;
        }
    
/* progress end */



/* testimonials start */
 
        :root {
            --primary: #6366f1;
            --primary-light: #818cf8;
            --secondary: #8b5cf6;
            --dark: #1e293b;
            --light: #f8fafc;
            --gray: #64748b;
        }
        
        .testimonials-section {
            padding: 60px 0;
            background-color: var(--light);
            position: relative;
            overflow: hidden;
        }
        
        .testimonials-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://assets-global.website-files.com/5f15530648874c5f977e91c5/62a9c9d8b2c1a3d5f1c4c5b8_noise.png') center/cover;
            opacity: 0.03;
            pointer-events: none;
        }
        
        .section-header {
            margin-bottom: 0px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .section-header h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            /* background: linear-gradient(90deg, var(--primary), var(--secondary)); */
            border-radius: 2px;
        }
        
        .testimonial-track {
            display: flex;
            gap: 30px;
            padding: 20px 0;
            animation: scroll 30s linear infinite;
            width: calc(300px * 10);
        }
        
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-300px * 5)); }
        }
        
        .testimonial-card {
            min-width: 300px;
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            border: 1px solid rgba(0, 0, 0, 0.03);
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .quote-icon {
            font-size: 24px;
            color: #0d6efd;
            margin-bottom: 15px;
            opacity: 0.7;
        }
        
        .testimonial-text {
            color: var(--gray);
            margin-bottom: 25px;
            font-style: italic;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            border: 3px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-info h5 {
            font-weight: 600;
            margin-bottom: 2px;
        }
        
        .author-info p {
            color: var(--gray);
            font-size: 14px;
            margin-bottom: 0;
        }
        
        .rating {
            color: #ffc107;
            margin-bottom: 15px;
        }
        
        .testimonials-container {
            position: relative;
            overflow: hidden;
            padding: 0px ;
        }
        
        .testimonials-container::before,
        .testimonials-container::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100px;
            z-index: 2;
            pointer-events: none;
        }
        
        .testimonials-container::before {
            left: 0;
            background: linear-gradient(to right, var(--light) 0%, transparent 100%);
        }
        
        .testimonials-container::after {
            right: 0;
            background: linear-gradient(to left, var(--light) 0%, transparent 100%);
        }
        
        /* Pause animation on hover */
        .testimonial-track:hover {
            animation-play-state: paused;
        }
        
        /* Responsive adjustments */
        @media (max-width: 767.98px) {
            .testimonial-track {
                gap: 20px;
                width: calc(250px * 10);
                animation: scroll 20s linear infinite;
            }
            
            .testimonial-card {
                min-width: 250px;
            }
            
            @keyframes scroll {
                0% { transform: translateX(0); }
                100% { transform: translateX(calc(-250px * 5)); }
            }
        }
    
.michael-name {padding-top: 20px !important;}

/* testimonials end */






/* our clients start*/

    .client-logo {
      max-width: 140px;
      filter: grayscale(100%);
      opacity: 0.8;
      transition: 0.4s ease;
    }

    .client-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.05);
    }

    .client-col {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .clients-section {
      background: #f8f9fa;
    }

    .section-heading {
      font-size: 2rem;
      font-weight: 700;
    }

    .section-subheading {
      color: #6c757d;
      font-size: 1rem;
    }
  

.highly-experts-box-1 {padding-bottom: 20px !important;}

/* our clients end */

/* banner end */




/* about us start */



/*banner section start here*/

.bnr-heading{padding-top:100px; color:#fff;}       

.breadcrumb{ color:#fff !important; padding-left: 50px;}
.home{text-decoration:none; }

.my-nav ul li a.active{color: #4E95EB !important;}



/* banner start */

        :root {
            --primary-color: #0a192f !important;
            --secondary-color: #4e95eb !important;
            --dark-color: #0a192f;
            --light-color: #f8f9fa;
            --card-bg: rgba(255, 255, 255, 0.05);
        }
        
        /* body.dark-mode {
            background-color: var(--dark-color);
            color: #fff;
        } */
        
        body.light-mode {
            background-color: #fff;
            color: #333;
        }
        
        .dark-mode .navbar,
        .dark-mode footer {
            background-color: rgba(10, 25, 47, 0.9) !important;
        }
        
        .light-mode .navbar,
        .light-mode footer {
            background-color: rgba(255, 255, 255, 0.9) !important;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .dark-mode .glass-card {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }
        
        .light-mode .glass-card {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.7);
        }
        
        .glass-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-color);
        }
        
        .gradient-text {
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .btn-gradient {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)) !important;
            border: none;
            color: white;
        }
        
        .btn-gradient:hover {
            background: linear-gradient(45deg, var(--secondary-color), var(--primary-color)) !important;
            color: white;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(78, 107, 255, 0.1);
            border-radius: 50%;
            margin-bottom: 20px;
        }
        
        .pulse-animation {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .cyber-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            z-index: -1;
        }
        
        .cyber-circle-1 {
            width: 300px;
            height: 300px;
            background: var(--primary-color);
            top: -150px;
            right: -150px;
        }
        
        .cyber-circle-2 {
            width: 200px;
            height: 200px;
            background: var(--secondary-color);
            bottom: -100px;
            left: -100px;
        }
        
        .threat-map {
            position: relative;
            height: 300px;
            background: url('https://via.placeholder.com/800x400') center/cover;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .threat-point {
            position: absolute;
            width: 12px;
            height: 12px;
            background: #ff4757;
            border-radius: 50%;
            animation: threat-pulse 2s infinite;
        }
        
        @keyframes threat-pulse {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(3); opacity: 0; }
        }

.home-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.banner-img {padding-right: 15px !important}
.kim-tae {width: 35% !important;}
.banner-box-main {color:#000 !important}
.Highly {padding:20px !important; background-color: #ffffff !important; position: relative; bottom: 40px; border-radius: 10px ; border: solid 1px #0C63E4;}
.icon {width: 100% !important; }

/*banner section end here*/

         





    /* management section  start */
    :root {
            --primary: #0a192f;
            --secondary: #4E95EB;
            --dark: #1e293b;
            --light: #f8fafc;
        }
        
        .management-section {
            padding: 30px 0;
            background-color: var(--light);
        }
        
        .section-heading {
            margin-bottom: 60px;
        }
        
        .section-heading h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
            padding-bottom: 0px;
        }
        
        .section-heading h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            /* background: #00d9ff; */
        }
        
        .service-card {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .service-img {
            height: 300px;
            overflow: hidden;
            position: relative;
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s ease;
        }
        
        .service-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #4E95EB;
            opacity: 0;
            transition: all 0.5s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            color: white;
        }
        
        /* .service-icon {
            font-size: 40px;
            margin-bottom: 20px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.1s;
        } */
        
        .service-content {
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.2s;
        }
        
        .service-content h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .service-content p {
            margin-bottom: 20px;
        }
        
        .service-btn {
            display: inline-block;
            padding: 10px 25px;
            background: white;
            color: var(--primary);
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.3s;
        }
        
        /* Hover Effects */
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.1) rotate(2deg);
            filter: brightness(0.7);
        }
        
        .service-card:hover .service-overlay {
            opacity: 1;
        }
        
        .service-card:hover .service-icon,
        .service-card:hover .service-content,
        .service-card:hover .service-btn {
            transform: translateY(0);
            opacity: 1;
        }
        
        .service-btn:hover {
            background: var(--dark);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Animation for section heading */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .section-heading {
            animation: fadeInUp 1s ease;
        }
        
        /* Staggered animation for cards */
        .service-card {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
        
        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }
        .service-card:nth-child(4) { animation-delay: 0.4s; }
        .service-card:nth-child(5) { animation-delay: 0.5s; }
        .service-card:nth-child(6) { animation-delay: 0.6s; }
   
.service-section-text {color:#000}
.service-section-para-text {color: #000;}
/* management section end *



/* faq start */
.faq-section {
      background: #f9f9f9;
      padding: 60px 0;
    }
    .faq-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 0px;
      color: #333;
    }
    .accordion-button {
      font-size: 1rem;
      font-weight: 600;
      background-color: #fff;
      border: none;
      box-shadow: none;
      padding: 1rem;
    }
    .accordion-button::after {
      font-family: "Font Awesome 6 Free";
      content: "\f078"; /* Down arrow */
      font-weight: 900;
      float: right;
      margin-left: auto;
    }
    /* .accordion-button:not(.collapsed)::after {
      content: "\f077"; Up arrow */

    .accordion-item {
      border: none;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
    }
    .accordion-body {
      background-color: #fff;
      padding: 1rem 1.5rem;
      color: #555;
    }

.faq-para {padding-top:15px;}

/* faq end */


/* testimonials start */
 
        :root {
            --primary: #0a192f;
          
            --secondary: #4E95EB;
            --dark: #1e293b;
            --light: #f8fafc;
            --gray: #64748b;
        }
        
        .testimonials-section {
            padding: 60px 0;
            background-color: var(--light);
            position: relative;
            overflow: hidden;
        }
        
        .testimonials-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://assets-global.website-files.com/5f15530648874c5f977e91c5/62a9c9d8b2c1a3d5f1c4c5b8_noise.png') center/cover;
            opacity: 0.03;
            pointer-events: none;
        }
        
        .section-header {
            margin-bottom: 0px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .section-header h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            /* background: linear-gradient(90deg, var(--primary), var(--secondary)); */
            border-radius: 2px;
        }
        
        .testimonial-track {
            display: flex;
            gap: 30px;
            padding: 20px 0;
            animation: scroll 30s linear infinite;
            width: calc(300px * 10);
        }
        
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-300px * 5)); }
        }
        
        .testimonial-card {
            min-width: 300px;
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            border: 1px solid rgba(0, 0, 0, 0.03);
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .quote-icon {
            font-size: 24px;
            color: #0d6efd;
            margin-bottom: 15px;
            opacity: 0.7;
        }
        
        .testimonial-text {
            color: var(--gray);
            margin-bottom: 25px;
            font-style: italic;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            border: 3px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-info h5 {
            font-weight: 600;
            margin-bottom: 2px;
        }
        
        .author-info p {
            color: var(--gray);
            font-size: 14px;
            margin-bottom: 0;
        }
        
        .rating {
            color: #ffc107;
            margin-bottom: 15px;
        }
        
        .testimonials-container {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }
        
        .testimonials-container::before,
        .testimonials-container::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100px;
            z-index: 2;
            pointer-events: none;
        }
        
        .testimonials-container::before {
            left: 0;
            background: linear-gradient(to right, var(--light) 0%, transparent 100%);
        }
        
        .testimonials-container::after {
            right: 0;
            background: linear-gradient(to left, var(--light) 0%, transparent 100%);
        }
        
        /* Pause animation on hover */
        .testimonial-track:hover {
            animation-play-state: paused;
        }
        
        /* Responsive adjustments */
        @media (max-width: 767.98px) {
            .testimonial-track {
                gap: 20px;
                width: calc(250px * 10);
                animation: scroll 20s linear infinite;
            }
            
            .testimonial-card {
                min-width: 250px;
            }
            
            @keyframes scroll {
                0% { transform: translateX(0); }
                100% { transform: translateX(calc(-250px * 5)); }
            }
        }
    
.michael-name {padding-top: 20px !important;}

/* testimonials end */



    .footer {
      background-color: #212529;
      color: #ccc;
      padding: 60px 0 30px;
    }

    .footer a {
      color: #adb5bd;
      text-decoration: none;
    }

    .footer a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer .social a {
      font-size: 1.2rem;
      margin-right: 15px;
      color: #adb5bd;
      transition: 0.3s;
    }

    .footer .social a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      border-top: 1px solid #444;
      padding-top: 20px;
      font-size: 0.9rem;
    }


/*banner section start here*/
.banner-section{background-image: url('../images/about-us-section.png' ) ; width:100% !important;  background-repeat: no-repeat; height: 280px;} 
.bnr-heading{padding-top:100px; color:#fff;}       

.breadcrumb{ color:#fff !important; padding-left: 50px;}
.home{text-decoration:none; }


.who-we-are-text {
    padding-left: 30px !important ;
}


/* banner start */

        :root {
            --primary-color: #0a192f !important;
            --secondary-color: #4e95eb !important;
            --dark-color: #0a192f;
            --light-color: #f8f9fa;
            --card-bg: rgba(255, 255, 255, 0.05);
        }
        
        /* body.dark-mode {
            background-color: var(--dark-color);
            color: #fff;
        } */
        
        body.light-mode {
            background-color: #fff;
            color: #333;
        }
        
        .dark-mode .navbar,
        .dark-mode footer {
            background-color: rgba(10, 25, 47, 0.9) !important;
        }
        
        .light-mode .navbar,
        .light-mode footer {
            background-color: rgba(255, 255, 255, 0.9) !important;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .dark-mode .glass-card {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }
        
        .light-mode .glass-card {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.7);
        }
        
        .glass-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-color);
        }
        
        .gradient-text {
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .btn-gradient {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border: none;
            color: white;
        }
        
        .btn-gradient:hover {
            background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
            color: white;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(78, 107, 255, 0.1);
            border-radius: 50%;
            margin-bottom: 20px;
        }
        
        .pulse-animation {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .cyber-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            z-index: -1;
        }
        
        .cyber-circle-1 {
            width: 300px;
            height: 300px;
            background: var(--primary-color);
            top: -150px;
            right: -150px;
        }
        
        .cyber-circle-2 {
            width: 200px;
            height: 200px;
            background: var(--secondary-color);
            bottom: -100px;
            left: -100px;
        }
        
        .threat-map {
            position: relative;
            height: 300px;
            background: url('https://via.placeholder.com/800x400') center/cover;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .threat-point {
            position: absolute;
            width: 12px;
            height: 12px;
            background: #ff4757;
            border-radius: 50%;
            animation: threat-pulse 2s infinite;
        }
        
        @keyframes threat-pulse {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(3); opacity: 0; }
        }

.home-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.banner-img {padding-right: 15px !important}
.kim-tae {width: 35% !important;}
.banner-box-main {color:#000 !important}
.Highly {padding:20px !important; background-color: #ffffff !important; position: relative; bottom: 40px; border-radius: 10px ; border: solid 1px #0C63E4;}
.icon {width: 100% !important; }

.logo-img {width: 20% !important;}



/*banner section end here*/

         

/* about us section starts here */


        :root {
            --secondary: #4E95EB;
            
            --primary: #0A192F;
            --dark: #1e293b;
            --light: #f8fafc;
            --gray: #64748b;
        }
        
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            overflow-x: hidden;
        }
        
        .hero-section {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            padding: 120px 0 100px;
            position: relative;
            overflow: hidden;
        }
        
        /* .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url('https://assets-global.website-files.com/5f15530648874c5f977e91c5/62a9c9d8b2c1a3d5f1c4c5b8_noise.png') center/cover;
            opacity: 0.05;
            pointer-events: none;
        } */
        
        .hero-title {
            font-weight: 800;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .hero-subtitle {
            font-weight: 400;
            opacity: 0.9;
            margin-bottom: 30px;
            max-width: 600px;
        }
        
        .shape-divider {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }
        
        .shape-divider svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 100px;
        }
        
        .shape-divider .shape-fill {
            fill: #FFFFFF;
        }
        
        .about-section {
            padding: 60px 0;
            background-color: white;
        }
        
        .section-title {
            position: relative;
            padding-bottom: 0px;
           
        }
        
        .section-title h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
        }
        
        /* .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            border-radius: 2px;
        } */
        
        .about-img {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
            transform: perspective(1000px) rotateY(-10deg);
            transition: all 0.5s ease;
        }
        
        .about-img:hover {
            transform: perspective(1000px) rotateY(0deg);
        }
        
        .about-img img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        
        .mission-section {
            padding: 60px 0;
            background-color: var(--light);
            position: relative;
        }
        
        .mission-card {
            background: white;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.4s ease;
            border-bottom: 4px solid transparent;
        }
        
        .mission-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            border-bottom-color: var(--primary);
        }
        
        .mission-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 24px;
            color: white;
            background: linear-gradient(45deg, var( --primary), var(--secondary));
        }
        
        .team-section {
            padding: 100px 0;
            background-color: white;
        }
        
        .team-card {
            text-align: center;
            margin-bottom: 30px;
            transition: all 0.4s ease;
        }
        
        .team-img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
            border: 5px solid white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
        }
        
        .team-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .team-card:hover .team-img {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .team-card:hover .team-img img {
            transform: scale(1.1);
        }
        
        .team-card h4 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .team-card p {
            color: var(--gray);
            margin-bottom: 15px;
        }
        
        .social-links {
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        
        .social-links a {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--dark);
            background-color: var(--light);
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background-color: var(--primary);
            color: white;
            transform: translateY(-3px);
        }
        
        .stats-section {
            padding: 80px 0;
            background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
            color: white;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
        }
        
        .stat-number {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1;
        }
        
        .stat-label {
            font-size: 18px;
            opacity: 0.9;
        }
        
        .values-section {
            padding: 100px 0;
            background-color: var(--light);
        }
        
        .value-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .value-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            z-index: -1;
            opacity: 0;
            transition: all 0.4s ease;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            color: white;
        }
        
        .value-card:hover::before {
            opacity: 1;
        }
        
        .value-card:hover .value-icon {
            background: white;
            color: var(--primary);
        }
        
        .value-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 24px;
            color: white;
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            transition: all 0.4s ease;
        }
        
        .cta-section {
            padding: 100px 0;
            background-color: white;
            position: relative;
            overflow: hidden;
        }
        
        .cta-content {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 16px;
            padding: 60px;
            color: white;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .cta-content::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: url('https://assets-global.website-files.com/5f15530648874c5f977e91c5/62a9c9d8b2c1a3d5f1c4c5b8_noise.png') center/cover;
            opacity: 0.1;
            z-index: -1;
            pointer-events: none;
        }
        
        .cta-title {
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .btn-white {
            background: white;
            color: var(--primary);
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-white:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        /* Animation classes */
        .fade-in {
            opacity: 0;
            animation: fadeIn 1s ease forwards;
        }
        
        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }
        
        .delay-1 {
            animation-delay: 0.2s;
        }
        
        .delay-2 {
            animation-delay: 0.4s;
        }
        
        .delay-3 {
            animation-delay: 0.6s;
        }
   
    /* about us ends here */



    /* management section  start */
.our-management-section {background-color: #fff !important;}


    :root {
            --primary: #0a192f;
            --secondary: #4E95EB;
            --dark: #1e293b;
            --light: #f8fafc;
        }
        
        .management-section {
            padding: 30px 0;
            background-color: var(--light);
        }
        
        .section-heading {
            margin-bottom: 60px;
        }
        
        .section-heading h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
            padding-bottom: 0px;
        }
        
        .section-heading h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            /* background: #00d9ff; */
        }
        
        .service-card {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .service-img {
            height: 300px;
            overflow: hidden;
            position: relative;
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s ease;
        }
        
        .service-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #4E95EB;
            opacity: 0;
            transition: all 0.5s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            color: white;
        }
        
        /* .service-icon {
            font-size: 40px;
            margin-bottom: 20px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.1s;
        } */
        
        .service-content {
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.2s;
        }
        
        .service-content h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .service-content p {
            margin-bottom: 20px;
        }
        
        .service-btn {
            display: inline-block;
            padding: 10px 25px;
            background: white;
            color: var(--primary);
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.3s;
        }
        
        /* Hover Effects */
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.1) rotate(2deg);
            filter: brightness(0.7);
        }
        
        .service-card:hover .service-overlay {
            opacity: 1;
        }
        
        .service-card:hover .service-icon,
        .service-card:hover .service-content,
        .service-card:hover .service-btn {
            transform: translateY(0);
            opacity: 1;
        }
        
        .service-btn:hover {
            background: var(--dark);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Animation for section heading */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .section-heading {
            animation: fadeInUp 1s ease;
        }
        
        /* Staggered animation for cards */
        .service-card {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
        
        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }
        .service-card:nth-child(4) { animation-delay: 0.4s; }
        .service-card:nth-child(5) { animation-delay: 0.5s; }
        .service-card:nth-child(6) { animation-delay: 0.6s; }
   
.service-section-text {color:#000}
.service-section-para-text {color: #000;}
/* management section end *



/* faq start */
.faq-section {
      background: #f9f9f9;
      padding: 60px 0;
    }
    .faq-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: #333;
    }
    .accordion-button {
      font-size: 1rem;
      font-weight: 600;
      background-color: #fff;
      border: none;
      box-shadow: none;
      padding: 1rem;
    }
    .accordion-button::after {
      font-family: "Font Awesome 6 Free";
      content: "\f078"; /* Down arrow */
      font-weight: 900;
      float: right;
      margin-left: auto;
    }
    /* .accordion-button:not(.collapsed)::after {
      content: "\f077"; Up arrow */

    .accordion-item {
      border: none;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
    }
    .accordion-body {
      background-color: #fff;
      padding: 1rem 1.5rem;
      color: #555;
    }

.faq-para {padding-top:15px;}

/* faq end */


/* testimonials start */
 
        :root {
            --primary: #0a192f;
          
            --secondary: #4E95EB;
            --dark: #1e293b;
            --light: #f8fafc;
            --gray: #64748b;
        }
        
        .testimonials-section {
            padding: 60px 0;
            background-color: var(--light);
            position: relative;
            overflow: hidden;
        }
        
        .testimonials-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://assets-global.website-files.com/5f15530648874c5f977e91c5/62a9c9d8b2c1a3d5f1c4c5b8_noise.png') center/cover;
            opacity: 0.03;
            pointer-events: none;
        }
        
        .section-header {
            margin-bottom: 0px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .section-header h2 {
            font-weight: 700;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            /* background: linear-gradient(90deg, var(--primary), var(--secondary)); */
            border-radius: 2px;
        }
        
        .testimonial-track {
            display: flex;
            gap: 30px;
            padding: 20px 0;
            animation: scroll 30s linear infinite;
            width: calc(300px * 10);
        }
        
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-300px * 5)); }
        }
        
        .testimonial-card {
            min-width: 300px;
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            border: 1px solid rgba(0, 0, 0, 0.03);
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .quote-icon {
            font-size: 24px;
            color: #0d6efd;
            margin-bottom: 15px;
            opacity: 0.7;
        }
        
        .testimonial-text {
            color: var(--gray);
            margin-bottom: 25px;
            font-style: italic;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            border: 3px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-info h5 {
            font-weight: 600;
            margin-bottom: 2px;
        }
        
        .author-info p {
            color: var(--gray);
            font-size: 14px;
            margin-bottom: 0;
        }
        
        .rating {
            color: #ffc107;
            margin-bottom: 15px;
        }
        
        .testimonials-container {
            position: relative;
            overflow: hidden;
           
        }
        
        .testimonials-container::before,
        .testimonials-container::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100px;
            z-index: 2;
            pointer-events: none;
        }
        
        .testimonials-container::before {
            left: 0;
            background: linear-gradient(to right, var(--light) 0%, transparent 100%);
        }
        
        .testimonials-container::after {
            right: 0;
            background: linear-gradient(to left, var(--light) 0%, transparent 100%);
        }
        
        /* Pause animation on hover */
        .testimonial-track:hover {
            animation-play-state: paused;
        }
        
        /* Responsive adjustments */
        @media (max-width: 767.98px) {
            .testimonial-track {
                gap: 20px;
                width: calc(250px * 10);
                animation: scroll 20s linear infinite;
            }
            
            .testimonial-card {
                min-width: 250px;
            }
            
            @keyframes scroll {
                0% { transform: translateX(0); }
                100% { transform: translateX(calc(-250px * 5)); }
            }
        }
    
.michael-name {padding-top: 20px !important;}

/* testimonials end */



    .footer {
      background-color: #212529;
      color: #ccc;
      padding: 60px 0 30px;
    }

    .footer a {
      color: #adb5bd;
      text-decoration: none;
    }

    .footer a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer .social a {
      font-size: 1.2rem;
      margin-right: 15px;
      color: #adb5bd;
      transition: 0.3s;
    }

    .footer .social a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      border-top: 1px solid #444;
      padding-top: 20px;
      font-size: 0.9rem;
    }








/* contact us page starts here CSS */


.home-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.banner-img {padding-right: 15px !important}
.kim-tae {width: 35% !important;}
.banner-box-main {color:#000 !important}
.Highly {padding:20px !important; background-color: #ffffff !important; position: relative; bottom: 40px; border-radius: 10px ; border: solid 1px #0C63E4;}
.icon {width: 100% !important; }

/* about us sec start */
.about-us-banner {background-image: url("../images/about-us-section.png" ) ; width:100% !important; background-size: 100% !important;  background-repeat: no-repeat; height: 280px;} 

/* about us sec end */


/* banner section start here */
.banner-section{background-image: url("../images/contact.png" ) ; width:100% !important; background-size: 100% !important;  background-repeat: no-repeat; height: 280px;} 
.bnr-heading{padding-top:100px; color:#fff;}       

.breadcrumb{ color:#fff !important; padding-left: 50px;}
.home{text-decoration:none; }

/* banner section ends here */



/* footer sections icon starts here */
.tick-icon{position: relative; top: 8px;}

.address{text-decoration:none !important; list-style-type: none ; padding: 0px !important;}

/* footer section icon ends here */


     /* our approach start */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #444;
        }
        
        .service-hero {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }
        
        .service-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .service-icon i {
            font-size: 36px;
            color: var(--primary-color);
        }
        
        .feature-card {
            border: none;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            background: white;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .benefit-item {
            display: flex;
            margin-bottom: 20px;
        }
        
        .benefit-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .benefit-icon i {
            font-size: 20px;
            color: var(--primary-color);
        }
        
        .process-step {
            position: relative;
            padding-left: 80px;
            margin-bottom: 40px;
        }
        
        .process-step::before {
            content: attr(data-step);
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: var(--primary-color);
        }
        
        .testimonial-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            padding: 30px;
            transition: all 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-color);
        }
        
        .quote-icon {
            color: var(--primary-color);
            font-size: 2rem;
            opacity: 0.3;
        }
        
        .pricing-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            padding: 40px 30px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            background: white;
        }
        
        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .pricing-card.popular {
            border: 2px solid var(--primary-color);
        }
        
        .popular-badge {
            position: absolute;
            top: 20px;
            right: -30px;
            background: var(--primary-color);
            color: white;
            padding: 5px 30px;
            transform: rotate(45deg);
            font-size: 14px;
            font-weight: 600;
        }
        
        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 40px;
        }
        
        /* .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-color);
        } */
        
        .btn-primary {
            background-color: var(--primary-color);
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: var(--secondary-color);
            transform: translateY(-2px);
        }
        
        .btn-outline-primary {
            border-color: var(--primary-color);
            color: var(--primary-color);
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-outline-primary:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-2px);
        }
   
/* our approach end */


/* location boxes start here */

        
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f9f9f9;
        }
        
        .contact-hero {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .contact-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
        }
        
        .contact-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            overflow: hidden;
            transition: all 0.3s ease;
            background: white;
        }
        
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        
        .contact-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .contact-icon i {
            font-size: 24px;
            color: var(--primary-color);
        }
        
        .form-control {
            height: 50px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            padding-left: 20px;
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(108, 99, 255, 0.25);
        }
        
        textarea.form-control {
            height: auto;
            padding-top: 15px;
            min-height: 150px;
        }
        
        .btn-primary {
            background-color: var(--primary-color);
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: var(--secondary-color);
            transform: translateY(-2px);
        }
        
        .map-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            height: 100%;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            min-height: 300px;
            border: none;
        }
        
        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
        }
        
        /* .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-color);
        } */
   
        /* location boxes end here */



/* footer section starts here */

  
    .footer {
      background-color: #212529;
      color: #ccc;
      padding: 60px 0 30px;
    }

    .footer a {
      color: #adb5bd;
      text-decoration: none;
    }

    .footer a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer .social a {
      font-size: 1.2rem;
      margin-right: 15px;
      color: #adb5bd;
      transition: 0.3s;
    }

    .footer .social a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      border-top: 1px solid #444;
      padding-top: 20px;
      font-size: 0.9rem;
    }
 
    /* footer section end */



/* our process start */

.our-process-heading {padding-top:60px !important ;}



/* our process end */


    /* guarding services page start */
.about-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.services-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.gallery-text :hover {text-decoration: underline !important; color:#4E95EB !important}
.contact-text :hover {text-decoration: underline !important; color:#4E95EB !important}

.guarging-services-bg {background-image: url('../images/guarding-services-bannerr.png');  width:100% !important;  background-repeat: no-repeat; height: 280px !important;}

        :root {
            --primary-color: #0a192f;
            --secondary-color: #4e95eb;
            --dark-color: #2f 2e41;
            --light-color: #f8f9fa;
        }
        
        /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #444;
        } */
        
        /* .service-hero {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        } */
        
        /* .service-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
        } */
        
        /* .service-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        } */
        
        /* .service-icon i {
            font-size: 36px;
            color: var(--primary-color);
        } */
        
        /* .feature-card {
            border: none;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            background: white;
        }
         */
        /* .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        } */
        
        /* .benefit-item {
            display: flex;
            margin-bottom: 20px;
        } */
        
        /* .benefit-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .benefit-icon i {
            font-size: 20px;
            color: var(--primary-color);
        }
         */

        /* .process-step {
            position: relative;
            padding-left: 80px;
            margin-bottom: 40px;
        } */
        
        /* .process-step::before {
            content: attr(data-step);
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(108, 99, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: var(--primary-color);
        } */
        
        /* .testimonial-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            padding: 30px;
            transition: all 0.3s ease;
        } */
        
        /* .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        } */
        
        /* .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-color);
        } */
        
        /* .quote-icon {
            color: var(--primary-color);
            font-size: 2rem;
            opacity: 0.3;
        }
         */
        /* .pricing-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            padding: 40px 30px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            background: white;
        } */
        
        /* .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        } */
        
        /* .pricing-card.popular {
            border: 2px solid var(--primary-color);
        } */
        
        /* .popular-badge {
            position: absolute;
            top: 20px;
            right: -30px;
            background: var(--primary-color);
            color: white;
            padding: 5px 30px;
            transform: rotate(45deg);
            font-size: 14px;
            font-weight: 600;
        } */
        
        /* .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 40px;
        } */
        
        /* .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-color);
        } */
        
        .btn-primary {
            background-color: var(--primary-color);
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: var(--secondary-color);
            transform: translateY(-2px);
        }
        
        .btn-outline-primary {
            border-color: var(--primary-color);
            color: var(--primary-color);
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-outline-primary:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-2px);
        }
 



    /* guarging services page end */


    /* valet services page starts here */

.valet-services-sub {background-image: url('../images/valet-parking.png');  width:100% !important;  background-repeat: no-repeat; height: 280px !important;}

    /* valet services page ends here */


     /* house-keeping-services starts here */
.house-keeping-services {background-image: url('../images/house-keeping-1.png');  width:100% !important;  background-repeat: no-repeat; height: 280px !important; }
 /* house-keeping-services ends here  */


  /* facility-services-banner starts here */
.facility-services-banner {background-image: url('../images/Facility-Services-header.png');  width:100% !important;  background-repeat: no-repeat; height: 280px !important; }
 /* facility-services-banner ends here */


 /* escot-services-banner starts here */
.escot-services-banner {background-image: url('../images/escot-services-banner.png');  width:100% !important;  background-repeat: no-repeat; height: 280px !important;}
 /* escot-services-banner ends here*/



  /* detective services starts here*/
.detective-services-bg {background-image: url('../images/detective-services-bg.png');  width:100% !important;  background-repeat: no-repeat; height: 280px !important;}
  
  /* detective services ends here*/