/*
Project:    LeadsBee
Version:    1.0
Last change:    16/11/20 [fixed Float bug, vf]
Author Name: LeadsBee
Primary use:    Official Site
*/

/*Reset CSS*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: sans-serif;
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none;
}
.section-padding {
  padding: 70px;
}
/* Adding Fonts*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;500&family=Anton&display=swap");

.glifta-title {
  font-family: 'Anton', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  font-size: 60px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.poppins-bold {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  background: #E5F0FF;
  /* background: linear-gradient(-40deg, #E5F0FF, #fff); */
}

/* Header Navigation Styles */
.header-nav {
  min-height: 90px;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
.main-menu ul li {
  margin-left: 26px;
  text-align: center;
}
.main-menu ul li a {
  font-family: "Poppins", sans-serif;
  color: #070a57;
  font-weight: 500;
  font-size: 16px;
}
.main-menu ul li:hover {
  /* transform: scale(1.1); */
  /* transition: 0.5s all ease; */
}
button.nav-button {
  background: #0084ff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 5px 10px;
  border: none;
  vertical-align: middle;
  margin-top: -5px;
  border-radius: 5px;
}

/* Border-bottom hover effect */
.navbar-nav li {
  position: relative;
}

.navbar-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px; /* keeps original layout same */
  width: 0%;
  height: 2px;
  background: #2563EB;
  transition: width 0.3s ease-in-out;
}

.navbar-nav li:hover::after {
  width: 100%;
}

/* Text color change on hover */
.navbar-nav li a:hover {
  color: #2563EB !important;
}

/* Header Banner Area Styles */

.container.header-content {
  height: 100%;
}
.highlight {
  color: #2563EB;
}
.left-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #070a57;
}
.centralize {
  display: flex;
  align-items: center;
}
.left-content p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #64707d;
}
.call-to-action button {
  background: orange;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  margin-left: -30px;
}
.call-to-action a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: orange;
  text-decoration: underline;
  margin-left: 30px;
}
.right-content img {
  width: 90%;
  padding-left: 30px;
}

/* Work process syles */

.process-block {
  text-align: center;
  padding: 10px;
  transition: background-color 0.3s ease;
  padding: 20px;
  border-radius: 8px;
}

.process-block:hover {
  background-color: #E5F0FF; /* Light blue shade */
}

.process-block img {
  /* background: #fbf5e5; */
  border: 2px dotted 64707d;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  height:100px;
  width:110px;
}

.process-block p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

.process-block h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.project-discussion {
  margin-left: 30px;
}
.project-discussion h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}

.project-discussion p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #64707d;
}

.project-discussion button {
  /* background: orange; */
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}

/* Services styles  */
.services {
  background: #E5F0FF;
}
.service-heading {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}

/* Multiframe Carousel  */

@media (min-width: 768px) {
  .service-carousel.carousel-inner .carousel-item-right.active,
  .service-carousel.carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .service-carousel.carousel-inner .carousel-item-left.active,
  .service-carousel.carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {
  .service-carousel.carousel-inner .carousel-item-right.active,
  .service-carousel.carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .service-carousel.carousel-inner .carousel-item-left.active,
  .service-carousel.carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .service-carousel.carousel-inner .carousel-item > div {
    display: none;
  }

  .service-carousel.carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.service-card h5 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #070a57;
}
.service-card p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #64707d;
}
.service-card a {
  color: #64707d;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #64707d;
  text-decoration: underline;
}
.service-card a:hover {
  color: orange;
  transition: all 0.5s ease;
}
.service-control-prev,
.service-control-next {
  height: 50px;
  width: 50px;
  outline: black;
  background-color: orange;
  background-size: 100%, 100%;
  border-radius: 3px;
}
.service-control-next {
  margin-right: -105px;
}

.service-control-prev {
  margin-left: -205px;
}
.service-card {
  min-height: 495px;
}

/* Carousel card entrance animation: slide up + fade */
.carousel-inner .carousel-item .service-card {
  transform: translateY(12px) scale(.99);
  opacity: 0.85;
}
.carousel-inner .carousel-item.active .service-card {
  animation: slideUpFade 600ms cubic-bezier(.2,.9,.3,1) both;
}

