/* Original CSS content */

/* General Styles */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color:#eeeef2;
    color: #0C1735;
}

html {
    scroll-behavior: smooth;
}

/* Header */
header {
    display: flex;
    height: 6vh;
    justify-content: space-between;
    align-items: center;
    position: fixed; /* Fixes the navbar to the top */
    top: 0; /* Aligns it to the top of the viewport */
    width: 99%; /* Ensures it spans the full width */
    z-index: 1000;
    padding: 20px;
    /*background-color: #ffffff;*/
    background: linear-gradient(to right, #ffffff, #89cdcb,#3dd3c4,#43a292);
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo img {
    height: 70px;
}

nav{
    display: flex;
    align-items: center;
    width:fit-content;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 16px;
    transition: background-color 0.3s;
}

nav ul li a:hover{
    color: #14166c;
    border-radius: 5px;
}

/* Hero Section */
#hero {
    text-align: center;
    padding: 120px 20px;
    background: url('hero-bg.jpg') no-repeat center center/cover;
    color: black;
}

.cta-button {
    background-color: #2B7A0B;
    color: white;
    border: none;
    padding: 18px 36px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s ease-in-out;
}

.cta-button:hover {
    transform: scale(1.05);
    background-color: #1F5C08;
}
/*home*/
/* Ensure the carousel container and images are set to full width */
.owl-carousel .owl-item {
    position: relative;
}
  
.owl-carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}
  
