/**
* Template Name: Selecao - v2.1.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* style.css */

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

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
html {
  scroll-behavior: smooth; /* smooth scroll */
  scroll-padding-top: 80px; /* header ki height ke equal */
}

a {
  color: #ef6603;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 75px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ef6603;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fc7c1f;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #222222;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

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

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  background: #ef6603;
  text-decoration: none;
}

.nav-menu .login > a {
  background: #0469d1;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 15px;
  margin-top: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2c39;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #ef6603;
  background: none;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2a2c39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ef6603;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 21, 28, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Floating button Section
--------------------------------------------------------------*/
/* ===== Desktop floating box ===== */
.floating-box-desktop {
  position: fixed;
  top: 35%;
  right: 0;
  background: linear-gradient(0deg, #0c4bff 0%, #004fbc 100%);
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 10px 8px;
  display: none;
  flex-direction: column;
  width: 70px;
  z-index: 9999;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.floating-box-desktop .box-btn {
  color: #fff !important;
  display: flex;
  flex-direction: column; /* icon upar, text neeche */
  align-items: center;
  justify-content: center;
}

.floating-box-desktop .box-btn i {
  font-size: 22px; /* icons normal/bade */
  margin-bottom: 4px; /* thoda gap text se */
  color: #fff !important;
}

.floating-box-desktop .box-btn span {
  font-size: 10px; /* ✅ sirf text chhota */
  line-height: 1.2;
  display: block;
}

.floating-box-desktop .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 5px 0;
}

/* ===== Mobile floating box ===== */
.floating-box-mobile {
  display: none; /* default hidden on desktop */
}

@media (max-width: 768px) {
  .floating-box-desktop {
    display: none; /* hide desktop box on mobile */
  }

  .floating-box-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, #0c4bff 0%, #004fbc 100%);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    font-family: "Poppins", sans-serif;
  }

  .floating-box-mobile .box-btn {
    font-size: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
  }

  .floating-box-mobile .box-btn i {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .floating-box-mobile .divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
    height: auto;
    align-self: stretch;
  }
}

/*--------------------------------------------------------------
# carousel Section
--------------------------------------------------------------*/
/* ===== Popup Carousel Custom ===== */
.dc-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.dc-popup-content {
  position: relative;
  background: #022154;
  border-radius: 12px;
  padding: 15px;
  max-width: 500px;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.dc-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 22px;
  color: #ffffff8a;
  cursor: pointer;
  /* font-weight: bold; */
  /* background: rgba(0,0,0,0.6); */
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 999;
}
/* .dc-close-btn:hover {
  background: rgba(255,255,255,0.3);
} */

.dc-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.dc-carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.dc-carousel img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  flex: 0 0 100%;
  /* background: #000; */
}

.dc-carousel img {
  -webkit-user-drag: none; /* ✅ Safari/Chrome */
  user-select: none; /* ✅ text select disable */
  pointer-events: auto;
}

.dc-dots {
  text-align: center;
  margin-top: 10px;
}
.dc-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #777;
  margin: 0 5px;
  cursor: pointer;
}
.dc-dot.active {
  background: #fff;
}
.dc-prev-btn,
.dc-next-btn {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  color: #fff;
}

.dc-prev-btn,
.dc-next-btn {
  outline: none;
  box-shadow: none;
}
.dc-prev-btn:focus,
.dc-next-btn:focus,
.dc-prev-btn:active,
.dc-next-btn:active {
  outline: none;
  box-shadow: none;
}

.dc-prev-btn {
  left: 10px;
}

.dc-next-btn {
  right: 10px;
}

/* ===== Responsive ===== */

/* Tablet (<= 1024px) */
@media (max-width: 1024px) {
  .dc-popup-content {
    max-width: 95%;
    padding: 12px;
  }

  .dc-carousel img {
    height: 400px;
  }

  .dc-prev-btn,
  .dc-next-btn {
    font-size: 22px;
    padding: 7px 9px;
  }
}

