
@font-face {
  font-family: 'Alliance No.2 Light';
  src: url("Alliance/payvista1.a5121c15d2e3.otf") format('opentype');
  
}

@font-face {
  font-family: 'Alliance No.1 Light';
  src: url("Alliance/payvista2.3ee90eef7138.otf") format('opentype');
  
}

* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Alliance No.1 Light', sans-serif;
  }
    

   



body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #F3BA2F;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #ffff ;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*logo section */
.logo-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.creative-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
  background-color:#F3BA2F;
  color: #F3BA2F;
  z-index: 2;
  position: relative;
  transition: transform 0.3s ease;
  animation: bounceIn 0.9s ease-out;
}

.logo-glow-circle {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(rgba(54,137,131,0.6), transparent);
  animation: glowPulse 2s infinite;
  z-index: 1;
  opacity: 0.6;
}

@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }


}

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0 }
  60% { transform: scale(1.5); opacity: 1 }
  100% { transform: scale(1); }
}

/* Animated typing brand text */
.animated-text {
  font-size: 2rem;
  font-weight: bold;
  color: #F3BA2F; /* Binance gold */
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid #F3BA2F; /* Cursor color */
  animation: typing 2s steps(15, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 15ch;
  }
}

@keyframes blink-caret {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: #F3BA2F;
  }
}

/* Shrink navbar effect */
.custom-navbar.shrink .creative-logo {
  transform: scale(0.7);
}

.custom-navbar.shrink .animated-text {
  font-size: 1rem;
}
/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #368983, #368983);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
  background-color: #368983;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: white;
}

.action{
  color: #F3BA2F
}

.custom_nav-container {
  padding: 0;
  background-color: #368983;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00204a ;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color:white;
}

.custom_nav-container .nav_search-btn:hover {
  color:  #F3BA2F;
  
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.slider_section {
  position: relative;
  padding: 80px 0;
  background-color: #368983;
  overflow: hidden;
}

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

.slider_section #customCarousel1 {
  width: 100%;
  position: relative;
}

/* Detail Box Styling */
.slider_section .detail-box {
  color: #F3BA2F;
  padding: 30px;
  position: relative;
}

.slider_section .detail-box .tagline {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.slider_section .detail-box h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
  color: white;
  position: relative;
}

.slider_section .detail-box h1 .typing-text {
  display: inline-block;
  border-right: 3px solid #F3BA2F;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}


.cta-wrapper {
  margin-top: 30px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #F3BA2F;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(243, 186, 47, 0.2);
}

.cta-button svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  background-color: #e0a91a;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(243, 186, 47, 0.3);
}

.cta-button:hover svg {
  transform: translateX(5px);
}

/* Image Box Styling */
.slider_section .img-box {
  position: relative;
  padding: 20px;
  text-align: center;
}

.slider_section .img-box .slide-img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}

.slider_section .img-box:hover .slide-img {
  transform: scale(1.03);
}

.highlight-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(243, 186, 47, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: pulse 4s infinite;
}

/* Carousel Controls */
.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

.slider_section .carousel-indicators {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 20px;
}

.slider_section .carousel-indicators li {
  background-color: transparent;
  width: auto;
  height: auto;
  text-indent: 0;
  margin: 0 15px;
  position: relative;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.slider_section .carousel-indicators li span {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 5px 0;
  cursor: pointer;
}

.slider_section .carousel-indicators li.active {
  opacity: 1;
}

.slider_section .carousel-indicators li.active span {
  color: #F3BA2F;
}

.slider_section .carousel-indicators li.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F3BA2F;
}

.carousel-nav {
  display: flex;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #F3BA2F;
  transform: scale(1.1);
}

/* Background Elements */
.slider-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.slider-bg-elements div {
  position: absolute;
  opacity: 0.1;
}

.circle-element {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px solid #F3BA2F;
  top: -150px;
  right: -150px;
  animation: float 8s ease-in-out infinite;
}

.square-element {
  width: 200px;
  height: 200px;
  border: 2px solid white;
  bottom: -100px;
  left: -100px;
  animation: float 10s ease-in-out infinite 2s;
}

.triangle-element {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 200px solid rgba(255, 255, 255, 0.1);
  top: 50%;
  right: 10%;
  transform: rotate(45deg);
  animation: float 12s ease-in-out infinite 4s;
}

/* Animations */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #F3BA2F }
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(0.95); opacity: 0.7; }
  50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.3; }
  100% { transform: translate(-50%, -50%) scale(0.95); opacity: 0.7; }
}

