<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container1 {
    display: flex;
    min-height: 100vh;
    flex-wrap: wrap;
}

.main-content {
    width: 70%;
    padding: 5px;
    background-color: #f4f4f4;
}

.sidebar {
    width: 25%;
    padding: 5px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    /* overflow-y: auto; */
    background-image: linear-gradient(180deg, rgb(210, 239, 253) 0%, rgb(255, 255, 255) 85%);
}

.content_block {
    /* height: 70vh; */
    width: 100%;
    /* border: 1px solid black; */
    background-color: burlywood;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image {
    /* height: 80% !important; */
    margin: auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    width: 100%; /* Full width */
    object-fit: cover; /* Ensures image scales correctly */
}

.image1 {
    width: 100%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    object-fit: cover; /* Ensures image scales correctly */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .image {
        height: 70%; /* Adjust height for tablets */
        margin-top: 15%; /* Adjust margin for better fit */
    }

    .image1 {
        height: auto; /* Allow height to auto adjust */
        width: 100%; /* Full width */
    }
}

@media (max-width: 768px) {
    .image {
        height: 60%; /* Adjust height for smaller screens */
        margin-top: 10%; /* Reduce top margin */
    }

    .image1 {
        height: auto; /* Adjust height for mobile */
        width: 100%; /* Full width */
    }
}

@media (max-width: 480px) {
    .image {
        height: 50%; /* Reduce height even further for small screens */
        margin-top: 5%; /* Reduce top margin */
    }

    .image1 {
        height: auto; /* Ensure auto height for small screens */
        width: 100%; /* Full width */
    }
}


.content_block2 {
    min-height: 30vh;
    width: 100%;
    /* border: 1px solid black; */
    background-color: #ccffff;
    padding: 5px;
}

.content_block2 .child1 {
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.content_block2 .child2 {
    display: flex;
    /* flex-wrap: wrap; Ensure the content wraps in smaller screens */
    width: 90%;
    margin: auto;
}

.content_block2 .advantages {
    margin-bottom: 50px;
}

.content_block2 .int_img1 {
    width: 100px; /* Adjust size based on your needs */
    height: 90px;
}

.content_block2 .image {
    width: 100%;
    height: auto;
}

/* Media Queries for different screen sizes */
@media (max-width: 768px) {
    .content_block2 .child2 {
        flex-direction: column; /* Stack the columns vertically */
    }

    .content_block2 .advantages {
        text-align: center;
    }

    .content_block2 .int_img1 {
        margin: 0 auto;
    }
}

/* ------------------------------------------------------------------------------ block one  */
/* Main Container */
.content_block1 {
    min-height: 40vh;
    width: 100%;
    /* border: 1px solid black; */
    background-color: #ccf2ff;
    padding: 20px;
    box-sizing: border-box;
}

/* Header Section */
.content_block1 .child1 {
    width: 90%;
    margin: auto;
    text-align: center;
}

.content_block1 .child1 h1 {
    margin-top: 5%;
    font-size: 2rem;
}

.content_block1 .child1 h2 {
    font-size: 1.5rem;
}

/* Interactions Section */
.content_block1 .child2 {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: center;
    gap: 20px;
    margin-top: 20px; */
}

.interactions_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.int_img img {
    width: 100%;
    height: auto;
    /* max-height: 150px; */
    object-fit: cover;
    border-radius: 5px;
    margin: auto;
}

.text_div h2 {
    font-size: 1.2rem;
    margin: 10px 0 5px;
}

.text_div h3 {
    font-size: 1.1rem;
    color: #555;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content_block1 .child1 h1 {
        font-size: 1.5rem;
    }

    .content_block1 .child1 h2 {
        font-size: 1.2rem;
    }

    .interactions_img {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .content_block1 {
        padding: 10px;
    }

    .content_block1 .child1 h1 {
        font-size: 1.3rem;
    }

    .content_block1 .child1 h2 {
        font-size: 1rem;
    }

    .interactions_img {
        width: 100%;
    }

    .int_img img {
        max-height: 120px;
    }

    .text_div h2 {
        font-size: 1rem;
    }

    .text_div h3 {
        font-size: 0.9rem;
    }
}

.interactions_img {
    height: 150%;
    width: 23%;
    /* border: 1px solid black; */
    /* margin: auto; */
    padding: auto;
    /* margin-top: 3%; */
}

.advantages {
    height: 240px;
    width: 20%;
    border: 1px solid #007399;
    margin: auto;
    margin-top: 3%;
    background-color: #ffffe6;
    border-radius: 40px;
    overflow: hidden;
}
.advantages h3{
    margin-top: 10%;
    text-align: center;
}

.form-container {
    background: #ffffff;
    padding: 23px 25px 0px 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 30%;
    position: fixed;
    right: 0px;
    top: 0%;
    z-index: 9999;
    height: 100%;
    box-sizing: border-box;
}

.content_block3 {
    min-height: 90vh;
    width: 72%; /* Default width */
    background-color: #ccffff;
    display: flex;
    justify-content: center;
    padding: 2%;
    margin-left: -2%; /* Adjust margin */
    box-sizing: border-box;
}

.content_block6 {
    min-height: 30vh;
    width: 72%;
    background-color: #ccffff;
    display: flex;
    justify-content: center;
    /* padding: 2%; */
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .form-container {
        width: 100%; /* Adjusted for tablets */
        padding: 40px 20px;
        position: relative;
        height: auto;
    }

    .main-content {
        width: 100%;
        padding: 15px;
        background-color: #f4f4f4;
        box-sizing: border-box;
    }

    .content_block3 {
        width: 100%; /* Adjusted for tablet view */
        min-height: 80vh; /* Reduced height for tablets */
        background-color: #ccffff;
        display: flex;
        justify-content: center;
        padding: 2%;
        margin-left: 0; /* Ensuring no overflow */
        box-sizing: border-box;
    }

    .content_block6 {
        width: 100%; /* Full width for tablet */
        min-height: 30vh; /* Adjusted height for tablets */
        background-color: #ccffff;
        display: flex;
        justify-content: center;
        padding: 2%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .form-container {
        background: #ffffff;
        padding: 20px 15px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        position: relative;
        z-index: 9999;
        height: auto;
        box-sizing: border-box;
    }

    .main-content {
        width: 100%;
        padding: 10px;
        background-color: #f4f4f4;
        box-sizing: border-box;
    }

    .content_block3 {
        width: 100%; /* Full width for mobile */
        min-height: 70vh; /* Adjust height for mobile */
        background-color: #ccffff;
        display: flex;
        justify-content: center;
        padding: 2%;
        margin-left: 0; /* Remove margin-left */
        box-sizing: border-box;
    }

    .content_block6 {
        width: 100%; /* Full width for mobile */
        min-height: 40vh; /* Adjust height for mobile */
        background-color: #ccffff;
        display: flex;
        justify-content: center;
        padding: 2%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .form-container {
        padding: 15px 10px; /* Further reduced padding for small screens */
        border-radius: 8px;
    }

    .main-content {
        padding: 8px;
    }

    .content_block3 {
        width: 100%; /* Full width for small screens */
        min-height: 60vh; /* Adjust height for very small screens */
        background-color: #ccffff;
        display: flex;
        justify-content: center;
        padding: 2%;
        margin-left: 0; /* Remove margin-left */
        box-sizing: border-box;
    }

    .content_block6 {
        width: 100%; /* Full width for small screens */
        min-height: 30vh; /* Adjust height for very small screens */
        background-color: #ccffff;
        display: flex;
        justify-content: center;
        padding: 2%;
        box-sizing: border-box;
    }
}


    

.form-container h2 {
    font-size: 26px;
    margin-bottom: 76px;
    color: #333;
    text-align: center;}

.form-container label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}

.form-container input,
.form-container select {
    width: 100%;
    padding: 13px;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container textarea{
    width: 100%;
    padding: 16px 12px;
    font-size: x-large;
}




.radio-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.radio-group input {
    width: auto;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.form-container button {
    width: 100%;
    background: linear-gradient(45deg, #ff5722, #ff9800);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.form-container button:hover {
    background: linear-gradient(45deg, #ff9800, #ff5722);
}

.content_block .f_child1 {
    width: 35%;
    height: 100%;
    float: left;
    /* border: 1px solid; */
    background-color: #ddd;
}

.content_block .f_child2 {
    width: 65%;
    height: 100%;
    float: left;
    /* border: 1px solid; */
}



/* Text child style  */

.f_child1 .text_child1 {
    display: flex;
    border: 1px solid black;
    height: 25%;
    width: 90%;
    padding: auto;
    margin: auto;
}

.f_child1 .text_child2 {
    display: flex;
    border: 1px solid black;
    height: 60%;
    padding: auto;

    width: 90%;
    margin: auto;
}

.int_img {
    height: 30%;
    /* border: 1px solid black; */
    width: 50%;
    margin: auto;
    margin-top: 5%;
}


.text_div {
    height: 50%;
    /* border: 1px solid black; */
    width: 98%;
    margin: auto;
    margin-top: 3%;
}


.int_img1 {
    height: 45%;
    /* border: 1px solid black; */
    width: 50%;
    margin: auto;
    margin-top: 5%;
}

.text_div1 {
    height: 50%;
    /* border: 1px solid black; */
    width: 90%;
    margin: auto;
    margin-top: 3%;
}

.text_div1 h2 {
    padding: 3%;
    margin: auto;
    text-align: center;
}



.text_div h2 {
    padding: 3%;
    margin: auto;
    text-align: center;
}


@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .main-content {
        flex: 100%;
    }

}

/* Tabel css */


.footer-main-img {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer_c {
    background: linear-gradient(to right, #023678, #0a1866);
}

.plans-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.plan-card {
    width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.plan-header {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.growth-header {
    background-color: #007bff;
}

.enterprise-header {
    background-color: #ff6b00;
}

.offerings-header {
    background-color: #003366;
}

.plan-body {
    padding: 15px;
}

.plan-body ul {
    list-style: none;
    padding: 0;
}

.plan-body ul li {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    justify-content: center !important;
}

.icon-check {
    color: green;
}

.icon-cross {
    color: red;
}


.question {
    width: 100%;
    /* max-width:90%; You can adjust this value */
    /* border: 1px solid black; */
    background-color: #ccffff;
    margin-top: 0.5%;
    padding: 2%;
    box-sizing: border-box;
    min-height: 100vh;
}

.question h2 {
    text-align: left !important;
    margin-bottom: 20px;
}

.que_child {

    height: 17%;
    width: 100%;
    border: 1px solid orange;
    /* display: flex; */
    margin-top: 1.5%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1%;

    /* border-radius: 40px; */

}

.que_child h2,p{
    margin: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .question {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .que_child {
        height: auto;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .question {
        padding: 1%;
    }

    .que_child {
        height: auto;
        flex-direction: column;
    }
}


.content_block4 {
    height: 30vh;
    width: 66.5%;
    border: 1px solid black;
    background-color: #ccffff;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    padding: 2%;
}



.content_block5 {
    height: 50vh;
    width: 66.5%;
    border: 1px solid black;
    background-color: #ccffff;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    padding: 2%;
}

.que_child {
    border-radius: 25px;
    padding: 25px 15px 40px 15px;
    display: flex;
    flex-wrap: wrap;
    /* To allow wrapping of elements in case they don't fit */
    gap: 1.8%;
    /* Optional: Add space between the divs */
}

.ser_child {
    width: 15%;
    height: 90%;
    border: 1px solid black;
}

.que_child1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8%;
    justify-content: center;
    /* Center align */
}

.ser_child1 {
    width: 21%;
    /* Making it flexible */
    min-width: 200px;
    height: auto;
    border: 1px solid black;
    text-align: center;
    padding: 10px;
}

.ser_child1 img {
    width: 100%;
    height: auto;
}


.ser_child1 h3 {
    position: absolute;
}

/* .footer{
    display: flex;
    width: 70%;
} */

/* Responsive Code */
@media (max-width: 900px) {
    .ser_child1 {
        width: 48%;
        /* 2 items per row on tablets */
    }
}

@media (max-width: 600px) {
    .ser_child1 {
        width: 100%;
        /* 1 item per row on mobile */
    }
}






/* lkjhgfd */
.container5 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 51px;
}

h2 {
    color: #f05a28;
    font-weight: bold;
}

p {
    font-size: 18px;
    color: #333;
}

.services {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 15px;
    margin: 3% 0%;
}

.service-card {
    background: linear-gradient(180deg, #f7941d, #ec1c24);
    color: white;
    padding: 20px;
    width: 150px;
    border-radius: 10px;
    font-weight: bold;
    transition: transform 0.3s;
    box-sizing: border-box;
    height: 99px;
    font-size: large;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
}

@media (max-width: 600px) {
    .service-card {
        width: 45%;
    }
}

.footer_new{
    height: 30vh;
    width: 100%;
    border: 1px solid black;
    background-color: #ccffff;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    padding: 2%;
}





/* internal css  */

.container {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;


}

/* Footer Section */
.footer_c {
    background-color: #333;
    color: #fff;
    padding: 1% 0% 0% 0%;
}

.footer_c h6 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #007BFF;
    font-weight: bold;
}

.footer_c ul {
    list-style: none;
    padding: 0;
}

.footer_c ul li {
    margin-bottom: 10px;
}

.footer_c ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
}

.footer_c ul li a:hover {
    color: white;
}

/* Social Icons */
.social_icon_ul {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
    /* Added to remove default bullet points */
    align-items: center;
    /* Icons vertically center align honge */
}

.social_icon_ul li a {
    color: #fff;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    /* Background color for better visibility */
    border-radius: 50%;
    /* Round icons */
    transition: background 0.3s ease, transform 0.3s ease;
    /* Smooth hover effect */
}

.social_icon_ul li a:hover {
    background-color: #007BFF;
    transform: scale(1.1);
    /* Slight zoom on hover */
}

.footer_address {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #fff;
}

.footer_address i {
    margin-right: 10px;
    color: #007BFF;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    background-color: #222;
    color: #fff;
    font-size: 0.9em;
}

.click-img {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

/* Footer Columns Layout */
.footer_col_1,
.footer_col_4,
.quickLink_div,
.services_div {
    margin-bottom: 30px;
}

.col-lg-3.footer_col_4 {
    padding: 5%;
}

.quickLink_div ul,
.services_div ul {
    padding: 0;
}

.quickLink_div ul li,
.services_div ul li {
    margin-bottom: 12px;
}

.quickLink_div ul li a,
.services_div ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
}

.quickLink_div ul li a:hover,
.services_div ul li a:hover {
    color: #007BFF;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .footer_c .row {
        flex-direction: column;
        text-align: center;
    }

    .footer_c .col-lg-3,
    .footer_c .col-lg-2,
    .footer_c .col-lg-4 {
        margin-bottom: 30px;
    }

    .social_icon_ul {
        justify-content: center;
    }
}

/* Scroll to Top Button */
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: none;
}

.scroll-top:hover {
    background-color: #0056b3;
}



.col-lg-3.footer_col_1 {
    margin-left: -35%;
}

.col-lg-2.quickLink_div {
    padding: 5%;
}

.col-lg-4.services_div {
    padding: 5%;
}

.copyright span {
    margin-left: -26%;
}</pre></body></html>