* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'JostRegular', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'JostRegular', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}

/* Import the Jost font */
@font-face {
    font-family: 'JostBold';
    src: url('../fonts/Jost/static/Jost-Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'JostRegular';
    src: url('../fonts/Jost/static/Jost-Regular.ttf') format('truetype');

}

@font-face {
    font-family: 'GabaritoBold';
    src: url('../fonts/Gabarito/static/Gabarito-Bold.ttf') format('truetype');
}

.text-overlay .head_76_main {
    font-family: 'JostBold';
}

.hero_section {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* background-color: white; */
}

.hero_section .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* Places the image behind the content */
}

.hero_section .text-overlay {
    position: absolute;
    width: 85%;
    padding: 15px;
    top: 50%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    transform: translate(-50%, -50%);
    color: white;
    /* color: black; */
    text-align: center;
    font-size: 2rem;
}

.hero_section .text-overlay h1 {
    margin: 0;
    font-size: 6rem;
}

.hero_section .text-overlay p {
    margin: 10px 0 0;
}

.hero_section .overlay_header_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sp_height {
    height: 110vh;
}

.overlay_content_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
}

.overlay_container_w_h {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.para_black h2,
.para_black p {
    color: black;
}

.m_t_for_hsm {
    margin-top: 75px;
}

.heading_76_main_div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.heading_ab_main_div {
    width: 50%;
    align-items: center;
}

.heading_66_main_div {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* padding: 20px; */
}

.contact_us_main_div {
    width: 50%;
    display: flex;
    align-items: start;
    padding: 20px;
    flex-direction: column;
}

.contact_para i {
    margin-right: 8px;
    color: #555;
    font-size: 22px;
    color: #fff;
}

.for_large {
    width: 100%;
    display: flex;
    align-items: start;
    padding: 20px;
}

.image_logo_div {
    width: 50%;
}

.mission_para_div {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;

    /* padding: 30px; */
}

.real_mission {
    padding-left: 90px;
}

.mission_logo_div {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.heading_76_main {
    font-size: 4rem;
    font-family: 'JostBold';
    text-align: center;
}

.heading_66_main {
    font-size: 3rem;
    font-family: 'JostBold';
    text-align: center;
}

.pg_w_pt{
    padding-top: 10px;
}

.contact_para {
    font-family: 'JostRegular';
    text-align: start;
    font-size: 25px;
}

.image_logo_div img {
    width: 464px;
    height: auto;
}

.mission_logo_div img {
    width: 264px;
    height: auto;
}

.description_77_66_p {
    font-family: 'JostRegular';
    text-align: start;
    font-size: 25px;
}


.heading_55_main_div {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
}

.scnd_para_div {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    flex-direction: column;
}

.scnd_para_div_for_attack {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 50px;
}

.scnd_para_div_for_attack p {
    font-size: 30px;
}

.line {
    width: 0px;
    /* Adjust the initial width */
    height: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    margin-top: 10px;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.heading_66_main:hover+.line {
    background-color: blue;
    width: 450px;
    /* Final width after hover */
}

.span_highlight {
    color: red;
    font-family: 'JostBold';
}

/* Make the 'Indicators' text blink */
.blinking {
    color: red;
    animation: blink-animation 1.9s steps(1, start) infinite;
    font-family: 'JostBold';
}

.heading_66_main:hover+.c_a_s_m_line {
    background-color: blue;
    width: 780px;
}

.heading_66_main:hover+.g_r_c_line {
    background-color: blue;
    width: 930px;
}

.heading_66_main:hover+.s_a_t_line {
    background-color: blue;
    width: 620px;
}

.heading_66_main:hover+.a_e_e_line {
    background-color: blue;
    width: 690px;
}

/* Keyframes for blinking effect */
@keyframes blink-animation {
    0% {
        visibility: visible;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

/* Animation */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Header Styling */
header {
    background-color: #fff;
    /* Professional dark blue */
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Logo Section */
.logo-container {
    display: flex;
    align-items: center;
}

.logo-container img {
    height: 50px;
    margin-right: 15px;
}

.logo-container .logo-name {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

/* Navigation Bar */
nav {
    display: flex;
    align-items: center;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

nav ul li {
    display: inline;
    font-family: 'JostRegular';
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 20px;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #f9a825;
    /* Golden Yellow */
}

/* Responsive Menu Toggle */
.menu-toggle {
    display: none;
    font-size: 2rem;
    color: black;
    cursor: pointer;
}


/* video section  */
.led-tv-section {
    text-align: center;
    padding: 50px 20px;
    /* background-color: #101010; /* Dark background for immersive feel */
    background: linear-gradient(145deg, #0c0000, #0a1333);
    /* Dark background for immersive feel */

    /* background-image: url(../images/bgimg3.jpg); */
    color: #fff;
    font-family: Arial, sans-serif;
}

.led-tv-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.led-tv-container {
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 900px;
}

.led-tv-frame {
    background: linear-gradient(145deg, #222, #111);
    border: 2px solid #333;
    /* Thick border to mimic TV frame */
    border-radius: 20px;
    /* Rounded corners for modern look */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    /* Shadow for elevated effect */
    overflow: hidden;
}

.led-tv-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.led-tv-container-for-sec {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .led-tv-frame {
        border: 2px solid #333;
        /* Smaller border on mobile */
        border-radius: 15px;
        /* Adjusted radius for smaller screens */
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
        /* Subtle shadow for mobile */
    }

    .led-tv-section h2 {
        font-size: 1.5rem;
        /* Slightly smaller heading */
    }


}

/* video end */


/* About Section Styling */
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    /* background-color: #f8f9fa; */
    background: #181e3b;
}

.about-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.about-text-content {
    flex: 1;
    max-width: 600px;
}

.about-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.about-heading-span {
    color: #007bff;
}

.about-text-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}

.key-services h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #007bff;
}

.key-services ul {
    list-style: none;
    padding: 0;
}

.key-services ul li {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.key-services ul li i {
    color: #007bff;
    margin-right: 10px;
}

.cta-button {
    display: inline-block;
    padding: 12px 20px;
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #0056b3;
}

.about-image-content {
    flex: 1;
    max-width: 600px;
}

.about-image-content img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/*about section css end */

.text-overlay-services {
    display: flex;
    justify-content: center;
    align-items: center;
    /* This will center vertically */
    height: 100vh;
    /* You can adjust this height as per your needs */
}

.overlay_content_container_services {
    text-align: center;
    /* This will ensure the text inside the container is centered */
}

.heading_80_main {
    font-size: 3em;
    /* You can adjust the font size as needed */
    font-weight: bold;
    color: white;
}


/* Mobile Navigation */
@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 70px;
        right: 0px;
        /* width: calc(100% - 40px); */
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        padding: 15px;
    }

    nav ul.active {
        display: flex;
        animation: slideDown 0.3s ease;
    }

    .menu-toggle {
        display: block;
    }
}

/* Footer Styling */
.footer {
    /* background-color: #002147;
    color: #ffffff; */
    padding: 40px 30px;
    font-family: 'JostRegular', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-column {
    flex: 1 1 calc(25% - 30px);
    min-width: 200px;
}

.footer-column h3 {
    font-size: 1.5rem;
    color: #f9a825;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-column p,
.footer-column ul,
.footer-column li {
    font-size: 1rem;
    color: black;
    line-height: 1.6;
}

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

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

.footer-column ul li a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #f9a825;
}

.social-icons {
    display: flex;
    gap: 40px;
}

.social-icons a {
    color: blue;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #f9a825;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #1a3a5a;
    font-size: 0.9rem;
    color: #d1d1d1;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        text-align: center;
    }
}



/* For smaller screens */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        gap: 20px;
        /* Reduce gap between sections */
    }

    .about-text-content,
    .about-image-content {
        max-width: 100%;
        /* Make the content take full width */
        text-align: center;
        /* Center align text */
    }

    .about-text-content p {
        font-size: 0.9rem;
        /* Adjust font size for readability */
    }

    .about-heading {
        font-size: 2rem;
        /* Adjust heading size */
    }

    .about-image-content img {
        width: 90%;
        /* Scale image down */
        height: auto;
    }

    .cta-button {
        width: auto;
        /* Allow button to adjust width */
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}


@media (max-width: 576px) {

    .hero_section .text-overlay {
        width: 95%;
    }

    .overlay_content_container {
        flex-direction: column;
        align-items: center;
        padding-top: 3px;
    }

    .mission_para_div,
    .scnd_para_div {
        width: 100%;
        padding: 0px;
    }

    .description_77_66_p {
        text-align: center;
        font-size: 20px;
    }

    .hero_section .text-overlay p {
        margin: 30px 0 0;
    }

    .hero_section {
        position: relative;
        height: 110vh;
    }

    .h_s_main {
        height: 100vh;
    }

    .for_h_s_main {
        margin-top: 1px;
        padding-top: 1px;
    }

    .h_s_mission {
        height: 115vh;
    }

    .h_s_service1 {
        height: 100vh;
    }

    .h_s_c_a_s_m {
        height: 130vh;
    }

    .scnd_para_div_for_attack {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .scnd_para_div_for_attack p {
        font-size: 20px;
    }

    .h_s_g_r_c {
        height: 200vh;
    }

    .pg_w_pt{
        padding-top: 0px;
    }

    .overlay_content_container_risk_management {
        padding-top: 50px;
    }

    .h_s_a_e_e {
        height: 160vh;
    }

    .h_s_s_a_t{
        height: 100vh;
    }

    .h_s_service2 {
        height: 130vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: centers;
    }

    .heading_76_main_div,
    .image_logo_div {
        width: 90%;
        align-items: center;
        justify-content: center;
    }

    .heading_ab_main_div,
    .image_logo_div {
        width: 90%;
        align-items: center;
        justify-content: center;
    }

    .heading_66_main_div {
        align-items: center;
    }

    .heading_55_main_div {
        padding: 10px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .mission_logo_div {
        width: 90%;
        order: -1;
    }

    .heading_66_main:hover+.line {
        background-color: blue;
        width: 300px;
    }

    .image_logo_div img,
    .mission_logo_div img {
        width: 220px;
        height: auto;
    }

    .hero_section .text-overlay h1 {
        font-size: 2rem;
    }

    .heading_66_main {
        font-size: 2.2rem;
    }

    .contact_us_main_div {
        width: 100%;
        padding: 10px;
    }

    .led-tv-container-for-sec {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* For very small screens (mobile devices) */
@media (max-width: 480px) {
    .about-heading {
        font-size: 1.8rem;
    }

    .about-text-content p {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .key-services h3 {
        font-size: 1.2rem;
    }

    .key-services ul li {
        font-size: 0.9rem;
    }
}