@keyframes float {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .slider_section .detail-box h1 {
    font-size: 2.2rem;
  }
  
  .slider_section .img-box {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .slider_section {
    padding: 60px 0;
  }
  
  .slider_section .detail-box h1 {
    font-size: 1.8rem;
  }
  
  .carousel-controls {
    flex-direction: column;
  }
  
  .carousel-nav {
    margin-top: 20px;
  }
}

.service_section {
  position: relative;
  background-color: #ffff;
}

/* Layout and Container */
.policy-section {
  background: #fff;
  padding: 80px 20px;
  font-family: "Inter", Arial, sans-serif;
  color: #333;
}

.policy-container {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 50px;
  border-radius: 16px;
  
}

/* Header Section */
.policy-header {
  text-align: center;
  margin-bottom: 50px;
}

.policy-header h1 {
  font-size: 2.5rem;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.policy-header .last-updated {
  color: #666;
  font-size: 0.95rem;
}

/* Typography */
.policy-content {
  line-height: 1.8;
  font-size: 1rem;
}

.policy-content h2 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
}

.policy-content h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #368983; /* PayVista accent color */
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}

.policy-content h3 {
  font-size: 1.1rem;
  margin-top: 25px;
  font-weight: 600;
  color: #222;
}

/* Lists */
.policy-content ul {
  margin: 10px 0 20px 25px;
  padding: 0;
  list-style-type: disc;
}

.policy-content li {
  margin-bottom: 8px;
}

/* Info block styling */
.info-block {
  background: #f8fafa;
  border-left: 4px solid #368983;
  padding: 15px 20px;
  border-radius: 6px;
}

/* Links */
.policy-content a {
  color: #368983;
  text-decoration: none;
  font-weight: 600;
}

.policy-content a:hover {
  text-decoration: underline;
}

/* Intro paragraph */
.intro {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .policy-container {
    padding: 40px 25px;
  }
  .policy-header h1 {
    font-size: 2rem;
  }
}

.term_section {
  max-width: 900px;
  margin: 60px auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 16px;
  line-height: 1.7;
  color: #333;
}

.term_section h2 {
  color: #368983;
  font-size: 1.5rem;
  margin-top: 40px;
  border-left: 4px solid #368983;
  padding-left: 10px;
}

.term_section p {
  margin-bottom: 15px;
  font-size: 1rem;
}

.term_section ul {
  list-style-type: disc;
  margin: 10px 0 20px 40px;
}

.term_section li {
  margin-bottom: 10px;
}

.term_section strong {
  color: #368983;
}

.term_section a {
  color: #368983;
  text-decoration: none;
  font-weight: 500;
}

.term_section a:hover {
  text-decoration: underline;
}

.contact {
  margin-top: 30px;
  background: #f0f5ff;
  padding: 15px 25px;
  border-radius: 10px;
  border-left: 4px solid #368983;
}

.contact a {
  color: #368983;
  font-weight: 600;
}

@media (max-width: 768px) {
  .term_section {
    padding: 30px;
  }
  .term_section h2 {
    font-size: 1.3rem;
  }
}
.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #F3BA2F
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box p {

  text-align: center
}

.service_section .box .detail-box a:hover {
  color:  #F3BA2F;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #368983;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #368983;
}

/* About Section - Enhanced Design */
.about_section {
  position: relative;
  background-color: white;
  color: #333;
  overflow: hidden;
}

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

/* Image Box Styling */


.about-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.img-box:hover .about-img {
  transform: translateY(-5px);
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: 30px;
  background: #F3BA2F;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(243, 186, 47, 0.3);
}

.experience-badge span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.experience-badge small {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Detail Box Styling */
.detail-box {
  padding-left: 30px;
}

.section-tagline {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F3BA2F;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: rgba(243, 186, 47, 0.1);
  border-radius: 30px;
}

.detail-box h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #222;
}

.text-highlight {
  color: #F3BA2F;
}

.lead-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

/* Mission & Vision */
.mission-vision {
  margin: 40px 0;
}

.mv-item {
  display: flex;
  margin-bottom: 25px;
}

