/**
* Template Name: Vesperr - v4.7.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/




/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  background: #f5f7fa;
  scroll-behavior: smooth;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}
/*
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
} */

h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* ===== MAIN HEADER ===== */
#header {
  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
  padding: 10px 0;
}

#header h1 a {
  font-size: 22px;
  font-weight: 700;
}


/*
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 32px 0;
  background: #fff;
  background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0, 0.6); 
}
*/

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 14px 0;
}
#header .logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 6;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1px;
  align-items: center;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration:none;
    
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;
  
}



/** Top nav **/

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	float:center;
}

/* ===== HEADER TOP BAR ===== */
.navbar-one {
  display: flex;
  justify-content: space-between;
  padding: 5px 30px;
  font-size: 14px;
  color: #fff;
}

.navbar-one i {
  margin-right: 5px;
  color: #00d4ff;
}

/* ===== NAVBAR ===== */
.navbar ul li a {
  color: #fff;
  transition: 0.3s;
}

.navbar ul li a:hover {
  color: #00d4ff;
}

/*
.navbar-one{
	background-color:black;
	color: #FFD700;
	height: 30px;
	cursor: pointer;
	margin-left: 80px;
}
*/
.left > div + div{
	margin-left: 40px;
}

.right > div + div{
	margin-left: 40px;
}


.navbar {
  padding: 0;
  margin-top: 30px;

}

.navbar ul {
  display: flex;
  flex-direction: row;   /* 👉 horizontal */
  align-items: center;
  list-style: none;     /* ✅ removes bullets */
  margin: 0;
  padding: 0;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 30px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 30px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  float:left;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;

}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #F96167;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: black;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;

}
.navbar .dropdown ul li {
  min-width: 200px;
  line-height:0.5;
  color: blue;
 
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 12px;
  color:white;
  margin:0;
  
}
.navbar .dropdown ul a i {
  font-size: 12px;
  
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db;

}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
 
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
  
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width: 991px) {

  .navbar ul {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100vh;
    background: #0f2027;
    flex-direction: column;
    padding-top: 70px;
    transition: 0.4s;
    z-index: 999;
    display: flex !important;
  }

  .navbar ul.active {
    left: 0 !important;
  }

  .navbar li {
    padding: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .navbar a {
    font-size: 12px;
	padding: 12px 20px;
    display: block;
  }

  .hamburger {
    display: flex !important;
  }
  
  .navbar .dropdown ul {
    position: static;   /* 🔥 important for mobile */
    padding-left: 15px;
    background: none;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}



/* ===== MOBILE SIDEBAR MENU ===== */
@media (max-width: 991px) {

  .hamburger {
    display: flex;
    z-index: 1001;
	background: red;
  }
}




@media screen and (max-width: 500px) {
            .navbar-one {
                display:none;
            }
        }

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 999;
}

.overlay.active {
  display: block;
}


body.menu-open {
  overflow: hidden;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-about {
  padding: 80px 0;
  background: linear-gradient(to right, #f8fbff, #eef7fa);
}

.hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}

.hero-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: linear-gradient(45deg, #01889F, #00c6d7);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Founder Card */
.founder-card-m {
  /*background: #ffffff; */
  background: linear-gradient(135deg, #ffffff, #e6f7fa);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.founder-card-m:hover {
  transform: translateY(-5px);
}

.founder-card-m img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 4px solid #00c6d7;
}

.founder-card-m h4 {
  margin: 10px 0 5px;
  font-weight: 700;
  color: #01889F;   /* Main brand color */
}

/* Qualification */
.founder-card-m p {
  font-size: 13px;
  color: #475569;   /* Soft dark gray (professional) */
  margin: 0;
}

/* Role (Founder badge) */
.founder-card-m span {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
  background: #01889F;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-title {
    font-size: 24px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*
section {
  padding: 60px 0;
  overflow: hidden;
} */

/* ===== SECTION STYLE ===== */
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: left;
  padding-bottom: 25px;
}
.section-title h2 {
  font-weight: bold;
  color: #0f2027;
  position: relative;
}
.section-title h2::before, .section-title h2::after {
 
  width: 60px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}
.section-title h2::before {
  margin: 0 15px 10px 0;
}
.section-title h2::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #00c6ff;
  display: block;
  margin: 10px auto;
}
.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}
.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 8px 10px #007C80;
}

