/**
* Template Name: Bethany - v4.10.0
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



/* Container & Section Spacing */
#snapshots {
    padding: 80px 0;
    background: #f8fbfe; /* Soft blue-grey background */
}

/* The Card Design */
.snapshot-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.snapshot-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Image Container & Overlay */
.snapshot-img {
    position: relative;
    overflow: hidden;
}

.snapshot-img img {
    transition: transform 0.5s ease;
    width: 100%;
    display: block;
}

.snapshot-card:hover .snapshot-img img {
    transform: scale(1.1);
}

.snapshot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(58, 133, 191, 0.8); /* Primary color with transparency */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.snapshot-overlay span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    padding: 8px 15px;
}

.snapshot-card:hover .snapshot-overlay {
    opacity: 1;
}

/* Info Section Below Image */
.snapshot-info {
    padding: 20px;
    text-align: center;
}

.snapshot-info h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.snapshot-info p {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 0;
}









body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #259dd9;
  text-decoration: none;
}

a:hover {
  color: #00cc95;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  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: #259dd9;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00c28e;
  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
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}

#header .header-container {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #fff;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
   
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #259dd9;
  }

  #header.header-scrolled,
  #header .header-container {
    background: #259dd9;  
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
   
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #36343a;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.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: #259dd9;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #259dd9;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 10px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #00b383;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.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: #259dd9;
}

.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%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #259dd9;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #259dd9;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* KEEP ONE HERO SECTION ONLY */
#hero {
  width: 100%;
  height: 85vh;
  background: url("../img/hero-bg3.jpg") center center;
  background-size: cover;
  position: relative;
}


.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}


#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  background: rgba(1, 66, 106, 0.392);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  font-size: 85px;
  font-weight: 800;
  line-height: 76px;
  letter-spacing: 1.0px;
  color: #ffffff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#hero h3 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #259dd9;
  border: 2px solid #259dd9;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #259dd9;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 60%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Clients2
--------------------------------------------------------------*/
.clients2 {
    background: linear-gradient(135deg, #f9fbff 0%, #f2f6ff 100%);
    overflow: hidden;
}

.clients-slider {
    overflow: hidden;
    position: relative;
}

.clients-track {
    display: flex;
    width: calc(200px * 10);
    animation: scroll 25s linear infinite;
}

.client-logo {
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo img {
    max-height: 75px;
    opacity: 0.6;
    transition: all 0.4s ease;
}

.client-logo:hover img {
    opacity: 1;
    transform: scale(1.1);
}

/* Smooth Infinite Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: 0.5s;
}

#about .about-img img:hover {
  width: 100%;
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}



#about .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #259dd9;
  position: relative;
}

#about .download-btn:hover {
  background: #5BC0EB;
}

#about .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#about .download-btn+.download-btn {
  margin-left: 20px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #259dd9;
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
 #why-us {
    padding: 80px 0;
    background-color: #f8f9fa;
  }

  /* The Professional Card */
  .why-card {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    /* Soft multi-layered shadow for a premium feel */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* A subtle top border adds a touch of class */
    border-top: 4px solid #007bff; 
  }

  /* Lift effect on hover */
  .why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  /* Image Container */
  .why-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .why-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .why-card:hover img {
    transform: scale(1.1);
  }

  /* Content Styling */
  .why-content {
    padding: 30px;
    flex-grow: 1;
  }

  .why-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .why-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 15px;
  }

  .why-text {
    color: #4a5568;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
  }

  /* Professional List Styling */
  .why-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .why-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #4a5568;
    font-size: 15px;
  }

  .why-list li::before {
    content: "\F272"; /* Bootstrap Icon Check Circle */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: #007bff;
    font-weight: bold;
  }



 /* Premium Shadow & Transition */
  .card-whyus {
    border: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: 5px solid #172455; /* Corporate accent color */
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .card-whyus:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(23, 36, 85, 0.12) !important;
  }

  /* Refined Typography */
  .why-us h3 {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 15px;
  }

  .why-us h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #007bff;
    border-radius: 2px;
  }

  /* List Styling */
  .feature-list li {
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    color: #4a5568;
  }

  .feature-list i {
    font-size: 1.2rem;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .offer-title {
    font-size: 1.05rem;
    color: #172455;
    margin-bottom: 5px;
  }

  /* Custom Scrollbar for longer lists if needed */
  .benefit-list {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 5px;
  }



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 140px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #259dd9;
  border: 2px solid #259dd9;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.about-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(3, 26, 89, 0.969);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.about-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cfe8fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.about-services .icon-box:hover::before {
  background: #abcedd;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.about-services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #5BC0EB;
  transition: all 0.3s ease-in-out;
}