.mv-icon {
  flex: 0 0 50px;
  height: 50px;
  background: rgba(243, 186, 47, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.mv-icon svg {
  width: 24px;
  height: 24px;
}

.mv-item h3 {
  font-size: 1.3rem;
  color: #368983;
  margin-bottom: 10px;
}

.mv-item p {
  color: #666;
  line-height: 1.6;
}

/* Core Services */
.core-services {
  margin: 50px 0;
}

.core-services h3 {
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.core-services h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #F3BA2F;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-color: #F3BA2F;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: rgba(54, 137, 131, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-icon svg {
  width: 24px;
  height: 24px;
}

.service-card h4 {
  font-size: 1.1rem;
  color: #368983;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

/* CTA Box */
.cta-box {
  background: linear-gradient(135deg, #368983, #2a6c67);
  padding: 30px;
  border-radius: 10px;
  margin-top: 50px;
  color: white;
  text-align: center;
}

.cta-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.cta-box p {
  margin-bottom: 20px;
  opacity: 0.9;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #F3BA2F;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  background-color: #e0a91a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cta-button:hover svg {
  transform: translateX(5px);
}

/* Decorative Elements */
.about-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.about-docor .decor-circle {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid  #e0a91a;
  top: -200px;
  right: -200px;
}

.decor-dots {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(54, 137, 131, 0.1) 2px, transparent 2px);
  background-size: 15px 15px;
  bottom: -50px;
  left: -50px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .detail-box {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .detail-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  
  .mv-item {
    flex-direction: column;
  }
  
  .mv-icon {
    margin-bottom: 15px;
  }
}

.why_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;

  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #F3BA2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



/* Login  */

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0px;
  margin-top: 0px;
  margin-bottom:0px ;
  background-color: #ffff;
  
}

.login-card {
  min-width: 400px;
  padding: 10px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.login-card .card-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.form-control {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 16px;
  border-radius: 10px;
  min-width: 200px;
}

.login-card .btn-primary {
  background-color:#368983;
  border-color: #368983;
  font-weight: bold;
  font-size: 16px;
}

.login-card .btn-primary:hover {
  background-color: #368983;
  border-color:#368983;
}

.text-center a {
  color: #fff;
  text-decoration: none;
}

.text-center a:hover {
  text-decoration: underline;
}

.btn-success {
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #368983;
  border-color: #368983;
  font-weight: bold;
  font-size: 16px;
}

.btn-success:hover {
  background-color: #368983;
  border-color: #368983;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: black;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #F3BA2F
}

.why_section .box p {
  margin-bottom: 0;
  
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #368983;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #368983;
}

/* contact card */
.contact-card {
  width: 350px;
  height: 200px;
  perspective: 1000px;
}

.contact-card .front,
.contact-card .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s;
}

.contact-card .front {
  background: linear-gradient(to right, #6b8e23, #556b2f);
  color: white;
  padding: 20px;
  text-align: center;
}

.contact-card .front .logo img {
  width: 100px;
  margin-bottom: 10px;
}

.contact-card .branch-name {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-family: 'Brush Script MT', cursive;
}

.contact-card .contact-details p {
  margin: 5px 0;
}

.contact-card .branch-icon img {
  width: 40px;
  margin-top: 10px;
}

.contact-card .back {
  background-color: #fff8dc;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
}

.contact-card .back .slogan {
  font-family: 'Brush Script MT', cursive;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.contact-card .back .map img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contact-card .back .social-media a img {
  width: 25px;
  margin: 0 5px;
}

.contact-card:hover .front {
  transform: rotateY(-180deg);
}

.contact-card:hover .back {
  transform: rotateY(0deg);
}



/* join us item */

.servicecontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: linear-gradient(135deg, #368983, #8d58bf);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-item {
  background: #fff;
  color: #333;
  padding: 15px 20px;
  margin: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: center;
  flex: 1 1 200px;
  transition: transform 0.5s ease, background 0.5s ease;
  cursor: pointer;
}

.service-item:hover {
  transform: scale(1.1);
  background: #368983;
  color: #fff;
  transform: rotateY(-90deg);
}

@media (max-width: 768px) {
  .service-item {
      flex: 1 1 100%;
  }


}




/* contact us */
#contactUs {
  background:#ffffff;
  padding: 50px 0;
}

#contactUs .container {
max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  #contactUs .container {
      max-width: 85%;
  }
}

#contactUs h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

#contactUs p {
  font-size: 1.2em;
  margin-bottom: 40px;
}

#contactUs .form-group {
  margin-bottom: 20px;
  text-align: left;
}

#contactUs label {
  display: block;
  font-size: 1em;
  margin-bottom: 5px;
}

#contactUs input,
#contactUs textarea {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-bottom: 2px solid white;
  background: whitesmoke;
  font-size: 1em;
  outline: none;
  transition: border-color 0.3s ease;
}

#contactUs input:focus,
#contactUs textarea:focus {
  border-bottom: 2px solid #368983;
}

