.elementor-149 .elementor-element.elementor-element-39f5569{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-149 .elementor-element.elementor-element-39f5569{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0fc393a *//*==== Block IP Address ======*/
    
    .ib-container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .ib-btn {
        display: inline-block;
        padding: 12px 25px;
        background-color: #3d9943;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }
    
    .ib-btn:hover {
        background-color: #2e7a33;
        transform: translateY(-2px);
    }
    
    /* Improved Hero Section */
    .ib-hero {
        background: linear-gradient(135deg, rgba(61, 153, 67, 0.95), rgba(61, 153, 67, 0.85)), url('https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') center/cover no-repeat;
        padding: 180px 0 120px;
        color: white;
        position: relative;
        overflow: hidden;
    }
    
    .ib-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at top right, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
        z-index: 1;
    }
    
    .ib-hero-container {
        position: relative;
        z-index: 2;
    }
    
    .ib-hero-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .ib-hero-text {
        flex: 1;
        max-width: 600px;
    }
    
    .ib-hero-badge {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        padding: 8px 16px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 25px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .ib-hero h1 {
        font-size: 56px;
        margin-bottom: 25px;
        font-weight: 700;
        line-height: 1.2;
        position: relative;
    }
    
    .ib-hero h1::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 80px;
        height: 4px;
        background-color: white;
    }
    
    .ib-hero p {
        font-size: 20px;
        max-width: 550px;
        margin: 30px 0 40px;
        opacity: 0.95;
    }
    
    .ib-hero-buttons {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .ib-hero-btn {
        background-color: white !important;
        color: #3d9943;
        padding: 16px 32px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        border-radius: 50px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        text-decoration: none !important;
    }
    
    .ib-hero-btn:hover {
        background-color: #f8f8f8;
        color: #3d9943;
        transform: translateY(-3px);
        text-decoration: none !important;
    }
    
    .ib-hero-btn-secondary {
        background-color: transparent !important;
        color: white !important;
        padding: 16px 32px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        border: 2px solid white !important;
        border-radius: 50px !important;
        text-decoration: none !important;
    }
    
    .ib-hero-btn-secondary:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: white !important;
    }
    
    .ib-hero-stats {
        display: flex;
        gap: 40px;
        margin-top: 30px;
    }
    
    .ib-stat-item {
        display: flex;
        flex-direction: column;
    }
    
    .ib-stat-value {
        font-size: 28px;
        font-weight: 700;
    }
    
    .ib-stat-label {
        font-size: 14px;
        opacity: 0.8;
    }
    
    .ib-hero-image {
        flex: 1;
        max-width: 500px;
        position: relative;
    }
    
    .ib-hero-image-container {
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 30px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        transform: perspective(1000px) rotateY(-15deg);
        transition: transform 0.6s ease;
    }
    
    .ib-hero-image-container:hover {
        transform: perspective(1000px) rotateY(0deg);
    }
    
    .ib-hero-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .ib-hero-image::before {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        width: 100px;
        height: 100px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        z-index: -1;
    }
    
    .ib-hero-image::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: -30px;
        width: 150px;
        height: 150px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        z-index: -1;
    }
    
    .ib-floating-shapes {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }
    
    .ib-shape {
        position: absolute;
        opacity: 0.1;
    }
    .ib-container h2{
        font-weight: 600;
    }
    
    
    .ib-shape-1 {
        top: 10%;
        left: 5%;
        width: 80px;
        height: 80px;
        background-color: white;
        border-radius: 50%;
        animation: float 8s infinite ease-in-out;
    }
    
    .ib-shape-2 {
        bottom: 15%;
        right: 10%;
        width: 120px;
        height: 120px;
        background-color: white;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: float 10s infinite ease-in-out;
    }
    
    .ib-shape-3 {
        top: 30%;
        right: 20%;
        width: 60px;
        height: 60px;
        background-color: white;
        border-radius: 50%;
        animation: float 7s infinite ease-in-out;
    }
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0) rotate(0deg);
        }
        50% {
            transform: translateY(-20px) rotate(10deg);
        }
    }
    
    /* Features Section */
    
    .ib-features {
        padding: 80px 0;
        background-color: #f9f9f9;
    }
    
    .ib-section-title {
        text-align: center;
        margin-bottom: 60px;
    }
    
    .ib-section-title h2 {
        font-size: 36px;
        color: #333;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }
    
    .ib-section-title h2:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 4px;
        background-color: #3d9943;
    }
    
    .ib-section-title p {
        font-size: 18px;
        color: #666;
        max-width: 700px;
        margin: 20px auto 0;
    }
    
    .ib-features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
    
    .ib-feature-card {
        background-color: white;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .ib-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .ib-feature-icon {
        width: 70px;
        height: 70px;
        background-color: rgba(61, 153, 67, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .ib-feature-icon i {
        font-size: 30px;
        color: #3d9943;
    }
    
    .ib-feature-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
        font-weight: 600;
    }
    
    .ib-feature-card p {
        color: #666;
        font-size: 18px;
    }
    
    /* Use Cases Section */
    .ib-use-cases {
        padding: 80px 0;
        background-color: white;
    }
    
    .ib-use-cases-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    
    .ib-use-case-item {
        background-color: #f9f9f9;
        border-left: 4px solid #3d9943;
        padding: 20px;
        border-radius: 0 5px 5px 0;
    }
    
    .ib-use-case-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
        font-weight: 600;
    }
    
    .ib-use-case-item p {
        color: #666;
        font-size: 17px;
    }
    
    /* CTA Section */
    .ib-cta {
        background-color: #3d9943;
        padding: 80px 0;
        text-align: center;
        color: white;
    }
    
    .ib-cta h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .ib-cta p {
        font-size: 18px;
        max-width: 700px;
        margin: 0 auto 30px;
    }
    
    .ib-cta-btn {
        background-color: white;
        color: #3d9943;
        padding: 15px 40px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .ib-cta-btn:hover {
        background-color: #f8f8f8;
        color: #3d9943;
    }
    
    /* Responsive */
    @media (max-width: 992px) {
        .ib-hero-content {
            flex-direction: column;
            text-align: center;
        }
        
        .ib-hero-text {
            max-width: 100%;
            margin-bottom: 50px;
        }
        
        .ib-hero h1::after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .ib-hero-buttons {
            justify-content: center;
        }
        
        .ib-hero-stats {
            justify-content: center;
        }
        
        .ib-hero-image {
            max-width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .ib-header-container {
            flex-direction: column;
        }
        
        nav ul {
            margin-top: 20px;
        }
        
        nav ul li {
            margin: 0 10px;
        }
        
        .ib-hero h1 {
            font-size: 42px;
        }
        
        .ib-hero p {
            font-size: 18px;
        }
        
        .ib-section-title h2 {
            font-size: 28px;
        }
        
        .ib-hero-buttons {
            flex-direction: column;
            align-items: center;
        }
    }/* End custom CSS */
/* Start custom CSS */.container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 25px;
            background-color: #3d9943;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }
        
        .btn:hover {
            background-color: #2e7a33;
            transform: translateY(-2px);
        }
        
        /* Improved Hero Section */
        .hero {
            background: linear-gradient(135deg, rgba(61, 153, 67, 0.95), rgba(61, 153, 67, 0.85)), url('https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') center/cover no-repeat;
            padding: 180px 0 120px;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at top right, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
            z-index: 1;
        }
        
        .hero-container {
            position: relative;
            z-index: 2;
        }
        
        .hero-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .hero-text {
            flex: 1;
            max-width: 600px;
        }
        
        .hero-badge {
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 25px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .hero h1 {
            font-size: 56px;
            margin-bottom: 25px;
            font-weight: 700;
            line-height: 1.2;
            position: relative;
        }
        
        .hero h1::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: white;
        }
        
        .hero p {
            font-size: 20px;
            max-width: 550px;
            margin: 30px 0 40px;
            opacity: 0.95;
        }
        
        .hero-buttons {
            display: flex;
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .hero-btn {
            background-color: white;
            color: #3d9943;
            padding: 16px 32px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        
        .hero-btn:hover {
            background-color: #f8f8f8;
            color: #3d9943;
            transform: translateY(-3px);
        }
        
        .hero-btn-secondary {
            background-color: transparent;
            color: white;
            padding: 16px 32px;
            font-size: 18px;
            font-weight: 600;
            border: 2px solid white;
            border-radius: 50px;
        }
        
        .hero-btn-secondary:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }
        
        .hero-stats {
            display: flex;
            gap: 40px;
            margin-top: 30px;
        }
        
        .stat-item {
            display: flex;
            flex-direction: column;
        }
        
        .stat-value {
            font-size: 28px;
            font-weight: 700;
        }
        
        .stat-label {
            font-size: 14px;
            opacity: 0.8;
        }
        
        .hero-image {
            flex: 1;
            max-width: 500px;
            position: relative;
        }
        
        .hero-image-container {
            position: relative;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 30px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            transform: perspective(1000px) rotateY(-15deg);
            transition: transform 0.6s ease;
        }
        
        .hero-image-container:hover {
            transform: perspective(1000px) rotateY(0deg);
        }
        
        .hero-image img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        
        .hero-image::before {
            content: '';
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            z-index: -1;
        }
        
        .hero-image::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: -30px;
            width: 150px;
            height: 150px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            z-index: -1;
        }
        
        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }
        
        .shape {
            position: absolute;
            opacity: 0.1;
        }
        
        .shape-1 {
            top: 10%;
            left: 5%;
            width: 80px;
            height: 80px;
            background-color: white;
            border-radius: 50%;
            animation: float 8s infinite ease-in-out;
        }
        
        .shape-2 {
            bottom: 15%;
            right: 10%;
            width: 120px;
            height: 120px;
            background-color: white;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            animation: float 10s infinite ease-in-out;
        }
        
        .shape-3 {
            top: 30%;
            right: 20%;
            width: 60px;
            height: 60px;
            background-color: white;
            border-radius: 50%;
            animation: float 7s infinite ease-in-out;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }
        
        /* Features Section */
        .features {
            padding: 80px 0;
            background-color: #f9f9f9;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: #333;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 4px;
            background-color: #3d9943;
        }
        
        .section-title p {
            font-size: 18px;
            color: #666;
            max-width: 700px;
            margin: 20px auto 0;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .feature-card {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            width: 70px;
            height: 70px;
            background-color: rgba(61, 153, 67, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .feature-icon i {
            font-size: 30px;
            color: #3d9943;
        }
        
        .feature-card h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: #333;
        }
        
        .feature-card p {
            color: #666;
            font-size: 16px;
        }
        
        /* Use Cases Section */
        .use-cases {
            padding: 80px 0;
            background-color: white;
        }
        
        .use-cases-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        
        .use-case-item {
            background-color: #f9f9f9;
            border-left: 4px solid #3d9943;
            padding: 20px;
            border-radius: 0 5px 5px 0;
        }
        
        .use-case-item h4 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }
        
        .use-case-item p {
            color: #666;
            font-size: 15px;
        }
        
        /* CTA Section */
        .cta {
            background-color: #3d9943;
            padding: 80px 0;
            text-align: center;
            color: white;
        }
        
        .cta h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }
        
        .cta p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto 30px;
        }
        
        .cta-btn {
            background-color: white;
            color: #3d9943;
            padding: 15px 40px;
            font-size: 18px;
            font-weight: 600;
        }
        
        .cta-btn:hover {
            background-color: #f8f8f8;
            color: #3d9943;
        }
        /* Responsive */
        @media (max-width: 992px) {
            .hero-content {
                flex-direction: column;
                text-align: center;
            }
            
            .hero-text {
                max-width: 100%;
                margin-bottom: 50px;
            }
            
            .hero h1::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .hero-buttons {
                justify-content: center;
            }
            
            .hero-stats {
                justify-content: center;
            }
            
            .hero-image {
                max-width: 100%;
            }
        }
        
        @media (max-width: 768px) {
            .header-container {
                flex-direction: column;
            }
            
            nav ul {
                margin-top: 20px;
            }
            
            nav ul li {
                margin: 0 10px;
            }
            
            .hero h1 {
                font-size: 42px;
            }
            
            .hero p {
                font-size: 18px;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
            
            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }
        }/* End custom CSS */