.about-services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.about-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.about-services .title a {
  color: #111;
}

.about-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.about-services .icon-box:hover .title a,
.about-services .icon-box:hover .description {
  color: #fff;
}

.about-services .icon-box:hover .icon {
  background: #fff;
}

.about-services .icon-box:hover .icon i {
  color: #3498db;
}






.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid #259dd9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #259dd9;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #5BC0EB;
}

.services .icon-box:hover .icon {
  color: #fff;
  background: #259dd9;
}




/*--------------------------------------------------------------
# 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 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #259dd9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 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: center;
  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: #4f3232;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}




/* General Card Hover Effects */
#features i, #steps i {
    font-size: 3rem;
    color: #0d29fd; /* Bootstrap primary color */
    transition: transform 0.3s ease;
}

#features .row:hover i,
#steps .row:hover i {
    transform: scale(1.2);
}

#features h5, #steps h5 {
    color: #343a40;
}

#features p, #steps p {
    color: #6c757d;
}

/* Responsive spacing */
@media (max-width: 768px) {
    #features .row, #steps .row {
        flex-direction: column !important;
        text-align: center;
    }

    #features i, #steps i {
        margin-bottom: 15px;
    }
}

/* =========================
   SERVICES SECTION
========================= */

#services {
    position: relative;
}

/* Section Title */
#services h2 {
    font-size: 2.2rem;
    letter-spacing: -0.5px;
}

#services p {
    font-size: 0.95rem;
}

/* =========================
   FEATURE CARD LINK FIX
========================= */

.feature-card-link {
    text-decoration: none;
    display: block;
    width: 100%;
}

/* =========================
   FEATURE CARD DESIGN
========================= */

.feature-card {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    width: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
}

/* Hover Elevation */
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(13, 110, 253, 0.15);
}

/* Subtle Hover Glow */
.feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(123,47,247,0.08));
    opacity: 0;
    transition: 0.4s;
}

.feature-card:hover::after {
    opacity: 1;
}

/* =========================
   ICON STYLING
========================= */

.feature-card .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #022169, #074fa2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(13,110,253,0.25);
    transition: all 0.4s ease;
}

/* Icon Animation */
.feature-card:hover .icon {
    transform: rotateY(180deg);
}

/* =========================
   TEXT STYLING
========================= */

.feature-card h4 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #0b0352;
    transition: color 0.3s ease;
}

.feature-card p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
}

/* Make clickable card text inherit color */
.feature-card-link .feature-card h4,
.feature-card-link .feature-card p {
    color: inherit;
}

/* =========================
   SEE ALL FEATURES SPECIAL STYLE
========================= */