.about {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 40px;
}

.about img {
  max-width: 100%;
  height: auto;
}

.about h5 {
  line-height: 1.6;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}
.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

#about {
  padding: 60px 0;
}

#about .row {
  display: flex;
  align-items: center;
}

#about img {
  max-width: 100%;
  height: auto;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  #about .row {
    flex-direction: column;
    text-align: center;
  }

  #about h5 {
    text-align: justify;
  }
}

/*--------------------------------------------------------------
# Bullet
--------------------------------------------------------------*/
#bullet {
  font-weight: 100;
  font-size: 14px;
}


#bullet ul {
  padding-left: 2rem;
  list-style-type: none;
}

#bullet ul li {
  padding-left: 2rem;
  background-image: url(tick1.png);
  background-position: 0 0;
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}
.counts .content {
  padding: 0;
}
.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}
.counts .content p {
  margin-bottom: 0;
}
.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}
.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
  line-height: 0;
}
.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}
.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}
.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .content .count-box a:hover {
  color: #6f6f6f;
}
@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}
@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/* ===== ICON BOX ===== */
.icon-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.icon-box:hover {
  transform: translateY(-10px);
  background: #00c6ff;
  color: #fff;
}

.icon-box:hover h3,
.icon-box:hover a {
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background: #007C80;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FF6700;
  transition: all 0.3s ease-in-out;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #3498db;
}

/* ===== ABOUT BOX ===== */
#aboutus, #team, #client, #contact {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}
.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.more-services .card-title a {
  color: #222222;
}
.more-services .card-text {
  color: #5e5e5e;
}
.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.more-services .read-more a:hover {
  text-decoration: underline;
}
.more-services .card:hover .card-body {
  background: #3498db;
}
.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.features .icon-box h3 a:hover {
  color: #3498db;
}
.features .icon-box:hover {
  background: #eef7fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 150px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
  height: 500px;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Library Details
--------------------------------------------------------------*/
.library-details {
  padding-top: 150px;
}
.library-details .library-details-slider img {
  width: 100%;
}
.library-details .library-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.library-details .library-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}
.library-details .library-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}
.library-details .library-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.library-details .library-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.library-details .library-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.library-details .library-info ul li + li {
  margin-top: 10px;
}
.library-details .library-description {
  padding-top: 30px;
}
.library-details .library-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.library-details .library-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a i {
  line-height: 0;
}
.team .member .social a:hover {
  color: #3498db;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
}




/* Background */
.team {
  background: #f8f9fa;
}

/* Card Design */
.team-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

/* Founder Highlight */
.founder-card {
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
}

/* Hover effect */
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Titles */
.team-card h4, .team-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* List styling */
.team-card ul {
  list-style: none;
  padding: 0;
}

.team-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

/* Bullet style */
.team-card ul li::before {
  content: "✔";
  color: #0d6efd;
  margin-right: 8px;
}

/* Founder text */
.founder-card ul li::before {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .team-card {
    padding: 20px;
  }
}



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 10px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}
.pricing .recommended {
  border-color: #3498db;
}
.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/* Call Us Button */

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(45deg, #01889F, #00c6d7);
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.call-btn i {
  font-size: 18px;
}

.call-btn:hover {
  background: linear-gradient(45deg, #00c6d7, #01889F);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  color: #fff;
}

/* Contact Info *//

.contact-info-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-item i {
  font-size: 22px;
  color: #01889F;
  margin-right: 15px;
  background: rgba(1, 136, 159, 0.1);
  padding: 10px;
  border-radius: 50%;
}

.info-item h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.info-item p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #555;
}

.info-item a {
  color: #01889F;
  text-decoration: none;
}

.info-item a:hover {
  text-decoration: underline;
} 

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}
.faq .faq-item p {
  font-size: 15px;
}

