.frame1 {
    width: 100%;
    height: auto;
}

/* Center buttons horizontally */
.buttoncenter, .buttoncenter2 {
    display: block;
    margin: 20px auto; /* Updated to consistently center the buttons */
}

img.pricebutton {
 
    margin-right: 4px;
}


.Frame, .Frame2 {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; /* Added more space between Frame elements */
}

.Frame:hover, .Frame2:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.fontstyle {
    font-size: 1.5rem;
    margin-top: 20px;
}

.fontstyle1 {
    font-size: 1rem;
    margin-top: 15px;
}

.fontstyle2 {
    font-size: 1.8rem;
    margin-top: 20px;
}

.font-weight-inherit {
    font-weight: inherit;
}

.imagesize, .chooseimage {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    max-width: 500px; /* Optionally, set a max-width to prevent oversizing */
}

.testcolor, .first {
    color: #06A3DA;
}
.t-over:hover{
     border: 1px solid #06A3DA ;
   /* background-color:  #06A3DA; */
   padding: 1%;
   background-color: rgb(167, 219, 249);
   color: black !important;
   border-radius: 18%;
}
.buttoncolortwo {
    /* background-color: #06A3DA; */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

img.pricebutton {
    height: 28px;
    width: 28px;
}

.colo {
    background-color: #000000;
    opacity: 80%;
}

/*  Why Section */

/* Container for the content with the background video */
.content-container {
    position: relative;
    overflow: hidden; /* Ensures the video stays within the container */
    z-index: 1;
    padding: 20px;
    text-align: center; /* Ensures content is centered */
}

/* Full-screen video background applied to content-container */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
    z-index: -1; /* Keeps the video behind the content */
    height: 100vh; /* Ensures the video covers the viewport height */
}

/* Section Title Style */
.section-title {
    color: #06A3DA;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px; /* Space between title and content */
    text-align: center;
}

/* Feature Box Style */
.feature-box {
    background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent background to contrast with video */
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    max-width: 1000px; /* Limit the width to avoid stretching on large screens */
    margin: 0 auto; /* Center the feature box */
}

.feature-box:hover {
    transform: scale(1.02);
}

.feature-box .text-content {
    flex: 1;
}

.feature-box .text-content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.feature-box .text-content p {
    font-size: 1rem;
    color: #333;
}

.feature-box .image-container {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-left: 20px; /* Space between text and image */
}

.feature-box .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-box .image-container img:hover {
    transform: scale(1.1);
}

/* QU - Quotecomponent */

/* Ensure the video container fills its parent and maintains aspect ratio */
.video-container {
    position: relative;
    width: 100%;
    height: 100%; /* Ensure the video covers the entire height */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the container without distortion */
    transform: translate(-50%, -50%); /* Center the video */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


@media (max-width: 767.98px) {
    .feature-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-box .text-content {
        margin-bottom: 15px;
    }

    .feature-box .image-container {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

/* Request a Quote Section */
.Requestspace {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px; /* Added margin to separate from other sections */
}

.testcolor {
    color: #06A3DA;
}

.font {
    font-family: 'Arial', sans-serif;
}

.arrowstyle {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.phonestyle {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

    .phonestyle {
        width: 40px;
        height: 40px;
    }
}

/* General container styling */
.container-fluid.mt-5.conta {
    background-color: #eeeeee;
    padding: 20px; /* Optional padding for better spacing */
}
/* foo */

.footer {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6); /* Overlay background to ensure content is readable */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5; /* Adjust opacity to make sure the text is visible */
}

.imagefooter {
    width: 150px; /* Adjust the size of the logo if needed */
}

.arrowfooter {
    /* width: 15px; */
    vertical-align: middle;
    margin-right: 8px;
}

.text-white {
    color: #ecf0f1 !important;
}

.fw-bold {
    font-weight: 700;
}

.footer .d-flex img {
    border-radius: 5px;
    transition: transform 0.3s;
}

.footer .d-flex img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .footer .col-md-4 {
        margin-bottom: 20px;
    }
    .footer .d-flex {
        justify-content: center !important;
    }
}
