@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&display=swap');
html {
    scroll-behavior: smooth;
  }
  
body{
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: #516171;
}
.container-fluid img{
    /* height: 4%; */
    height: auto;
    width: 80px;
}

h1,h2,h3,h4,h5,h6{
    font-size: 30px;
    font-weight: 700;
    color: #092032;
}
a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover{
    color: #4dc1e2;
}
img{
    width: 100%;
}

section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-cover{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.intro{
    margin-bottom: 40px;
}
.intro h6{
    font-weight: 400;
    color: #19bfd2;
}
.intro p{
    max-width: 1500px;
    margin: auto;
}
/* Navbar */
.top-nav{
    background-color: #19bfd2;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin: 3px;
    color: #f9ecec;
}

.top-nav i, .top-nav span{
    vertical-align: middle;
}
.social-links a{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;
}
.social-links a:hover{
    background-color: #f9ecec;
    color: hsl(186, 97%, 49%);
}

.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
    color: #19bfd2;
}
.navbar-brand{
    font-family: 700;
    font-size: 26px;
    color: #092032;
}
.navbar-brand span{
    color: #19bfd2;
}
.dropdown_menu{
    display: none;
}
.menu-bar {
    position: relative;
}
.collapse ul li:hover .dropdown_menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
}
.dropdown_menu ul{
    display: block;
    /* margin: 4px; */
}
.dropdown_menu ul li{
    width: 80px;
    padding: 3px;
    list-style: none;
}

/* btn */
.btn {
    padding: 9px 24px;
}

.btn-brand {
    background-color: #19bfd2;
    color: #ffffff;
    border-color: #19bfd2;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(25, 191, 210, 0.3);
}

.btn-brand:hover {
    color: #ffffff;
    background-color: hsla(186, 79%, 46%, 0.797);
}

.btn-brand:focus,
.btn-brand:active {
    outline: none;
    background-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(25, 191, 210, 0.5);
}


/* Slider */
.hero-title {
    font-size: 32px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 48px;
    }
}
#hero-slider h1{
    font-weight: 700 !important;
}
#hero-slider .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.slide1{
    background: linear-gradient(rgba(9,32,50,0.4), rgba(9,32,50,0.4)),url(../img/5333531da8c38573846c6ffffbce635d.jpg);
}

.slide2{
    background: linear-gradient(rgba(9,32,50,0.4), rgba(9,32,50,0.4)),url(../img/i-2.jpg);
}

.slide3{
    background: linear-gradient(rgba(9,32,50,0.4), rgba(9,32,50,0.4)),url(../img/i-3.jpg);
}

.slide4{
    background: linear-gradient(rgba(9,32,50,0.4), rgba(9,32,50,0.4)),url(../img/i-4.jpg);
}

.slide5{
    background: linear-gradient(rgba(9,32,50,0.4), rgba(9,32,50,0.4)),url(../img/i-5.jpg);
}

/* owl */
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.893) !important;
    font-size: 24px;
    margin-top: -30px !important;
    color: #fff;
    font-weight: 700 !important;
    font-size: 20px !important;
    border-radius: 50px !important;
}

.owl-prev{
    left: 0;
}
.owl-next{
    right: 0;
}

.owl-prev:hover, .owl-next:hover{
    background-color: #19bfd2 !important;
}

/* Infobox */
.info-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.info-box img{
    /* width: 500px;
    height: 300px; */
    margin-right: 14px;
}
/* .about img{
    width: 500px;
    height: 300px;
} */
.info-box img,
.about img,
.mission img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 10px;
}
.info-box a {
    color: #19bfd2;
    font-weight: bold;
    text-decoration: none;
}

.info-box a:hover {
    text-decoration: underline;
}


/* Milestone */
#milestone{
    background: linear-gradient(rgba(255,77,41,0.4), rgba(255,77,41,0.4)),url(../img/i-1.jpg);
}

#milestone .display-4,
#milestone p{
    color: #ffffff;
}

#milestone .display-4{
    font-weight: 700;
}