/* Mobile Landscape (<= 768px) */
/* @media (max-width: 768px) {
  .dc-popup-content {
    width: 95% !important;
    height: 95% !important;
    max-width: 95% !important;
    border-radius: 12px !important;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
  }

  .dc-carousel {
    flex: 1;
    display: flex;
    justify-content: center;   
    align-items: center;       
  }

  .dc-carousel img {
    max-height: 80%;  
    
    object-fit: contain;
    background: #022154;
  }

  .dc-dots {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .dc-close-btn {
    top: 12px;
    right: 12px;
    font-size: 26px;
    
    color: #fff;
  }
} */

@media (max-width: 768px) {
  .dc-popup-content {
    width: 95% !important;
    max-height: max-content !important;
    max-width: 95% !important;
    border-radius: 12px !important;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
  }
  .dc-carousel {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dc-carousel img {
    max-height: 80%;
    /* width: auto; */
    object-fit: contain;
    background: #022154;
  }
  .dc-dots {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .dc-close-btn {
    top: 12px;
    right: 12px;
    font-size: 26px;
    /* background: rgba(0,0,0,0.4); */
    color: #fff;
  }
}

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

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #0c4bff 0%, #33364a 100%);
  padding: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  /*font-size: 48px;*/
  font-weight: 700;
  margin-top: 15px;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 10px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#hero .btn-get-started:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
  border-color: #ef6603;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }
  #hero h2 {
    font-size: 19px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

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

section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  /* background: #fd9042; */
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

/*.about {
  padding-top: 80px;
}*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  /*padding-left: 28px;*/
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

/* === Features Section Styling === */
/* 
.features-overview-section {
  font-family: "Segoe UI", sans-serif;
  background: #fff;
  padding: 3rem 1rem;
}

.features-overview-section .section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #222;
}

.features-overview-section .section-title p {
  font-size: 1rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.features-overview-section .btn {
  min-width: 180px;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.features-overview-section .btn.active,
.features-overview-section .btn:hover {
  background-color: #ef6603;
  border-color: #ef6603;
  color: #fff;
} */

/* === Feature Cards === */

/* .features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ef6603;
}

.features .nav-link.active {
  background: #ef6603;
  color: #fff;
  border-color: #ef6603;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ef6603;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
} */

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
  background: #222222;
  padding: 80px 0;
  margin-top: 50px;
}

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

.cta p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ef6603;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #ef6603;
}

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

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

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

.mt-30 {
  margin-top: 30px !important;
}

.services .section-title {
  text-align: center;
  padding-bottom: 8px;
  font-size: 14px;
}

.services .section-title h2 {
  display: flex;
  flex-flow: column;
}

.services .section-title h2:after {
  width: 30px;
  margin: 15px auto 1px;
}

.services .icon-box {
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0px 55px rgba(0, 0, 0, 0.11);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  text-align: center;
}

.services .icon-box:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.services .icon-box:hover a {
  color: #ef6603;
}

.services .icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .icon-box:hover .icon:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #0469d1;
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.9);
}

.services .icon-box:hover .icon:after {
  animation: ripple 2s 1s ease-out infinite;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: solid 2px #0469d1;
  transform: scale(0.9);
}

@keyframes ripple {
  0% {
    opacity: 0.25;
    border-radius: 50%;
  }
  100% {
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.7);
  }
}

.services .icon i {
  font-size: 40px;
  line-height: 1;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.services .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.services .title a:hover {
  color: #ef6603;
}

.services .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  min-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li::before {
  content: "[";
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li::after {
  content: "]";
  margin-left: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ef6603;
}

.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
  color: #ef6603;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fedac0;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fd9f5b;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fd9f5b;
}

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

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .section-title {
  text-align: center;
  padding-bottom: 8px;
  font-size: 14px;
}

.testimonials .section-title h2 {
  display: flex;
  flex-flow: column;
}

.testimonials .section-title h2:after {
  width: 30px;
  margin: 15px auto 1px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 0px 15px;
  text-align: center;
  overflow-x: auto;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  margin: 8px 0 5px 0;
  color: #111;
  line-height: 25px;
  font-weight: 500;
  white-space: normal;
}

.testimonials .testimonial-item h4 {
  font-size: 13px;
  color: #999;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 25px auto;
  color: #737373;
  padding-top: 28px;
  font-size: 14px;
  white-space: normal;
  font-weight: normal;
  position: relative;
  line-height: 1.6;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #ef6603 !important;
}

.testimonials .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 25px -20px;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ef6603;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ef6603;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #ef6603;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #fc8129;
}

