
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #131313;
    color: #ffffff;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    font-family: "ALK Rounded Mtav Med", sans-serif;
    background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 25%, rgba(31,31,31,1) 100%);
  }
  
  /* Navigation Bar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #131313;
    padding: 2rem 10rem 1rem 0rem;
    position: relative; 
    width: 100%;
    z-index: 998;
    margin: 0 auto;
  }
  
  .logo img {
    height: 80px; 
    margin-left: 10rem;
    z-index: 1;
  }
  
  .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 1.5rem; 
  }
  
  
  ul{
    z-index: -1;
  }
  .nav-links li {
    margin: 0; 
  }
  
  .nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
  }
  
  .nav-links a:hover {
    color:#40c9ff; /*#ff4081;*/
  }

 .nav-links a.active {
  color: #40c9ff;
}
  /* Dropdown Menu */
  .dropdown {
    position: relative;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1f1f1f;
    list-style: none;
    padding: 0.5rem 0;
    margin:0px -10px;
    min-width: 150px;
    border-radius: 5px;
  }
  
  .dropdown-menu li {
    margin: 0;
    padding: 0.5rem 1rem;
  }
  
  .dropdown-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  /* Dropdown Arrow */
  .fa-chevron-down {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
  
  
  .language-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .language-switcher a {
    cursor: pointer;
    font-size: 1rem;
    color: #ffffff;
    transition: color 0.3s;
  }
  
  .language-switcher a.active {
    color:#40c9ff; /*#ff4081;*/
  }
  
  .language-switcher a:hover {
    color: #40c9ff;
  }
  
  /* Hamburger Icon */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1;
  }
  
  .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 4px 0;
    transition: all 0.3s;
  }
  .hamburger.active .line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
  

  /*bell*/
#bell {
  cursor: pointer;
  position: fixed;
  bottom:10px; /*top:100px;*/
  left:40px; /*85%;*/
  transform: translateX(-50%);
  z-index: 1000;
  transition: transform 0.1s ease-in-out; 

      transform-origin: center center; 


}
#bellimg{
  width: 50px !important;
  height: 50px !important;
}

@keyframes ring {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(-15deg); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

.new-image {
  width: 300px;
  display: none; 
  position: fixed; 
  bottom: 0; 
  left: 50%;
  transform: translateX(-50%); 
  z-index: 999;
}

@keyframes slideUp {
  0% {
      transform: translate(-50%, 100%); 
      opacity: 0;
  }
  100% {
      transform: translate(-50%, 0); 
      opacity: 1; 
  }
}

@keyframes slideDown {
  0% {
      transform: translate(-50%, 0); 
      opacity: 1; 
  }
  100% {
      transform: translate(-50%, 100%); 
      opacity: 0; 
  }
}


.new-image.show {
  display: block; 
  animation: slideUp 1s forwards; 
}

.new-image.hide {
  animation: slideDown 1s forwards;
}





  .section {
    padding: 4rem 2rem;
    text-align: center;
  }
  
   
  
.wbg{
    font-size: 100px !important;
    font-weight: 100 !important;
    color: white !important;
    margin-top:20px !important;
    margin-bottom: 60px !important;
}
.gs{
    font-weight: bold;
}

.main-content p{
    font-size: 20px;
    font-weight: 100;
    margin-top: -50px;
    color: #a0a0a0;
}

.main-section {
     background-color: #131313;
     background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 53%, rgba(31,31,31,1) 100%);
    position: relative; 
    display: flex;
    height: 60vh;
    align-items: center;
    justify-content: flex-start; 
    padding-left: 2rem; 
    overflow: hidden; 
  }
  
  .el {
    background: conic-gradient(
      from 180deg at 50% 70%,
      hsla(0, 0%, 98%, 1) 0deg,
      #eec32d 72.0000010728836deg,
      #ec4b4b 144.0000021457672deg,
      #709ab9 216.00000858306885deg,
      #4dffbf 288.0000042915344deg,
      hsla(0, 0%, 98%, 1) 1turn
    );
    width: 99%;
    height: 99%;
    mask:
      radial-gradient(circle at 50% 50%, white 1px, transparent 2.5px) 50% 50% / var(--size) var(--size),
      url("https://assets.codepen.io/605876/noise-mask.png") 256px 50% / 256px 256px;
    mask-composite: intersect;
    animation: flicker 20s infinite linear;
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 1; 
    clip-path: polygon(
        0% 60%, 
        0% 100%, 
        40% 100%, 
        100% 40%, 
        100% 0%, 
        60% 0%, 
        0% 60% 
      );
  }
  

  .main-content {
    position: relative; 
    z-index: 2; 
    text-align: left; 
    color: #ffffff; 
    width: 30%; 
    margin-top: -100px;
    margin-left: 8rem;
  }
  
  @keyframes flicker {
    to {
      mask-position: 50% 50%, 0 50%;
    }
  }
  

  