/* Services */
.service-box {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    background-color: #fff;
    text-align: center;
}
.service-box:hover {
    transform: scale(1.06);
    box-shadow: 0px 10px 40px rgba(25, 191, 210, 0.2); /* Subtle glow */
}
.service-box img {
    height: 120px;
    width: 120px;
    object-fit: contain;
    margin-bottom: 20px;
}
.service-box p{
    padding: 20px;
    text-align: center;
}
/* .service-box{
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.service-box:hover{
    scale: 1.06;
}
.service-box img{
    height: 200px;
    width: 200px;
} */
.service-box h5{
    margin-top: 24px;
    margin-bottom: 12px;
}

/* Projects */
/* Flip Card Container */
/* Grid layout */
.flip-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 2rem 1rem;
  }
  
  /* Card container */
  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 340px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
   .flip-card-inner.flipped{
       transform: rotateY(180deg);
   }
  
  /* Flip on hover */
  /*.flip-card:hover .flip-card-inner {*/
  /*  transform: rotateY(180deg);*/
  /*}*/
  
  /* Front and back faces */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 1rem;
    overflow: hidden;
  }
  
  .flip-card-front {
    background-color: #222;
    color: white;
  }
  
  .flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
  }
  
  .flip-card-front .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .flip-card-front .title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: white;
  }
  
  .flip-card-back {
    background: #f1f1f1;
    color: #333;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
  }
  
  /* Responsive tweaks */
  @media (max-width: 768px) {
    .flip-card-grid {
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1rem;
    }
  
    .flip-card {
      height: 320px;
    }
  }
  
  @media (max-width: 480px) {
    .flip-card {
      height: 300px;
    }
  
    .flip-card-back h3 {
      font-size: 1.1rem;
    }
  
    .flip-card-back p {
      font-size: 0.9rem;
    }
  
    .flip-card-front .title h4 {
      font-size: 1rem;
    }
  
    .flip-card-front .title p {
      font-size: 0.8rem;
    }
  }
  
/* Teams */
.team-member{
    text-align: center;
}
.team-member .img-wrapper{
    position: relative;
    overflow: hidden;
}
.team-member .overlay{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4, 222, 246,0.35);
    transition: all 0.4s ease;
    opacity: 0;
}
.team-member .social-links{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
}
.team-member:hover .overlay{
    opacity: 1;
    top: 0;
}
.team-member:hover .social-links{
    opacity: 1;
    top: 50%;
}
.team-member h5{
    margin-top: 24px;
}


/* Responsive for tablets and below (max-width: 768px) */
@media (max-width: 768px) {
    #teams .intro h1 {
        font-size: 1.5rem;
    }

    #teams .intro img {
        height: 80px;
        width: 80px;
    }

    #teams .intro p {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    .team-member {
        margin-bottom: 30px;
    }
}

/* Responsive for mobile (max-width: 480px) */
@media (max-width: 480px) {
    #teams .intro h1 {
        font-size: 1.2rem;
    }

    #teams .intro img {
        height: 60px;
        width: 60px;
    }

    #teams .intro p {
        font-size: 0.85rem;
        padding: 0 8px;
    }

    .team-member {
        margin-bottom: 20px;
    }

    .team-member h5 {
        font-size: 1rem;
    }

    .team-member p {
        font-size: 0.9rem;
    }
}

/* Reviews */
#reviews{
    background: linear-gradient(rgba(9,32,50,0.8), rgba(9,32,50,0.8)),url(../img/i-2.jpg);
}
.review{
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.review img{
    width: 85px !important;
    border-radius: 1000px;
    margin: auto;
}
.review h4{
    margin-top: 16px;
}
.review h4,
.review p{
    color: #fff;
}
.review small{
    color: #19bfd2;
}
.review p{
    margin-top: 28px;
}

.owl-dot.active span{
    background-color: #19bfd2 !important;
}

/* Blog */
.blog-post{
    position: relative;
}
.blog-post .tag{
    padding: 4px 12px;
    background-color: #19bfd2;
    color: #fff;
    border-radius: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
}
.blog-post a{
    font-weight: 700;
}
.blog-post img{
    margin-bottom: 24px;
}
.blog-post h4{
    margin-top: 12px;
    margin-bottom: 12px;
}
.blog-post small{
    color: #19bfd2;
    text-decoration: underline;
    text-transform: uppercase;
}

/*pricing  */

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
  }
  
  .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  }
  
  .hover-zoom:hover {
    cursor: pointer;
  }
  