.pricing .featured {
  border: 2px solid #ef6603;
}

.pricing .featured h3 {
  color: #fff;
  background: #ef6603;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ef6603;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #ef6603;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #ef6603;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #ef6603;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #2a2c39;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(239, 102, 3, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

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

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2a2c39;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.mt-15 {
  margin-top: 15px !important;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ef6603;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ef6603;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
  border-radius: 22px;
  padding-left: 22px;
  padding-right: 22px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  border-radius: 22px;
  resize: none;
  padding-left: 22px;
  padding-right: 22px;
}

.contact .php-email-form button[type="submit"] {
  background: linear-gradient(90deg, #0c4bff 0%, #004fbc 100%);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

/* .contact .php-email-form button[type="submit"]:hover {
  background: #fc8129;
} */

.contact .php-email-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 10px;
}

.contact .php-email-form .form-group label {
  min-height: 45px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f4f5f7;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
}

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

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

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

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

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ef6603 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #222222;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer h5 {
  font-size: 18px;
  color: #ef6603;
  font-family: "Poppins", sans-serif;
}

#footer ul > li > a {
  color: #fff;
  opacity: 0.66;
}

#footer ul > li > a:hover {
  color: #ef6603;
  opacity: 1;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
  color: rgba(255, 255, 255, 0.66);
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ef6603;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #bd5102;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

#footer .credits {
  font-size: 13px;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*====================================================*/

.btn-request {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ef6603;
}

.btn-request:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

.contantbox-inner {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0px 55px rgba(0, 0, 0, 0.11);
}

.contantbox-inner .section-title {
  padding-bottom: 10px;
}

.contantbox-inner .section-title p {
  color: #212121;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.contantbox-inner ol {
  margin-top: 10px;
  padding-left: 20px;
}

.contantbox-inner li {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 15px;
}

/* remove underline in header style start */

ul li a {
  text-decoration: none !important;
}

ul li a:hover {
  text-decoration: none !important;
  /* color: #3b53ff; */
}

/* problem style start*/

.problem-section-split {
  padding: 80px 40px 40px 40px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  background-color: #fff;
}

.problem-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.problem-content {
  flex: 1 1 550px;
  max-width: 550px;
}

.subtitle {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #0826ce;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 3px;
  background-color: #0826ce;
  border-radius: 2px;
}

.problem-content h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.problem-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.problem-list h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: 700;
  color: #222;
  transition: color 0.3s ease;
}

.problem-list li:hover h3 {
  color: #ef6603;
}

.problem-list .bullet-list {
  list-style: disc !important;
  margin: 0;
  padding-left: 20px;
}

.problem-list .bullet-list li {
  display: list-item;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
}

.problem-list p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.problem-list li div p {
  position: relative;
  margin-left: 20px;
}

.problem-list li div p::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #333;
  font-size: 18px;
  line-height: 1;
}

.icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 4px;
}

.icon.blue {
  color: #3b53ff;
}

.icon.red {
  color: #ff4d4f;
}

.icon.orange {
  color: #ffa500;
}

.icon.green {
  color: #0826ce;
}

.problem-illustration {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 100%;
  text-align: center;
}

.problem-illustration img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 576px) {
  .problem-illustration img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}

/* problem style end*/

/*  Logo Slider Section start */
.logo-slider-section {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.logo-slider-section .logo-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.logo-slider-section .quotes {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 10px;
  line-height: 1.5;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-top: 20px;
}

.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  animation: marquee 25s linear infinite;
  animation-play-state: paused; /* by default stop */
}

.logo-track img {
  height: 120px;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.3s;
}
.logo-track img:hover {
  transform: scale(1.05);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* @media (max-width: 600px) {
  .swiper-slide img {
    height: 40px;      
  }
} */

/*  Logo Slider Section start */

/* how its work style start old*/

/* .how-it-works-section {
    background: linear-gradient(to bottom, #ffffff, #f8fafd);
    padding-top: 90px;
    padding-bottom: 90px;
}

.step-card:hover .step-title {
    color: #ef6603;
}

.step-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    text-align: center;
    border: 1px solid #e4eaf1;
    transition: all 0.3s ease-in-out;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.step-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.gradient-blue {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.gradient-green {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.gradient-purple {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
} */

/* .step-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
} */
/* 
.step-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 6px;
}
    */

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1f2937;
}

