
 .item{
    text-align: start;
 }
.item .carousel-caption h5 {
    font-size: 40px;
}
.item .carousel-caption {
    position: absolute;
    top: 20%;
    left: 15%;
    transform: translateX(-50%);
    text-align: start;
}

.owl-carousel .item {
    transition: transform 0.8s ease-in-out; /* Smooth transition */
}

.carousel-caption {
    transition: opacity 0.8s ease-in-out; /* Smooth caption fade-in/out */
}
/* Ensure dots are visible */
.owl-carousel .owl-dots {
    text-align: center; /* Center align the dots */
    margin-top: 15px; /* Add some space above/below the dots */
}

/* Style each dot */
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px; /* Dot size */
    height: 12px;
    margin: 5px; /* Space between dots */
    background-color: #ccc; /* Default dot color */
    border-radius: 50%; /* Make them circular */
    cursor: pointer;
}

/* Style for the active dot */
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #000; /* Active dot color */
}
/* Ensure dots are visible */
.owl-carousel .owl-dots {
    text-align: center; /* Center align the dots */
    margin-top: 15px; /* Add some space above/below the dots */
}

/* Style each dot */
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px; /* Dot size */
    height: 12px;
    margin: 5px; /* Space between dots */
    background-color: #ccc; /* Default dot color */
    border-radius: 50%; /* Make them circular */
    cursor: pointer;
}

/* Style for the active dot */
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #000; /* Active dot color */
}

@media only screen and (max-width: 600px) {

.item .carousel-caption {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateX(-50%);
    text-align: center;
}

.item .carousel-caption h5 {
    font-size: 17px;
}
}

.lqd-mobile-sec-inner.navbar-header.w-full.flex.items-stretch {
    background: #fff;
   
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}


.carousel-content {
    position: absolute;
    top: 20%;
    left: 7%;
    text-align: left;
    gap:15px;
    display: flex;
    flex-direction: column; 
}

.carousel-content h5,
.carousel-content p {
    margin: 0;
}



/*Responsive Changes*/

.item .carousel-content h5 {
    font-size: 40px; 
}

.item .carousel-content p {
    font-size: 17px; 
}

/* Tablets */
@media (max-width: 1024px) {
    .item .carousel-content h5 {
        font-size: 30px;
    }
    .item .carousel-content p {
        font-size: 15px;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .item .carousel-content h5 {
        font-size: 24px;
    }
    .item .carousel-content p {
        font-size: 13px;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .item .carousel-content h5 {
        font-size: 18px;
    }
    .item .carousel-content p {
        /*font-size: 12px;*/
        /*line-height: 1.5;*/
        /*color:black;*/
        display:none;
    }
}

@media (min-width: 992px) {
    .offset-lg-6 {
        margin-left: 25% !important;
        margin-right:25% !important;
    }
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.banner-section .container-fluid {
  position: relative;
}
.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.banner-title {
  line-height: 1.4;
  font-size: clamp(1rem, 2.2vw, 2.2rem);
  color:#444444;
}

.banner-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  border-radius: 12px;
  color: #fff;
  z-index: 2;
}

 
@media (max-width:767px){
    .banner-text {
  max-width: 100%;
}
}
@media (max-width:599px){
    .banner-text {
  max-width: 250px;
}
}

@media (max-width:991px){
    .banner-text {
  top: 38%;
  left: 50%;
}
}

.bg-accent {
    background-color:#F7F8FA !important;
}
.accordion-active-has-fill .accordion-item.active .accordion-title a {
    background-color: #01adee !important;
    color: #fff;
}
.icon-listss {
    color:#01adee;
}
.what-we-do-1 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
@media (max-width:1199px){
    .space-10 {
  padding-bottom: 50px !important;
}
}
.iconbox h3 {
    font-weight: 400;
    font-family:'Mulish', sans-serif ;
    font-size:17px;
    color:#626974 ;
}

.same-height-1 {
    min-height:470px;
}
@media (min-width:768px) and (max-width: 991px) {
 .same-height-1 {
     min-height:598px;
}
}

@media (min-width:992px) and (max-width: 1199px) {
 .same-height-1 {
     min-height:494px;
}
}
.pattern {
  position: relative;
  overflow: hidden;
}
.pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://spotmedia.in/assets/images/spot-pattern.jpg");
  background-size: cover;        
  background-repeat: no-repeat;  
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.2; 
  z-index: 1;
  pointer-events: none;
}
.pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2f2f2;
  opacity: 0.5; 
  z-index: 2;
  pointer-events: none;
}
.pattern > .container-fluid,
.pattern > .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
    .carousel-dots-style4 .dot.is-selected {
        background-color: #01adee !important;
    }
}
  
.custom-button {
    font-weight:500 !important;
    font-family: 'Montserrat';
}
.link-medium a {
    font-weight: 600 !important;
}
.home-subtitle {
    font-weight: 500 !important;
    font-size:18px !important;
    color:#01adee !important;
}