@import url('satoshi.css');

  body {
    background: #ffffff;
    font-family: Satoshi-Regular;
    overflow-x: hidden;
    margin: ;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: Satoshi-Bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
	font-size: 16px;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 10px;
  }

  .section-title h2 {
    margin: 0;
    text-transform: uppercase;
  }

  .section-title h4 {
    color: #000000;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: lowercase;
    margin-top: 0;
  }

  .overlay {
    /* background: rgba(0,0,0,0.5); */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 20px 0;
  }




  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    /* background: #360b74; */
    background: transparent;
    border: 1px solid #ffffff;
    
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }

  


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 16px;
    /* font-weight: bold; */
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #000000;
    border-color: transparent;
  }

  

 

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }

    .navbar .custom-navbar .navbar-fixed-top .top-nav-collapse .icon-bar {
      background: #000000;
      border-color: transparent;
    }
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 50px 0;
    padding-bottom: 50px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #000000;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
    padding: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #ce3232;
    background: url('../assets/img/sa/about-us.png') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 20px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }

    
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {

    

    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: transparent;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 100%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 20px 20px;
      
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }


  /* responsive image*/

  .responsive-small-img {
    width: 100%; /* Make images responsive */
    max-width: 150px; /* Limit maximum size */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center images */
    display: block; /* Ensure block-level display */
}


.choose-title {
  text-align: center;
}


.logo-image-container {
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.logo-image-container img {
    height: 60px;
    width: 150px;
}


.wave-section{
  z-index: 1;
  padding: 0;
  margin: 0;
}

.wave
{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:100px;
    background: url(../img/wave.png);
    animation: animate 2s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.25s);
}

.wave#wave1
{
    z-index: 900;
    opacity: 1;
    background-position-x: 400px;
}
.wave#wave2
{
    z-index: 899;
    opacity: 0.5;
    background-position-x: 300px;
}
.wave#wave3
{
    z-index: 898;
    opacity: 0.2;
    background-position-x: 200px;
}
.wave#wave4
{
    z-index: 899;
    opacity: 0.7;
    background-position-x: 100px;
}

@keyframes animate
{
    0%,100%
    {
        transform: translateY(0px);
    }
    50%
    {
        transform: translateY(10px);
    }
}

/* Wavy effect ends from here */

#video-section {
  padding: 0;
}

#video-container {
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

#video-container video {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

#video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Slight dark overlay */
  pointer-events: none; /* Allows interaction with the video */
}

@media only screen and (max-width: 580px) {
  #video-container video {
    height: 1080px; /* Set height for smaller screens */
  }
}






.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 100px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 80%;
    height: 100vh;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 20%;
    height: 100vh;
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}


.title{
  margin-top: 50px;
  h1{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #d63031;
    
    span{
      display: block;
      color: darken(#d63031, 40%);
      font-size: 20px;
      margin-bottom: 10px;
    }
  }
}



/*Carousel Gallery*/
.carousel-gallery{
	/* margin: 50px 0; */
  padding: 30px 20px;
	.swiper-slide{
		a{
			display: block;
			width: 100%;
			height: 200px;
			border-radius: 4px;
			overflow: hidden;
			position: relative;

			/* -webkit-box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2); */
      /* -moz-box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2); */
      /* box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2); */

			&:hover{
				.image{
					.overlay{opacity: 1}
				}
			}

			.image{
        border-radius: 16px;
				width: 100%;
				height: 100%;
				background-size: cover;
				background-position: center center;
				.overlay{
					width: 100%;
					height: 100%;
					background-color: rgba(20,20,20, .8);
					text-align: center;
					opacity: 0;
					
					-webkit-transition: all .2s linear; 
          -o-transition: all .2s linear; 
          transition: all .2s linear;

					em{
						color: #fff;
						font-size: 26px;
						position: relative;
            top: 50%; 
            -webkit-transform: translateY(-50%); 
            -ms-transform: translateY(-50%); 
            -o-transform: translateY(-50%); 
            transform: translateY(-50%);
            display: inline-block;
					}
				}
			}
		}
	}
	.swiper-pagination{
		position: relative;
		bottom: auto;
		text-align: center;
		margin-top: 25px;

		.swiper-pagination-bullet{
			-webkit-transition: all .2s linear; 
      -o-transition: all .2s linear; 
      transition: all .2s linear;

			&:hover{
				opacity: .7;
			}

			&.swiper-pagination-bullet-active{
				background-color: #5c30d6;
				transform: scale(1.1, 1.1)
			}
		}
	}
}
/*# Carousel Gallery*/

.plugins{
  text-align: center;
  
  h3{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
  }
  
  a{
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all .2s linear;
    
    &:hover{color: #d63031}
  }
}










.why-choose-us {
  text-align: center;
  background-color: #fff; /* white background */
  padding: 0px 20px;
 
}

.why-choose-us h2 {
  font-size: 2.5rem;
  color: #000;
  
}

.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px; /* Reduce this value to bring the stat boxes closer */
  flex-wrap: nowrap;
}

.why-choose-us .map img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the area without stretching */
  max-height: 80vh;  /* Limits the height to 80% of the viewport height */
  display: block;
  margin: 0 auto;
}