.section-title p {
  font-size: 1.1rem;
  color: #64748b;
  margin-top: 10px;
}

/* new */

.how-it-works-section {
  background: linear-gradient(to bottom, #ffffff, #f8fafd);
  padding-top: 90px;
  padding-bottom: 90px;
}

.steps-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.17);
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); */
  padding: 40px 20px 30px 20px;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 25px;
  height: 450px;
}

.step-top-arc {
  width: 190px;
  height: 100px;
  background: var(--arc-color);
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 190px;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.step-number-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  font-weight: bold;
  color: #222;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.step-icon {
  margin-top: 60px;
  font-size: 2rem;
  display: inline-block;
  color: var(--arc-color);
}

.step-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

.step-list {
  text-align: left;
  padding-left: 20px;
  color: #444;
  font-size: 0.95rem;
}

.step-list li {
  margin-bottom: 8px;
}

.step-bottom-arc {
  width: 190px;
  height: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: var(--arc-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1.5rem; /* ✅ Spacing between stacked cards */
  }

  .steps-card {
    padding: 40px 15px 30px; /* reduce side padding on small screens */
    height: auto;
  }
}

/* how its work style end*/

/* and here */

/* feature style start */

/* .features-overview-section {
    background: #f9fbff;
    padding: 60px 0;
}

.section-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
}

.section-title p {
    font-size: 1.1rem;
    color: #475569;
    max-width: 700px;
    margin: 10px auto;
}

.btn-outline-primary {
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #4f46e5;
    color: #4f46e5;
    background-color: white;
}

.btn-outline-primary:hover,
.btn-outline-primary.active {
    background-color: #4f46e5;
    color: white;
}

.step-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.step-card:hover {
    transform: translateY(-5px);
    background-color: #f1f5f9;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 10px;
}

.step-text {
    color: #475569;
    font-size: 0.95rem;
}

.step-card:hover .step-title {
    color: #ef6603;
}

.feature-box {
    margin-top: 2.0rem;
}

.feature-box:nth-child(-n+3) {
    margin-top: 0;
} */

/* new fetures css */
.features-overview-section {
  padding-top: 30px;
  padding-bottom: 25px;
}

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e293b;
}

.section-title p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 700px;
  margin: 10px auto;
}

.featuresbtn {
  margin-bottom: 25px;
}

.features-btn.active {
  background: linear-gradient(0deg, #0c4bff 0%, #004fbc 100%);
  color: #fff !important;
  border: none !important;
}

.features-btn {
  border: 1px solid #0c4bff; /* normal state border */
  color: #0c4bff;
}

.btn-outline-primary {
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
  border: 2px solid #4f46e5;
  color: #4f46e5;
  background-color: white;
  transition: 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary.active {
  background: linear-gradient(0deg, #0c4bff 0%, #004fbc 100%);
  color: white;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.25);
  padding: 2rem;
  min-height: 300px;
  position: relative;
  transition: transform 0.3s;
  margin-bottom: 80px;
}

.feature-card:hover {
  transform: translateY(-5px);
}
/* .feature-card:hover .icon-circle {
  transform: scale(1.15);
} */

.feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #22223b;
  margin-top: 3.5rem;
  margin-bottom: 0.7rem;
}

.feature-card ul {
  padding-left: 1.2rem;
}

.feature-card li {
  color: #475569;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}
.image-circle-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.image-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.25);
}

.icon-circle-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  border: 1px solid white;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-inner-circle {
  width: 80px;
  height: 80px;
  background: #e0e7ff; /* light background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-inner-circle i {
  font-size: 28px;
  color: #4f46e5; /* icon color */
}

