body {
    margin: 0;
    font-family: Open Sans, sans-serif !important;
}

.pe-2{
  padding-right: 0.5rem;
}
.main-menu1 {
    position: relative;
    top: 0px;
    list-style: none;
    padding: 0;
    margin: 0px !important;
    display: flex;
    background-color: white;
}

.u-clearfix-heading.u-sheet {
    overflow: visible;
    width:100% !important;
}

/* Style for navigation menu */
.u-menu {
    display: flex;
    justify-content: flex-end; /* Align the navigation items to the right */
    flex-grow: 1; /* Allow the navigation to take up remaining space */
    opacity: 1 !important;
    top:-30px;
}

header.u-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-menu1>li {
    position: relative;
    padding: 10px 20px;
}

.main-menu1 a {
    font-weight: 500;
    text-decoration: none;
    color: black;
}
.main-menu1 a:hover {
    text-decoration: none;
}
.activation{
    color:#ff6a00 !important;
}

.u-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Hamburger menu styles */
.hamburger {
    margin-left: 300px;
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    margin-right: 20px;
}

.hamburger div {
    width: 23px;
    height: 3px;
    background-color: black;
    margin: 2px 0;
    transition: 0.4s;
}

/* Dropdown menu styles */
.dropdown-content1 {
    display: none;
    position: absolute;
    top: 50px;
    left: -45px;
    /* background: linear-gradient(#ff8252ee, #f98967f5) !important; */
    padding: 20px;
    width: 300px;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}

.dropdown-content1.show {
    display: block;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}

/* Dropdown adjustments for mobile */
.dropdown1 .dropdown-content1 {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    z-index: 1000;
}

/* .dropdown_ind .column1 {
    padding: 10px 18px;
} */

.dropdown1 .dropdown-content1.show {
    display: flex;
    /* gap: 10px; */
    opacity: 1;
    visibility: visible;
    flex-direction: column;
}

/* Column styles */
.column1 {
    display: flex;
    flex-direction: column;
    width: 100%;
 
    box-sizing: border-box;
}

.column1 h3 {
    text-align: left;
    color: black;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-bottom: 5px;
    font-size: 1rem !important;
    font-family: Open Sans, sans-serif;
    font-weight: 500 !important;
}

.column1 ul {
    list-style: none;
    margin: 0;
    font-family: Open Sans, sans-serif;
}

.column1 ul li {
    display: flex;
    font-size: 1rem;
    padding: 10px 10px 10px 0px;
    /* border-bottom: 1px solid white;
    margin-bottom: 10px; */
}

.column1 ul li a {
    font-size: 0.9rem;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}

.column1 ul li a:hover {
    text-decoration: none;
}

/* Clear floats after columns */
.dropdown-content1::after {
    content: "";
    display: table;
    clear: both;
}

/* Icon styles */
.icon {
    
    color: black !important;
    font-size: 18px;
}

.fa-network-wired:before{
    color: black !important;
}

.u-logo-image {
    max-width: 200px;
}

h3 {
    font-size: 16px;
}

.para {
    color: #fff;
}

