.aj_icons_ratio{
	aspect-ratio: 1/1;
}

.aj_box_size{
    height: 160px;
    width: 160px;
}
.aj_border_shadow{
    border-top: none !important;
}


/* Tablet View */
@media (max-width: 1024px) {
    .elementor-80 .elementor-element.elementor-element-6b1624a {
        border-style: none;
    }
}

/* Mobile View */
@media (max-width: 767px) {
    .elementor-80 .elementor-element.elementor-element-6b1624a {
        border-style: none;
    }
}


/* Mobile Responsive */
@media (max-width: 768px) {
/* Hide the layout border/divider on mobile view */
    .elementor-element.elementor-element-a90d977,
    .elementor-element.elementor-element-a90d977 .e-con,
    .ibex-contact-form + .e-con, 
    .ibex-contact-form + div {
        border-left: none !important;
        border-top: none !important;
        box-shadow: none !important;
    }


    .ibex-contact-form .two-col {
        flex-direction: column;
        gap: 0;
    }

    /* FIX: Force icons to stay inline inside inputs on mobile */
    .ibex-contact-form .input-icon {
        position: relative;
        width: 100%;
        display: block;
    }

    /* Align icons vertically on mobile */
    .ibex-contact-form .input-icon i {
        position: absolute;
        left: 15px;
        top: 55% !important;
        transform: translateY(-50%) !important;
        color: #A8A8A8;
        font-size: 16px;
        z-index: 5;
        pointer-events: none;
    }

    /* Specific adjustment for Textarea icon on mobile */
    .ibex-contact-form .textarea-icon i {
        top: 44px !important;
        transform: none !important;
    }

    /* Retain correct dimensions and padding for text inputs on mobile */
    .ibex-contact-form input.aj_fied_value {
        width: 100% !important;
        border: 1px solid #E5E5E5 !important;
        border-radius: 6px !important;
        background: #fff !important;
        font-size: 14px;
        color: #333;
        padding: 0 15px 0 45px !important; /* Retains spacing so text doesn't overlap icons */
        height: 54px !important;
        box-sizing: border-box;
        margin-bottom: 15px; /* Adds consistent spacing between stacked elements */
    }

    /* Retain correct dimensions and padding for textarea on mobile */
    .ibex-contact-form textarea.aj_fied_value {
        width: 100% !important;
        border: 1px solid #E5E5E5 !important;
        border-radius: 6px !important;
        background: #fff !important;
        font-size: 14px;
        color: #333;
        padding: 15px 15px 15px 45px !important;
        height: 120px !important;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) {
    .elementor-80 .elementor-element.elementor-element-65d483f {
        height: 540px;
    }

/* Container Fix */
.ibex-contact-form {
    width: 100%;
}

/* Row Spacing */
.ibex-contact-form .field {
    /* margin-bottom: 20px; */
    width: 100%;
}

/* Two Column Layout */
.ibex-contact-form .two-col {
    display: flex;
    gap: 20px;
}

/* Fix for Contact Form 7 Default Span Wrappers */
.ibex-contact-form .wpcf7-form-control-wrap {
    display: block;
}

/* Icon Container */
.ibex-contact-form .input-icon {
    position: relative;
    width: 100%;
}

/* Icon Styling & Positioning */
.ibex-contact-form .input-icon i {
    position: absolute;
    left: 15px;
    top: 65% !important;
    transform: translateY(-50%) !important;
    color: #A8A8A8;
    font-size: 16px;
    z-index: 5;
    pointer-events: none;
}

/* Textarea Icon Positioning (Fixed to Top) */
.ibex-contact-form .textarea-icon i {
    top: 45px !important;
    transform: none !important;
}

/* Inputs and Textarea Styling */
.ibex-contact-form input.aj_fied_value,
.ibex-contact-form textarea.aj_fied_value {
    width: 100% !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 6px !important;
    background: #fff !important;
    font-size: 14px;
    color: #333;
    padding: 0 15px 0 45px !important; /* Extra left padding for the icon */
    height: 54px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.ibex-contact-form textarea.aj_fied_value {
    height: 120px !important;
    padding-top: 15px !important;
}


/* Button Styling */
.ibex-contact-form button[type="submit"] {
    background-color: #D20001 !important;
    background: #D20001 !important;
    color: #fff !important;
    border: 1px solid #D20001 !important;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    width: 292px;
    height: 55px;
    font-family: Onest;
    transition: 0.3s all ease;
	border-radius: 12px;
    /* text-decoration: underline; */

}

[type=button], [type=submit], button {
    background-color: #D20001 !important;
    background: #D20001 !important;
    color: #fff !important;
    border: 1px solid #D20001 !important;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px !important;
    cursor: pointer;
    width: 292px !important;
    height: 55px !important;
    font-family: Onest;
    transition: 0.3s all ease;
	border-radius: 12px;
}
/* Button Hover State - Forced Color Change */
.ibex-contact-form button[type="submit"]:hover {
    background-color: #031C67 !important;
    background: #031C67 !important;
    border-color: #031C67 !important;
    color: #ffffff !important;
}
/* Mobile Responsive */

    .ibex-contact-form .two-col {
        flex-direction: column;
        gap: 0;
    }
}


.aj_tabs_cont .e-n-tabs-heading{
	padding: 28px 22px 67px 22px;
    background-color: #F4F7FD;
    border-radius: 10px;
    height: 737px !important;
}


.elementor-element.elementor-element-a90d977.e-con-full.e-flex.e-con.e-child {
    height: 605px;
}



/* ==========================================================================
   DESKTOP + TABLET DESIGN (UNCHANGED)
   ========================================================================== */

/* 1. Style every menu list item container */
#menu-1-29ce752 li.menu-item {
    margin-bottom: 12px !important;
}

/* 2. Style the default link boxes */
#menu-1-29ce752 li.menu-item > a.elementor-item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 392px;
    max-width: 100%;
    min-height: 60px;
    padding: 0 20px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #D9DDE8 !important;
    border-radius: 10px !important;
    color: #000000 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
}

