/* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

  
.header-container2 {
    position: sticky;
    top: 0;
    background-color: #e5f2f9;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #e5f2f9;
    position: sticky;
    top: 0;
    z-index: 100; /* Ensure it stays above other elements */  
}


header .logo img {
    height: 50px;
    display: block;
    margin-right: 100px;
}

header nav {
    display: flex;
    align-items: center;
   
}
nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

nav a i {
    display: block;
    font-size: 24px; /* Adjust icon size */
    margin-bottom: 5px; /* Space between icon and text */
}

nav a span {
    display: block;
    text-align: center;
}
.contact-btn a {
    text-decoration: none;
    background-color:  #194479;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
}

.contact-btn a:hover {
    background-color: #e26c0c;
    transform: scale(1.05);
}

header nav a {
    text-decoration: none;
    color: #333;
    position: relative;
    padding-bottom: 5px;
    margin-right: 035px;
}

header nav a:hover,
header nav a.active {
    color: #194479;
    transform: scale(1.08);
    background: linear-gradient(45deg, #e26c0c, #feb47b);
    padding: 5px;
    border-radius: 5px;
   
}

header nav a.active {
    font-weight: bold;
    border-bottom: 2px solid #194479;
}

header .services-dropdown {
    position: relative;
}

header .services-dropdown-content {
    display: none; /* Remains hidden until triggered */
    position: absolute; /* Position relative to its nearest positioned ancestor */
    top: 100%; /* Align below the parent element */
    left: 35%; /* Align to the left of the parent */
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 10px; /* Fixed typo from "010px" */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 300px; /* Dropdown width */
    z-index: 10;
}


header .services-dropdown-content a {
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
    margin-right: 0px !important;
}

header .services-dropdown-content a:last-child {
    margin-bottom: 0;
}

header .services-dropdown:hover .services-dropdown-content {
    display: block;
}

/* Mobile Styles */
.menu-toggle {
    display: none;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    align-items:start;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #413d3d;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-menu a {
    margin: 10px 0;
}

.mobile-menu.open {
    display: flex;
}

/* Hamburger icon styles */
.menu-toggle {
    display: none;
    cursor: pointer;
    margin-right: 10px      ;
    z-index: 1001; 
}

.menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 5px -18px;
    
}

.contact-header {
    position: sticky;
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #194479;
    color: #010101;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}


.contact-info {
    animation: moveLeft 10s linear infinite;
    color: #ffffff;
}

.social-media {
    animation: moveRight 10s linear infinite;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
}

.social-media a {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}


.digital-marketing-submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    margin-left: 100%; /* Adjust this to control how far to the right it appears */
    top: 0;
}

/* Show submenu on hover over Digital Marketing */
.digital-marketing-toggle:hover + .digital-marketing-submenu,
.digital-marketing-submenu:hover {
    display: block;
}

/* Styling for submenu links */
.digital-marketing-submenu a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.digital-marketing-submenu a:hover {
    background-color: #f4f4f4;
    color: #000;
}

/* Positioning the entire dropdown relative to Services */
.services-dropdown {
    position: relative;
}

/* Making sure the submenu is correctly aligned next to Digital Marketing */
.digital-marketing-toggle {
    position: relative;
    cursor: pointer;
}


        

/* Media Query for Mobile */
@media (max-width: 768px) {
    header nav {
        display: none;
    }

    .contact-btn {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .header-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .contact-header{
        flex-direction: column;
    }
}


.digital-marketing-submenu1{
    display: none; margin-left: 20px; 
    background-color: rgb(196, 191, 191) ;
     padding: 10px;
}


























  .slideshow-container {
            position: relative;
            max-width: 100%;
            margin: auto;
            overflow: hidden;
            width: 100vw;
            height: 100vh;
            display: flex;
            justify-content: left;
            align-items: center;
        }

        /* Slides */
        .slides {
            display: none;
            position: absolute;
            width: 100%;
            height: 100vh;
            background-size: cover;
            background-position: center;
        }



        /* Slide Animations */
    
        @keyframes fadeEffect {
            0% {opacity: 0;}
            50% {opacity: 1;}
            100% {opacity: 0;}
        }

        /* Text container */
        .text-content {
            max-width: 700px;
            padding: 40px;
            text-align: left;
            position: relative;
            z-index: 10;
            
        }

        .text-content h1 {
            font-size: 50px;
            margin-bottom: 20px;
            color: #ff7700;

        }

        .text-content p {
            font-size: 20px !important;
            margin-bottom: 20px;
            color: rgb(255, 255, 255);
            font-weight: 500;
        }
    
        @media (max-width: 767px) {
            .text-content p{
                font-size: 18px !important;
                font-weight: 600;
            }
        

        }

        .cta-button {
            padding: 10px 20px;
            background: linear-gradient(to right, #dc6613, #000000);
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1rem;
        }







.submenu a {
    padding: 12px 16px;
}

/* Show submenu on hover */
.services-dropdown .dropdown:hover .submenu {
    display: block;
}

/* Mobile menu styles */
.mobile-menu .submenu {
    display: none;
    position: relative;
}

.mobile-menu .dropdown-toggle.active + .submenu {
    display: block;
}






