@media (max-width: 767px) {
  .col-md-6,
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feature-card {
    min-height: auto; /* अब auto height हो जाएगी */
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .feature-card {
    height: auto;
  }
}

/* new essentialsFeatures */
.pharma-feature {
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  /* box-shadow: 0 8px 32px rgba(44, 62, 80, 0.25);
   */
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.17);
  transition: transform 0.2s ease;
  height: 100%;
}

.pharma-feature:hover {
  transform: translateY(-5px);
}

.pharma-feature h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #22223b;
  margin: 15px 0 10px 10px;
  transition: color 0.3s ease;
}

.pharma-feature:hover h5 {
  color: #ef6603 !important;
}

.pharma-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.pharma-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pharma-list {
  margin: 0 1rem 1rem;
  padding-left: 1.2rem;
}

.pharma-list li {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* feature style end */

/* proof style start*/

.credibility-section {
  background: #f1f5f9;
  padding-top: 50px;
  padding-bottom: 50px;
  /* margin-top: 50px; */
}

.stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid #e0e7ef;
}

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

.count {
  font-weight: bold;
  transition: all 0.3s ease;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  padding: 18px 0;
  border-radius: 12px;
  margin-bottom: 20px;
}

.gradient-yellow {
  /* background: linear-gradient(135deg, #6366f1, #818cf8); */
  background: #ffa726;
}

.gradient-blue {
  /* background: linear-gradient(135deg, #14b8a6, #2dd4bf); */
  background-color: #0a69d6;
}

/* .gradient-purple {
  background: linear-gradient(135deg, #a855f7, #c084fc);
  background-color: #FFA726;
} */

/* .stat-label {
    font-size: 1rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto;
} */

.stat-label {
  font-size: 1rem;
  color: #334155;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  height: 60px;
  /* Set your desired height */
  display: flex;
  align-items: center;
  /* Vertically center text */
}

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1f2937;
}

.section-title p {
  font-size: 1.1rem;
  color: #64748b;
  margin-top: 10px;
}

/* proof style end*/

/* Pricing Styles start */

/* .pricing.section {
  padding: 30px 0;
  background: #f8f9fa;
} */

.section-title h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}

.section-title span.description-title {
  font-weight: 700;
  color: #3b53ff;
  font-size: 18px;
}

/* .pricing-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
}

.pricing-item.featured {
    border: 3px solid #3b53ff;
    position: relative;
}

.pricing-item.featured .popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #3b53ff;
    color: white;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.pricing-item h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-item .description {
    font-size: 15px;
    margin-bottom: 25px;
    color: #555;
}

.pricing-item h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.pricing-item h4 sup {
    font-size: 18px;
    top: -0.6em;
    position: relative;
    margin-right: 2px;
}

.pricing-item .cta-btn {
    background: #3b53ff;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

.pricing-item .cta-btn:hover {
    background: #2a3db9;
    color: white;
}

.pricing-item p.text-center.small {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.pricing-item ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    font-size: 14px;
    color: #555;
}

.pricing-item ul li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}

.pricing-item ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #3b53ff;
}

.pricing-item ul li.na i {
    color: #d9534f;
}

.pricing-item ul li.na span {
    color: #d9534f;
    text-decoration: line-through;
} */