.owl-carousel-inner h1,
.owl-carousel-inner p {
    position: absolute;
    top: 20%;
    left: 10%;
    right:40%;
    transform: translateY(-50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
  
.owl-carousel-inner h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-top: 45px;
}
 
.owl-carousel-inner p {
    top: 40%;
    margin-top: 58px;
    font-size: 24px;
}

.owl-carousel-inner h6 {
    font-size: 25px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-top: 330px;
    margin-left: 130px;
    color: #d4e60f;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    display: block;
}
  
.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

.btn.btn-danger {
    position: absolute;
    text-decoration: none;
    bottom: 10%; /* Adjust to place the button below the text */
    left: 15%;
    bottom: 38%;
    top: 56%;
    cursor: pointer;
    background-color: #2B3E75;
    color: #ffffff;
    transform: translateX(-50%);
    z-index: 3; /* Ensure the button is on top of the image */
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 30px; /* Optional: to make the button more rounded */
}

.btn.btn-danger:hover {
    background-color: #43a292;
}
  
/* Hide any content outside of the carousel */
.owl-stage-outer {
    overflow: hidden;
}
  
/* Optional: Add a transition for smooth sliding */
.owl-carousel {
    transition: transform 1s ease-in-out;
}

/* Sections */
section {
    padding: 100px 20px;
    text-align: center;
}

.about {
    background-color: #dbdada;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    width: 93%;
    height: 90vh;
    padding: 50px;
}

/* Left Side - Image */
.image-section {
    flex: 1;
    max-width: 70%;
    margin-right: 20px;
}

.image-section img {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* Right Side - Content */
.content-section {
    flex: 1;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    margin-top: 30px;
    height: 100vh;
}

.content-section h2 {
    font-size: 16px;
    color: #2B3E75;
    font-weight: bold;
}

.content-section h1 {
    margin-top: 20px;
    font-size: 28px;
    color: #2B3E75;
    margin-bottom: 15px;
}

/* Dropdown Styling */
.dropdown {
    margin-top: 20px;
}

.dropdown-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.dropdown-btn {
    width: 100%;
    background: #fff;
    color: #2B3E75;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-btn.active {
    background: #e8f5e9;
    color: green;
}

.dropdown-btn::after {
    content: "▼";
    font-size: 16px;
    transition: transform 0.3s ease;
}

.dropdown-btn.active::after {
    transform: rotate(180deg);
}

.dropdown-content {
    display: none;
    padding: 15px;
    background: #f9f9f9;
    font-size: 12px;
    color: #333;
}

/* Service Cards */

.products {
    font-size: 20px;
    padding: 20px;
    width: 97%;
}

/* Product Cards Container */
.product-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    max-width: 80%;
    margin: auto;
}

/* Individual Product Card */
.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(33.33% - 20px);
}
/* Smooth animation for Products dropdowns */
.product-cards .dropdown-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    list-style-type: none;
    padding: 0 15px;
    text-align: left;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.product-cards .dropdown-content li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.product-cards .dropdown-btn {
    margin-top: 10px;
    background-color: #2B3E75;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

/* Dropdown List */
.product-cards.dropdown-content {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    display: none;
    text-align: left;
}

.dropdown-content li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* When active (showing) */
.card.active .dropdown-content {
    display: block;
}

/* Making last two cards take 50% width 
.card:nth-child(4),
.card:nth-child(5) {
    width: calc(50% - 20px);
}*/

/* Image Styling */
.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Icon Styling */
/*
.icon {
    background: #2B3E75;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 15px auto;
    font-size: 22px;
    z-index: 1000;
}*/

.icons {
    position:relative;
    margin-left: 10px;
    bottom: 35px;
    width: 174px;
    display: flex;
    justify-content: space-between;
}

.icons i {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #2B3E75;
    border-radius: 50%;
    font-size: 40px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}

.icons i:hover{
    background-color: #2B7A0B;
    
}

/* Text Styling */
h3 {
    color: #333;
    margin-bottom: 10px;
    margin-top: -10px ;
    
}

p {
    color: #666;
    font-size: 14px;
    padding: 0 10px;
}

.products h2{
    color: #43a292;
    font-size: 35px;
}

.products h4{
    font-size: 20px;
    font-weight: bold;
}

span{
    color: #43a292;
    font-weight: bold;
}

/* Know More Link */
.know-more {
    display: inline-block;
    color: #2B3E75;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.know-more:hover {
    color: #0C1735;
}

/* Hover Effect */
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 900px) {
    .card {
        width: calc(50% - 20px);
    }

    .card:nth-child(4),
    .card:nth-child(5) {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .card {
        width: 100%;
    }
}

/* info*/
.info {
    display: flex;
    width: 97%;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.info h6 {
    font-size: 18px;
    color: #2B3E75;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.text-section {
    width: 50%;
}

.text-section.description{
    font-size: 30px;
}

.highlight-text {
    font-weight: bold;
    font-size: 16px;
}

highlight-text h1{
    color: #43a292;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #43a292;
}

.highlight-red {
    color: #43a292;
}

.description {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* Features Section */
.features {
    margin-top: 40px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.icon {
    width: 40px;
    height: 40px;
    background-color: #2B3E75;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

i{
    color: #ffffff;
}

/* Right Section - Image */
.image-section {
    width: 100%;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.image-section img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Scroll to Top Button 
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: red;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background-color: darkred;
}
*/
/* Responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 90%;
    }

    .text-section, .image-section {
        width: 100%;
        text-align: center;
    }

    .feature {
        justify-content: center;
    }
}

.contact {
    display: flex;
    width: 100%;
    height: 95vh;
    margin: 50px auto;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Left Side - Image */
.image-container {
    width: 50%;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Right Side - Form */
.form-container {
    width: 50%;
    padding: 40px;
    background-color: #fff;
}

.highlight-text {
    color: #2B3E75;
    font-size: medium;
    font-weight: bold;
}

h1 {
    font-size: 28px;
    color: #2B3E75;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Form Inputs */
form input, 
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Inline Inputs */
.inline-inputs {
    display: flex;
    gap: 10px;
}

.inline-inputs input {
    width: 50%;
}

/* Checkboxes */
.checkbox-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-group input {
    accent-color: #2B3E75;
}

/* Submit Button */
.submit-btn {
    background-color: #2B3E75;
    color: white;
    border: none;
    padding: 12px 20px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background-color: #2B7A0B;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 90%;
    }

    .image-container, .form-container {
        width: 100%;
    }
}

/* Animations */
.fade-in, .slide-in, .zoom-in {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in { transform: translateY(20px); }
.slide-in { transform: translateX(-20px); }
.zoom-in { transform: scale(0.9); }

/*
footer {
    background-color: #1B2A56;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links a,
.social-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-links a:hover,
.social-links a:hover {
    color: #2B7A0B;
}

.social-links {
    margin-top: 10px;
}*/

.footer {
    background-color: #1B2A56;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}
.footer h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
}
.footer p, .footer a {
    color: #bbb;
    text-decoration: none;
    font-size: 18px;
}
.footer a:hover {
    color: #fff;
}
.social-links a {
    margin: 0 10px;
    color: #bbb;
    font-size: 20px;
}
.social-links a:hover {
    color: #fff;
}

/* Media Queries for Tablet and Mobile */

/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
    /* Header */
    header {
        flex-direction: row;
        height: 60px;
        padding: 10px 20px;
        align-items: center;
        justify-content: space-between;
    }
    .logo img {
        height: 50px;
        margin-bottom: 0;
    }
    nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        flex-direction: column;
        align-items: center;
        z-index: 1001;
    }
    nav.open {
        display: flex;
    }
    nav ul {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: center;
        padding: 10px 0;
    }
    nav ul li a {
        font-size: 16px;
        padding: 10px 0;
        color: #2B3E75;
        font-weight: bold;
    }
    .menu-button {
        display: block;
        background-color: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: white;
    }


    /* Home Section */
    #home {
        padding: 80px 10px 40px 10px;
    }
    .owl-carousel-inner h1 {
        font-size: 36px;
        right: 20%;
        left: 10%;
        top: 25%;
    }
    .owl-carousel-inner p {
        font-size: 16px;
        top: 50%;
        right: 20%;
        left: 10%;
    }
    .owl-carousel-inner h6 {
        font-size: 18px;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-top: 10px;
        color: #ffffff;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
        display: block;
    }
    .btn.btn-danger {
        font-size: 16px;
        padding: 12px 24px;
        left: 20%;
        bottom: 30%;
    }

    /* About Section */
    .about {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
    }
    .image-section {
        max-width: 100%;
        margin-right: 0;
        height: auto;
    }
    .image-section img {
        height: auto;
        width: 100%;
    }
    .content-section {
        max-width: 100%;
        margin-top: 20px;
        height: auto;
        text-align: center;
    }
    .content-section h1 {
        font-size: 20px;
    }
    .content-section h2 {
        font-size: 18px;
    }
    .content-section h4 {
        font-size: 16px;
    }

    /* Contact Section */
    .contact {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .image-container, .form-container {
        width: 100%;
        height: auto;
    }
    .image-container img {
        max-width: 100%;
        height: auto;
    }
    .form-container {
        padding: 20px 10px;
    }
    .form-container h1 {
        font-size: 24px;
    }
    form input, form textarea {
        font-size: 14px;
    }
    .inline-inputs {
        flex-direction: column;
    }
    .inline-inputs input {
        width: 100%;
    }

    /* Footer */
    .footer-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .footer-section, .footer-sec {
        min-width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .footer h3 {
        font-size: 16px;
        display: none;
    }
    .footer p {
        font-size: 14px;
    }
    .footer-links {
        display: none;
    }
    .footer a{
        font-size: 14px;
    }
    .social-links a {
        font-size: 18px;
        margin: 0 5px;
    }
    .products-detail img{
        display: none;
    }

}
/* Mobile (max-width: 480px) */
@media (max-width: 400px) {
    /* Header */
    header {
        padding: 8px 15px;
    }
    .logo img {
        height: 40px;
        margin-bottom: 8px;
    }
    nav ul li a {
        font-size: 14px;
        padding: 8px 0;
    }

    /* Home Section */
    #home {
        padding: 60px 8px 30px 8px;
    }
    .owl-carousel-inner h1 {
        font-size: 28px;
        top: 20%;
        right: 15%;
        left: 10%;
    }
    .owl-carousel-inner p {
        font-size: 14px;
        top: 55%;
        right: 15%;
        left: 10%;
        display: none;
    }
    .owl-carousel-inner h6 {
        font-size: 16px;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-top: 10px;
        color: #ffffff;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
        display: none;

    }
    .btn.btn-danger {
        font-size: 14px;
        padding: 10px 20px;
        left: 25%;
        bottom: 20%;
        top: 70%;
    }
    .owl-carousel .owl-item img{
        width: 100%;
        height: 60vh;
    }

    /* About Section */
    .content-section h1 {
        font-size: 18px;
    }
    .content-section h2 {
        font-size: 16px;
    }
    .content-section h4 {
        font-size: 14px;
    }

    /* Contact Section */
    .form-container h1 {
        font-size: 20px;
    }
    form input, form textarea {
        font-size: 12px;
    }

    /*footer*/
    .footer-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .footer-section, .footer-sec {
        min-width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .footer h3 {
        font-size: 16px;
        display: none;
    }
    .footer p {
        font-size: 14px;
    }
    .footer-links p {
        display: none;
    }
    .footer a{
        font-size: 14px;
    }
    .social-links a {
        font-size: 18px;
        margin: 0 5px;
    }
    .products-detail img{
        display: none;
    }
    .product-page h1{
        margin-top: 200px;
    }
    .products-detail h2,li{
        text-align: center;
        justify-content: center;
        margin-right: -20px;
    }


}
