/*** Call To Actions ***/
.whatsapp-button
{
    position:fixed;
    bottom:100px;
    left:20px;
    z-index:100;
    animation:pulse 2s ease-in-out infinite;
}
.whatsapp-button img
{
    width:50px;
    height:50px;
}
.whatsapp-button:hover
{
    transform:scale(1.1);
}
.call-button
{
    position:fixed;
    bottom:20px;
    left:20px;
    z-index:100;
    animation:pulse 2s ease-in-out infinite
}.call-button img
{
    width:50px;
    height:50px;
}
    @keyframes pulse
    {
        0%
        {
            transform:scale(1)
        }
        50%
        {transform:scale(1.2)
        }
        100%
        {transform:scale(1)
        }
    }
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/

/*** Logo ***/

.navbar-brand img {
      max-height: 50px; /* Adjust the logo size as needed */
      height: auto;
      width: auto;
    }

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 8s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
        padding: 10px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #4CAF50 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: transparent;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: transparent;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: transparent;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #4CAF50;
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: #FBC02D;
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: #FBC02D;
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #4CAF50;
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 20px;
    height: auto;
    background: #FBC02D;
    margin: 10px;
    border-radius: 30px;
    opacity: 1; 
}

#carouselId .carousel-indicators li:hover {
    background: #4CAF50;
    opacity: 1;
}
 /* ----------------------------------------------------------------
FAQ Page
-------------------------------------------------------------------*/
#FAQ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.accordian {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.item {
  background-color: #f8f8f9;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  position: relative;
  transition: background-color 0.3s ease;
}

.item.selected {
  background-color: #ffffff;
}

.item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #06965c;
}
 .FAQ-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #131414;
}
.faqQuestion {
  font-size: 15px;
  color: #131414;
  text-align: start;
}

.FAQ-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #131414;
}

.FAQ-content.show {
  max-height: 9999px;
  transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.FAQ-ShowMore {
  text-align: center;
  margin-top: 10px;
}

.FAQ-ShowMore button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #06965c;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
  background-color: #8ee0c4;
  color: black;
  font-weight: 700;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .accordian {
    max-width: 90%;
  }

  .item {
    padding: 12px 16px;
  }

  .FAQ-title {
    font-size: 16px;
  }

  .expandToggle {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .accordian {
    padding: 10px;
  }

  .item {
    padding: 10px 14px;
  }

  .FAQ-title {
    font-size: 14px;
  }

  .expandToggle {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .accordian {
    padding: 5px;
  }

  .item {
    padding: 8px 12px;
  }

  .FAQ-title {
    font-size: 12px;
  }

  .expandToggle {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}


@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item h2 {
        font-size: 30px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 12px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
  
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: #4CAF50 !important;
}



/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: #4CAF50;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FBC02D;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: #FBC02D;
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/

/*** Testimonial Start ***/

.testimonial-item {
    background: #f8f8f9;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #FBC02D;
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #F5F5F5 !important;
}
.text-primary {
    color: #fbc02d !important;
}


/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: #4CAF50;
    border: 0;
}

/*** Footer End ***/
/*** New Custom style ***/
/* New Custom Style */
.top-bar {
    background-color: #4CAF50;
    color: white;
    padding: 15px 0;
    font-size: 14px;
}
.top-bar a {
	font-size: 14px !important;
	color: white !important;
}
#note > small {
	color: white;
    background-color: #f59e0b;
    border-radius: 50px;
    padding: 2px 11px;
}
.carousel-content > h1 {
	   font-size: 48px !important;
		margin-bottom: 20px!important;
		line-height: 1.2!important;
		font-family: 'Poppins', sans-serif!important;
	   font-weight: 600!important;
}
.carousel-content > p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}
 
        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(30, 41, 59, 0.8), rgba(30, 41, 59, 0.8)), url('/public/assets/img/carousel-1.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
        }
        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            line-height: 1.2;
			font-family: 'Poppins', sans-serif;
            font-weight: 600;
			color: white;
        }
        
        .hero p {
            font-size: 18px;
            margin-bottom: 30px;
            opacity: 0.9;
        }
         
        .hero-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
        }
		.hero-buttons > a {
					display: inline-block;
			padding: 12px 28px;
			border-radius: 8px;
			font-weight: 500;
			transition: all 0.3s ease;
			border: none;
			cursor: pointer;
			font-size: 16px;
			color: white;
		}
	.main-nav-bar {
		position: sticky;
		top: 0;
		z-index: 1000;
		background-color: white;
	}
.center {
	text-align:center;
}
.action-tab {
  background: transparent;
  text-align: center;
  padding: 10px;
}
.action-tab i {
  font-size: 35px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 11px;
  color: #FBC02D;
  display: inline-block;
  margin-bottom: 10px;
}
.action-tab h2 {
  font-size: 25px;
  margin-bottom: 0;
}





.footer-social {
    display: flex;
    gap: 15px;
}
.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

/* Custom Mobile */
@media (max-width: 992px) {
 .action-tab {
    text-align: center;
 }
 .action-sb-tab {
  text-align: center;  }
}
.card-m {   
   padding: 21px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }
  
  .btn-primary {
	  background-color: #FBC02D !important;
  }
  .btn-secondary {
	  background-color: #4CAF50 !important;
  }
  
 .btn-classic {
	  background: #FBC02D !important;
	  color: white;
 }
 
  
.bg-light {
	background: #F5F5F5;
}  
  
.mb-5 {
	    margin-bottom: 5%;
}  
  /* Overall section styling – no background */
.stats-section {
  background: none;
  color: #000; /* change if you want different text color */
}

/* Stat card */
.stat-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 2.5rem 1rem 1.5rem; /* extra top space for floating icon */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; /* needed for icon positioning */
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.stat-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Icon floating half in / half out */
.stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FBC02D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px; /* makes 50% outside */
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.stat-box:hover .stat-icon {
  background: #4CAF50;
}

.stat-icon i {
  font-size: 28px;
  color: #fff;
  transition: color 0.3s ease;
}

/* Text styling */
.stat-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
}

.stat-text p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

/* Responsive */
@media (max-width: 991px) {
  .stat-icon {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .stat-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {	
  .stats-section {
    padding: 2.5rem 0;
  }
  .stat-box {
    padding: 2rem 1rem 1rem;
  }
  .stat-icon {
    width: 55px;
    height: 55px;
    top: -28px;
  }
  .stat-icon i {
    font-size: 22px;
  }
  .stat-text h3 {
    font-size: 22px;
  }
  .stat-text p {
    font-size: 14px;
  }
}