.feature-card-link .feature-card {
    background: linear-gradient(135deg, #00a6ff, #25beff);
    color: #fff;
    box-shadow: 0 15px 40px rgba(13,110,253,0.25);
}

.feature-card-link .feature-card h4,
.feature-card-link .feature-card p {
    color: #1b0247;
}

.feature-card-link .feature-card .icon {
    background: rgba(255,255,255,0.2);
    box-shadow: none;
}

.feature-card-link .feature-card:hover {
    transform: translateY(-12px) scale(1.03);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .feature-card {
        padding: 30px 20px;
    }
}




  /* ================= Features & Steps Cards ================= */
        /* Card base styling */
        #features .card,
        #steps .card {
            background: #ffffff;
            border-radius: 1rem;
            padding: 2rem 1.5rem;
            transition: all 0.3s ease;
            cursor: default;
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            height: 100%;
        }

        /* Card hover effect */
        #features .card:hover,
        #steps .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        /* Icons */
        #features i,
        #steps i {
            font-size: 3rem;
            color: #0d6efd;
            margin-bottom: 1rem;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        /* Icon hover animation */
        #features .card:hover i,
        #steps .card:hover i {
            transform: scale(1.2);
            color: #70a4f3;
        }

        /* Headings */
        #features h5,
        #steps h5 {
            color: #343a40;
            font-size: 1.25rem;
            margin-bottom: 0.75rem;
            transition: color 0.3s ease;
            font-weight: 600;
        }

        /* Paragraphs */
        #features p,
        #steps p {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Section spacing */
        #features,
        #steps {
            padding-top: 5rem;
            padding-bottom: 5rem;
            background: #fff;
        }

        #steps {
            background: #f8f9fa;
        }

        /* Text center headings */
        #features .text-center h2,
        #steps .text-center h2 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
            color: #212529;
        }

        #features .text-center p,
        #steps .text-center p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto 3rem;
        }


          /* ================= Features & Steps Cards ================= */
        /* Card base styling */
        #features .card,
        #steps .card {
            background: #ecf3f893;
            border-radius: 1rem;
            padding: 2rem 1.5rem;
            transition: all 0.3s ease;
            cursor: default;
            border: none;
            box-shadow: 0 5px 15px rgba(165, 165, 165, 0.307);
            height: 100%;
        }

        /* Card hover effect */
        #features .card:hover,
        #steps .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        /* Icons */
        #features i,
        #steps i {
            font-size: 3rem;
            color: #0d6efd;
            margin-bottom: 1rem;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        /* Icon hover animation */
        #features .card:hover i,
        #steps .card:hover i {
            transform: scale(1.2);
            color: #0a58ca;
        }

        /* Headings */
        #features h5,
        #steps h5 {
            color: #343a40;
            font-size: 1.25rem;
            margin-bottom: 0.75rem;
            transition: color 0.3s ease;
            font-weight: 600;
        }

        /* Paragraphs */
        #features p,
        #steps p {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Section spacing */
        #features,
        #steps {
            padding-top: 5rem;
            padding-bottom: 5rem;
            background: #fff;
        }

        #steps {
            background: #f8f9fa;
        }

        /* Text center headings */
        #features .text-center h2,
        #steps .text-center h2 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
            color: #212529;
        }

        #features .text-center p,
        #steps .text-center p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto 3rem;
        }

        /* Step numbers */
        .step-number {
            width: 50px;
            height: 50px;
            
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 auto 1rem;
            transition: all 0.3s ease;
        }

        #steps .card:hover .step-number {
            transform: rotate(360deg) scale(1.1);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1rem;
            }

            #features .card,
            #steps .card {
                padding: 1.5rem 1rem;
                margin-bottom: 1.5rem;
            }

            #features i,
            #steps i {
                font-size: 2.5rem;
            }

            #features h5,
            #steps h5 {
                font-size: 1.1rem;
            }

            #features .text-center h2,
            #steps .text-center h2 {
                font-size: 2rem;
            }
        }



        .map-section {
  margin-top: 80px;
}

.map-wrapper iframe {
  display: block;
  filter: grayscale(100%) contrast(110%);
  transition: 0.4s ease;
}

.map-wrapper iframe:hover {
  filter: grayscale(0%);
}



.blog-actions {
    font-size: 14px;
}

.action-btn {
    border: none;
    background: transparent;
    color: #6c757d;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.action-btn:hover {
    color: #0d6efd;
}

.like-btn.active i {
    color: #dc3545;
}

.share-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    transition: 0.3s ease;
}

.share-icon:hover {
    transform: translateY(-3px);
    color: white;
}

