.elementor-2438 .elementor-element.elementor-element-aeaf9e4{--display:flex;--position:absolute;--min-height:99px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;top:0px;}body:not(.rtl) .elementor-2438 .elementor-element.elementor-element-aeaf9e4{left:0px;}body.rtl .elementor-2438 .elementor-element.elementor-element-aeaf9e4{right:0px;}.elementor-2438 .elementor-element.elementor-element-a1aa97b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:999;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a1aa97b */.hero-section, .hero, main, #hero {
     position: relative !important;
     z-index: 1 !important;
}
 .main-header {
     position: absolute;
     top: 10PX;
     left: 0;
     width: 100%;
     z-index: 100000 !important;
     padding-top: 25px;
     pointer-events: none;
}
 .nav-ultra-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     position: relative;
     pointer-events: auto;
}
/* Clusters - Buttons overlap above the background image */
.nav-cluster {
    display: flex;
    gap: 6px;
    flex: 1;
    padding: 0px 45px;
    /* position: relative; */
    /* z-index: 100005 !important; */
}
 .left-align {
     justify-content: flex-start;
     left: 40px;
}
 .right-align {
     justify-content: flex-end;
     right: -310px;
}
.brand-center-zone {
    flex: 0 0 auto;
    width: 30vw;
    text-align: center;
    margin-top: -43px;
    position: relative;
    /*left: -73px;*/
    z-index: 100006 !important;
    justify-content: center;
}
 .brand-text {
     font-family: 'Astro', sans-serif;
     font-size: 32px;
     color: #000;
     letter-spacing: 3px;
     text-transform: uppercase;
     display: inline-block;
}
 .menu-box {
    background: linear-gradient(180deg, rgba(108, 115, 149, 0.2) 70%, rgba(255, 255, 255, 1) 1000%);
    backdrop-filter: blur(10px);

    border: 1px solid #ffffff;
    color: #ffffff;

    min-width: 130px;
    height: 52px;
    padding: 0 15px;
    border-radius: 40px;

    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;

    position: relative;
    z-index: 100007 !important;
}
button.menu-box:hover {
    background: linear-gradient(180deg, rgba(108, 115, 149, 0.2) 70%, rgbabackground: rgba(31, 51, 141, 0.12) 1000%);

    backdrop-filter: blur(10px);
    border: 1px solid #ffffff;
}
.menu-box:hover,
.mega-dropdown.active ~ .nav-ultra-wrapper .menu-box,
.menu-box:focus {
    background: linear-gradient(180deg, rgba(108, 115, 149, 0.2) 70%, rgba(31, 51, 141, 0.12) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff;
    color: #ffffff;
}
/* ðŸ”¥ MEGA DROPDOWN WITH BACKGROUND IMAGE */
 .mega-dropdown {
    position: absolute;
    top: -37px;
    left: 0px;
    right: 0px;
    width: 97.5vw;
    height: 106vh;
    background-image: url(http://corsysltd.com/wp-content/uploads/2026/03/Subtract-1-1.png) !important;
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* background-color: rgba(0, 0, 0, 0.9); */
     border-radius: 40px;        
    overflow: hidden;
    /* z-index: 100001 !important; */
    padding: 98px 0px;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

 .mega-dropdown.active {
     opacity: 1;
     visibility: visible;
}
/* Core Dropdown Container */
/*.mega-dropdown {
    */
    /* display: none;
    */
    /* position: absolute;
    */
    /* left: 0;
    */
    /* width: 100vw;
    */
    /* background: #000;
    */
    /* z-index: 1000;
    */
    /* border-top: 1px solid #333;
    */
    /*
}
*/
 .mega-dropdown.active {
     display: block;
}
 .mega-content {
     max-width: 1200px;
     margin: 0 auto;
     padding: 60px 100px;
    /* Essential for alignment */
}

/* Arrow */
 .down-arrow {
     width: 0;
     height: 0;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     border-top: 5px solid white;
     margin-left: 8px;
     margin-top: 2px;
     display: inline-block;
}
/* Grid for What We Offer */
 .offer-layout {
     display: grid;
     grid-template-columns: 1.2fr 1fr 1.2fr;
    /* Perfect spacing */
     gap: 20px;
     padding: 60px 100px !important;
    /* Force match with About */
}
/* Shared Styling for Links (About & Offer) */
 .mega-col {
     display: block;
     text-decoration: none;
     margin-bottom: 35px;
     position: relative;
     cursor: pointer;
}
 .mega-col h2 {
     font-size: 28px;
     margin: 0;
     color: #fff;
     position: relative;
     display: inline-block;
    /* Required for the underline */
}
 .mega-col p {
     font-size: 16px;
     color: #777;
     margin: 8px 0 0 0;
     display: block;
}
/* Dynamic Underline - Attached to H2 */
 .mega-col h2::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -6px;
     height: 2px;
     background: #ff7300;
     width: 0;
     transition: width 0.4s ease;
}
/* Active & Hover state */
 .mega-col h2, .mega-col:hover h2 {
     color: #ff7300;
}
 .mega-col h2::after, .mega-col:hover h2::after {
     width: var(--line-width);
}
/* Bullets Column */
/* .offer-details ul {*/
/*     list-style: none;*/
/*     padding: 0;*/
/*     margin-top: 5px;*/
/*}*/
/* .offer-details li {*/
/*     font-size: 18px;*/
/*     color: #fff;*/
/*     margin-bottom: 20px;*/
/*     display: flex;*/
/*     align-items: center;*/
/*}*/
/*.offer-details li::before {
    */
    /* content: "â€¢";
    */
    /* color: #ff7300;
    */
    /* font-size: 24px;
    */
    /* margin-right: 15px;
    */
    /*
}
*/
/* Container stays normal */
 .mega-col {
     display: block;
     text-decoration: none;
     margin-bottom: 35px;
}
 .mega-col h2 {
     font-size: 28px;
     margin: 0;
     color: #fff;
     position: relative;
     display: table;
    /* Keeps heading from stretching to 100% */
}
/* The Secret Sauce: max-content */
 .mega-col p {
     font-size: 16px;
     color: #777;
     margin: 8px 0 0 0;
     display: block;
     width: max-content;
    /* This makes the P only as wide as its text without breaking layout */
     max-width: 100%;
    /* Prevents it from overflowing on mobile */
}
/* Underline Logic */
 .mega-col h2::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -6px;
     height: 2px;
     background: #ff7300;
     width: 0;
     transition: width 0.4s ease;
}
/* Hover logic */
 .mega-col:hover h2::after {
     width: var(--line-width);
}
/* Container Fixes */
/*.mega-dropdown {
    */
    /* display: none;
    */
    /* position: absolute;
    */
    /* left: 0;
    */
    /* width: 100vw;
    */
    /* background: #000;
    */
    /* z-index: 1000;
    */
    /* border-top: 1px solid #222;
    */
    /*
}
*/
 .mega-dropdown.active {
     display: block;
}
 .mega-content {
     max-width: 1300px;
     margin: 0 auto;
     padding: 60px 80px;
}
/* 4-Column Grid */
 .offer-layout-4-col {
     display: grid;
     grid-template-columns: 1.2fr 1fr 1.2fr 1fr;
     gap: 40px;
     align-items: start;
}
/* Item Styling */
 .mega-col {
     display: block;
     text-decoration: none;
     margin-bottom: 35px;
     position: relative;
     cursor: pointer;
}
 .mega-col h2 {
     font-size: 26px;
     margin: 0;
     color: #fff;
     position: relative;
     display: inline-block;
     transition: color 0.3s;
}
 .mega-col p {
     font-size: 15px;
     color: #777;
     margin: 8px 0 0 0;
     display: block;
}
/* The Orange Line (Attached to H2, width from P) */
 .mega-col h2::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -6px;
     height: 2px;
     background: #ff7300;
     width: 0;
     transition: width 0.4s ease;
}
 .mega-col.active h2, .mega-col:hover h2 {
     color: #ff7300;
}
 .mega-col.active h2::after, .mega-col:hover h2::after {
     width: var(--line-width);
}
/* Container must be relative for absolute list positioning */
 .offer-details {
     position: relative;
     min-height: 100%;
    /* Ensures list can move down */
}
/* The actual UL needs to be absolute to follow the heading */
 #left-details-list, #right-details-list, #serve-details-list {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     list-style: none;
     padding: 0;
     margin: 0;
}
/* Clean UI for Who We Serve */
 .serve-details-right {
     grid-column: 2 / span 3;
     padding-left: 50px;
}
 .offer-details {
     position: relative;
}
 .offer-details ul {
     position: absolute;
     top: 0;
     transition: all 0.3s ease;
}
 .offer-details li::before {
     content: "•";
     color: #ffffff;
     font-size: 24px;
     margin-right: 15px;
}
<style>
/* --- CSS UPDATES --- */
.hero-section, .hero, main, #hero {
     position: relative !important;
     z-index: 1 !important;
}
.main-header {
     position: absolute;
     top: 10px;
     left: 0;
     width: 100%;
     z-index: 100000 !important;
     padding-top: 25px;
     pointer-events: none;
}
.nav-ultra-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     position: relative;
     pointer-events: auto;
}
.nav-cluster {
    display: flex;
    gap: 6px;
    flex: 1;
    padding: 0px 45px;
}
.left-align { justify-content: flex-start; }
.right-align { justify-content: flex-end; }