#contactUs button {
  background: #368983;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;
  transition: background 0.3s ease;
}

#contactUs button:hover {
  background: #368983;
}


@media (max-width: 480px) {
  #contactUs h2 {
      font-size: 2em;
  }

  #contactUs p {
      font-size: 1em;
  }


}

/* Team Section - Modern Fintech Design */
.team_section {
  position: relative;
  background-color: #f8fafc;
  padding: 100px 0;
  overflow: hidden;
}

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

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-tagline {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F3BA2F;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: rgba(243, 186, 47, 0.1);
  border-radius: 30px;
}

.section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  margin-bottom: 15px;
}

.text-highlight {
  color: #368983;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Team Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
}

.team-member {
  perspective: 1000px;
}

.member-card {
  position: relative;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(54, 137, 131, 0.1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-member:hover .member-card {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(54, 137, 131, 0.2);
}

.member-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.team-member:hover .member-image img {
  transform: scale(1.05);
}

.member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(54, 137, 131, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
}

.team-member:hover .member-overlay {
  opacity: 1;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  color: #368983;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #F3BA2F;
  color: white;
  transform: translateY(-3px);
}

.member-info {
  padding: 25px;
  flex-grow: 1;
}

.member-info h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.position {
  font-size: 1rem;
  color: #F3BA2F;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  padding: 3px 10px;
  background: rgba(243, 186, 47, 0.1);
  border-radius: 20px;
}

.member-bio p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
}

.member-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #368983, #F3BA2F);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-member:hover .member-accent {
  transform: scaleX(1);
}

/* Team CTA */
.team-cta {
  text-align: center;
  margin-top: 60px;
}

.team-cta p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #368983;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  background-color: #2a6c67;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cta-button:hover svg {
  transform: translateX(5px);
}

/* Decorative Elements */
.team-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.decor-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(54, 137, 131, 0.05);
  top: -250px;
  left: -250px;
}

.decor-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(rgba(243, 186, 47, 0.1) 2px, transparent 2px);
  background-size: 15px 15px;
  bottom: -100px;
  right: -100px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .team_section {
    padding: 60px 0;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .member-image {
    height: 240px;
  }
}


/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #368983;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #368983;
  text-align: center;
}

.footer_section p {
  color:white;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}


/* application */

.application {
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.error-field {
  border: 2px solid red;
}

.application h1, h2 {
  text-align: center;
  color: #368983;
}

.application form {
  display: flex;
  flex-direction: column;
}

.application label {
  margin-top: 10px;
  font-weight: bold;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], select, textarea {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #368983;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}

.application textarea {
  resize: vertical;
}

.application button {
  margin-top: 20px;
  padding: 15px;
  background-color: #368983;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.application button:hover {
  background-color: red;
}

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

/* CSS for mobile responsiveness */
@media (max-width: 768px) {
  .feed-grid {
    grid-template-columns: 1fr !important; /* Stack vertically */
  }
}


/* new testimonials

/* Testimonials Section CSS */
.testimonials-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f3ff 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%23F3BA2F" opacity="0.05" d="M0,0 L100,0 L100,100 L0,100 Z"></path></svg>');
  background-size: cover;
  z-index: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00204a;
  margin-bottom: 15px;
}

.section-header h2 span {
  color: #F3BA2F;
  position: relative;
}

.section-header h2 span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #F3BA2F 0%, rgba(243,186,47,0.3) 100%);
}

.section-header .subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.testimonials-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  scrollbar-width: none; /* Firefox */
}

.testimonials-container::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.testimonial-card {
  min-width: 350px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.testimonial-card.featured {
  min-width: 400px;
}

.card-inner {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 32, 74, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.testimonial-card:hover .card-inner {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 32, 74, 0.1);
}

.user-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  position: relative;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-border {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #F3BA2F;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.quote-icon {
  font-size: 4rem;
  color: #F3BA2F;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.2;
}

.testimonial-text {
  color: #6c757d;
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 1.1rem;
  position: relative;
}

.user-info h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00204a;
  margin-bottom: 5px;
}

.user-title {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.rating {
  color: #F3BA2F;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-top: auto;
}

.testimonials-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: none;
  color: #00204a;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #F3BA2F;
  color: white;
}

.dots-container {
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #F3BA2F;
  transform: scale(1.2);
}

/* Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
  
  .testimonial-card {
    min-width: 280px;
  }
  
  .testimonial-card.featured {
    min-width: 280px;
  }
  
  .card-inner {
    padding: 30px 20px;
  }
}
/*# sourceMappingURL=style.css.bd1e3141394c.map */