.share-icon.facebook:hover { background: #1877f2; }
.share-icon.twitter:hover { background: #1da1f2; }
.share-icon.whatsapp:hover { background: #25d366; }




















/* =========================
   BLOG SECTION STYLING
========================= */

.blog {
    background: #f8f9fc;
}

/* =========================
   BLOG CARDS
========================= */

.blog-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Image */
.blog-card img {
    height: 240px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

/* Body */
.blog-card .card-body {
    padding: 1.6rem;
}

/* Title */
.blog-card .card-title {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.blog-card:hover .card-title {
    color: #0d6efd;
}

/* Text */
.blog-card .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
}




/* ==========================================
   PREMIUM FEATURE PAGE DESIGN SYSTEM
========================================== */

/* GLOBAL SECTION CONTROL */
section {
    padding: 90px 0;
}

.container {
    max-width: 1200px;
}


/* HERO IMPROVEMENT */
.page-title {
    padding: 140px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.dark-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.55)
    );
}

.page-title .container {
    position: relative;
    z-index: 2;
}

.page-title h1 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.breadcrumbs ol {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.breadcrumbs ol li {
    font-size: 14px;
    opacity: 0.85;
}

.breadcrumbs ol li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.breadcrumbs ol li a:hover {
    opacity: 1;
}


/* MAIN CONTENT CARD */
.feature-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 2px 6px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
    transition: 0.3s ease;
}

.feature-box:hover {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-box h2,
.feature-box h3 {
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.feature-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}


/* IMAGE */
.feature-box img {
    border-radius: 14px;
    transition: transform 0.5s ease;
}

.feature-box img:hover {
    transform: scale(1.02);
}


/* MINI FEATURE GRID */
.mini-card {
    background: #f9fafc;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #eef1f5;
    transition: all 0.3s ease;
}

.mini-card:hover {
    background: #ffffff;
    border-color: #e3e7ee;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transform: translateY(-6px);
}

.mini-card h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.mini-card p {
    font-size: 14px;
    color: #666;
}


/* LIST STYLING */
.styled-list {
    padding-left: 18px;
}

.styled-list li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #444;
}


/* SIDEBAR DESIGN */
.sidebar-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 2px 6px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    transition: 0.3s ease;
}

.sidebar-box:hover {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-box h5 {
    font-weight: 700;
    margin-bottom: 20px;
}


/* SIDEBAR LINKS */
.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    margin-bottom: 14px;
}

.sidebar-links li a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.sidebar-links li a:hover {
    background: #f2f5ff;
    color: #2a5cff;
    padding-left: 18px;
}


/* SUPPORT BUTTON */
.sidebar-box .btn {
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: 0.3s ease;
}

.sidebar-box .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


/* STICKY SIDEBAR */
@media (min-width: 992px) {
    .col-lg-4 {
        position: relative;
    }

    .sidebar-box:first-child {
        position: sticky;
        top: 120px;
    }
}


/* RESPONSIVE */
@media (max-width: 992px) {
    section {
        padding: 70px 0;
    }

    .feature-box {
        padding: 30px;
    }

    .page-title h1 {
        font-size: 34px;
    }
}


.feature-card {
    background: #f8f9fa;
    transition: 0.3s ease;
    border: 1px solid #eee;
}

.feature-card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.workflow-step {
    background: #f8f9fa;
}

.step-number {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #0d6efd;
}

.sidebar-links li {
    margin-bottom: 10px;
}

.sidebar-links a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.sidebar-links a:hover {
    color: #0d6efd;
    padding-left: 5px;
}






/* =========================
   META INFO
========================= */

.blog-meta {
    font-size: 0.85rem;
    color: #6c757d;
}

.blog-meta i {
    font-size: 13px;
    margin-right: 4px;
    color: #0d6efd;
}

/* =========================
   READ MORE BUTTON
========================= */

.blog-card .btn-outline-primary {
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.blog-card .btn-outline-primary:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateX(4px);
}

/* =========================
   SIDEBAR
========================= */

.sidebar {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.sidebar h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

/* Categories */
.blog-categories li {
    margin-bottom: 12px;
}

.blog-categories a {
    text-decoration: none;
    color: #444;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.blog-categories a::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0d6efd;
}

.blog-categories a:hover {
    color: #0d6efd;
    padding-left: 20px;
}

/* =========================
   RECENT POSTS
========================= */

.recent-post img {
    border-radius: 8px;
    object-fit: cover;
}

.recent-post a {
    text-decoration: none;
    color: #222;
    transition: color 0.3s ease;
}

.recent-post a:hover {
    color: #0d6efd;
}

/* =========================
   SEARCH BAR
========================= */

.blog-search .form-control {
    border-radius: 50px 0 0 50px;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
}

.blog-search .btn {
    border-radius: 0 50px 50px 0;
    padding: 0 20px;
}

/* =========================
   PAGINATION
========================= */

.pagination .page-link {
    border-radius: 50px;
    margin: 0 5px;
    border: none;
    color: #0d6efd;
    background: #f1f5ff;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background: #0d6efd;
    color: #fff;
}

.pagination .active .page-link {
    background: #0d6efd;
    color: #fff;
}

/* =========================
   RESPONSIVE IMPROVEMENT
========================= */

@media (max-width: 768px) {
    .blog-card img {
        height: 200px;
    }
}





/* ==========================================
   PAGE TITLE / HERO SECTION
========================================== */

.page-title {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;        /* Vertical center */
  justify-content: center;    /* Horizontal center */
  text-align: center;
  padding: 120px 20px;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}

/* Overlay */
.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(2, 45, 97, 0.254),
      rgba(1, 44, 87, 0.203)
  );
  z-index: 1;
}