/* Remove inline icon margin */
#menu-1-29ce752 li.menu-item > a.elementor-item i {
    margin-left: 0 !important;
}

/* Active + Hover State */
#menu-1-29ce752 li.menu-item.current-menu-item > a.elementor-item,
#menu-1-29ce752 li.menu-item > a.elementor-item:hover {
    background-color: #002366 !important;
    border-color: #002366 !important;
    color: #FFFFFF !important;
}

/* ==========================================================================
   MOBILE FIX ONLY
   ========================================================================== */

@media (max-width: 767px) {

    /* Main Menu Wrapper */
    #menu-1-29ce752 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* UL container fix */
    #menu-1-29ce752 .menu,
    #menu-1-29ce752 ul {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Each list item */
    #menu-1-29ce752 li.menu-item {
        width: 100% !important;
        margin-bottom: 12px !important;
        padding: 0 !important;
        list-style: none !important;
    }

    /* Menu button */
    #menu-1-29ce752 li.menu-item > a.elementor-item {

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        width: 100% !important;
        max-width: 100% !important;

        min-height: 56px !important;

        padding: 14px 16px !important;

        box-sizing: border-box !important;

        background: #FFFFFF !important;
        border: 1px solid #D9DDE8 !important;
        border-radius: 10px !important;

        text-decoration: none !important;

        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;

        line-height: 1.4 !important;
    }

    /* Text width fix */
    #menu-1-29ce752 li.menu-item > a.elementor-item span,
    #menu-1-29ce752 li.menu-item > a.elementor-item .elementor-item-text {
        flex: 1 !important;
    }

    /* Arrow icon fix */
    #menu-1-29ce752 li.menu-item > a.elementor-item i {
        margin-left: 10px !important;
        flex-shrink: 0 !important;
    }

    /* Active + Hover */
    #menu-1-29ce752 li.menu-item.current-menu-item > a.elementor-item,
    #menu-1-29ce752 li.menu-item > a.elementor-item.elementor-item-active,
    #menu-1-29ce752 li.menu-item > a.elementor-item:hover {
        background-color: #002366 !important;
        border-color: #002366 !important;
        color: #FFFFFF !important;
    }
}