/* new price css start here  */
.pricing.section {
      padding: 60px 0;
    }

    .section-title p {
      font-size: 1rem;
      color: #444;
      margin: 0;
    }

    .section-title span.description-title {
      font-weight: 700;
      color: #0c4bff;
    }

    .pricing-card-section {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .pricing-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      width: 350px;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: transform 0.2s;
      padding: 1rem 1.5rem;
    }

    .pricing-card:hover {
      transform: translateY(-6px);
    }

    .plan {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      text-align: left;
    }

    .price-row {
      margin-bottom: 1.2rem;
      display: flex;
      gap: 6px;
      height: 60px;
    }

    .price-row .contact{
      font-size: 2rem;
      color: #170f49;
      font-weight: 800;
      padding: 5px;
    }

    .price {
      font-size: 3rem;
      font-weight: 800;
      color: #170f49;
    }

    .duration {
      font-size: 0.95rem;
      color: #666;
      font-weight: 500;
      padding: 5px;
    }

    .pricing-card p {
      font-size: 0.9rem;
      color: #555;
      /* margin-bottom: 1rem; */
      height: 50px;
    }

    .features-title {
      font-weight: 600;
      margin: 1rem 0 -1.5rem;
      color: #000;
    }

    .pricing-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 1.5rem 0;
    }

    .pricing-card ul li {
      display: flex;
      align-items: center;
      margin: 0.6rem 0;
      font-size: 0.9rem;
      color: #514f6e;
      font-weight: 500;
    }

    .pricing-card ul li::before {
      content: "✔";
      color: #fff;
      background: #0c4bff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: bold;
      margin-right: 10px;
    }

    .card-footer {
      /* margin-top: auto; 👈 Pushes button to bottom */
      text-align: center;
      /* padding-top: 1rem; */
      border: none;
      background-color: none;
    }

    a.start-btn {
      display: block;
      border-radius: 40px;
      padding: 12px 24px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      border: 1.5px solid #ddd;
      background: #fff;
      color: #000 !important;
      text-decoration: none !important;
      transition: all 0.2s ease-in-out;
      text-align: center;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .pricing-card.standard a.start-btn {
      background: #0c4bff;
      color: #fff !important;
      border: none;
    }

    a.start-btn:hover {
      opacity: 0.9;
    }

    .features-list{
      border-top: 1px solid #eee;
    }

    .badge-popular {
      position: absolute;
      top: 36px;
      right: 20px;
      background: #ffa726;
      color: #fff;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 6px 10px;
      border-radius: 20px;
      text-transform: uppercase;
    }

    @media (max-width: 900px) {
      .pricing-card {
        width: 100%;
        max-width: 400px;
      }
    }

/* Pricing Styles end */

/* about Styles start */

/* .icon-box {
  background: #fff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.custom-gap-start {
  margin-left: 30px;
}

.icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ef6603, #ffa94d);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.icon-box:hover::before {
  opacity: 1;
}

.icon-box i {
  font-size: 48px;
  color: #3b53ff;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon-box:hover i {
  transform: scale(1.15);
  color: #ef6603;
}

.icon-box h3 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #222;
  transition: color 0.3s ease, transform 0.3s ease;
}

.icon-box:hover h3 {
  color: #ef6603;
}

.icon-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}

.icon-box:hover {
  box-shadow: 0 15px 30px rgb(0 0 0 / 0.15);
  transform: translateY(-5px);
}

.about .content h5 {
  color: #3b53ff;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .about .content {
    margin-bottom: 10rem;
  }
  .icon-boxes {
    margin-top: 1rem;
  }
} */

/* new css */
.feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
  flex-shrink: 0;
}

.icon-purple {
  background: #ede9fe;
  color: #7c3aed;
}

.icon-orange {
  background: #eedac2;
  color: #fb923c;
}

.icon-blue {
  background: #e0f2fe;
  color: #0ea5e9;
}

.icon-indigo {
  background: #e0e7ff;
  color: #6366f1;
}

.about-section-card {
  background-color: #f5f7ff;
  border-radius: 20px;
  /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25); */
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
  padding: 40px 30px;
}

.icon-row {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.icon-row:last-child {
  margin-bottom: 0;
}

.icon-row .feature-icon {
  flex-shrink: 0;
}

.icon-row .icon-text {
  flex: 1;
  min-width: 0;
}

@media (max-width: 767px) {
  .about-section-card {
    padding: 24px 16px;
  }
}

/* <!-- End about Box --> */

.btn-request {
  text-decoration: none !important;
}

.btn-request:hover,
.btn-request:focus,
.btn-request:active {
  text-decoration: none !important;
}

#hero a {
  text-decoration: none !important;
}

/* //////////// */

.icon-box {
  background: #fff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  /* Hidden border initially */
}

.icon-box:hover {
  box-shadow: 0 15px 30px rgb(0 0 0 / 0.15);
  transform: translateY(-5px);
  border: 2px solid #ef6603;
  /* Orange border on hover */
}

.icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ef6603, #ffa94d);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.icon-box:hover::before {
  opacity: 1;
}

.icon-box .icon {
  font-size: 48px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.icon-box:hover .icon {
  transform: scale(1.15);
}

.icon-box h3 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #222;
  transition: color 0.3s ease;
}

