.elementor-1931 .elementor-element.elementor-element-0166110{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-e35dcf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-5dea135{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-8a920c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-b7deb22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-0467739{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ce12d24 *//* Fix for the section layering and spacing */
#nt-home-features {
    padding: 120px 0 80px 0; /* Increased top padding to prevent overlap with slider */
    background-color: #ffffff;
    position: relative;
    z-index: 999; /* Force this section to stay on top of the hero slider */
    margin-top: -50px; /* Optional: Pulls the section slightly over the slider for a premium look */
}

.nt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible !important; /* Ensures shadows and hover effects aren't cut off */
}

.nt-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Individual Card Styling */
.nt-card {
    background: #ffffff;
    padding: 50px 30px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; /* Necessary for z-index to work on the card itself */
}

/* Ensure the hovered card is at the very front of the stack */
.nt-card:hover {
    transform: translateY(-25px); /* Smooth upward movement */
    border-color: #c9a24a;
    box-shadow: 0 30px 60px rgba(11, 44, 90, 0.15);
    z-index: 1000; 
}

/* The rest of your existing icon and banner styles... */
.nt-icon { font-size: 45px; color: #c9a24a; margin-bottom: 25px; }
.nt-card h3 { font-size: 19px; color: #0b2c5a; font-weight: 700; margin: 0; }

.nt-compliance-bar {
    background-color: #f8f9fb;
    border-left: 5px solid #0b2c5a;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.gold-highlight { color: #c9a24a; font-weight: 700; border-bottom: 2px solid #c9a24a; }

.nt-bio-container { text-align: center; }
.nt-bio-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #c9a24a;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}
.nt-bio-button:hover { color: #0b2c5a; transform: translateX(5px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7e05f3 */.nt-about-summary {
    padding: 80px 0;
    background-color: #ffffff;
}

.nt-about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.nt-about-content p {
    color: #555555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.nt-about-image-wrapper {
    position: relative;
}

/* Luxury border effect */
.nt-image-border {
    padding: 10px;
    border: 1px solid #e1e5eb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
}

.nt-featured-image {
    width: 100%;
    height: auto;
    border-radius: 2px;
    display: block;
    object-fit: cover;
}

.nt-btn-gold-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c9a24a;
    text-decoration: none;
    font-weight: 700;
    margin-top: 10px;
}

/* Mobile Fix */
@media (max-width: 992px) {
    .nt-about-grid { grid-template-columns: 1fr; text-align: center; }
    .nt-about-image-wrapper { order: -1; max-width: 600px; margin: 0 auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e9db76 *//* Container & Grid (NO CHANGES) */
.nt-features-section { padding: 80px 0; background-color: #ffffff; overflow: hidden; }
.nt-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.nt-features-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }

/* Visual Side & Placeholder (NO CHANGES) */
.nt-image-wrapper { position: relative; }
.nt-placeholder-box { 
    background-color: #0b2c5a; 
    height: 380px; 
    border-radius: 20px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.nt-main-icon { font-size: 100px; color: rgba(255, 255, 255, 0.1); }

/* Updated: The Floating IAA Badge Styling (NO CHANGES TO POSITION, ONLY LOGO) */
.nt-iaa-badge-container {
    position: absolute;
    bottom: -30px;
    right: -10px;
    background: #fff;
    padding: 15px; /* Slightly reduced padding to match text logo */
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    text-align: center;
    width: 160px;
    animation: float 4s ease-in-out infinite; /* Smooth Floating Animation preserved */
}

.nt-iaa-logo { width: 120px; margin-bottom: 10px; height: auto; display: block; margin-left: auto; margin-right: auto; }

.nt-iaa-label { 
    border-top: 1px solid #eee; 
    padding-top: 8px; 
    font-weight: 800; 
    color: #0b2c5a; 
    text-transform: uppercase; 
    font-size: 13px; 
    letter-spacing: 1px;
    line-height: 1.2;
}
.nt-iaa-label span { display: block; }

/* Existing Animations preserved (NO CHANGES) */
.nt-animate-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

/* Staggered Delay for List Items (NO CHANGES) */
.nt-animate-item:nth-child(1) { animation-delay: 0.2s; }
.nt-animate-item:nth-child(2) { animation-delay: 0.4s; }
.nt-animate-item:nth-child(3) { animation-delay: 0.6s; }
.nt-animate-item:nth-child(4) { animation-delay: 0.8s; }

/* Keyframes preserved (NO CHANGES) */
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Typography & List Styling (NO CHANGES) */
.nt-section-heading { color: #0b2c5a; font-size: 32px; margin-bottom: 10px; font-weight: 700; }
.nt-section-subtext { color: #4a5568; margin-bottom: 40px; font-size: 18px; }
.nt-benefits-list { list-style: none; padding: 0; }
.nt-benefits-list li { display: flex; gap: 20px; margin-bottom: 30px; }
.nt-icon-check { color: #c9a24a; font-size: 24px; margin-top: 3px; }
.nt-benefit-text strong { display: block; color: #0b2c5a; font-size: 20px; margin-bottom: 5px; }
.nt-benefit-text p { color: #718096; margin: 0; line-height: 1.6; }

/* Mobile View preserved (NO CHANGES) */
@media (max-width: 992px) {
    .nt-features-grid { grid-template-columns: 1fr; text-align: center; }
    .nt-iaa-badge-container { right: 50%; transform: translateX(50%); bottom: -40px; animation: none; }
    .nt-benefits-list li { flex-direction: column; align-items: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18372f7 */.nt-how-work-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.nt-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    position: relative;
}

.nt-process-item {
    text-align: center;
    position: relative;
}

/* Number Circle Styling */
.nt-number-wrapper {
    width: 70px;
    height: 70px;
    background: #f8f9fb;
    border: 2px solid #e1e5eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    transition: all 0.3s ease;
}

.nt-step-number {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b2c5a; /* Brand Blue */
}

/* Hover Effect */
.nt-process-item:hover .nt-number-wrapper {
    background: #0b2c5a;
    border-color: #0b2c5a;
    transform: translateY(-5px);
}

.nt-process-item:hover .nt-step-number {
    color: #ffffff;
}

.nt-process-item h3 {
    font-size: 1.25rem;
    color: #0b2c5a;
    margin-bottom: 15px;
    font-weight: 600;
}

.nt-process-item p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0 10px;
}

/* Connecting Line for Desktop */
@media (min-width: 993px) {
    .nt-process-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 35px;
        left: calc(50% + 45px);
        width: calc(100% - 90px);
        height: 2px;
        background: #e1e5eb;
        z-index: 0;
    }
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .nt-process-grid { grid-template-columns: repeat(2, 1fr); gap: 50px; }
}

@media (max-width: 600px) {
    .nt-process-grid { grid-template-columns: 1fr; }
}/* End custom CSS */