* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

header {
    background: #333;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.logo small {
    font-size: 14px;
    display: block;
}

nav {
    position: relative;
}

nav .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

nav .menu-toggle span {
    background: #fff;
    border-radius: 2px;
    height: 3px;
    width: 25px;
    margin-bottom: 4px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

nav ul li {
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    display: block;
}

nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 150px;
    z-index: 1000;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li ul li {
    width: 100%;
}

nav ul li ul li a {
    padding: 10px 15px;
    white-space: nowrap;
}

.button {
    text-decoration: none;
    color: #fff;
    background: #00c874;
    padding: 14px 32px;
    border-radius: 20px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        display: none; /* Hide menu by default on mobile */
        width: 100%;
    }

    nav ul li {
        width: 100%;
        background: #333;
    }

    nav ul li ul {
        position: relative;
    }

    nav ul li ul li {
        width: 100%;
        margin-left: 20px;
    }

    nav .menu-toggle {
        display: flex;
    }

    nav ul.nav-list.active {
        display: flex;
        flex-direction: column; /* Ensure the items stack vertically */
    }
}




#main {
    background-color: #f5f5f5;
    padding-top: 60px; /* Adjust this value based on the height of your header */
}


#header-bottom .hero {
    background: inherit url('../path/to/your/image.jpg') center center / cover no-repeat;
    color: #fff;
}

#header-bottom .hero .hero-body {
    padding: 50px 0;
}

#header-bottom .hero h1,
#header-bottom .hero h3 {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#content-main-wrap {
    background-color: #fff;
    padding: 60px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero {
    position: relative;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    height: 400px;
}

.hero1 {
    position: relative;
    padding: 20px 0;
    color: #080808;
    text-align: center;
    background-color: #f1f0f0;
}

.hero2 {
    position: relative;
    padding: 20px 0;
    color: #080808;
    text-align: center;
    background-color: #fff;
}

.hero-body {
    margin-top: 80px;
    position: relative;
    z-index: 2;

}

.ken-burns-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: kenBurns 20s infinite;
}

.section {
    padding: 60px 0;
}

.styleh3{
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
}

.lefty{
    text-align: justify;
    margin-left: 80px;
    line-height: 2.5rem;
    list-style-type: none;
    word-spacing: 5px;
}

.lefty1{
    text-align: justify;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    max-width:fit-content ;
}

.site-content-area{
    background-color: #fff;
}

@media (max-width: 768px) {
    .hero-body .container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;    
    }
}

/* History Section Styles */
.watch-video .heading-title-top {
    font-size: 18px;
    color: #888;
    margin-bottom: 15px;
}

.watch-video .heading-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.watch-video p {
    font-size: 16px;
    line-height: 2.5;
    color: #555;
    text-align: justify;
}

.works-button {
    margin-top: 20px;
}

.works-button1 {
    margin-top: 50px;
    text-align: center;
    background-color: #f1f0f0;
    padding: 70px 0;
    max-width: 100%;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .container.row {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align items to the left */
        gap: 20px; /* Add gap between columns */
        position: relative;
    }

    .column {
        width: 100%;
        padding: 0; /* Ensure no padding */
    }

    .works-latest-item {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the image */
        margin-top: 20px;
    }

    .works-latest-item img {
        max-width: 100%;
        height: auto;
    }

    .watch-video .heading-title-top,
    .watch-video .heading-title,
    .watch-video p {
        text-align: left; /* Keep text alignment left */
    }

    .works-button a {
        display: inline-block;
        margin-top: 20px;
    }
}



/* Properties Carousel Styles */
* { box-sizing: border-box; }

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

img.one {
    width: 100%;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from { opacity: .4; }
    to { opacity: 1; }
}