@keyframes slideUpFade {
  0% {
    transform: translateY(18px) scale(.98);
    opacity: 0;
    filter: blur(2px);
  }
  60% {
    transform: translateY(6px) scale(.995);
    opacity: 0.6;
    filter: blur(0.5px);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

/* Slightly improve carousel control visuals */
.carousel-control-prev.service-control-prev,
.carousel-control-next.service-control-next {
  box-shadow: 0 6px 18px rgba(37,99,235,0.18);
  border-radius: 8px;
}

/* When sliding, make next/prev items slightly scaled for depth */
.carousel-inner .carousel-item-next .service-card,
.carousel-inner .carousel-item-prev .service-card {
  transform: scale(.985);
  opacity: 0.9;
}

/* Directional slide animations to avoid visual overlap during transitions */
.carousel-inner .carousel-item {
  position: relative;
}

/* Incoming from right */
.carousel-inner .carousel-item-next .service-card,
.carousel-inner .carousel-item.active.carousel-item-left .service-card {
  animation: slideInFromRight 600ms cubic-bezier(.2,.9,.3,1) both;
}
/* Outgoing to left */
.carousel-inner .carousel-item-left .service-card,
.carousel-inner .carousel-item.active.carousel-item-right .service-card {
  animation: slideOutToLeft 600ms cubic-bezier(.2,.9,.3,1) both;
}
/* Incoming from left (when going prev) */
.carousel-inner .carousel-item-prev .service-card,
.carousel-inner .carousel-item.active.carousel-item-right .service-card {
  animation: slideInFromLeft 600ms cubic-bezier(.2,.9,.3,1) both;
}
/* Outgoing to right (when going prev) */
.carousel-inner .carousel-item-right .service-card,
.carousel-inner .carousel-item.active.carousel-item-left .service-card {
  animation: slideOutToRight 600ms cubic-bezier(.2,.9,.3,1) both;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(40px) translateY(6px) scale(.995);
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes slideOutToLeft {
  0% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px) translateY(-6px) scale(.995);
    opacity: 0;
    filter: blur(2px);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-40px) translateY(6px) scale(.995);
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes slideOutToRight {
  0% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(40px) translateY(-6px) scale(.995);
    opacity: 0;
    filter: blur(2px);
  }
}

/* Ensure images inside service-card don't overflow during animation */
.service-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Modern carousel: 3D depth, glassmorphism, zoom/fade and hover glow */
.modern-carousel {
  perspective: 1200px;
}
.modern-carousel .carousel-inner {
  position: relative;
  transform-style: preserve-3d;
}
.modern-carousel .carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modern-carousel .service-card {
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(245,249,255,0.7));
  box-shadow: 0 18px 50px rgba(15,23,42,0.08), 0 6px 18px rgba(37,99,235,0.06) inset;
  transition: transform 400ms cubic-bezier(.2,.9,.3,1), box-shadow 300ms;
  transform-origin: center center;
  border: 1px solid rgba(255,255,255,0.6);
  position: relative;
}
.modern-carousel .service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
}

/* Active card elevates and slightly zooms */
.modern-carousel .carousel-item.active .service-card {
  transform: translateZ(0px) scale(1.02);
  box-shadow: 0 30px 70px rgba(15,23,42,0.12), 0 6px 22px rgba(37,99,235,0.08);
}

/* Prev/Next cards tilt in 3D for a subtle carousel effect */
.modern-carousel .carousel-item-next .service-card,
.modern-carousel .carousel-item.active.carousel-item-left .service-card {
  transform: translateX(20px) translateZ(-40px) rotateY(-6deg) scale(.95);
  opacity: 0.9;
}
.modern-carousel .carousel-item-prev .service-card,
.modern-carousel .carousel-item.active.carousel-item-right .service-card {
  transform: translateX(-20px) translateZ(-40px) rotateY(6deg) scale(.95);
  opacity: 0.9;
}

/* Outgoing cards fade/slide out via earlier keyframes; keep them crisp */
.modern-carousel .carousel-item-left .service-card,
.modern-carousel .carousel-item-right .service-card {
  will-change: transform, opacity;
}

/* Hover/Focus glow */
.modern-carousel .service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 40px 90px rgba(15,23,42,0.14), 0 10px 40px rgba(37,99,235,0.12);
}

/* Controls styling */
.modern-control {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#ffffff,#f1f7ff);
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(15,23,42,0.08);
  border: 1px solid rgba(37,99,235,0.08);
  color: #2563EB;
  text-decoration: none;
}
.modern-arrow i {
  font-size: 18px;
}
.modern-control:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(37,99,235,0.12);
}

/* Navigation small text link spacing */
.modern-carousel .service-card .card-body {
  padding: 24px;
}

/* Glassy overlay image area (optional) */
.modern-carousel .service-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .modern-carousel .carousel-item-next .service-card,
  .modern-carousel .carousel-item-prev .service-card {
    transform: translateX(8px) translateZ(-10px) rotateY(-3deg) scale(.98);
  }
  .modern-control { width:48px; height:48px; }
}