.why-choose-us .map {
  width: 100%;
  overflow: hidden;
}

.stat-box {
  flex: 0 1 250px; /* Ensure the stat boxes have a consistent size */
  text-align: center;
  margin: 0; /* Ensure there is no margin causing extra space */
}

.stat-box h3 {
  font-size: 4rem; /* Increase the font size */
  margin: 0;
  color: #f57c00;
}

.highlight {
  color: #f57c00; /* orange for numbers */
}

.stat-box p {
  font-size: 1.2rem; /* Increase the font size */
  /* margin-top: 10px; */
  margin: 5px 0 0 0; /* Ensure the spacing between text elements is minimal */
  color: #333;
}

.description {
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
  max-width: 800px; /* Control the width of the paragraph */
  margin-left: auto;
  margin-right: auto;
  line-height: 24px; /* Improve readability */
  
}

/* Media queries for small devices */
@media (max-width: 768px) {
  .stat-box h3 {
      font-size: 3.5rem;
  }
  
  .stat-box p {
      font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .stat-box h3 {
      font-size: 3rem;
  }
  
  .stat-box p {
      font-size: 1rem;
      text-align: center;
  }

  .description {
    text-align: center;
  }

}



hr {
  margin-top: 10px;
  margin-bottom: 10px;
}




.container {
  padding-left: 0;
  padding-right: 0;
}

#about .container, #aboutus .container,#audioproducts .container ,#visualproducts .container,#audiosolutions .container ,#visualsolutions .container {
  max-width: 90%; /* or a specific width like 90% or 1200px */
  width: 100%;
} 



/* For mobile devices */
@media only screen and (max-width: 767px) {
  .row {
    display: none;
  }
  .mobrow {
    display: block;
  }

  .carousel-gallery {
    padding: 0;
  }
}

/* For all devices except mobile */
@media only screen and (min-width: 768px) {
  .row {
    display: block;
  }
  .mobrow {
    display: none;
  }
}

footer {
  background: #E5E4EE;
}
#footer .row {
  display: block;
}

#footer .container {
  padding-left: 10px;
  padding-right: 10px;
}

img {
  border-radius: 16px;
}

.about-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  height: auto;
}






  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }


  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }





/* General styling for product grid */
.productgrid {
  display: grid;
  gap: 10px;
}



/* Styling for individual product items */
.productgriditem {
  position: relative; /* Enables absolute positioning inside */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}




/* Styling for the image to fill the space and maintain aspect ratio */
.productgriditem img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease; /* Smooth hover effect for image */
  max-width: 100%; /* Ensures image doesn't overflow */
}

