body
{
    font-family: 'Inter', sans-serif;
}
p
{
    font-size: 14px;
}
a
{
    text-decoration: none;
}
.footer-sec{
    padding: 20px 0px;
}
.navbar-nav{
    margin-left: auto;
}
#owl-1 .owl-nav
{
  display:block;
  position: absolute;
  top: 40.5%;
  left: 50%;
}
#owl-1 .owl-next
{
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 50%;
    line-height: 0px;
    font-weight: 600;
    position: absolute;
    left: 33.5rem;
    box-shadow: rgb(47 52 59 / 14%) 0px -2px 4px 0px;
}
#owl-1 .owl-prev
{
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 50%;
    line-height: 0px;
    font-weight: 600;
    position: absolute;
    right: 33.5rem;
    box-shadow: rgb(47 52 59 / 14%) 0px -2px 4px 0px;

}

.bg1 {
    padding: 50px 0px;
}

.dis_header p
{
    padding:8px;
    font-size:14px;
    text-align: center;
    margin: 0px;
    color: #677383;
}
.dis_header
{
    display: flex;
    justify-content: center;
}
.head-font p
{
    padding:8px;
    font-size:14px;
    text-align:center;
    margin: 0px;
    background: rgb(41, 178, 178);
    color: rgb(255, 255, 255);
}
.head-three p
{
    text-align: center;
    padding: 8px;
    font-size: 14px;
    background-color: #ffffff;
    color: #677383;
    margin: 0px;
}
.nav-header
{
    box-shadow: rgb(47 52 59 / 14%) 0px 0px 32px 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(103, 115, 131);
    z-index: 100;
    padding:10px 0px;
}
.btn-head
{
    color: rgb(255, 255, 255);
    background-color: rgb(63, 29, 117);
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 40%;
    line-height: 34px;
    margin-left: 5px;
    font-size: 14px;
}
.section-title-h4
{
    font-weight: 800;
    color: #677383;
}
.navbar-light .navbar-nav .nav-link
{
    font-size: 14px;
}
.home-banner
{
    padding:30px 0px;
}
.carousel-height img
{
    height: 369px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.carousel-height:after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 48%); */
    border-radius:10px;
}
.bg-crousel
{
    border-radius: 10px;
    position:relative;
}
.bg-content
{
    position:absolute;
    top:30%;
    left:20%;
    z-index:2;
    text-align:center;
}
.bg-content h1
{
    font-size:48px;
    font-weight:800;
    color:white;
}
.bg-content h6
{
    font-weight:700;
    color:white;
    font-size:18px;
}
.bg-content p
{
    color:white;
}
.section-home
{
    padding: 30px 0px;
    background-color:#fff;
}
.bg-footer
{
    padding:40px 0px 0px 0px;
    border-top: 1px solid rgb(207, 212, 217);
}
.footer-text
{
    border-top: 1px solid rgb(207, 212, 217);
    font-size: 14px;
    padding:15px 0px;
}
.newsletter form {
    background: #fff;
    padding: 7px 7px;
    position: relative;
    border-radius: 7px;
    text-align: left;
    border: 1px solid #677383;
    font-size: 14px;
}
.newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: #087096;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}
.brr 
{
    border: none;
}
.brr:focus
{
    border: none;
}
.brr:focus-visible
{
    border: none;
}
.list-group-item
{
    font-size: 17px;
    font-weight: 600;
}
.section_heading
{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}
.section_heading::before
{
    content: " ";
    position: absolute;
    height: 6px;
    width: 90px;
    /* background-color: #087096; */
    border-radius: 8px;
    top: 2.5rem;
}
.btn-outline-primary
{
    color: #087096;
}
@media(max-width:600px)
{
    .dis_header p
    {
        font-size: 12px;
    }
    .head-font p
    {
        font-size: 12px;
    }
    .head-three p
    {
        font-size:12px;
    }
    .btn-head
    {
        height: 40px;
    }
    .dis_header
    {
        align-items: center;
    }
    .carousel-height img
    {
        height: 250px;
    }
    #owl-1 .owl-prev
    {
        right: 11rem;
    }
    #owl-1 .owl-next
    {
        left: 11rem;
    }
    .bg-content
    {
        top:17%;
        left:10%;
        right:10%;
    }
    .new-ban-1
    {
        padding:70px 0px !important;
    }
    .bg-content h1
    {
        font-size:35px;
    }
}
.fit_img
{
    width:100%;
    height:366px;
    object-fit:cover;
}
@media(max-width:380px)
{
    #owl-1 .owl-prev
    {
        right: 8.5rem;
    }
    #owl-1 .owl-next
    {
        left: 8.5rem;
    }
}