@media (max-width: 575px) {
  .modern-carousel .service-card { border-radius: 10px; }
  .modern-carousel .service-card img { height:160px; }
}

/* Styles for the custom modern slider (.modern-slider) */
.modern-slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; /* prevent slides from causing horizontal scroll */
  padding: 8px 24px; /* space for controls without overflowing page */
}
.modern-slider .ms-track {
  display: flex;
  gap: 28px;
  align-items: stretch;
  will-change: transform;
}
.modern-slider .ms-slide {
  min-width: 320px;
  flex: 0 0 320px;
  opacity: 0.35;
  transform: translateZ(-40px) scale(.94);
  transition: transform 600ms cubic-bezier(.2,.9,.3,1), opacity 600ms;
}
.modern-slider .ms-slide.active {
  opacity: 1;
  transform: translateZ(0) scale(1.02);
}
.modern-slider .ms-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
  color: #2563EB;
}
.modern-slider .ms-prev { left: 12px; }
.modern-slider .ms-next { right: 12px; }
.modern-slider .ms-dots {
  text-align: center;
  margin-top: 18px;
}
.modern-slider .ms-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 6px;
  background: #cfd8e7;
  display: inline-block;
}
.modern-slider .ms-dots button.active {
  background: #2563EB;
  box-shadow: 0 6px 18px rgba(37,99,235,0.18);
}
.modern-card { border-radius: 12px; overflow: hidden; }
.modern-card .card-body h5, .modern-card .card-body p { color:#070a57; }
.modern-card .card-body p { color:#64707d; }

@media (max-width: 991px) {
  .modern-slider .ms-slide { flex: 0 0 260px; min-width:260px; }
  .modern-slider .ms-prev { left: 8px; }
  .modern-slider .ms-next { right: 8px; }
}

@media (max-width: 575px) {
  .modern-slider .ms-track { gap: 16px; }
  .modern-slider .ms-slide { flex: 0 0 220px; min-width:220px; }
  .modern-slider .ms-control { width:44px; height:44px; }
}

/* Testimonial Styles  */
.testimonial .card {
  border: none !important;
}

a.carousel-control-prev.testimonial-control {
  top: 60%;
}

a.carousel-control-next.testimonial-control {
  top: 60%;
  left: 5%;
}
.testimonial-control {
  max-width: 32px;
}
.testimonial-description h3 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: orange;
}

.testimonial-control-icon {
  background: orange;
  color: #070a57;
  height: 32px;
  width: 32px;
  padding: 5px;
}
.client-meta-data h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #070a57;
}

.client-meta-data p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 32px;
}
.coma {
  position: absolute;
  top: 70%;
  left: -10%;
  background: orange;
  padding: 20px;
}

/* Portfolio Styles  */

.portfolio {
  background: #E5F0FF
}
h2.portfolio-heading {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}
.portfolio-buttons button {
  background: transparent;
  border: none;
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #070a57;
}

.portfolio-buttons button:hover {
  color: orange;
}

.portfolio-buttons {
  margin-bottom: 20px;
}
.myMixCont {
  margin-top: 30px;
}
.myMixCont img {
  margin-bottom: 10px;
}
/* Partner Section Styles  */

.partner-heading {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
}

/* Footer Styles */

.footer {
  background: #E5F0FF;
 
}
section.footer.section-padding {
  padding-bottom: 10px;
}
.footer-widget-1 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin-top: 20px;
  text-align: center;
}
.footer-widget-2 h3,
.footer-widget-3 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.footer-widget-2 ul li,
.footer-widget-3 ul li {
  list-style: none;
  padding: 5px;
}

.footer-widget-2 ul li a,
.footer-widget-3 ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #64707d;
}
.footer-widget-4 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer-widget-4 ul li {
  list-style-type: none;
  display: inline;
  padding: 5px 10px;
  font-size: 27px;
}
.footer-widget-4 ul li a {
  color: #dddddd;
}

.footer-widget-4 ul li a:hover {
  color: #2563EB;
  transition: all 0.5s ease-in-out;
}
.copyright-text p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #64707d;
  line-height: 40px;
}
.messenger i {
  color: #fff;
  background: #2563EB;
  font-size: 40px;
  padding: 5px 10px;
}
/* New footer styling: simplified, clean and attractive */
.footer-inner {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  align-items: center;
}
.footer-brand img {
  max-height: 56px;
}
.footer-nav a {
  margin: 0 10px;
  color: #070a57;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}
.footer-nav a:hover {
  color: #2563EB;
}
.footer-contact .footer-email {
  display: inline-block;
  color: #2563EB;
  font-weight: 600;
  margin-right: 10px;
}
.footer-contact i {
  color: #2563EB;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }
  .footer-nav {
    margin: 12px 0;
  }
}
/* Contact Us Styling  */

.contact-header {
  max-height: 500px;
}
.contact-header .right-content img {
  width: 100% !important;
}
.contact-header .container.header-content {
  max-height: 400px;
}

/* Office Blocs Styleing  */

.office-block {
  padding: 15px;
  border: 2px dotted orange;
  text-align: center;
}

.office-block h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 32px;
  color: #070a57;
  padding: 25px 0px;
}

