/* --- Tawk.to Widget Always Visible Fix --- */
iframe[src*="tawk.to"],
#tawkchat-container,
#tawkchat-minified {
    position: fixed !important;
    z-index: 2147483647 !important;
    display: block !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

footer {
    overflow: visible !important;
}
/* Fade In Up Animation for Lazy Loading */
.fade-in-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}
/* --- Custom Circle Slider Styles (No Swiper) --- */
/* Remove duplicate/old .circle-slider-custom block above */

.circle-slider-custom {
    max-width: 800px;
    margin: 0 auto 2.5rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
/* --- Custom Circle Slider Styles (No Swiper) --- */
.circle-slider-custom {
    max-width: 650px;
    margin: 0 auto 2.5rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.circle-slider-custom .circle-img-container {
    width: 650px;
    height: 650px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-slider-custom .circle-img {
    width: 620px;
    height: 620px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25), 0 0 32px 8px #0a2340cc, 0 0 0 12px #232c3a;
    border: none;
    z-index: 1;
    background: #222;
    display: block;
    position: relative;
}
/* Black overlay for text readability */
.circle-slider-custom .circle-img-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,0,0,0.48);
    z-index: 2;
    pointer-events: none;
}
.circle-slider-custom .circle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    color: #fff;
    border-radius: 50%;
    padding: 2.5rem 2.2rem;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
}
.circle-slider-custom .circle-overlay h3 {
    margin: 0 0 1.1rem 0;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #000a;
}
.circle-slider-custom .circle-overlay p {
    margin: 0;
    font-size: 1.22rem;
    font-weight: 400;
    text-shadow: 0 2px 8px #000a;
    word-break: break-word;
    max-width: 90%;
}
.circle-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.2rem;
    gap: 2rem;
}
.circle-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0a2340;
    border: 2.5px solid #0a2340;
    box-shadow: 0 0 16px 4px #0a2340cc;
    opacity: 0.8;
    cursor: pointer;
    transition: background 0.3s, opacity 0.3s, border-color 0.3s, box-shadow 0.3s;
    display: inline-block;
}
.circle-dot.active {
    background: #00aaff;
    opacity: 1;
    border-color: #fff;
    box-shadow: 0 0 24px 8px #00aaffcc;
}
@media (max-width: 700px) {
    .circle-slider-custom .circle-img-container {
        width: 98vw;
        max-width: 420px;
        height: 98vw;
        max-height: 420px;
        margin: 0 auto;
    }
    .circle-slider-custom .circle-img {
        width: 90vw;
        max-width: 400px;
        height: 90vw;
        max-height: 400px;
    }
    .circle-slider-custom .circle-overlay {
        padding: 1.2rem 0.7rem;
        font-size: 0.98rem;
    }
    .circle-slider-dots {
        margin-top: 1.2rem;
        gap: 1.1rem;
    }
}
        padding: 1.2rem 0.7rem;
        font-size: 0.98rem;
    }
    .circle-slider-dots {
        margin-top: 1.2rem;
        gap: 1.1rem;
    }
}
.circle-img-container {
    position: relative;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    border: 6px solid #fff;
    z-index: 1;
    background: #222;
}
.circle-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 34, 68, 0.75);
    color: #fff;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    padding: 1.2rem 1rem 1.8rem 1rem;
    text-align: center;
    z-index: 2;
    transition: background 0.3s;
}
.circle-overlay h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.circle-overlay p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
/* Swiper Pagination Dots */
.circle-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.circle-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: background 0.3s, opacity 0.3s;
    border: 2px solid #00aaff;
}
.circle-slider .swiper-pagination-bullet-active {
    background: #00aaff;
    opacity: 1;
    border-color: #fff;
}
@media (max-width: 700px) {
    .circle-img-container {
        width: 160px;
        height: 160px;
    }
    .circle-img {
        width: 140px;
        height: 140px;
    }
    .circle-overlay {
        padding: 0.7rem 0.5rem 1.2rem 0.5rem;
    }
}
/* Ensure all images and icons are visible and not hidden by CSS */
img, svg, video, source {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    z-index: 1;
    visibility: visible !important;
}

/* Fix for icons in menu and chat widget */
.menu-toggle img, #live-chat-widget img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    min-width: 20px;
    min-height: 20px;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    opacity: 1 !important;
    z-index: 10;
}