.section-home {
    padding: 20px 0; /* Add padding around the section */
    background-color: #f9f9f9; /* Light background for contrast */
  }
  
  .section_heading {
    margin-bottom: 20px; /* Spacing below the heading */
    font-size: 2rem; /* Size of the heading */
  }
  
  .card {
    border: 1px solid #ddd; /* Light border around cards */
    border-radius: 8px; /* Rounded corners */
    overflow: hidden; /* Clip overflow */
    transition: transform 0.2s; /* Smooth hover effect */
  }
  
  .card:hover {
    transform: scale(1.05); /* Slightly zoom on hover */
  }
  
  .card-body {
    text-align: center; /* Center text in card body */
  }
  
  .list-group-item {
    text-align: center; /* Center text in list items */
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .section_heading {
      font-size: 1.5rem; /* Smaller heading on mobile */
    }
  }

  .equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .card {
    flex: 1;
  }




  .top-offer-img {
    width: 100%;  /* Make the image full width */
    height: auto; /* Maintain aspect ratio */
  }
  
  .equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .card {
    flex: 1; /* Ensure cards are equal height */
  }



.swiper {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensure images are properly cropped */
  }
  
  /* Adjust the navigation buttons */
  .swiper-button-next, .swiper-button-prev {
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px; /* Adjust the arrow size */
  }
  
  /* Position the buttons on the sides for desktop */
  .swiper-button-next {
    right: 10px;
  }
  
  .swiper-button-prev {
    left: 10px;
  }
  
  /* On smaller screens, adjust the button size */
  @media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
      font-size: 18px;
    }
  }




  .section-home {
    padding: 20px 0; /* Adjust padding as needed */
  }
  
  .card-one {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensure equal height cards */
    text-align: center; /* Center text */
    border: 1px solid #ddd; /* Light border */
    border-radius: 8px; /* Rounded corners */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
    padding: 15px; /* Inner spacing */
    background-color: #fff; /* Card background color */
  }
  
  .card-one:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Shadow on hover */
  }
  
  .fit_img {
    max-width: 100%; /* Image fits the card width */
    height: auto; /* Maintain aspect ratio */
  }
  
  .offer-btn {
    margin-left: 0;
    background-color: #ffcc00; /* Button color */
    border: none; /* Remove default border */
    color: #fff; /* Text color */
    padding: 10px 15px; /* Padding for button */
    cursor: pointer; /* Pointer on hover */
    transition: background-color 0.3s; /* Smooth transition */
  }
  
  .offer-btn:hover {
    background-color: #ff9900; /* Darker shade on hover */
  }
  
  .btn-outline-primary {
    margin-top: 10px; /* Space between button and text */
    border: 1px solid #007bff; /* Border color */
    color: #007bff; /* Text color */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
  }
  
  .btn-outline-primary:hover {
    background-color: #007bff; /* Background color on hover */
    color: #fff; /* Text color on hover */
  }




  /* Top Client View */

  .section-home {
    padding: 40px 0;
  }
  
  .section_heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
  }
  
  .testimonial {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .rating-client {
    color: #ffcc00; /* Star color */
    margin-bottom: 10px;
  }
  
  .testimonial img {
    border-radius: 50%;
    width: 60px;
  }
  
  .testimonial p {
    font-size: 14px;
    color: #666;
  }
  
  .testimonial strong {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
  }