/* .row-f{
    margin-left: 10px;
    margin-right: 10px;
}
.row-i{
    margin-left: 250px;
} */
.pricing{
    border: 1px solid #4dc1e2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricing:hover{
    scale: 1.02;
    background-color: #c8f3f9;
    color: black;
}
.pricing i{
    font-size: 20px;
    color: #19bfd2;
}
.pricing ul li{
    line-height: 1.2;
    margin-top: 8px;
}
.price{
    margin-top: 0%;
}
/* Custom Background for Body */
.custom-bg {
    background: #aad6f8d3;
  }
  
  /* Section Title */
  .section-title {
    color: #fff;
    font-size: 50px;
  }
  
  /* Custom Card Styling */
  .custom-card {
    border-radius: 20px;
    border: 2px solid #fff;
    background: #fff;
    padding: 20px;
    transition: transform 0.3s ease;
  }
  
  .custom-card:hover {
    transform: scale(1.02);
  }
  
/* Extra small devices (phones) */
@media (max-width: 576px) {
    .section-title {
      font-size: 30px;
    }
  
    .intro h1 {
      font-size: 20px;
    }
  
    .intro p {
      font-size: 14px;
    }
  
    .custom-card {
      margin-bottom: 20px;
      padding: 15px;
    }
  
    .btn.btn-brand {
      font-size: 14px;
      padding: 8px 16px;
    }
  
    .navbar-brand img {
      max-width: 120px;
    }
  }
  
  /* Small to Medium Devices (Tablets) */
  @media (max-width: 768px) {
    .section-title {
      font-size: 36px;
    }
  
    .intro h1 {
      font-size: 24px;
    }
  
    .intro p {
      font-size: 16px;
    }
  
    .custom-card ul li {
      font-size: 14px;
    }
  
    .btn.btn-brand {
      font-size: 15px;
    }
  }
  
  /* Tablets and below */
  @media (max-width: 992px) {
    .navbar-nav {
      text-align: center;
    }
  
    .custom-card {
      margin-bottom: 30px;
    }
  }
  
/* Tablet and below */
@media (max-width: 992px) {
    .row-i {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .pricing {
        margin-bottom: 20px;
    }

    .row-i {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* Footer */
footer{
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(rgba(159, 201, 233, 0.8),rgba(9,32,50,0.8));
}

footer .navbar-brand{
    color: #fff;
    margin-bottom: 24px;
    display: inline-block;
}
.footer-top{
    margin-bottom: 20px;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
}
footer .social-links a{
    margin-left: 5px;
    margin: 5px   
}
.company_info{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .company_info {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    footer .social-links a {
        font-size: 20px;
    }

    .footer-top img {
        width: 80px;
        height: auto;
    }

    footer p, footer address, footer a {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .footer-top img {
        width: 60px;
    }

    .footer-top {
        padding: 0 10px;
    }

    .footer-bottom p {
        font-size: 0.8rem;
    }
}


/* Form */
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 191, 210, 0.25);
    border-color: #19bfd2;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Company Slider*/
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.logos{
    overflow: hidden;
    padding: 60px 0;
    background-color: #fff;
    white-space: nowrap;
    position: relative;
}
.logos:before,
.logos:after{
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}
.logos:before{ 
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0),#fff);    
}
.logos:after{ 
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0),#fff);    
}
.logos-slide{
    display: inline-block;
    white-space: nowrap;
    /* animation: 6s slide infinite linear; */
    animation: slide 20s linear infinite;
    animation-play-state: running;
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos-slide img{
    height: 50px;
    margin: 0 40px;
    width: 100px;
}

@media (max-width: 768px) {
    .logos-slide img {
        margin: 0 20px;
        height: 40px;
    }
}



/*  */
#backToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #19bfd2;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

#backToTop:hover {
    background-color: #0e87a0;
}


.custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1051;
  }
  .custom-close:hover {
    background-color: #f8f9fa;
  }
  
  
  
  
  .containers
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
  min-height: 100vh;
  /*background: #1d061a*/
}