.icon-box:hover h3 {
  color: #ef6603;
}

.icon-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}

.about .content h5 {
  color: #3b53ff;
  font-weight: 700;
}

.btn-request,
#hero a {
  text-decoration: none !important;
}

/* //////////////////// */

/* solution style start*/

.solution-section {
  padding: 2rem 1rem;
  font-family: "Segoe UI", sans-serif;
  max-width: 1100px;
  margin: auto;
  color: #333;
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
}

.section-title p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.solution-card.featured {
  grid-column: span 1;
}

/* .featured .card-image img {
  height: 320px;
  padding: 0;
  margin: 0;
} */

/* Tablet & Desktop */
@media (min-width: 768px) {
  .solution-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 columns layout */
  }

  .solution-card.featured {
    grid-column: span 2;
  }
}

.solution-card {
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.17);
  /* box-shadow: 0 8px 32px rgba(44, 62, 80, 0.25); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
}

/* .card-image {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
} */

/* Desktop / Tablet default */
.card-image {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  padding: 8px;
}

/* Mobile fix */
@media (max-width: 576px) {
  .card-image {
    height: auto;
    overflow: visible;
  }

  .card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.solution-card h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222;
  margin: 1rem 1rem 0.5rem;
}

.solution-card ul {
  margin: 0 1rem 1rem;
  padding-left: 1.2rem;
}

.solution-card ul li {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* .solution-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 3.5rem 1.5rem 1.5rem;
  overflow: visible; 
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
} */

/* .icon-circle1 {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  background: #666;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
} */

/* .icon-circle1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.gradient-indigo {
  background: linear-gradient(135deg, #667eea, #7c6fd4);
}

.gradient-teal {
  background: linear-gradient(135deg, #43cea2, #3b8d99);
}

.gradient-purple {
  background: linear-gradient(135deg, #a18cd1, #c49adb);
}

.gradient-cyan {
  background: linear-gradient(135deg, #89f7fe, #66a6ff);
}

.gradient-gold {
  background: linear-gradient(135deg, #f7b733, #fc4a1a);
}

.solution-card h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.solution-card ul li {
  font-size: 0.96rem;
  color: #555;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  text-align: left;
}

.solution-card:hover h5 {
  color: #ef6603;
}

/* solution style end  */

/* solution style start */
/* old code */

/* .solution-section {
  padding: 2rem 1rem;
  font-family: "Segoe UI", sans-serif;
  max-width: 1100px;
  margin: auto;
  color: #333;
}*/

.section-title {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}

.section-title h2::after {
  content: "";
  /* position: absolute; */
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
}

.section-title p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  /* margin: 0 auto; */
  line-height: 1.5;
  margin-bottom: 50px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

/* Center last two cards in final row on medium and large screens */
/* 
@media (min-width: 768px) {
   .solution-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .solution-card {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
  .solution-grid > .solution-card:nth-child(4),
  .solution-grid > .solution-card:nth-child(5) {
    flex: 1 1 calc(40% - 1rem);
    max-width: calc(40% - 1rem);
  } 

} */
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 1.5rem;
  }

  .section-title p {
    font-size: 0.95rem;
  }
}

/* .solution-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(230, 116, 24, 0.08);
} */

/* .icon-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.3s ease;

} */
/* 
.gradient-indigo {
  background: linear-gradient(135deg, #667eea, #7c6fd4);
}

.gradient-teal {
  background: linear-gradient(135deg, #43cea2, #3b8d99);
}

.gradient-purple {
  background: linear-gradient(135deg, #a18cd1, #c49adb);
}

.gradient-cyan {
  background: linear-gradient(135deg, #89f7fe, #66a6ff);
}

.gradient-gold {
  background: linear-gradient(135deg, #f7b733, #fc4a1a);
} */

/* .solution-card h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.solution-card p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.solution-card:hover h5 {
    color: #ef6603;
} */

/* new */

/* .card-image {
  height: 200px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
} */

/* .card-content {
  padding: 1rem;
  text-align: left;
}

.card-content h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  text-align: left;
} */

/* solution style end */

/* /////////////////////////////////////////////// */