.brand-center-zone {
    flex: 0 0 auto;
    width: 30vw;
    text-align: center;
    margin-top: -43px;
    position: relative;
    z-index: 100006 !important;
}
.brand-text {
     font-family: 'Astro', sans-serif;
     font-size: 32px;
     color: #000;
     letter-spacing: 3px;
     text-transform: uppercase;
}
.menu-box {
    background: linear-gradient(180deg, rgba(108, 115, 149, 0.2) 70%, rgba(255, 255, 255, 1) 1000%);
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff;
    color: #ffffff;
    min-width: 130px;
    height: 52px;
    padding: 0 15px;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-box:hover {
    background: linear-gradient(180deg, rgba(108, 115, 149, 0.2) 70%, rgba(31, 51, 141, 0.12) 100%);
}

.mega-dropdown {
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    width: 97.5vw;
    height: 106vh;
    background-image: url(http://corsysltd.com/wp-content/uploads/2026/03/Subtract-1-1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;        
    padding: 98px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: auto;
}
.mega-dropdown.active {
     opacity: 1;
     visibility: visible;
     display: block;
}
.mega-content {
     max-width: 1300px;
     margin: 0 auto;
     padding: 60px 80px;
}
.offer-layout-4-col {
     display: grid;
     grid-template-columns: 1.2fr 1fr 1.2fr 1fr;
     gap: 40px;
     align-items: start;
}
.mega-col {
     display: block;
     text-decoration: none;
     margin-bottom: 35px;
     position: relative;
     cursor: pointer;
}
.mega-col h2 {
     font-size: 26px;
     margin: 0;
     color: #fff;
     position: relative;
     display: inline-block;
     transition: color 0.3s;
}
.mega-col p {
     font-size: 15px;
     color: #777;
     margin: 8px 0 0 0;
     display: block;
}
/* Orange Underline - Hover Only */
.mega-col h2::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -6px;
     height: 2px;
     background: #ff7300;
     width: 0;
     transition: width 0.4s ease;
}
.mega-col:hover h2 { color: #ff7300; }
.mega-col:hover h2::after { width: var(--line-width); }

/* Bullets Styling */
/*.offer-details { position: relative; }*/
/*.offer-details ul {*/
/*     position: absolute;*/
/*     top: 0;*/
/*     list-style: none;*/
/*     padding: 0;*/
/*     margin: 0;*/
/*     transition: all 0.3s ease;*/
/*}*/
/*.offer-details li {*/
/*     font-size: 18px;*/
/*     color: #fff;*/
/*     margin-bottom: 20px;*/
/*     display: flex;*/
/*     align-items: center;*/
/*}*/
/*.offer-details li::before {*/
/*     content: "•";*/
/*     color: #ffffff;*/
/*     font-size: 24px;*/
/*     margin-right: 15px;*/
/*}*/
/* --- SLIDER STYLE ANIMATION --- */
/*.offer-details { */
/*    position: relative; */
/*    overflow: visible; */
/*}*/

/*.offer-details ul {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    opacity: 0;*/
    transform: translateX(-40px); /* default: slide from left */
/*    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;*/
/*    pointer-events: none;*/
/*}*/

/*.offer-details ul.show-window {*/
/*    opacity: 1;*/
    transform: translateX(0); /* slide into position */
/*    pointer-events: auto;*/
/*}*/

/* RIGHT SIDE slides from right */
/*#right-details-list {*/
/*    transform: translateX(40px);*/
/*}*/

/*#right-details-list.show-window {*/
/*    transform: translateX(0);*/
/*}*/

/* Individual bullet animation */
/*.offer-details li {*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    margin-bottom: 20px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    white-space: nowrap;*/
/*    opacity: 0;*/
/*    transform: translateX(-15px);*/
/*    transition: all 0.4s ease;*/
/*}*/

/* Stagger effect */
/*.offer-details ul.show-window li {*/
/*    opacity: 1;*/
/*    transform: translateX(0);*/
/*}*/

/*.offer-details ul.show-window li:nth-child(1) { transition-delay: 0.1s; }*/
/*.offer-details ul.show-window li:nth-child(2) { transition-delay: 0.2s; }*/
/*.offer-details ul.show-window li:nth-child(3) { transition-delay: 0.3s; }*/
/*.offer-details ul.show-window li:nth-child(4) { transition-delay: 0.4s; }*/
/*.offer-details ul.show-window li:nth-child(5) { transition-delay: 0.5s; }*/
/*.offer-details ul.show-window li:nth-child(6) { transition-delay: 0.6s; }*/

/*.offer-details li::before {*/
/*    content: "•";*/
/*    color: #ffffff;*/
/*    font-size: 24px;*/
/*    margin-right: 15px;*/
/*}*/

/* End custom CSS *//* End custom CSS */