body
{
    margin:0px;
    
}
.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    padding: 10px;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}

/* Label Styling */
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Input and Textarea Styling */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Textarea Specific */
textarea {
    resize: vertical;
}

/* Submit Button Styling */
input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #28a745;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="submit"]:hover {
    background-color: #218838;
}

/* Responsive Design */
@media (max-width: 600px) {
    .form-container {
        padding: 15px;
    }

    input[type="submit"] {
        font-size: 14px;
    }
}

.topcontainer{
        padding:10px 10px 10px 10px;      
       background-color: #fff;
       justify-content: center;
    }
    .imagecontainer{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -49px;
        margin-top:-63px;
        
    }
    .myimage{            
           
    }
    .textcontainer{
        margin-top: 5px;
        text-align: center;
        width:100%;
        
    }
    .toptextcontainer{
        display:flex;
        justify-content:space-arround;
    }
    .textcontainer p{
               font-size: 15px;
            padding: 0px 10px 0px 0px;
            line-height:30px;
    }
    .btncontainer{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .textbtn{
       background-color: #ca42eb;
       color: #fff;
       text-align: center;
       border: 1px solid #ca42eb;
       border-radius: 10px;
       padding: 7px;
       margin-right:10px ;
    }
    .textbtn a{
        text-decoration: none;
        color: #fff;
    }
    .midtext{
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .midtext h1{
        font-size: 56px;
       font-weight: bold;
    }
    .midcontainer{
            display: flex;
            flex-direction: row;
            justify-content: center;
    }
    .card {
        width: 300px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-left: 13px;
        padding-bottom: 10px;
        }

        

        .card-header {
            background-color: #007BFF;
            color: #ffffff;
            padding: 20px 10px;
        }

        .card-header h2 {
            font-size: 22px;
            margin-top: 38px;
            text-transform: none;
        }

        .card-content {
            padding: 20px 0px 9px 0px;
        }

        .card-header img {
            width: 86px;
            margin-bottom: -56px;
            border: 7px solid #fff;
            border-radius: 40px 40px 0px 0px;
            padding: 10px;
        }

        .card-content h3 {
            margin: 10px 0;
            font-size: 1rem;
            color: #333333;
        }

        .card-content .price {
            color: #007BFF;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 15px 0;
        }

        .card-content .price span {
            font-size: 1rem;
            color: #666666;
        }
        .pricelist{
            text-align: left;
        }
        .pricelist li{
            font-size: 14px;
            background-image:url('./check-mark.png') ;
            background-repeat: no-repeat;
            padding: 8px 0px 5px 40px;
            list-style: none;
        }
 .card-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 8px;
        background-color: #0459b8; /* WhatsApp green color */
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
      }

      .card-btn a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        font-size: 22px;
        font-weight: bold;
      }

      .card-btn img {
        
        margin-right: 8px; 
      }

       .endfooter p {
          text-align: center ;      
          font-size: 14px;
       } 
       @media (max-width: 768px) { 
        .midcontainer{
                display: block;                        
            }
            .card {
            width: 80%; /* Adjust the width to take up most of the screen */
            margin: 20px auto; /* Add vertical spacing between cards */
        }
        .midtext h1{
        font-size: 36px;
       font-weight: bold;
    }
    .textcontainer p{
        padding: 10px; 
        font-size: 16px;
    }
        }

        @media (max-width: 480px) { /* For mobile devices */
        .card {
            width: 95%; /* Further reduce width for very small screens */
            padding: 10px; /* Add padding for better spacing */
        }
            
            .toptextcontainer{
        display:block;       
    }
               .textcontainer{
        margin-top: 5px;
        text-align: center;
        width:100%;        
        margin-bottom: 5px;
    }
              .imagecontainer{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -49px;
        margin-top:-63px;
        padding-right:0px;
    }
        }
         .thankssection {            
            display: flex;
            justify-content: center;
            align-items: center;
          height: 96vh;            
        }
.card-header h2
        /* Centering and card styling */
        .thankscard {
            background: linear-gradient(135deg, #08d2d2, #007f7f);  
            color: #fff;
            border-radius: 12px;
            padding: 20px;
            width: 400px;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            text-align: center;
        }

        /* Title Styling */
        .thankscard h1 {
            color: #fff;
            font-size: 24px;
            margin: 0 0 15px 0;
        }

        /* Message Styling */
        .thankscard p {
            color: #000;
            font-size: 16px;
            line-height: 1.6;
            margin: 0;
        }

        /* Add responsiveness */
        @media (max-width: 480px) {
             .thankssection {          
            display: flex;
            justify-content: center;
            align-items: center;
            Height:45vh;
        }

            .thankscard {
                background: linear-gradient(135deg, #08d2d2, #007f7f);  
                width: 90%;
                padding: 15px;
            }

            .thankscard h1 {
                font-size: 20px;
            }

            .thankscard p {
                font-size: 14px;
            }
        }
    
    
    .clients-section {
        background-color: #f9f9f9;
        padding: 50px 0;
        text-align: center;
    }

    .clients-section h2 {
        font-weight: normal;
        font-size: 28px;
        margin-bottom: 10px;
        font-family: Arial, sans-serif;
    }

    .clients-section h2 strong {
        font-weight: 700;
    }

    .underline {
        width: 100px;
        height: 3px;
        background: #f89a05;
        margin: 10px auto 30px auto;
        position: relative;
    }

    .underline::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid #f89a05;
    }

    .owl-carousel .item {
        background: #fff;
        padding: 15px;
        margin: 0 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 160px;
        cursor: pointer;
        /* Indicate clickability */
    }

    .owl-carousel .item img {
        max-width: 100%;
        max-height: inherit;
        object-fit: contain;
        user-select: none;
    }

    /* Navigation Button Styles */
    .owl-nav,
    .owl-nav.disabled {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex !important;
        /* Force display even if disabled */
        justify-content: space-between;
        pointer-events: none;
    }

    .owl-prev,
    .owl-next {
        background-color: #cf4705;
        color: #ffffff;
        border: none;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        pointer-events: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .owl-prev:hover,
    .owl-next:hover {
        background-color: #f89a05;
        transform: scale(1.1);
    }

    .owl-prev:focus,
    .owl-next:focus {
        outline: 2px solid #f89a05;
        outline-offset: 2px;
    }

    .owl-prev {
        margin-left: 10px;
    }

    .owl-next {
        margin-right: 10px;
    }

    /* Lightbox Styles */
    .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox img {
        max-width: 100%;
        max-height: 100%;
        overflow-x: scroll;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }

    .lightbox .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #cf4705;
        color: #ffffff;
        border: none;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .lightbox .close-btn:hover {
        background-color: #cf4705;
    }

    .lightbox .close-btn:focus {
        outline: 2px solid #f89a05;
        outline-offset: 2px;
    }

    /* Responsive adjustments */
    @media (max-width: 600px) {

        .owl-prev,
        .owl-next {
            padding: 8px 12px;
            font-size: 16px;
        }

        .lightbox img {
            max-width: 95%;
            max-height: 70%;
        }

        .lightbox .close-btn {
            top: 10px;
            right: 10px;
            padding: 8px 12px;
            font-size: 14px;
        }
    }