.office-block p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #64707d;
}

#project-details form {
  background-color: white;
  color: #888888;
  text-align: left;
  padding-top: 20px;
}

#project-details label {
  display: none;
}

#project-details input,
#project-details textarea {
  /* to create space for placing icon*/
  padding: 20px 10px 20px 32px;
  border-color: transparent;
  /* background-color: #FFDE11; */
  border-radius: 4px;
  border: 1px solid #dddddd;
}

#project-details .btn-default {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 15px 36px;
  background-color: orange;
  border: 0px;
  color: #070a57;
  width: 100%;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

#project-details .btn-default:hover,
#project-details .btn-default:focus {
  border-color: transparent;
  outline: 0px auto -webkit-focus-ring-color;
}

/*position should be relative and z-index greater than one*/
#project-details .icon {
  position: relative;
  float: right;
  padding-right: 10px;
  margin-top: -30px;
  z-index: 2;
  color: #586794;
}

#project-details .icon-textarea {
  float: right;
  margin-top: -150px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  color: #586794;
}
#project-type {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #64707d;
  border: 1px solid #ddd;
  padding: 7px 10px 7px 32px;
}

/* Service Page Styles  */

/*   
section.services {
    text-align: center;
}
.card-row-gap {
    padding-bottom: 2rem;
}
.card-body{
background-color: #ffebef;

}
a.card-body{
    text-decoration: underline;
}
.best-solution img{
	width:100%;
	height:auto;
}

/* why choose leadsbee 

.service-type-gap {
 padding-bottom: 8rem;
}
h2.col-md-6 {
    padding-bottom: 3rem;
    padding-top: 2rem;
} */
.feature-design-image {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
section.header.contact-header {
  padding-bottom: 50px;
}
.card.service-block-card img {
  width: 100%;
  height: auto;
}

.card.service-block-card {
  min-height: 450px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card.service-block-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.card.service-block-card img {
  transition: transform 0.3s ease;
}

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card.service-block-card {
  animation: fadeInUp 0.6s ease-out;
}
.why-choose img {
  margin-bottom: 25px;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.why-choose img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.why-choose h2 {
  animation: slideInLeft 0.8s ease-out;
  position: relative;
}

.why-choose h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #2563EB, #1D4ED8);
  animation: growWidth 1s ease-out 0.8s both;
}

.why-choose p {
  animation: fadeInUp 0.8s ease-out 0.5s both;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes growWidth {
  from {
    width: 0;
  }
  to {
    width: 50px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why-choose {
  padding-bottom: 30px;
}

.service-type img {
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.service-type img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.team-page-description h2 {
  animation: slideInLeft 0.8s ease-out;
  position: relative;
}

.team-page-description h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #2563EB, #1D4ED8);
  animation: growWidth 1s ease-out 0.8s both;
}

.team-page-description p {
  animation: fadeInUp 0.8s ease-out 0.5s both;
}
/* Blog Page Styles  */
.blog-post {
  border: 1px solid #dddddd;
  padding: 15px;
}
.blog-category p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: orange;
  line-height: 35px;
}

.blog-content h2.blog-title {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: orange;
  line-height: 35px;
}

.blog-content p.blog-exercpt {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #64707d;
}

.blog-meta h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #070a57;
}

.blog-meta p.date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 35px;
  color: #64707d;
}

.pagination ul li {
  list-style: none;
  display: inline;
  border: 1px solid #ddd;
  padding: 10px;
}
.pagination ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #64707d;
}

.pagination ul li.previous {
  background: #ddd;
}
.pagination ul li.previous a,
.pagination ul li.next a {
  color: #070a57 !important;
}
.pagination ul li.next {
  background: orange;
}
p.sub-heading {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #070a57;
  padding-top: 20px;
}

form#newsletter-form input#client-mail {
  max-width: 500px;
  border: 1px solid orange;
  border-radius: 3px;
}

form#newsletter-form button,
.team-counter button {
  background: orange;
  border: none;
  padding: 5px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #070a57;
}