/* Content Layer */
.page-title .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

/* Title */
.page-title h1 {
  font-size: clamp(4rem, 6vw, 3.2rem);
  font-weight: 900;
  padding-top: 100px;
  margin-bottom: 0px;
}

/* Subtitle */
.page-title p {
  margin-bottom: 25px;
  opacity: 0.9;
}

/* Breadcrumbs */
.page-title .breadcrumbs ol {
  display: inline-flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Style the <li> items */
.page-title .breadcrumbs li {
  background: rgba(255, 255, 255, 0.372);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

/* Link inside li */
.page-title .breadcrumbs li a {
  color: #ffffff;
  text-decoration: none;
}

/* Hover effect */
.page-title .breadcrumbs li:hover {
  background: rgba(179, 179, 179, 0.3);
}

/* Current page */
.page-title .breadcrumbs .current {
  background: #f4af00;   /* Accent color */
  color: #000;
}










/*--------------------------------------------------------------
# Feature Details (SaaS Card Style)
--------------------------------------------------------------*/
.details {
  background-color: #f8fafc;
}

.details .card {
 
  border-radius: 14px;
  transition: all 0.5s ease;
}

.details .card:hover {
  transform: translateY(-6px);
  box-shadow: 10px 20px 60px rgba(37, 157, 217, 0.15);
}

.details img {
  max-height: 600px;
  object-fit: contain;
}

.details h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e293b;
}

.details p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.details ul li {
  font-size: 14.5px;
  margin-bottom: 8px;
  color: #334155;
}

.details ul li i {
  margin-right: 8px;
  font-size: 15px;
}


/*--------------------------------------------------------------
# Testimonials - Professional Merged Version
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
  padding: 10px 0; /* Extra space for card shadows */
}

.testimonials .testimonial-item {
  box-sizing: border-box;
  padding: 40px 30px;
  margin: 20px 15px;
  text-align: center;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #b2d6f0d4;
  border-radius: 15px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

/* Hover effect to match professional contact section */
.testimonials .testimonial-item:hover {
  transform: translateY(-10px);
  border-bottom: 3px solid #0358b3;
  box-shadow: 0px 15px 35px rgba(0, 33, 130, 0.1);
}

.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #f8f6ff;
  margin: 0 auto 15px auto;
  object-fit: cover;
  transition: 0.3s;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #013d98; /* Brand Purple */
}

.testimonials .testimonial-item h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin: 0 0 15px 0;
  font-weight: 600;
}

/* Updated Quote Icons to Brand Purple */
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(41, 0, 130, 0.2); /* Faded purple for elegance */
  font-size: 24px;
}

.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: 5px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0 auto 20px auto;
  flex-grow: 1; /* Ensures text area takes up space */
}

/* Swiper Pagination - Matched to Professional Theme */
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  opacity: 1;
  border: none;
  transition: 0.3s;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #001e82; /* Brand Purple */
  width: 25px; /* Modern elongated active dot */
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #259dd9;
}

.team .member .social a+a {
  margin-left: 8px;
}







/* --- Mobile Section Styling --- */
#mobile {
  padding: 80px 0;
  background: radial-gradient(circle at top right, #fdfbff 0%, #f4f0ff 100%);
  overflow: hidden;
}

