body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    color: #272727;
}

section {
    padding-top: 4rem;
}

.hero_banner {
    background-image: url(images/hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.reveiws {
    background-image: url(images/google-reviews-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.hero_banner h1 {
    font-size: 55px;
    font-weight: 800;
}

.hero_banner h4 {
    font-weight: 400;
    font-size: 25px;
}

.hero_banner p {
    font-weight: 300;
    color: white;
}

.hero_banner a {
    padding: 10px 35px;
    border-radius: 30px;
    color: #225283;
    background-color: white;
    text-decoration: none;
}

header {
    padding: 15px 0;
}

header .col-md-6 a {
    font-size: 13px;
}

header .col-md-3 a {
    background-color: #225283;
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
    text-decoration: none;

}

.trend-meta a {
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid white;
    color: white;
    text-decoration: none;

}

header .socials img {
    width: 20px;
}

header .socials a {
    word-break: break-all;
}

.tabby {
    background-color: #2EA3DC;
}

h2 {
    font-size: calc(1rem + .9vw) !important;
    color: #000000;
    line-height: 1.2;
    margin-bottom: .5rem !important
}

/* Styling for the overlay */
.business-img {
    background-color: rgba(34, 83, 131, 0.6);
    /* Semi-transparent background color */
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 33px;
    bottom: 0;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.5s ease-in-out;
    /* Transition effect for opacity */
}

/* Container for the popular content */
.popular {
    position: relative;
    /* Ensure proper positioning */
    overflow: hidden;
    /* Hide any overflow to contain absolute position elements */
}

/* Styling for the image within .popular */
.popular img {
    object-fit: cover;
    /* Ensure the image fills the container */
}

/* Additional content position */
.trend-meta {
    position: absolute;
    bottom: 2rem;
    left: 0;
}

/* Show the overlay on hover with fade-in effect */
.popular:hover .business-img {
    opacity: 1;
    /* Make the overlay visible */
    cursor: pointer;
    /* Change cursor on hover */
}

.register_business p {
    font-size: 2rem;
}

.reg-business {
    font-size: 1.5rem;
}

.reg-business {
    font-size: 1rem;
}

.business {
    font-size: 1.5rem;
}

.register_business .business p{
    font-size: 1rem !important;
}

.business img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.reg-business img {
    width: 200px;
    height: 100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    object-fit: contain;
}

.register .reg_business img {
    width: 200px;
    height: 120px !important;
    object-fit: contain;
}


.package {
    background: linear-gradient(to right, #2EA3DC, #1B234F);
    padding-bottom: 4rem;
}


.package .card {
    border-radius: 20px;
}

.package a {
    background-color: #225283;
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 1.5rem;
}

.package p {
    font-size: .9rem;
}

.package h2 {
    color: #225283;
    font-weight: 600;
}

.services .card {
    border-radius: 30px;
    height: 350px;
    margin-bottom: 2rem;
    transition: opacity 0.5s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.services .card h4, p {
    color: #000000;
}

.services .card:hover {
    border-radius: 30px;
    background-color: #E6F7FF;
    border-color: white;
    height: 350px;
    margin-bottom: 2rem;
    opacity: 1;
    cursor: pointer;
}

.table-active {
    background: linear-gradient(to right, #2EA3DC, #1B234F);
    color: white;
}

.services {
    display: flex;
    justify-content: space-between;
    color: white;
}

.column {
    width: 45%;
    /* Each column takes half the width */
}

.package ul {
    padding: 0;
}

.package li {
    border-bottom: 1px solid white;
    /* White bottom border for each list item */
    padding: 10px 0;
    transition: border-color 0.3s ease;
    /* Smooth transition for border color */
}

/* Hover effect for list items */
.package li:hover {
    border-color: transparent;
    /* Remove border color on hover */
}

.footer {
    background: linear-gradient(to right, #2EA3DC, #1B234F);
    padding-bottom: 1rem;
    padding-top: 4rem;
}

.footer-logo p {
    color: white;
    font-size: .9rem;
}

.footer ul {
    padding: 0 !important;
}

.footer ul li, a {
    color: white;
    list-style: none;
    font-size: .9rem;
    text-align: left;
    padding: 0;
}

.footer h6 {
    color: white;
    font-size: 1.2rem;
    text-align: left;
}

.copyright-sec ul li{
    padding:0 10px
}