/* For Google Map */

.map-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: center;
}

.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.map-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #01889F;
}

.map-card h5 i {
  margin-right: 8px;
}

.map-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-address {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}
.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}
.contact .info {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #3498db;
}
.contact .php-email-form button[type=submit] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2383c4;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #0f172a;
  color: #ddd;
  padding: 50px 0 20px;
  font-size: 14px;
}

.footer h4, .footer h5 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-about p {
  color: #bbb;
}

.footer-contact p {
  margin: 5px 0;
}

.footer-contact i {
  margin-right: 8px;
  color: #00c6d7;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #00c6d7;
  padding-left: 5px;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  background: #1e293b;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-links a:hover {
  background: #00c6d7;
  transform: translateY(-3px);
}

.footer-extra p {
  margin: 5px 0;
}

.footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 15px;
  font-size: 13px;
}

.footer-bottom a {
  color: #00c6d7;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Container Box and Text block slider
--------------------------------------------------------------*/
.box {
      background-color: white;
	  margin: auto;
      width: 249px;
      height: 315px;
      padding: 5px;
      border: 2px solid black;
	  justify-content: center;
	  overflow-x: scroll;
	
}

.box1 {
	background-color: #3090C7;
      margin: auto;
      width: 259px;
      height: 350px;
      padding: 5px;
      border: 1px solid cyan;
	  justify-content: center;

}


.text-block {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
  color: white;
  width: 100%;
  font-size:40px;
  padding: 20px;
}


/*--------------------------------------------------------------
# Product_Card1
--------------------------------------------------------------*/
/*
.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  max-height: 650px;
  margin: 5px 0 5px 0;
  background-color: #F0FFFF;
  text-align: center;
  font-family: arial;
  padding:1px;
  line-height: 0.7;
} 
.card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.card1 img {
  border-radius: 10px;
}

*/

/* ===== CARDS ===== */
.card1 {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.4s;
}



.card1 h1 {
	
	  color: blue;
  font-size: 20px;
  line-height: 1;
	
}

.card1 h6 {
	
	  color: black;
  font-size: 14px;
  line-height: 0.7;
	
}

.card1 img {
	
	  position: top;
  font-size: 30px;
	
}

.card1 img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.price {
  color: grey;
  font-size: 22px;
}


.card1 button {
  border: none;
  outline: 0;
  padding: 12px;
  color:white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card1 button:hover {
  opacity: 0.7;
}


/*--------------------------------------------------------------
# Checkmark
--------------------------------------------------------------*/

/* ===== LIST STYLE ===== */
.checkmark li {
  list-style: none;
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
}

.checkmark li::before {
  content: "✔";
  color: green;
  position: absolute;
  left: 0;
}

.checkmark ul, ol {
  max-width: 55ch;
}

.checkmark html {
  block-size: 100%;
  inline-size: 100%;
}
 
/*------------------------------------------------
#Card
--------------------------------------------------*/

/* For Cards Slider */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


/* ===== SWIPER RESPONSIVE FIX ===== */

.slide-container {
  width: 100%;
  padding: 20px;
}

.slide-content {
  overflow: hidden;
}

.card {
  width: 100%;
  max-width: 220px;
  margin: auto;
  height: auto;
  padding: 10px;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px 2px;
}
.image-content{
  position: relative;
  row-gap: 2px;
  padding: 2px 2px;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: #4070F4;*/
  background-color: green;
  border-radius: 25px 25px 25px 25px; 
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: green;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
/*.card-image{
  position: relative;
  height: 120px;
  width: 200px;
  border-radius: 10%;
  background: teal blue;
  padding: 2px;
} */
.card-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10%;
  border: 2px solid teal blue;
} 
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.price{
  font-size: 16px;
  color: blue;
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  .card {
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  .card {
    max-width: 140px;
  }
}

/* Fix navigation buttons on mobile */
.swiper-button-next,
.swiper-button-prev {
  color: #0072ff;
  transform: scale(0.8);
}

/* ===== BUTTON ===== */
button {
  background: linear-gradient(45deg, #00c6ff, #0072ff);
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: 0.3s;
}

button a {
  color: white;
  text-decoration: none;
}

button:hover {
  background: linear-gradient(45deg, #ff7e5f, #feb47b);
}


/* ===== HAMBURGER ===== */
.hamburger {
  width: 30px;
  height: 22px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 5px;
  transition: 0.4s;
}

/* Animate to X */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

* {
  box-sizing: border-box;
}



/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  display: flex !important;
  flex-wrap: wrap;
}

[class*="col-"] {
  float: none !important;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */


/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

#about .container {
  max-width: 1140px;
  margin: auto;
}

#about .row {
  display: flex;
  align-items: center;
}

#about img {
  max-width: 100%;
  height: auto;
}


#about h5 {
  line-height: 1.6;
}


#about .col-lg-6 {
  width: 50% !important;
}