/* Styling for product title */
.productgriditem h3 {
 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  /* white-space: nowrap; Prevents line break initially */
  overflow: hidden; /* Hides overflow */
  text-overflow: ellipsis; /* Adds ellipsis for overflow text */
  max-width: 100%; /* Ensures it fits the container width */
  word-break: break-word; /* Breaks words to new line if needed */
  margin: 0;
}
.productgriditem:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Hover effect for the image and the heading */
.productgriditem:hover img {
  transform: scale(1.1); /* Slight zoom effect on image hover */
}

.productgriditem:hover h3 {
  display: none;
}


/* Desktop: Maximum 4 columns */
@media (min-width: 1024px) {
  .productgrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablet: Maximum 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .productgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: Maximum 2 columns */
@media (max-width: 767px) {
  .productgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .productgriditem h3 {
    font-size: 16px;
  }
}




/* General styling for solution grid */
.solutiongrid {
  display: grid;
  gap: 10px;
}



/* Styling for individual solution items */
.solutiongriditem {
  position: relative; /* Enables absolute positioning inside */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.solutiongriditem:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


/* Styling for the image to fill the space and maintain aspect ratio */
.solutiongriditem img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease; /* Smooth hover effect for image */
  max-width: 100%; /* Ensures image doesn't overflow */
}

/* Styling for solution title */
.solutiongriditem h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  /* white-space: nowrap; Prevents line break initially */
  overflow: hidden; /* Hides overflow */
  text-overflow: ellipsis; /* Adds ellipsis for overflow text */
  max-width: 100%; /* Ensures it fits the container width */
  word-break: break-word; /* Breaks words to new line if needed */
  margin: 0;
}

/* Hover effect for the image and the heading */
.solutiongriditem:hover img {
  transform: scale(1.1); /* Slight zoom effect on image hover */
}

.solutiongriditem:hover h3 {
  display: none;
}


/* Desktop: Maximum 4 columns */
@media (min-width: 1024px) {
  .solutiongrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablet: Maximum 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .solutiongrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: Maximum 2 columns */
@media (max-width: 767px) {
  .solutiongrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutiongriditem h3 {
    font-size: 16px;
  }
}





.quicklinks {
  list-style: none;
  padding: 0px;
}






.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

.whatsapp-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.whatsapp-icon:hover img {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

    @media (min-width: 768px) {
      .whatsapp-icon img {
        width: 70px;
        height: 70px;
      }
    }
    @media (max-width: 576px) {
      .whatsapp-icon img {
        width: 50px;
        height: 50px;
      }
    }
 

/* General Swiper Styles (applies to both Swipers) */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Optional: Custom styles for navigation and pagination buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}






.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center; /* Aligns content vertically */
}

.justify-content-center {
  justify-content: center; /* Aligns content horizontally */
}



.aboutContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Makes the container fill the entire viewport height */
}

.aboutImage {
  width: 15%;
  height: auto;
  max-width: 1080px;
  max-height: 1080px;
}

@media (min-width: 768px) {
  .aboutImage {
    width: 25%;
   
  }
}
@media (max-width: 576px) {
  .aboutImage {
    width: 25%;
    
  }
}



iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
.button-group {
  margin-bottom: 20px;
}
.button-group button {
  padding: 10px 20px;
  margin: 5px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
}
.button-group button:hover {
  background-color: #0056b3;
}

.responsive-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sol img{
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}




.social-icon li a {
    font-size: 30px;  /* Increase or adjust the size as needed */
    margin: 0 10px;  /* Adjust spacing between icons */
    transition: transform 0.3s;  /* Optional: Add smooth scaling on hover */
}

.social-icon li a:hover {
    transform: scale(1.2);  /* Optional: Scale up on hover */
}



.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.grecaptcha-badge {
    transform: scale(0.5); /* Scale to 80% of original size */
    transform-origin: bottom right; /* Keep it positioned at the bottom right */
}


.language-icon {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition for hover effects */
}

.language-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.language-icon:hover img {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .language-icon img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 576px) {
  .language-icon img {
    width: 50px;
    height: 50px;
  }
}