.elementor-39 .elementor-element.elementor-element-92561c6:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-92561c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050A18;}.elementor-39 .elementor-element.elementor-element-92561c6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-39 .elementor-element.elementor-element-92561c6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39 .elementor-element.elementor-element-f37df8b{text-align:start;}.elementor-39 .elementor-element.elementor-element-f37df8b img{max-width:63%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-07f1b8c{columns:1;color:#A0A8B3;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-fa10ef0 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:600;letter-spacing:0.8px;word-spacing:2px;color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-39 .elementor-element.elementor-element-f79cfb2{--divider-border-style:solid;--divider-color:#FFFFFF0D;--divider-border-width:1px;}.elementor-39 .elementor-element.elementor-element-f79cfb2 .elementor-divider-separator{width:100%;}.elementor-39 .elementor-element.elementor-element-f79cfb2 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-39 .elementor-element.elementor-element-24e6576{columns:1;text-align:center;color:#A0A8B3;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-39 .elementor-element.elementor-element-87c795c{width:35%;}.elementor-39 .elementor-element.elementor-element-135ecb3{width:22%;}.elementor-39 .elementor-element.elementor-element-be02dad{width:22%;}.elementor-39 .elementor-element.elementor-element-71ea211{width:21%;}}/* Start custom CSS for html, class: .elementor-element-7e5bde6 *//* Container styling */
.social-icons {
    display: flex;
    gap: 15px; /* Icons ke darmiyan barabar fasla */
    margin-top: 25px;
}

/* Individual Icon Box */
.icon-box {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.05); /* Subtle dark glass look */
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px; /* Modern rounded corners */
    color: #e6f1ff; /* Light color for icons */
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Smooth bounce effect */
}

/* Hover Effects */
.icon-box:hover {
    transform: translateY(-8px); /* Icon thora upar uthega */
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%); /* Premium Gradient */
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(79, 172, 254, 0.4); /* Glow effect */
}

/* Specific Hover for WhatsApp (Optional: Professional green touch) */
.icon-box:hover .fa-whatsapp {
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.5));
}

/* Active State (Click effect) */
.icon-box:active {
    transform: scale(0.9); /* Click karne par thora dabega */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e49a53 *//* Container: Deep Space Navy with subtle glass border */
.footer-sections-wrapper {
    display: flex;
    gap: clamp(40px, 8vw, 100px); /* Responsive gap: screen ke mutabiq adjust hoga */
    background: #050a18;
    padding: 60px 40px;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top par halki si line depth ke liye */
}

/* Heading: Modern Gradient look */
.column-heading {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

/* Heading ke niche choti stylish line */
.column-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, #4facfe, #00f2fe);
    border-radius: 10px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 18px;
}

/* Link Styling: Clean and Smooth */
.footer-links-list li a {
    color: #a0a8b3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Hover: Blue Glow and Text Lift */
.footer-links-list li a:hover {
    color: #ffffff;
    transform: translateX(12px);
    text-shadow: 0 0 15px rgba(79, 172, 254, 0.4);
}

/* Premium Underline Animation */
.footer-links-list li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1.5px;
    background: #4facfe;
    transition: width 0.4s ease;
}

.footer-links-list li a:hover::after {
    width: 100%;
}

/* Arrow Icon: Jo hover par nazar aaye */
.footer-links-list li a::before {
    content: '→';
    font-family: Arial, sans-serif;
    position: absolute;
    left: -25px;
    font-size: 18px;
    opacity: 0;
    color: #4facfe;
    transition: all 0.4s ease;
}

.footer-links-list li a:hover::before {
    opacity: 1;
    left: -20px;
}

/* Responsive: Mobile optimization */
@media (max-width: 768px) {
    .footer-sections-wrapper {
        flex-direction: column;
        padding: 40px 25px;
        gap: 50px;
    }
    
    .footer-links-list li a:hover {
        transform: translateX(8px); /* Mobile par thora kam slide */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e407f9a *//* Container: Deep Space Navy with subtle glass border */
.footer-sections-wrapper {
    display: flex;
    gap: clamp(40px, 8vw, 100px); /* Responsive gap: screen ke mutabiq adjust hoga */
    background: #050a18;
    padding: 60px 40px;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top par halki si line depth ke liye */
}

/* Heading: Modern Gradient look */
.column-heading {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

/* Heading ke niche choti stylish line */
.column-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, #4facfe, #00f2fe);
    border-radius: 10px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 18px;
}

/* Link Styling: Clean and Smooth */
.footer-links-list li a {
    color: #a0a8b3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Hover: Blue Glow and Text Lift */
.footer-links-list li a:hover {
    color: #ffffff;
    transform: translateX(12px);
    text-shadow: 0 0 15px rgba(79, 172, 254, 0.4);
}

/* Premium Underline Animation */
.footer-links-list li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1.5px;
    background: #4facfe;
    transition: width 0.4s ease;
}

.footer-links-list li a:hover::after {
    width: 100%;
}

/* Arrow Icon: Jo hover par nazar aaye */
.footer-links-list li a::before {
    content: '→';
    font-family: Arial, sans-serif;
    position: absolute;
    left: -25px;
    font-size: 18px;
    opacity: 0;
    color: #4facfe;
    transition: all 0.4s ease;
}

.footer-links-list li a:hover::before {
    opacity: 1;
    left: -20px;
}

/* Responsive: Mobile optimization */
@media (max-width: 768px) {
    .footer-sections-wrapper {
        flex-direction: column;
        padding: 40px 25px;
        gap: 50px;
    }
    
    .footer-links-list li a:hover {
        transform: translateX(8px); /* Mobile par thora kam slide */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c0ba97 *//* Container Wrapper */
.footer-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Individual Item Card */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
}

/* Icon Box Styling */
.c-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(79, 172, 254, 0.1); /* Subtle Navy/Blue tint */
    border: 1px solid rgba(79, 172, 254, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #4facfe; /* Accent Color */
    font-size: 18px;
    transition: 0.4s;
}

/* Text Container */
.c-text span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64ffda; /* Teal accent for labels */
    font-weight: 600;
    margin-bottom: 2px;
}

.c-text p {
    margin: 0;
    font-size: 14px;
    color: #e6f1ff;
    font-weight: 400;
    transition: 0.3s;
}

/* HOVER EFFECTS */
.contact-item:hover {
    background: rgba(255, 255, 255, 0.03); /* Slight highlight on hover */
    transform: translateX(10px); /* Premium slide effect */
}

.contact-item:hover .c-icon-box {
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
    color: #fff;
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
    border-color: transparent;
}

.contact-item:hover .c-text p {
    color: #4facfe; /* Text color change on hover */
}

/* Tooltip or small addition for mobile */
@media (max-width: 480px) {
    .contact-item:hover {
        transform: translateY(-5px); /* On mobile, move up instead of right */
    }
}/* End custom CSS */