/* Header Section */
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 15px 0;
}
.header-section .navbar {
    padding: 0;
    position: relative;
}
.header-section .navbar-nav .nav-link {
    color: #fff;
    margin-left: 14px;
}
.header-section .navbar-nav .nav-link:hover {
    color: #f8f9fa;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 19px;
    line-height: 28px;
    font-family: Graphik;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
/* Overlay for header */
.header-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, #000000a6 0%, rgba(255, 255, 255, 0) 100%);
}
    .navbar-expand-lg .navbar-nav {
        justify-content: center;
        align-items: center;
    }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    content: "+";
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: inherit;
    border: none;
}
/*megamenu*/
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: static; /* Or you can use position: unset; */
}
.mega-menu {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-menu.mega-menu.p-4.show .drop-menu-second {
    background: #f4f4f4;
    padding: 20px;
}
.drop-menu-sub-sec {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #21252954;
}
.drop-menu-sub-sec:nth-child(2) {
    padding-top: 30px;
    border-bottom: none;
}
.col-md-4.drop-menu-first {
    padding: 10px;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

ul.list-unstyled li a:hover {
    color: #D1261A;
    transform: translateX(5px); 
}
ul.dropdown-menu.show {
    border: none;
    border-radius: 0;
}
.drop-menu-sub-sec ul.list-unstyled {
    padding: 10px 15px;
}
.drop-menu-sub-sec ul li {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}
.drop-menu-second ul.list-unstyled {
    padding: 10px 15px;
}
.drop-menu-second ul.list-unstyled li {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

.mega-menu .col-md-4 {
    padding: 0px 10px;
}

.mega-menu h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mega-menu ul {
    padding-left: 0;
}

.mega-menu ul li a {
    color: #333;
    text-decoration: none;
}

.mega-menu ul li a:hover {
    color: #D1261A;
	  transition: color 0.3s ease, transform 0.3s ease;
}
.col-md-4.drop-menu-first-child {
    padding: 20px;
}
.drop-menu-sub-child {
    width: 75%;
}
.col-md-4.drop-menu-first-child .drop-menu-sub-child p {
    margin-top: 20px;
}
/* Responsive styles for screens up to 1200px */
@media (max-width: 1200px) {
    .header-section {
        padding: 10px 0;
    }

    .header-section .navbar-brand img {
        height: 35px; 
    }

       .header-section .navbar-nav .nav-link {
        font-size: 16px;
        margin-left: 6px;
    }

    ul.navbar-nav li.nav-item i {
        font-size: 14px;
    }

    .navbar-toggler {
        padding: 8px 10px;
    }
}

/* Responsive styles for screens above 1200px */
@media (min-width: 1200px) {
    .header-section {
        padding: 15px 0;
    }

    .header-section .navbar-brand img {
        height: 40px; 
    }

      .header-section .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 28px;
    }

    ul.navbar-nav li.nav-item i {
        font-size: 15px; 
    }
}
.navbar-brand img {
  height: 43px !important;
  width: auto; 
}