/* Dropdown button styles */
.dropbtn1 {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.dropbtn1 .icon {
    margin-left: 10px;
    font-size: 16px;
}

.icon1 {
    color: black;
    margin-left: 5px;
}

/* Dropdown widths */
.dropdown_ser {
    margin-left: 0 !important; /* Remove negative margin */
    width: 90vw !important; /* Set width to 100% of the viewport width */
    position: absolute; /* Position it absolutely to cover the page */
    top: 45px; /* Align to the top of the page */
    left: -575px; /* Align to the left of the page */
}


.dropdown_sol {
    left: -443%;
    width: 1226px !important;
}
.dropdown_ind {
    /* background-image: linear-gradient(#ff8252ee, #f98967f5)  !important; */
    background-color: whitesmoke;
    position: absolute;   /* Ensure it is positioned absolutely relative to its container or the page */
    left: -65px !important;   /* Align it to the left side of the page */
    width: 16vw !important; /* Make sure it spans the full width of the viewport */
}



.header-image img {
    position: relative;
    top: 25px;
    left: 5%;
}


/* General Mobile Responsiveness */
@media (max-width: 768px) {
    .dropdown_ind{
        width: 95vw !important;
    }
    header.u-header{
        position: fixed !important;
    }
    /* Mobile styles */
    .u-menu{
        top:-40px;
    }
    .dropdown1 .dropdown-content1 {
        position: static;
        display: none;
        flex-direction: column;
        background-color: white;
        width: 100%;
        max-height: 350px;
        overflow-y: auto;
        z-index: 1000;
    }

    .hamburger {
        display: flex;
        top: 25px;
    }

    .main-menu1 {
        /* background: linear-gradient(#ff8252ee, #f98967f5)  !important; */
        margin-left: -452px;
        align-items: center;
        display: none;
        color: rgb(0, 0, 0) !important;
        flex-direction: column;
        width: 100vw;
        position: absolute;
        top: 26px !important;
    }

    .main-menu1>li {
        color: rgb(0, 0, 0);
    }

    .main-menu1 a {
        font-size: 1.25rem;
        color: rgb(0, 0, 0);
    }

    .main-menu1.show {
        display: contents;
        margin-top: 5px;
    }

    .dropdown-content1 {
        margin-left: 38px;
        position: static;
        display: none;
        flex-direction: column;
        background-color: white;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        z-index: 1000;
    }

    .dropdown1 .dropdown-content1.show {
        max-width: 300px !important;
        display: flex;
        opacity: 1;
        visibility: visible;
        margin-left: 0px !important;
        gap: 0px !important;
    }

    .column1 {
        width: 100%;
        padding: 0px !important;
    }

    .column1 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .column1 ul li {
        font-size: 1.5rem;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .column1 h3 {
      
        font-size: 0.9rem !important;
    }

    .column1 ul li a {
        font-size: 0.9rem;
        color: rgb(0, 0, 0);
        text-decoration: none;
        display: block;
    }

    .column1 ul li a:hover {
        text-decoration: none;
    }

    .header-image img {
        position: relative;
        width:50% !important;
        top: -15px !important;
        left: 0% !important;
    }
    .icon1 {
        color: rgb(0, 0, 0);
        margin-left: 5px;
    }
}

/* Tablet and Mobile (up to 1023px) */
@media (max-width: 1023px) {
    .dropdown-content1{
        left: -480px !important;
    }
    .hamburger {
        display: flex;
    }

    .main-menu1 {
        display: none;
        flex-direction: column;
        width: 100vw;
        position: absolute;
        top: 60px;
        background-color: white;
    }

    .main-menu1.show {
        padding: 20px;
        display: flex;
    }

    .dropdown1 .dropdown-content1 {
        flex-direction: column;
        width: 100%;
        max-height: 350px;
        overflow-y: auto;
        background-color: white;
    }

    .dropdown1 .dropdown-content1.show {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .header-image img {
        position: relative;
        top: -22px;
        right: 40%;
    }


}


/* Small Laptop screens (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
    .column1 ul li{
        padding: 10px 10px 10px 0px !important;
    }
    ul, ol{
        padding-left: 0px !important;
    }
    .main-menu1 {
        justify-content: space-around;

    }

    .dropdown-content1 {
        left: -50px !important;
        top: 38px !important;
    }
    .dropdown_ind{
        top: 46px !important;
        width: 22vw !important;
    }
    
    .u-header {
        padding: 10px 30px;
    }


    .header-image img {
        position: relative;
        top: 20px;
        left: 0px
    }
}
@media (min-width: 1340px) {
    .dropdown_ser {
        left: -650px; /* Align to the left of the page */
    }
    .dropdown_ind {
        position: absolute;   /* Ensure it is positioned absolutely relative to its container or the page */
        top:45px;
        left: -35px !important;   /* Align it to the left side of the page */

    }
}


.swal2-confirm {
    background: linear-gradient(to right, #ff7a18, #ff0066);/* Example gradient (orange to pink) */
    border: none; /* Remove default border */
    color: white; /* Text color */
    font-weight: bold; /* Optional: Make the text bold */
    border-radius: 5px; /* Optional: Rounded corners */
    padding: 10px 20px; /* Optional: Adjust padding for button */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow */
    transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition for background and transform */
}

.swal2-confirm:hover {
    background: linear-gradient(to right, #ff7a18, #ff0066); /* Change the gradient on hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
}