.about-section {
    background: linear-gradient(360deg, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 30%, rgba(31,31,31,1) 100%);
    padding: 4rem 2rem;
  }


  .about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 30px auto;
    gap: 2rem; 
  }
  
 
  .about-shape {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .gradient-blob {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, #eec32d, #ec4b4b, #709ab9, #4dffbf);
    border-radius: 50%;
    animation: pulse 5s infinite ease-in-out;
    filter: blur(20px);
    opacity: 0.8;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  
 
  .about-text {
    flex: 1;
    text-align: left; 
   
    max-width: 600px;
  }
  
  .about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  .about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #a0a0a0;
  }
  
 .btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color:#40c9ff; /*#ff4081;*/
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .btn:hover {
    background-color:#157ca5;
  }
  
/**/

/* Stats Section */
.stats-section {
    background-color: #1f1f1f;
    padding: 4rem 2rem;
  }
  
  .stats-content {
    display: flex;
    justify-content: space-around; 
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem; 
  }
  
  .stat {
    text-align: center;
    flex: 1; 
  }
  
  .stat-number {
    font-size: 3rem; 
    font-weight: bold;
    color: #40c9ff; 
    display: block; 
  }
  
  .stat-label {
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 0.5rem; 
  }
  
  

  /**/
  /* Services Section */

  .services-section {
    background-color: #131313; 
    padding: 4rem 2rem;
  }
  
  .services-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .services-content h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  
  .services-subtitle {
    font-size: 1.1rem;
    color: #a0a0a0;
    margin-bottom: 3rem;
  }
  
  .services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 30px;
  }
  
  .service-card {
    background-color: #1f1f1f ; /*#2c2c2c;*/
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(33.333% - 4rem);
    max-width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
    
  }

  .service-card:hover {
    transform: translateY(-10px); /* Lift card on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
  }
  
  
  .service-card::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #40c9ff, #e81cff,#8fde10, #40c9ff, #e81cff );
    background-size: 400% 400%;
    z-index: -1;
    border-radius: 12px;
    animation: gradient-border 5s ease infinite;
  }
  
  .service-card::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    right: 2px;
    bottom: 1px;
    background-color:#1f1f1f;
    border-radius: 10px;
    z-index: -1;
  }
  
  .service-icon {
    font-size: 2.5rem;
    color: #40c9ff;
    margin-bottom: 1rem;
  }
  
  .service-card h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  
  .service-card p {
    font-size: 1rem;
    color: #a0a0a0;
    line-height: 1.6;
  }
  
  @keyframes gradient-border {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  
  /*call*/
  .cta-section {
    background-color: #1f1f1f;
    padding: 4rem 2rem;
  }
  
  .cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 4rem;
  }
  
  .cta-image {
  position: relative;
  max-width: 400px; 
}

.cta-image img,
.cta-image video {
  width: 100%;
  display: block;
  cursor: pointer;
   max-width: 400px;
  border-radius: 10px;
}

#ctaVideo {
  display: none;
}

  .cta-image img {
    width: 100%;
 
  }
  
  .cta-text {
    flex: 1;
    max-width: 500px; 
  }
  
  .cta-text h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  
  .cta-name {
    font-size: 1.5rem;
    color: #40c9ff;
    margin-bottom: 0.5rem;
  }
  
  .cta-info {
    font-size: 1.1rem;
    color: #a0a0a0;
    margin-bottom: 2rem;
  }
  
  .cta-button {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #40c9ff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .cta-button:hover {
    background-color: #157ca5;
  }
  
 /*slider*/
 .logo-slider-section {
    background-color: #131313;
    padding: 60px 0;
    overflow: hidden;
}