/* Portfolio Page Styles */

.portfolio-block {
  position: relative;
  margin-bottom: 20px;
  border: 2px solod red;
}

.portfolio-overlay {
  position: absolute;
  background: orange;
  height: 90%;
  width: 90%;
  top: 10px;
  left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.portfolio-block:hover .portfolio-overlay {
  display: flex;
  transition: 0.5s ease;
}

.portfolio-overlay h3 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #070a57;
}

.portfolio-overlay p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #64707d;
}

section.portfolio-call-to-action {
  background: #ffeebf;
  text-align: center;
}

section.portfolio-call-to-action h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  color: #070a57;
}

button.project-button-1,
button.project-button-2 {
  border: none;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #070a57;
  margin-right: 15px;
}
button.project-button-1 {
  background: orange;
}
button.project-button-2 {
  background: #fff;
}

/* Team Page Styles  */

.team-page-description h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #070a57;
  line-height: 32px;
  padding-bottom: 25px;
}

.team-page-description p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  /* font-weight: 500; */
  color: #070a57;
  line-height: 35px;
  padding-bottom: 25px;
}
.team-card {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.team-card.founder:hover {
  transform: scale(1.05) translateY(-10px);
}
.team-card.senior:hover {
  transform: translateY(-8px);
}
.team-card img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #E5F0FF;
  transition: border-color 0.3s ease;
}
.team-card.founder img {
  width: 140px;
  height: 140px;
  border-color: #2563EB;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
}
.team-card.senior img {
  width: 130px;
  height: 130px;
  border-color: #28a745;
}
.team-card:hover img {
  border-color: #2563EB;
}
.team-card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #070a57;
  margin-bottom: 5px;
}
.team-card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #64707d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Founder hierarchy styling */
.team-card.founder {
  background: linear-gradient(135deg, #E5F0FF 0%, #fff 100%);
  border: 3px solid #2563EB;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
  transform: scale(1.05);
  position: relative;
}
.team-card.founder::before {
  content: '👑 CEO';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563EB;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-card.founder img {
  width: 140px;
  height: 140px;
  border-color: #2563EB;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
}
.team-card.founder h3 {
  font-size: 24px;
  color: #2563EB;
  font-weight: 700;
}
.team-card.founder p {
  color: #2563EB;
  font-weight: 600;
}

/* Senior role styling */
.team-card.senior {
  border: 2px solid #28a745;
  background: linear-gradient(135deg, #f8fff8 0%, #fff 100%);
}
.team-card.senior::before {
  content: '⭐ Senior';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-card.senior img {
  border-color: #28a745;
}
.team-card.senior h3 {
  color: #28a745;
}

.team-card ul li {
  list-style: none;
  display: inline;
  padding: 5px 10px;
}

.team-card ul li a {
  color: #a4a8ad;
  font-size: 16px;
}

.team-card ul li a:hover {
  color: #2563EB;
  transition: all 0.5s;
}

.team-card.founder {
  background: linear-gradient(135deg, #E5F0FF 0%, #fff 100%);
  border: 2px solid #2563EB;
}
.team-card.founder img {
  width: 140px;
  height: 140px;
  border-color: #2563EB;
}
.team-card.founder h3 {
  font-size: 24px;
  color: #2563EB;
}

/* Team card animations */
.team-card {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}
.team-card:nth-child(1) { animation-delay: 0.1s; }
.team-card:nth-child(2) { animation-delay: 0.2s; }
.team-card:nth-child(3) { animation-delay: 0.3s; }
.team-card:nth-child(4) { animation-delay: 0.4s; }
.team-card:nth-child(5) { animation-delay: 0.5s; }
.team-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Highlight counter plus numbers */
.counter-plus {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(45deg, #2563EB, #1D4ED8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 22px;
    right: 22px;

    background: linear-gradient(135deg, #25D366, #1EBE5D);
    color: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
    z-index: 1000;

    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.35);
    animation: float 3s ease-in-out infinite, glow 2s infinite;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* WhatsApp icon wiggle */
.whatsapp-float i {
    animation: wiggle 2.5s infinite;
}

/* Hover boost */
.whatsapp-float:hover {
    transform: scale(1.18);
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.55);
    color: #fff;
    text-decoration: none;
}

/* Floating up-down */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

/* Glow pulse */
@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Icon wiggle animation */
@keyframes wiggle {
    0% { transform: rotate(0deg); }
    5% { transform: rotate(10deg); }
    10% { transform: rotate(-10deg); }
    15% { transform: rotate(8deg); }
    20% { transform: rotate(-8deg); }
    25% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