/* Contact Form Mobile Fix Only */
@media (max-width: 600px) {
    #contact-form {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 2vw;
        box-sizing: border-box;
    }
    #contact-form input,
    #contact-form textarea {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        font-size: 1rem;
        padding: 0.8rem;
    }
    .btn-gradient {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        font-size: 1.1rem;
        padding: 1rem 0;
        border-radius: 30px;
        margin: 0 auto;
        display: block;
    }
}
/* Mobile Layout Improvements */
@media (max-width: 600px) {
    body {
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }
    .content-section {
        padding: 2.5rem 2vw !important;
    }
    #contact-form {
        max-width: 100vw !important;
        width: 100vw !important;
        box-sizing: border-box !important;
        padding: 0 0.5rem !important;
    }
    #contact-form input,
    #contact-form textarea {
        font-size: 1rem !important;
        padding: 0.8rem !important;
    }
    .btn-gradient {
        width: 100% !important;
        font-size: 1.1rem !important;
        padding: 1rem 0 !important;
        border-radius: 30px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    .hero-content {
        padding: 1rem 0.5rem !important;
        max-width: 100vw !important;
    }
    .feature-card, .customer-card, .pricing-card {
        padding: 1.2rem 0.5rem !important;
        margin: 0.5rem 0 !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
    .feature-card img, .customer-card img {
        width: 100% !important;
        height: 90px !important;
        object-fit: cover !important;
    }
    .about-content {
        padding: 0.5rem !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    .slider, .customer-slider {
        max-width: 100vw !important;
        width: 100vw !important;
        border-radius: 8px !important;
    }
    .slide-content {
        width: 98vw !important;
        padding: 0 1vw !important;
    }
    .nav-links {
        width: 100vw !important;
        left: 0 !important;
    }
}
/* Menu Icon Size Fix */
.menu-toggle img {
    width: 32px;
    height: 32px;
    max-width: 40px;
    max-height: 40px;
    min-width: 24px;
    min-height: 24px;
    display: block;
}

@media (max-width: 600px) {
    .menu-toggle img {
        width: 28px !important;
        height: 28px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        min-width: 20px !important;
        min-height: 20px !important;
    }
}
/* General Body Styles */
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #1a1a1a, #2c3e50);
    color: #f0f0f0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Header and Navigation */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(10px);
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.logo img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #00aaff;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

/* Hero Section */
#hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: brightness(0.5);
}

.hero-content {
    max-width: 800px;
    padding: 2rem;
    animation: fadeIn 2s ease-in-out;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Buttons */
.btn-gradient {
    background: linear-gradient(90deg, #00aaff, #0077cc);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 170, 255, 0.3);
}

/* Content Sections */
.content-section {
    padding: 6rem 5%;
    text-align: center;
}

.content-section h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
}

/* Features Section */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: linear-gradient(145deg, #2e2e2e, #1a1a1a);
    padding: 2rem;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 5px 5px 15px #1a1a1a, -5px -5px 15px #3a3a3a;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.feature-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.5rem;
/* Customer Section */
.hero-slider {
    background: linear-gradient(145deg, #2e2e2e, #1a1a1a);
    padding: 4rem 0;
    border-radius: 15px;
    box-shadow: 5px 5px 15px #1a1a1a, -5px -5px 15px #3a3a3a;
}

.hero-slider h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-slider p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.customer-slider {
    width: 100%;
    max-width: 1000px;
    height: 450px;
    padding-bottom: 0;
}

.customer-slider {
    width: 100%;
}

.customer-card {
    background: linear-gradient(145deg, #2e2e2e, #1a1a1a);
    padding: 2rem;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 5px 5px 15px #1a1a1a, -5px -5px 15px #3a3a3a;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.customer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.customer-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(0.6);
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
}

.card-content h3 {
    font-size: 1.8rem;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.swiper-slide {
    background: transparent;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #00aaff;
}

.card-content h3 {
    font-size: 1.5rem;
    margin: 0;
}
    margin-bottom: 1rem;
}

/* Contact Form */
#contact-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #333;
    background: #2a2a2a;
    color: #f0f0f0;
    border-radius: 5px;
}

/* Footer */
footer {
    text-align: center;
    padding: 2rem 5%;
    background: #111;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slider */
.slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transition: transform 7s ease-out;
    box-shadow: inset 0 0 50px 50px rgba(0,0,0,0.5);
}

.slide.active .slide-bg {
    transform: scale(1.1);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}

.slide-content h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 1rem;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
    transition: background 0.3s ease;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}


/* Pricing Section */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pricing-card {
    background: linear-gradient(145deg, #2e2e2e, #1a1a1a);
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 5px 5px 15px #1a1a1a, -5px -5px 15px #3a3a3a;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.pricing-card.featured {
    border-image: linear-gradient(90deg, #00aaff, #0077cc) 1;
}

.pricing-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.price sup {
    font-size: 1.5rem;
    top: -1em;
}

.price span {
    font-size: 1rem;
    color: #aaa;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.pricing-card li {
    margin-bottom: 1rem;
}

/* About Us Section */
.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 900px) {
    .feature-grid, .pricing-grid {
        grid-template-columns: 1fr;
    }
    .about-content {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        background: #1a1a1a;
        padding: 1rem 0;
        z-index: 1002;
    }
    .nav-links.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .feature-card img, .customer-card img {
        height: 140px;
    }
    #live-chat-widget {
        width: 48px;
        height: 48px;
        bottom: 12px;
        right: 12px;
    }
    #live-chat-widget img {
        width: 22px;
        height: 22px;
    }
    #chat-window {
        width: 95vw;
        max-width: 350px;
        right: 2.5vw;
        bottom: 70px;
    }
    .chat-header, .chat-footer, .chat-body {
        padding: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 1rem;
    }
    .feature-card img, .customer-card img {
        height: 90px;
    }
    #chat-window {
        width: 98vw;
        right: 1vw;
        bottom: 60px;
    }
}