.logo-slider-container {
    position: relative;
    width: 100%;
    
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.logo-slider-track {
    display: flex;
    width: calc(250px * 14); 
    animation: scrollLogos 30s linear infinite;
}

.logo-slide {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.logo-slide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    filter: grayscale(30%) opacity(0.6);
    transition: all 0.4s ease;
}

.logo-slide img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
         transform: translateX(calc(-250px * 7));
    }
}
.logo-slider-track:hover {
    animation-play-state: paused;
}


@media (max-width: 768px) {
    .logo-slide {
        width: 180px;
        padding: 0 20px;
    }
    .logo-slider-track {
        width: calc(180px * 14);
    }
    @keyframes scrollLogos {
        100% {
            transform: translateX(calc(-180px * 7));
        }
    }
}

  /*
  ?
  .slide-track {
    width: 100%;
    display: flex;
    gap: 2em;
    overflow: hidden;
  }
  
  .slider {
    
    background-color: #131313;
    padding: 0rem 0rem;
  }
  
  @keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
  }

  .logo-slide img{
    width: 150px;
    height: 80px;
    object-fit: contain;
    animation: scroll 44s linear infinite;
    transition: transform 0.3s;
  }
 
  .logo-slider-section {
    background-color: #131313; 
    padding: 3rem 0.5rem;
    text-align: center;
  }*/


  /*
  .logo-slider-section h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 2rem;
  }
  
  .logo-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .logo-slider-track {
    display: flex;
    gap: 2rem;
    animation: slide 20s linear infinite;
    width: max-content;
  }
  
  .logo-slide {
    flex: 0 0 auto;
  }
  
  .logo-slide img {
    width: 150px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s;
  }
  /* 
  .logo-slide img:hover {
    transform: scale(1.1); 
  }
  
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); 
    }
  }*/

/*team*/ 

.team-section {
    background-color: #1f1f1f;
    padding: 4rem 2rem;
    text-align: center;
  }
  
  .team-section h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 60px;
  }
  
  .team-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  /* owl Carousel */
  .owl-carousel {
    margin-top: -20px;
  }
  
  .owl-carousel .item {
    background: #2c2c2c; 
    padding: 10px;
    margin: 0px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #444; 
  }
  
  /*.owl-carousel .item:hover {
    transform: translateY(-10px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); 
  }*/
  
  .owl-carousel .item img {
    width: 100%; 
    height: auto; /*200px;*/ 
    object-fit: cover; 
    border-radius: 5px; 
    margin-bottom: 1rem;
    border: 2px solid #40c9ff; 
  }
  
  .owl-carousel .item h3 {
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff; 
    font-size: 1.3rem;
  }
  
  .owl-carousel .item p {
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.5;
    color: #a0a0a0; 
    
  }
  
  /* Navigation Arrows */
  .nav-buttons {
    text-align: center;
    margin-top: 30px; 
  }
  
  .slider-arrow {
    background: #40c9ff; 
    width: 60px; 
    height: 50px; 
    font-size: 24px;
    color: #ffffff; 
    border: none;
    cursor: pointer;
    border-radius: 5px; 
    transition: background 0.3s ease, transform 0.3s ease;
    margin: 0 10px; 
  }
  
  .slider-arrow:hover {
    background: #157ca5; 
    transform: scale(1.1); 
  }


  .team-section a {
    color: #ffec40;
    font-size: 1rem;
    transition: color 0.3s;
    font-weight: 100;
   
  }
  
  .team-section a:hover {
    color: #7b7010;
  }

  /* Footer */
 
.footer {
  background-color: #131313;
  padding: 2rem 2rem;
  color: #ffffff;
  border-top: 1px solid #2c2c2c;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section {
  margin-bottom: 2rem;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 1rem;
}