/* Badge Styling */
.badge-app {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(111, 66, 193, 0.1);
  color: #2084d0;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Typography */
#mobile h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
}

.text-purple {
  color: #2084d0;
}

.app-description {
  font-size: 1.1rem;
  color: #5f6f81;
  margin: 20px 0;
  line-height: 1.6;
}

/* Features List */
.app-features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.app-features-list li {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.app-features-list i {
  color: #0621a7;
  font-size: 1.25rem;
  margin-right: 12px;
}

/* Modern Download Buttons */
.download-btn-modern {
  background: #242424;
  color: #fff;
  padding: 12px 25px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.download-btn-modern i {
  font-size: 24px;
  margin-right: 10px;
}

.download-btn-modern:hover {
  background: #2084d0;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(111, 66, 193, 0.2);
}

/* Swiper / Phone Mockup Slider */
.app-screen-slider-wrapper {
  position: relative;
  padding: 20px;
}

/* Create a "Glow" effect behind the phone */
.app-screen-slider-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: rgba(111, 66, 193, 0.15);
  filter: blur(80px);
  z-index: 0;
}

.screen-img {
  width: 100%;
  max-width: 560px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0);
  border: 8px solid #ffffff00; /* Creates a hardware frame effect */
}

/* Pagination Dots */
.app-pagination.swiper-pagination-bullets {
  bottom: -30px;
}

.app-pagination .swiper-pagination-bullet-active {
  background: #2084d0;
  width: 25px;
  border-radius: 5px;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  #mobile h1 { font-size: 2.5rem; }
  .order-1 { margin-bottom: 50px; }
}




  .feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid #e9e9f7;
  }

  .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  }

  .feature-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #172455;
    transition: 0.3s ease;
  }

  .feature-card:hover .icon {
    background: #172455;
    color: white;
    box-shadow: 0 8px 20px rgba(11, 11, 101, 0.4);
  }

  .feature-card h4 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
  }

  .feature-card p {
    font-size: 14px;
    color: #777;
  }





  /* Hero Banner */
.page-title.dark-background {
    position: relative;
    padding: 120px 0;
    color: #fff;
    text-align: center;
}

.page-title.dark-background .breadcrumbs li.current {
    font-weight: 600;
    color: #fff;
}

/* Snapshot Cards */
.snapshot-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.snapshot-card img {
    border-radius: 0.75rem;
    transition: transform 0.3s ease;
}

.snapshot-card:hover img {
    transform: scale(1.05);
}

.snapshot-card .overlay {
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.75rem;
}

.snapshot-card:hover .overlay {
    opacity: 1;
}

.snapshot-card .overlay h5 {
    font-size: 1.1rem;
}

.snapshot-card .overlay p {
    font-size: 0.9rem;
}

/* Filter Buttons */
#snapshots .btn {
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

#snapshots .btn.active,
#snapshots .btn:hover {
    background: #5BC0EB;
    color: #fff;
    border-color: #5BC0EB;
}

/* Responsive */
@media (max-width: 768px) {
    .page-title.dark-background {
        padding: 80px 0;
    }
    .snapshot-card .overlay h5 {
        font-size: 1rem;
    }
    .snapshot-card .overlay p {
        font-size: 0.85rem;
    }
}











/*--------------------------------------------------------------
# Contact Section Wrapper
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.contact-wrapper {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  overflow: hidden; /* Ensures corners are rounded */
  background: #fff;
}