.stories {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.heading-title {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0 0;
}

.heading-title-left {
    font-size: 36px;
    color: #333;
    text-align: left;
    margin: 30px 0;
}



/* Caveat Emptor Styles */
.introduction {
    padding: 20px 100px;
    text-align: center;
}

.introduction .heading-title-top {
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.4px;
    font-weight: 400;
    font-size: 18px;
    color: #00c874;
    margin-bottom: 10px;
}

.introduction .heading-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.introduction p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.introduction .account-no {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

/* Center an Image */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  
.row {
    padding: 50px 0;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.column1 {
    float: left;
    width: 50%;
    padding: 10px;
    margin: 100px 0;
}

.column2 {
    float: left;
    width: 30%;
    padding: 10px;
    margin: 0 5px;
}

.column3 {
    float: left;
    width: 60%;
    padding: 10px;
    margin: 0 5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column img {
    max-width: 300px;
    margin-top: 10px;
}

.button {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.button:hover {
    background-color: #333;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section {
        padding: 40px 20px;
    }

    .heading-title {
        font-size: 28px;
    }

    .heading-title-top {
        font-size: 16px;
    }

    .watch-video p,
    .introduction p {
        font-size: 14px;
    }

    .introduction .account-no {
        font-size: 18px;
    }

    .columns.mt-3 .column img {
        max-width: 150px;
    }

    /* Ensure columns stack on mobile */
    .column {
        width: 100%;
        float: none;
    }

    .column1 {
        width: 100%;
        float: none;
    }

    /* Adjust padding for introduction section */
    .introduction {
        padding: 20px;
    }

    .works-button1 {
        padding: 30px 0;
    }

    .slideshow-container {
        max-width: 100%;
    }

    .mySlides img {
        width: 100%;
        height: auto;
    }
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    max-width: fit-content;
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
    border-bottom-left-radius: 290486px;
    border-bottom-right-radius: 290486px;
    border-top-left-radius: 290486px;
    border-top-right-radius: 290486px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 40px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #00c874;
    color: #fff !important;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 32px 32px 0;
    border-top: none;
  }

  /* Contact styles */

  .contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-form textarea {
    height: 300px;
}

.contact-form button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-left: 50px;
    background-color: #00c874; /* Primary color */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #333; /* Darker shade of primary color */
}

/* Media Query for Responsive Contact Section */
@media screen and (max-width: 768px) {
    
    .contact-form {
        max-width: 90%; /* Adjusted max width for better responsiveness on smaller screens */
    }
    .contact-form input,
    .contact-form button, 
    .contact-form textarea {
        padding: 15px; /* Increased padding for better touch interaction */        
        margin-left: 10px;
    }
    .column2 {
        float: left;
        width: 100%;
        padding: 10px;
        margin-left: -30px;
    }    
    .column3 {
        float: left;
        width: 100%;
        padding: 10px;
    }
}

/* Footer styles */
#footer-bottom-wrap {
    background: #333;
    color: #fff;
    padding: 10px 0; /* Increased padding for better spacing */
}

.site-footer-bottom {
    width: 100%;
}

.site-footer-bottom-inner {
    width: 100%;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
}

.footer-left,
.footer-right {
    display: flex;
    align-items: center;
}

.footer-left {
    margin-bottom: 10px; /* Add bottom margin for better spacing on smaller screens */
}

.footer-right {
    margin-bottom: 10px; /* Add bottom margin for better spacing on smaller screens */
}

.footer-copyright {
    color: #fff;
    margin-right: 20px; /* Add margin to separate from the navigation */
}

.footer-copyright a {
    text-decoration: none;
    color: #00c874;
}

.propcolor {
    color: #00c874;
}

.footer-navigation .footer-menu {
    list-style: none;
    display: flex;
    gap: 20px; /* Add gap between menu items */
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
    margin: 0; /* Reset default margin */
    padding: 0; /* Reset default padding */
}

.footer-navigation .footer-menu li {
    margin: 5px 0; /* Add margin for better spacing on smaller screens */
}

.footer-navigation .footer-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px; /* Add padding for better clickable area */
    transition: color 0.3s;
}

.footer-navigation .footer-menu li a:hover {
    color: #f90;
}

/* Utility class */
.is-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive styles */
@media (max-width: 768px) {
    .footer-bottom-content,
    .footer-content {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    .footer-left,
    .footer-right {
        width: 100%;
        justify-content: center; /* Center items on smaller screens */
    }

    .footer-navigation .footer-menu {
        justify-content: center; /* Center menu items on smaller screens */
    }
}

.entry-title{
    font-size: 1.18rem;
    line-height: 1.6;
    margin-bottom: 0.55rem !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 90%;
    border-radius: 5px;
    padding-top: 40px;
    height: auto;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  img {
    border-radius: 5px 5px 0 0;
  }
  
  .container1 {
    padding: 2px 16px;
  }
  