*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

/* .Container {
    background-color: #fff;
    width: 90%;
    height: auto;
    padding: 0 15px;
    max-width: 100%;
    margin: auto;
    margin-top:80px ;
    border-radius: 10px 90px 10px 170px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  } */
/* Navbar start */
.header-area.header-sticky {
    min-height: 80px;
}
.header-area {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 90px;
    background-color: white;
}
.background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.background-header .logo {
    color: #b71516 !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #b71516 !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #b71516!important;
}

.background-header .nav li a.active {
    color:  #051537 !important;
  }
.logo{
    line-height: 60px;
    font-family: Averia Serif Libre;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    color:#b71516 ;
}
.logo:hover{
    color:#b71516 ;
}
nav ul li{
    padding-left:  10px;
    padding-right: 10px;
}
.nav-item a{
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.nav-item a:hover{
    color:#060644 ;
}
.left h1{
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    /* color: #fff; */
}

.left-button{
    
    border-radius: 20px;
    padding: 6px 20px;
    background-color: #f55858;
    text-transform: uppercase;
    
}
a{
    font-size: 13px;
    /* color: #fff; */
    letter-spacing: 0.50px;
}
.nav-link{
    margin-bottom: 0%;
}

/* Navbar end */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

/* Labskraft start */

.labskraft{
    margin-top: 100px;
}
.title{
    padding-top: 20px;
    color: #060644;
    font-family: 'Libre Baskerville',;
    font-size: 64px;
}

/* Labskraft intro start */
.info{
    padding-top: 50px;
    /* width: 80%; */
    margin: auto;
}
.info2{
    padding-top: 50px;
    /* width: 80%; */
    margin: auto;
    margin-left: 40px;
    margin-right: -40px;
}    
.info .info2 h4{
    letter-spacing: 0.25px;
    line-height: 30px;
}
p{
    letter-spacing: 0.25px;
    line-height: 30px;
    font-size: 15px;
}
.video{
    margin-right: -40px;
}
.video video{
    width: 100%;
    height: 80%;
    border-radius: 20px;
    padding-top: 30px;
}
.getbutton{
    text-align: center;
}
.right-image img {
   
    margin-top: 50px;
}

/* Responsive Adjustments */
@media (max-width: 992px) { /* Tablet and below */
    .info {
        padding-top: 20px;
        text-align: justify;
    }

    .video video {
        padding-top: 0; /* Remove padding on tablet screens */
    }
    .info2 {
        margin-left: 0;
        padding-top: 20px;
        text-align: justify;
    }

    .right-image img {
        width: 90%; /* Slightly reduced width for a better fit */
        margin: 0 auto;
    }
}

@media (max-width: 768px) { /* Mobile */
    .info {
        padding-top: 10px;
        margin: auto;
        text-align: justify;
    }

    .video video {
        padding-top: 0; /* Ensure no padding on mobile screens */
        width: 100%; /* Full width */
        height: auto; /* Maintain aspect ratio */
    }
    .info2 {
        margin-left: 0;
        padding-top: 10px;
        text-align: justify;
    }

    .right-image img {
        
        width: 100%;
        margin: 0 auto;
    }
}

/* Labskraft intro end */


/* Labskraft keyfeature start*/

/* General Styles */
.key-head h5 {
    font-size: 2rem;
}

.key-head p {
    font-size: 1.2rem;
}

.left-text {
    padding: 30px 15px; /* Adjust padding for better spacing */
    text-align: center; /* Center-align the content */
}

.left-text ul {
    list-style: none; /* Remove default list styling */
    padding: 0;
    margin: 0 auto; /* Center the list */
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    gap: 20px; /* Add spacing between list items */
}

.left-text ul li {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content within the list item */
    text-align: left; /* Ensure text remains left-aligned */
    max-width: 800px; /* Limit the width for better readability */
    gap: 20px; /* Add spacing between image and text */
    padding: 15px;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    background: #f9f9f9; /* Optional: Add a light background color */
}

.left-text ul li img {
    width: 90px;
    height: 80px;
    border-radius: 8px; /* Optional: Rounded corners for images */
    flex-shrink: 0; /* Prevent the image from shrinking */
}

.left-text ul li .text {
    flex: 1; /* Ensure the text takes up remaining space */
    padding-left: 10px; /* Space between image and text */
}

.left-text ul li .text h6 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 5px;
}

.left-text ul li .text p {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .left-text ul li {
        flex-direction: column; /* Stack image and text vertically */
        text-align: center; /* Center-align text for mobile screens */
    }

    .left-text ul li img {
        margin-bottom: 10px; /* Add spacing below the image */
    }

    .left-text ul li .text {
        padding-left: 0; /* Remove left padding for mobile */
    }

    .left-text ul li .text h6 {
        font-size: 1.2rem; /* Adjust heading size for smaller screens */
    }

    .left-text ul li .text p {
        font-size: 0.95rem; /* Adjust paragraph size for readability */
    }
}

/* Labskraft keyfeature end*/

/* Labskraft Benefits start */

/* Main Styles */
.benefits-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

/* Header Styles */
.section-badge {
    background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.section-title {
    background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.section-subtitle {
    max-width: 600px;
}

/* Card Styles */
.benefit-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Icon Styles */
.icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    transition: transform 0.3s ease;
}

.blue-gradient {
    background: linear-gradient(135deg, #00c6fb 0%, #005bea 100%);
}

.pink-gradient {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.purple-gradient {
    background: linear-gradient(135deg, #5ee7df 0%, #b490ca 100%);
}

.benefit-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(-5deg);
}

/* Content Styles */
.card-title {
    color: #2d3748;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-text {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.feature-list li {
    color: #4a5568;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.feature-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #4e4376;
}



/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.icon-wrapper {
    animation: float 6s ease-in-out infinite;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .benefits-section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .benefit-card {
        padding: 1.5rem;
    }
}
/* Labskraft Benefits end */ 

/* Labskraft end */ 


/* Contact start */

.cta .btn{
    background-color: #060644;
    color: #ddd;
}
.cta .btn:hover{
    background-color: #007bff;
}

/* Contact end */

/* Footer start */

footer .social li a{
    background: linear-gradient(to bottom,  #006ead, #060644);
}
footer .social li a:hover{
    background-color: #006ead;
    color: #fff;
}
.copyright {
    font-size: 14px;
    color: #777; /* Light grey color for text */
} */

/* Footer end */