/*--------------------------------------------------------------
# Left Sidebar (Contact Info)
--------------------------------------------------------------*/
.contact-info-sidebar {
  background: #259dd9; /* Your Brand Blue */
  background: linear-gradient(145deg, #259dd9 0%, #1a7fb3 100%);
  padding: 40px;
  height: 100%;
  color: #fff;
}

.contact-info-sidebar h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.info-item:hover {
  transform: translateX(10px);
}

.info-item i {
  font-size: 24px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.15);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.info-item strong {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Service Tags */
.service-tag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.service-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Right Side (Form)
--------------------------------------------------------------*/
.contact-form-container {
  padding: 40px;
  background: #fff;
}

.form-header h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid #e1e1e1;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #259dd9;
  box-shadow: 0 0 0 4px rgba(37, 157, 217, 0.1);
  outline: none;
}

.btn-submit {
  background: #259dd9;
  color: #fff;
  border: none;
  padding: 14px 35px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.btn-submit:hover {
  background: #1a7fb3;
  box-shadow: 0 8px 20px rgba(37, 157, 217, 0.3);
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .contact-info-sidebar {
    padding: 30px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer Redesign - Aurora Glass Theme
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(145deg, #040919 0%, #0d1425 100%);
  color: #cdd3e2;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Sub-branding glow */
#footer::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(37, 157, 217, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

#footer .footer-top {
  padding: 80px 0 50px 0;
}

/* Brand Section */
#footer .footer-info img {
  max-height: 200px;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.749));
  transition: transform 0.3s ease;
}

#footer .footer-info p {
  font-size: 15px;
  line-height: 1.7;
  color: #94a3b8;
}

/* Headings */
#footer h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: none; /* Modern style usually avoids all-caps */
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

#footer h4::after {
  content: '';
  margin-left: 15px;
  height: 2px;
  flex-grow: 1;
  background: linear-gradient(90deg, #259dd9, transparent);
  border-radius: 2px;
}

/* Links List */
#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#footer .footer-links ul li i {
  color: #259dd9;
  font-size: 12px;
  margin-right: 10px;
  opacity: 0.7;
}

#footer .footer-links ul a {
  text-decoration: none;
  font-size: 14px;
  color: #cdd3e2 !important; /* Overriding text-white-50 */
  transition: 0.3s;
}

#footer .footer-links ul li:hover {
  transform: translateX(8px);
}

#footer .footer-links ul li:hover a {
  color: #259dd9 !important;
}

/* Social Links - The Glass Squares */
#footer .social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff !important;
}

#footer .social-links a:hover {
  background: #259dd9;
  border-color: #259dd9;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(37, 157, 217, 0.2);
}

/* Bottom Bar */
#footer .border-top {
  border-color: rgba(255, 255, 255, 0.05) !important;
  margin-top: 30px;
}

#footer .copyright {
  font-size: 14px;
  letter-spacing: 0.5px;
}

#footer .credits a {
  text-decoration: none;
  font-weight: 600;
  color: #259dd9 !important;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #259dd9;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1a82b8;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-bottom: 10px;
}

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #47536e;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #47536e;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #47536e;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #47536e;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #47536e;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #47536e;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #47536e;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #47536e;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #47536e;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#mobile {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
}

#mobile::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
}

#mobile h1 {
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 56px;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

#mobile h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
}

#mobile .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #259dd9;
  position: relative;
}

#mobile .download-btn:hover {
  background: #5777ba;
}

#mobile .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#mobile .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #mobile {
    text-align: center;
  }

  #mobile .download-btn+.download-btn {
    margin: 0 10px;
  }

  #mobile .mobile-img {
    text-align: center;
  }

  #mobile .mobile-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #mobile h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #mobile .mobile-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #mobile .mobile-img img {
    width: 80%;
  }
}




/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 30px;
}

.why-us .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.why-us .card-icon {
  text-align: center;
  margin-top: -32px;
}

.why-us .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #259dd9;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.why-us .card-body {
  padding-top: 12px;
}

.why-us .card-title {
  font-weight: 700;
  text-align: center;
}

.why-us .card-title a {
  color: #413e66;
}

.why-us .card-title a:hover {
  color: #259dd9;
}

.why-us .card-text {
  color: #5e5e5e;
}

.why-us .card:hover .card-icon i {
  background: #fff;
  color: #259dd9;
}

@media (max-width: 1024px) {
  .why-us {
    background-attachment: scroll;
  }
}


/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 100px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.434);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #020f3f;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 80px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}



/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #5777ba;
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/
#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #ff9c00;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: rgb(255, 195, 29);
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-slide {
  transition: 0.3s;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}


/*--------------------------------------------------------------
# CHAT
--------------------------------------------------------------*/
/* WhatsApp Widget Container */
.whatsapp-widget {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
}

/* Chat Button */
.wa-button {
  position: relative; 
    display: flex;
    align-items: center;
    gap: 12px;
    background: #7aa61b;
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Hover Effect */
.wa-button:hover {
    background: #6a9218;
    transform: translateY(-3px);
}

/* Text */
.wa-text {
    white-space: nowrap;
}

/* WhatsApp Icon */
.wa-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff20;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
}