@media (max-width: 768px) {
  #about .col-lg-6 {
    width: 100% !important;
    text-align: center;
  }
}

.zoom{
	
  transition: transform .2s;

  margin: 0 auto;
	
}


.zoom:hover {
  background-color: white;
  padding: 10px;
  width: 300px;
  height: 300px;
  transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
}

img[alt="Chat on WhatsApp"] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  z-index: 999;
}


/* CENTER CONTENT */
.container {
  max-width: 1140px;
  margin: 0 auto;
}

/* FIX LEFT ALIGN ISSUE */
body {
  margin: 0;
  padding: 0;
}
/* ===== ANIMATION ===== */
.card1, .icon-box {
  animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Hide arrows on very small screens */
@media (max-width: 576px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* Center pagination */
.swiper-pagination {
  margin-top: 10px;
}

/* FIX: CENTER SERVICES SECTION */

.section-title {
  text-align: center;
}
#aboutus {
  display: flex;
  justify-content: center;
}

#aboutus .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

#aboutus .row {
  justify-content: center;
}

#aboutus .col-md-6,
#aboutus .col-lg-4 {
  display: flex;
  justify-content: center;
}


/* Section spacing */
.about {
  background: #f8f9fa;
}

/* Card design */
.benefit-card {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

/* Hover effect */
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* List styling */
.benefit-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-card ul li {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #333;
}

/* Checkmark color */
.benefit-card ul li::before {
  content: "✔";
  color: #0d6efd;
  font-weight: bold;
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .benefit-card {
    padding: 20px;
  }

  .benefit-card ul li {
    font-size: 14px;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .card {
    height: 100px;
    padding: 5px;
  }

  .card-image img {
    max-height: 60px;
  }
}

/*
For Sales Section
*/

/* SECTION BACKGROUND */
.sales-section {
  background: #f4f9f9;
}

/* CARD DESIGN */
.machine-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

.machine-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* IMAGE */
.machine-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.machine-card .card-body {
  padding: 15px;
}

.machine-card h5 {
  color: #01889F;
  font-weight: 600;
  margin-bottom: 10px;
}

/* BUTTON */
.btn-enquiry {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: linear-gradient(45deg, #01889F, #00bcd4);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  transition: 0.3s;
}

.btn-enquiry:hover {
  background: linear-gradient(45deg, #016b7c, #0097a7);
  color: #fff;
}


/* CARD */
.machine-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* ===== RIBBON ===== */
.ribbon {
  position: absolute;
  top: 15px;
  left: -40px;
  width: 150px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  z-index: 2;
}

/* Available Ribbon (Green) */
.ribbon.available {
  background: linear-gradient(45deg, #28a745, #1e7e34);
}

/* Sold Ribbon (Red - reuse later if needed) */
.ribbon.sold {
  background: linear-gradient(45deg, #dc3545, #a71d2a);
}

/* Processing Ribbon (Orange optional) */
.ribbon.processing {
  background: linear-gradient(45deg, #ff9800, #e68900);
}

/* ===== BADGES ===== */
.badge-available {
  background: #28a745;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* ===== BUTTON ===== */
.btn-enquiry {
  display: inline-block;
  background: linear-gradient(45deg, #01889F, #00bcd4);
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}


/* BADGE */
.badge {
  padding: 5px 10px;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .machine-card img {
    height: 180px;
  }
}

/* Services  */

/* SECTION BACKGROUND */
.repair-section {
  background: #f4f9f9;
}

/* SERVICE CARD */
.service-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* TITLE */
.service-card h5 {
  color: #01889F;
  margin-bottom: 10px;
}

/* LIST */
.service-card ul {
  padding-left: 20px;
}

.service-card ul li {
  margin-bottom: 6px;
}

/* IMAGES */
.repair-img {
  border-radius: 12px;
  transition: 0.3s;
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.repair-img:hover {
  transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
  .repair-img {
    height: 150px;
  }
}

/* For other services */

.other-services-section {
  padding: 60px 0;
  background: #f4f9f9;
}

/* Title */
.other-services-section .section-title h2 {
  font-weight: 700;
  color: #01889F;
}

.other-services-section .section-title p {
  color: #555;
  margin-bottom: 40px;
}

/* Card */
.service-card-o {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
}

.service-card-o:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Icon */
.service-card-o .icon {
  font-size: 40px;
  color: #01889F;
  margin-bottom: 15px;
}

/* Text */
.service-card-o h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.service-card-o p {
  font-size: 14px;
  color: #666;
}

/* SOLD OUT BADGE */
.badge-sold {
  background: linear-gradient(45deg, #ff4d4d, #cc0000);
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* Disable button */
.btn-enquiry.disabled {
  background: #ccc;
  color: #666;
  pointer-events: none;
  cursor: not-allowed;
}


/* SECTION */
.contact-section {
  padding: 60px 0;
  background: #f4f9f9;
}

/* CARD */
.contact-card {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-card h4 {
  color: #01889F;
  margin-bottom: 20px;
  font-weight: 600;
}

/* INPUTS */
.contact-card input,
.contact-card textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.3s;
}

.contact-card input:focus,
.contact-card textarea:focus {
  border-color: #01889F;
  outline: none;
}

/* BUTTON */
.btn-submit {
  background: linear-gradient(45deg, #01889F, #00bcd4);
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: linear-gradient(45deg, #016f80, #0097a7);
}

/* SECTION */
.contact-pro {
  padding: 60px 0;
  background: linear-gradient(to right, #eef7f8, #f9fcfc);
}

/* CARDS */
.contact-info-card,
.contact-form-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: 100%;
}

/* HEADINGS */
.contact-info-card h4,
.contact-form-card h4 {
  margin-bottom: 20px;
  color: #01889F;
}

/* BUTTONS */
.contact-btn {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* Button Colors */
.contact-btn.call {
  background: #007bff;
}
.contact-btn.whatsapp {
  background: #25d366;
}
.contact-btn.justdial {
  background: #ff3c00;
}

/* Hover */
.contact-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* DETAILS */
.contact-details {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}

/* FORM */
.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #01889F;
  outline: none;
}

/* SUBMIT BUTTON */
.btn-submit {
  background: linear-gradient(45deg, #01889F, #00bcd4);
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: linear-gradient(45deg, #016f80, #0097a7);
}