.containers .box
{
  position: relative;
  width: 320px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 0.5s;
}

.containers .box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.containers .box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.containers .box:hover:before,
.containers .box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}

.containers .box:nth-child(1):before,
.containers .box:nth-child(1):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.containers .box:nth-child(2):before,
.containers .box:nth-child(2):after
{
  background: linear-gradient(315deg, #ff0058,#03a9f4)
}

.containers .box:nth-child(3):before,
.containers .box:nth-child(3):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}
.containers .box:nth-child(4):before,
.containers .box:nth-child(4):after
{
  background: linear-gradient(315deg,#ff0058,#03a9f4)
}
.containers .box:nth-child(5):before,
.containers .box:nth-child(5):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}
.containers .box:nth-child(6):before,
.containers .box:nth-child(6):after
{
  background: linear-gradient(315deg, #ff0058,#03a9f4)
}
.containers .box:nth-child(7):before,
.containers .box:nth-child(7):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.containers .box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.containers .box span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.containers .box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.containers .box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.containers .box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}

.containers .box .content
{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #fff;
}

.containers .box:hover .content
{
  left: -25px;
  padding: 60px 40px;
}

.containers .box .content h2
{
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}

.containers .box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.containers .box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.containers .box .content a:hover
{
  background: #ffcf4d;
  border: 1px solid rgba(255, 0, 88, 0.4);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}
  
/* Tablet */
@media (max-width: 1024px) {
  .containers {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
  }

  .containers .box {
    width: 90%;
    margin: 20px 0;
  }

  .containers .box .content h2 {
    font-size: 1.8em;
  }

  .containers .box .content p,
  .containers .box .content a {
    font-size: 1em;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .containers .box {
    width: 95%;
    height: 360px;
  }

  .containers .box .content {
    padding: 30px 20px;
  }

  .containers .box .content h2 {
    font-size: 1.4em;
  }

  .containers .box .content p {
    font-size: 0.95em;
    line-height: 1.4em;
  }

  .containers .box .content a {
    font-size: 0.9em;
    padding: 8px 12px;
  }

  .containers .box span::before,
  .containers .box span::after {
    width: 70px;
    height: 70px;
    left: 20px;
    bottom: -30px;
    top: -30px;
  }
}



.liquid-morph-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  /*background: #001;*/
}

.liquid-morph-element {
  width: 300px;
  height: 100px;
  background: #0a2342;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding:10px;
  margin:20px;
}

.liquid-morph-element span {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  text-align:center;
}

.liquid-morph-element::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    #0ff 0deg, 
    #0a2342 120deg, 
    #0ff 240deg
  );
  transition: all 0.6s ease;
  opacity: 0;
  transform: scale(0);
}

.liquid-morph-element:hover {
  border-radius: 10px;
  transform: rotate(15deg);
}

.liquid-morph-element:hover::before {
  opacity: 0.5;
  transform: scale(2);
}


/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .liquid-morph-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .liquid-morph-element {
    width: 45%;
    height: 90px;
    font-size: 1.2rem;
    margin: 10px;
  }

  .liquid-morph-element span {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

/* Mobile (below 768px) */
@media (max-width: 768px) {
  .liquid-morph-container {
    flex-direction: column;
    align-items: center;
  }

  .liquid-morph-element {
    width: 80%;
    height: auto;
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-align: center;
  }

  .liquid-morph-element span {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  h6 {
    font-size: 28px !important;
  }

  p {
    font-size: 16px !important;
  }
}




.process{
    display:flex;
    align-items:center;
    justify-content:center;
}



.faq-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2rem;
}

.faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* enough height for your content */
  opacity: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg); /* turns + into × */
}



@media (max-width: 768px) {
  .process {
    flex-direction: column;
    align-items: center;
  }

  .process-img img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .process-content {
    width: 100%;
    padding: 0 15px;
  }

  .faq-question h3 {
    font-size: 1rem;
  }

  .faq-toggle {
    font-size: 1.2rem;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }
}