/* Notification Badge */
.wa-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #53c9f4;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10; /* ensure it's above */
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .wa-text {
        display: none;
    }

    .wa-button {
        padding: 12px;
        border-radius: 50%;
    }
}

/* MOVE THIS OUTSIDE */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.wa-button {
    animation: pulse 2s infinite;

}
.chat-popup {
    position: fixed;
    bottom: 100px;
    left: 25px;
    width: 320px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 9999;

    /* FIX */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

/* ACTIVE STATE */
.chat-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* HEADER */
.chat-header {
    background: #1687b8;
    color: white;
    padding: 20px;
    position: relative;
}

.chat-header h4 {
    margin: 0;
}

.chat-header p {
    margin: 5px 0 0;
    font-size: 14px;
}

.chat-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 18px;
}

/* BODY */
.chat-body {
    padding: 10px;
}

/* USER ITEM */
.chat-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.chat-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.chat-user small {
    display: block;
    color: gray;
}

.chat-user strong {
    font-size: 16px;
}

/* STATUS DOT */
.status {
    position: absolute;
    left: 45px;
    bottom: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status.online {
    background: #00c853;
}
.chat-popup {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.chat-popup.active {
    transform: translateY(0);
    opacity: 1;
    display: block;
}
/* CHAT SCREEN */
.chat-screen {
    position: fixed;
    bottom: 0;
    left: 20px;
    width: 100%;
    max-width: 380px;
    height: 520px;
    background: #ece5dd;
    border-radius: 20px;
    display: none;
    flex-direction: column;
    z-index: 10000;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

/* HEADER */
.chat-screen .chat-header {
    background: #075e54;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-header h4 {
    margin: 0;
    font-size: 16px;
}

.chat-header small {
    font-size: 12px;
    opacity: 0.8;
}

.chat-close {
    cursor: pointer;
    font-size: 18px;
}

/* CHAT BACKGROUND */
.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;

    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

/* AGENT MESSAGE */
.message.agent {
    background: #ffffff;
    padding: 10px 12px;
    border-radius: 10px 10px 10px 0;
    max-width: 75%;
    font-size: 14px;
    position: relative;
}

/* USER MESSAGE */
.message.user {
    background: #dcf8c6;
    padding: 10px 12px;
    border-radius: 10px 10px 0 10px;
    max-width: 75%;
    align-self: flex-end;
    font-size: 14px;
}

/* TIME */
.message span {
    display: block;
    font-size: 11px;
    color: gray;
    margin-top: 5px;
    text-align: right;
}

/* INPUT AREA */
.chat-input {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f0f0f0;
    gap: 10px;
}

/* INPUT FIELD */
.chat-input input {
    flex: 1;
    padding: 12px;
    border-radius: 25px;
    border: none;
    outline: none;
    font-size: 14px;
}

/* SEND BUTTON */
.chat-input button {
    background: #25d366;
    border: none;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.chat-input button:hover {
    background: #1ebe5d;
}

/* SCROLLBAR (nice touch) */
.chat-messages::-webkit-scrollbar {
    width: 5px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.chat-back {
    cursor: pointer;
    font-size: 20px;
    margin-right: 10px;
}



/* -----------------------------------------------
Our Clients
*/


/* CARD */
.client-card-pro {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    transition: all 0.35s ease;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.client-card-pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* TOP ACCENT LINE */
.client-card-pro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #0b0352, #27a0d9);
}

/* LOGO */
.client-logo-pro {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.client-logo-pro img {
    max-height: 70px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.client-card-pro:hover img {
    transform: scale(1.08);
}

/* NAME */
.client-name {
    font-size: 16px;
    font-weight: 600;
    color: #0b0352;
    margin-bottom: 12px;
}

/* META INFO */
.client-meta {
    font-size: 13px;
    color: #777;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.client-meta i {
    margin-right: 4px;
    color: #27a0d9;
}
.client-card-pro {
    cursor: pointer;
}

.modal-content {
    border-radius: 15px;
    padding: 10px;
}