.footer-description {
  font-size: 0.9rem;
  color: #a0a0a0;
  line-height: 1.6;
}

.footer-heading {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ffec40;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 0.5rem;
  color: #a0a0a0;
  display: flex;
  align-items: center;
}

.footer-contact i {
  margin-right: 0.5rem;
  color:  #ffec40;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: #ffec40;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #7b7010;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #2c2c2c;
}

.footer-bottom p {
  font-size: 0.9rem;
  color: #a0a0a0;
  margin: 0.5rem 0;
}

.footer-bottom a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: #40c9ff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer {
    padding: 3rem 1.5rem;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr); 
    gap: 1.5rem;
  }

  .footer-logo img {
    width: 120px;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .footer-description {
    font-size: 0.8rem;
  }

  .footer-links a, .footer-contact li {
    font-size: 0.85rem;
  }

  .footer-social a {
    font-size: 1rem;
  }

  .footer-bottom p {
    font-size: 0.8rem;
  }
}



  
  /* Responsive Styles */

  @media (max-width: 1168px) {
    .logo img{
        margin-left: 2.5rem;
    }
    .main-content{
        margin-left: 1rem;
        width: 50%;
    }
    .navbar{
        padding: 2rem 5rem 1rem 0rem;
    }
  }

  @media (max-width: 900px) {
    .navbar{
        padding: 2rem 2rem 1rem 0rem;
    }
    .nav-links a {
        font-size: 1rem;
    }
  
  }

  @media (max-width: 860px) {
    .wbg{
        font-size: 80px !important;
    }
     .gradient-blob {
        width: 250px;
        height: 250px;
    }
  }
  @media (max-width: 768px) {
    
    .main-content p{
        font-size: 15px;
    }

    .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 55%, rgba(31,31,31,1) 100%);
      position: absolute;
      top: 60px;
      left: 0;
      margin-top: 70px;
      padding: 1.5rem;
      padding-bottom: 5rem;
    }
  
    .nav-links li {
      margin: 0;
      padding: 0.5rem;
      text-align: center;
    }
  
    .nav-links.active {
      display: flex;
    }
  
    .hamburger {
      display: flex;
    }
  
    .dropdown-menu {
      position: static;
      background-color: #2c2c2c;
    }
  
    .language-switcher {
      margin-top: 1rem;
    }

    .gradient-blob {
        width: 200px;
        height: 200px;
  }
  .stats-content {
    flex-direction: column; 
    gap: 1.5rem;
  }

  .stat {
    flex: none; 
  }
  .service-card {
    flex: 1 1 calc(50% - 2rem);
  }

  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .cta-image img {
    max-width: 400px; 
  }

  .cta-text {
    max-width: 100%; 
  }

  
}

  @media (max-width: 718px) {

   .main-content{
    width: 100%;
    text-align: center;
   }
 
    .wbg{
     font-size: 50px !important;
    }
    .main-content p{
        font-weight: 100;
        margin-top: -20px;
    }

    .about-content {
        flex-direction: column; 
        text-align: center; 
      }
    
      .about-shape {
        display: none; 
      }
    
      .about-text {
        text-align: left; 
        max-width: 100%; 
      }

   }

   @media (max-width: 480px) {
    .service-card {
      flex: 1 1 100%;
    }
   
  }

  @font-face {
    font-family: "Geist";
    src: url("https://assets.codepen.io/605876/GeistVF.ttf") format("truetype");
  }
  
  * {
    box-sizing: border-box;
  }
  
  :root {
    --size: 20px;
  }
  
 
 
 
  /*pages*/

  /*about*/
  .about-hero{
    margin-bottom: 50px;
    text-align: center;
    /*background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 30%, rgba(25,25,25,1) 50%, rgba(19,19,19,1) 69%, rgba(19,19,19,1) 100%);*/
    
  }

  .r{
   
    overflow-x: hidden;
  }
  .about-hero h1{
    font-size: 2.5rem;
  }
  .about-hero p{
    text-align: left;
    font-size: 1.2rem;
   margin: 0 6rem;
   color:  #a0a0a0;
   
  }

  @media (max-width: 880px) {
    .about-hero p{
      font-size: 1.3;
      margin: 0 4rem;
    }
  }

  @media (max-width: 680px) {
   
    .about-hero h1{
      font-size: 2rem;
    }
    .about-hero p{
      font-size: 1rem;
      margin: 0 1.5rem;
    }
  }

  
  .tort img{
    width: 100px;
    animation: rotate 1s ease-in-out infinite alternate;
  }

  .tort  {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation: moveLeft 45s linear infinite;
}
@keyframes moveLeft {
    0% {
        left: 120%;
    }
    100% {
        left: -100%;
    }
    
}

