@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body{
    height: 100%;
    width: 100%;
}

:root{
    --primary-color: #4338ca;
    --secondary-color:#daa41b;
    --white-color:#fff;
    --black-color:#000;
}

.header {
    background-color: rgb(231 231 231) !important; /* Light background color */
}

.logo img {
    max-height: 80px; /* Adjust the size of the logo */
}

/* Hero Section */
/* Hero Section */
.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #3B1EDE, #D64C8A);
    padding-top: 50px;
    text-align: left !important;
}

.hero-title {
    font-size:2.8rem;
    font-weight: bold;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-top: 20px;
}

.hero img {
    max-height: 500px;
    /* width: 100%; */
}

.btn img {
    max-height: 80px;
    border: none !important;
}

/* Media Queries for Better Responsiveness */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero img {
        max-height: 350px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 27px;
    }
    .hero {
        min-height: 100vh;
        background: linear-gradient(135deg, #3B1EDE, #D64C8A);
        padding-top: 113px;
        text-align: left !important;
    }
    .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero img {
        
        max-height: 300px;
      
    }
    

    .btn img {
        max-height: 76px;
    }
}

/* Background and Card Styles */




/* Mobile Mockup */
img.img-fluid_1 {
    max-width:100%;
    height: auto;
}

/* Button Styles */
.btn-dark {
    background-color: #000;
    color: #fff;
}

.btn-outline-dark {
    color: #000;
    border: 2px solid #000;
    padding: 10px 10px;
    font-weight: bold;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

i.bi-telephone-fill {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    /* img.img-fluid_1 {
        max-width: 70%;
    } */
}

/* Footer Section */
.footer-section {
    /* background-color: #1a1a1a; */
    background-image: url(footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f8f9fa;
    position: relative;
    margin-top: 14px;
}


.footer-links a {
    color: #ffd700;
    font-size: 1rem;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons a {
    color: #ffffff;
    font-size: 1.5rem;
    border: 1px solid var(--secondary-color);
    height: 40px;
    width: 40px;
    padding:6px;
    border-radius: 30px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

.copyright {
    font-size: 0.9rem;
    color: #777;
}

/* Scroll to Top Button */
.scroll-top {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.scroll-top a {
    font-size: 2rem;
    color: #ffd700;
}

.scroll-top a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-links a {
        display: block;
        margin-bottom: 10px;
    }

    .scroll-top {
        bottom: 20px;
        right: 20px;
    }
}
/* breadcrumb */
.breadcrumb_content{
    margin-top:80px;
    background-color: #e9ecef;
   padding-top: 20px;
}


/* terms-section */
.terms-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.terms-section h1 {
    font-size: 2.5rem;
    color: #333;
}

.terms-section h4 {
    color: #007bff;
    margin-top: 20px;
}

.terms-section p {
    line-height: 1.6;
    color: #555;
}

.terms-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.terms-section li {
    margin-bottom: 10px;
}

/* testi-page */
.heroimg{
    background: url('bgcab.jpg') no-repeat center center;
    color: #e9ecef;
}
#imgbg{
    background: url('bgcab.jpg') no-repeat center;
}