@keyframes rotate {
  0% { transform: rotate(5deg); }
  100% { transform: rotate(-5deg); }
}

  /*services*/
/* Services Section */

.services-content h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.services-subtitle {
  font-size: 1.1rem;
  color: #a0a0a0;
  margin-bottom: 3rem;
}

/* Service Cards */
.service-full {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #1f1f1f;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}


.service-full:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.service-icon2 {
  font-size: 3rem;
  color: #40c9ff;
 
  margin-top: 1rem;
}

.service-text {
  text-align: left;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .service-text {
  margin-left: 0px;
  }
}

.service-text h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.service-text p {
  font-size: 1rem;
  color: #a0a0a0;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.service-button {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: #40c9ff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.service-button:hover {
  background-color: #e81cff;
}

.ds{
  font-size: 1.3rem;
  color: #40c9ff;
}


.services-sectioni {
 /* background-color: #131313;*/
  padding: 0rem 2rem;
}


/* Responsive  */
@media (min-width: 768px) {
  .services-sectioni {
    padding: 0rem 2rem; 
  }

  

  .services-subtitle {
    font-size: 1.1rem; 
  }

  .service-full {
    flex-direction: row; 
    align-items: flex-start; 
    padding: 2rem; 
    margin-bottom: 2rem; 
  }

  .service-icon2 {
    font-size: 3rem;
    margin-right: 0px !important;
    margin-bottom: 0; 
  }

  .service-text {
    text-align: left; 
  }

  .service-text h3 {
    font-size: 1.8rem; 
  }

  .service-text p {
    font-size: 1rem; 
  }
}

/*portfolio*/


header {
  text-align: center;
 /* padding: 40px;*/
  background-color: #131313; 
  color: #fff;
}

header h1 {
  font-size: 2.5rem;
}

.portfolio {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;

}

.portfolio-item {
  background-color: #1f1f1f; 
  border-radius: 8px;
  overflow: hidden;
  width: 320px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}

.mock{
  background-color: #2c2c2c;
}
.portfolio-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.portfolio-item .text-content {
  padding: 15px;
  text-align: left; 
}

.portfolio-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.portfolio-item p {
  font-size: 14px;
  color:  #a0a0a0; 
}

.portfolio-item:hover img {
  transform: scale(1.07); 
}



/* Responsive design */
@media (max-width: 1024px) {
  

  .portfolio-item {
      width: 45%;
  }
}

@media (max-width: 768px) {


  .portfolio {
      padding: 20px 50px 0px 50px;
  }

  .portfolio-item {
      width: 100%;
  }
}

@media (max-width: 480px) {
 

  .gallery {
      flex-direction: column;
      gap: 15px;
  }

  .portfolio-item {
      width: 100%;
  }
}

/*contact*/

.tort2 img{
  width: 100px;
  animation: rotate 1s ease-in-out infinite alternate;
}

.tort2  {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  animation: moveRight 45s linear infinite;
}


@keyframes moveRight {
  0% {
      right: 120%;
  }
  100% {
      right: -100%;
  }
  
}

@keyframes rotate {
0% { transform: rotate(5deg); }
100% { transform: rotate(-5deg); }
}


.contact-section {
 /* background-color: #131313;*/
  padding: 0rem 2rem 4rem;
  text-align: center;
}

.contact-content {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-content h2 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.contact-subtitle {
  font-size: 1.1rem;
  color: #a0a0a0;
  margin-bottom: 3rem;
}

/* Contact Form */
.contact-form {
  background-color: #1f1f1f;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  max-height: fit-content;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #2c2c2c;
  border-radius: 5px;
  background-color: #131313;
  color: #ffffff;
  font-size: 1rem;
  font-family: "ALK Rounded Mtav Med", sans-serif;
}

.form-group textarea {
  resize: vertical;
}

.submit-button {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: #40c9ff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "ALK Rounded Mtav Med", sans-serif;
}

.submit-button:hover {
  background-color: #157ca5;
}

/* Contact Information */
.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
  max-height: 800px;
}

.contact-info2 {
  
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.info-item {
  background-color: #1f1f1f;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: left;
  display:grid; /*flex;*/
  align-items: center;
}

.info-icon {
  font-size: 2rem;
  color: #40c9ff;
  margin-right: 1rem;
}

.info-text h3 {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.info-text p {
  font-size: 1rem;
  color: #a0a0a0;
}

/* Map Integration */
.contact-map {
  margin-top: 2rem;
  border-radius: 10px;
  overflow: hidden;
}

.cont{
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

a{
  text-decoration: none;
}

/*blog */


.container {
  max-width: 1200px;
  margin: 0 auto;
}


.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px 60px;
}

.blog-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card h2 {
  padding: 0px 15px;
  font-size: 1.6rem;
  color: #333;
}

.blog-card p {
  padding: 0 15px;
  color: #777;
  font-size: 1rem;
}

.blog-card a {
  display: inline-block;
  padding: 10px 20px;
  margin: 15px;
  background-color: #5c6bc0;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.5s;
}

.blog-card a:hover {
  background-color: #3f4f91;
}

.blog-card:hover {
  transform: translateY(-10px);
}




/* comp */
  

.hcontent{
  margin-bottom: 50px;
  text-align: center;
}

.st{
  margin: 0 6rem;
  color: #a0a0a0;
  font-size: 1.3rem;
  text-align: left;
}
    .comparison-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 30px;
      margin-bottom: 60px;
    }

    /* Card Style */
    .card {
      position: relative;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 45%;
      text-align: center;
      margin-top: 30px;
      /*margin-bottom: 50px;*/
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /*height: 400px;*/
    }

    /* Text card */
    .text-container {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 15px;
      z-index: 10;
      flex: 1; 
      border-radius: 10px
    }

    .text-container h3 {
      margin: 2px 17px;
      
      font-size: 20px;
      color: #333;
    }

    .text-container p {
      margin: 20px 0 0;
      font-size: 14px;
      color: #666;
    }

    /* Image card */
    .image-container {
      width: 100%;
     /* height: 60%; */
      overflow: hidden;
      position: relative;
    }

    /* Image Style */
    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    /* Icon
    .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 5px;
      border-radius: 50%;
      z-index: 10;
      transition: opacity 0.3s ease;
    }
 */

    .icon {
      position: absolute;
      top:3%;
      left: 5%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      /*background-color: rgba(255, 255, 255, 0.8);*/
      padding: 5px;
      border-radius: 50%;
      z-index: 20;
      /*transition: opacity 0.3s ease;*/
    }

    .good-icon {
      color: #2ecc71; 
    }

    .bad-icon {
      color: #e74c3c; 
    }

  
    /* .zoom-image {
      transition: transform 0.3s ease;
    }

    .card:hover .zoom-image {
      transform: scale(1.2); 
    }

   .card:hover .icon {
      opacity: 0; 
    }*/


    /* Responsive Design */
    @media (max-width: 768px) {

      #top-ge-counter-container {
        margin-top: 40px;
      }
      .comparison-container {
        flex-direction: column;
        align-items: center;
      }

      .card {
        width: 80%;
      }
      .st{
        margin: 0 1.5rem;
        font-size: 1.2rem;
      }
      .icon{
        font-size: 20px;
      }
    }

    .footer-bottom {
  position: relative;
  text-align: center;
  padding: 15px 0;
}

.footer-bottom p {
  margin: 0;
}

#top-ge-counter-container {
  position: absolute;
  right: 20px;        
  top: 50%;
  transform: translateY(-50%);
}