/* @import url('https://fonts.googleapis.com/css2?family=Reddit+Sans+Condensed:wght@200..900&display=swap'); */
@tailwind base;
@tailwind components;
@tailwind utilities;


#dropdown1 {
  min-width: fit-content; 
  overflow-x: hidden;/* Adjust width for dropdown1 */
}

#dropdown2 {
  min-width: fit-content;
  overflow-x: hidden; /* Adjust width for dropdown2 */
}

#dropdown3 {
  min-width: fit-content; 
  overflow-x: hidden;
}

#dropdown4 {
  min-width: fit-content; 
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #dropdown3 {
    overflow-x: hidden;
    min-width: fit-content;
    background: rgba(129, 203, 189, 0.4);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
    border-radius: 15px; 
    border: 1px solid rgba(106, 30, 30, 0.2);
    box-shadow: 0 4px 30px rgba(107, 52, 52, 0.1); /* Subtle shadow */
  }
  
  #dropdown4 {
    overflow-x: hidden;
    min-width: fit-content;
    background: rgba(129, 203, 189, 0.4);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
    border-radius: 15px; 
    border: 1px solid rgba(106, 30, 30, 0.2);
    box-shadow: 0 4px 30px rgba(107, 52, 52, 0.1);  
  }
 }
.nav-link.active {
  color: #09816b !important; /* Adds important to color */
  transform: scale(1.1) !important;
  
 /* Adds important to transform */
}


/* Change color on hover */
.navDark a:hover {
  color: #09ac8f; /* Tailwind's text-cyan-700 */
  transform: scale(1.05); /* Tailwind's hover:scale-105 */
}
.navDark a span {
  border-color: #09ac8f;
}

@media (min-width: 1799px) {
  .carousel .list .banner:nth-child(2) .introduce{
    width: 30%;
}

  #LargePlusImg {
    margin-top: 99px;
    padding-bottom: 40px;
    width: 790px;
  }
  #listLg{
    width: 1460px;
    /* height: 300px; */
  }
  #largeCircle{

    left:250px;
  }
  #arrowlg{
    top: 792px ;
    left: 390px;
    top: 70%;
}
#intro{
  width: 700px;
}
}

body{overflow-x: hidden;}
.dropdown {
    position: relative;
  }
  a:hover {
    background-color: transparent !important;
  }
  .dropdown-content {
    position: absolute; /* or fixed, depending on your layout */
    top: 100px; /* Initial position above the visible area */
    left: 0;
    width: 600px;
    border-radius: 10px;
    text-align: center;
    /* background-color: #1a1919; */
    box-shadow: 0px 4px 6px rgba(227, 233, 229, 0.637);
    transition: top 0.1s ease-out; /* Smooth transition for the slide effect */
    opacity: 0; /* Hide initially */
    z-index: 10;
  }
  .dropdown.active .dropdown-content {
    top: 10px; /* Final position */
    opacity: 1; /* Make it visible */
  }
  .bgImage{
    position: relative;
    z-index: 0;
    height: 600px; /* Default height */
    width: 100%; /* Full width */
    overflow: hidden;
  }
  /* General dropdown width adjustment */
.dropdown-content {
  min-width: 250px; /* Adjust the width as needed */
}

/* If you want to target specific dropdowns */
#dropdown1 {
  min-width: fit-content; /* Adjust width for dropdown1 */
}

#dropdown2 {
  min-width: fit-content; /* Adjust width for dropdown2 */
}

#dropdown3 {
  min-width: fit-content; /* Adjust width for dropdown3 */
}

  
  @media (max-width: 820px) {
 .tabScren{
  height: fit-content;
 }
}

.bgImage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180%;
    height: 00%;
    overflow:visible;
    background-image: url('../assets/images/bannerBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; /* Ensure it sits behind the content */
     /* Optional: adjust brightness to enhance the overlay effect */
}

.Banner .content {
    position: relative; 
    z-index: 10; 
    color: white; 
}

@media (max-width: 768px) {
    .Banner {
        height: 300px; /* Adjust height for smaller screens */
    }

}

.thinText{
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}
.bolder{
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.navBargr{
  z-index: 50;
    background: linear-gradient(to bottom, 
 
  ); 

}

/* Optional: Style the close button */
  
/* Sidenav styling for small screens */
@media (max-width: 768px) { /* Adjust the max-width as needed for small screens */
    .sidenav {
      display: block; /* Ensure sidenav is displayed on small screens */
    }
    
  }
  
  /* Hide sidenav on larger screens */
  @media (min-width: 769px) {
    .sidenav {
      display: none; /* Hide sidenav on larger screens */
    }
  }
  /* Base styling for the sidenav */
.sidenav {
  /* Ensure the sidenav is full-height and aligned properly */
  height: 100%;
}

/* Image and close button styling */
.background {
  position: relative; /* Position relative to place the close button */
}

.background-image {
  width: 100%; /* Make sure the image covers the full width */
  height: auto; /* Maintain aspect ratio */
}

/* Style for the close button */
.sidenav-close {
  position: absolute; /* Position absolutely within the relative container */
  top: 0px; /* Adjust top position as needed */
  left: 200px; /* Adjust right position as needed */
  color: #fff; /* Change color if needed */
  font-size: 2rem; /* Adjust size as needed */
  z-index: 1; /* Ensure it appears over the image */
}

/* Optional: Style for user-view and other elements */
.user-view {
  text-align: center;
}
.shadow{
    background: linear-gradient(135deg, rgba(173, 229, 245, 0), rgba(224, 222, 222, 0.493));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(104, 103, 103, 0.37);
}
a:hover {
  background-color: transparent !important;
}
.glass{
  background: linear-gradient(135deg, rgba(155, 151, 151, 0.215), rgba(255, 255, 255, 0.416));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border:1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.Section3{
  background-image: url('../assets/images/purplecircle.png'); 
  background-size: cover;       /* Ensure the background covers the section */
  background-position: center;  /* Center the background image */
  background-repeat: no-repeat; /* Avoid repeating the image */
  height: fit-content;   
  z-index: 0;
}
/* Customize the width of the scrollbar */
::-webkit-scrollbar {
    width: 7px;
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle (the part of the scrollbar that moves) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #eaffff, #65a5ac); 
    border-radius: 20px; /* Rounded corners for a nicer look */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #69acacb7; /* Brighter color when hovered */
}
/* Scrollbar styles for WebKit browsers */
::-webkit-scrollbar {
  width: 7px; /* Width of the scrollbar */
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background: #ffffff; /* Background color of the scrollbar track */
}

/* Handle (the part of the scrollbar that moves) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #eaffff, #1AAEA5); /* Gradient background for the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for a nicer look */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #39bebe; /* Brighter color when hovered */
}


/* slideBanner */
@keyframes scaleUp {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-scale-up {
  animation: scaleUp 1s ease-in-out forwards;
}
.slide-container{
  position: relative;
  width: 700px;
  height: 300px;
  border: 3px solid #05c8e21e;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
}
.slide-container .slides{
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
.slide-container .slides img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.slide-container .slides img:not(.active){
  top: 0;
  left: -100%;
}
span.next, span.prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px;
 
  font-size: 24px;
  font-weight: bold;
  transition: 0.5s;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}
span.next{
  right: 20px;
}
span.prev{
  left: 20px;
}
span.next:hover, span.prev:hover{
  opacity: 0.8;
  color: #222;
} 
.dotsContainer{
  position: absolute;
  bottom: 5px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
.dotsContainer .dot{
  width: 15px;
  height: 15px;
  margin: 0px 2px;
  border: 3px solid #41c9ce;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.6s ease;
}
.dotsContainer .active{
  background-color: #079ab4;
}

@keyframes next1{
  from{
    left: 0%
  }
  to{
    left: -100%;
  }
}
@keyframes next2{
  from{
    left: 100%
  }
  to{
    left: 0%;
  }
}

@keyframes prev1{
  from{
    left: 0%
  }
  to{
    left: 100%;
  }
}
@keyframes prev2{
  from{
    left: -100%
  }
  to{
    left: 0%;
  }
}

/* partners slide */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

.wrapper {
  width: 100%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 200px;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.801),
    rgba(0, 0, 0, 0.808) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0.678)
  );
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.item {
  width: 200px;
  height: 150px;
  /* background-color: red; */
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}
.item {
  overflow: hidden; /* Hide any overflow caused by the scaling */
}

.item img {
  transition: transform 0.5s ease; /* Smooth zoom transition */
}

.item:hover img {
  transform: scale(1.2); /* Scale the image to 120% when hovered */
}
/* bannerBlur */

:root{
    --banner1-transform: translateX(-100%) translateY(-5%) scale(1.5);
    --banner1-filter: blur(30px);
    --banner1-zIndex: 11;
    --banner1-opacity: 0;

    --banner2-transform: translateX(0);
    --banner2-filter: blur(0px);
    --banner2-zIndex: 10;
    --banner2-opacity: 1;

    --banner3-transform: translate(50%,10%) scale(0.8);
    --banner3-filter: blur(10px);
    --banner3-zIndex: 9;
    --banner3-opacity: 1;

    --banner4-transform: translate(90%,20%) scale(0.5);
    --banner4-filter: blur(30px);
    --banner4-zIndex: 8;
    --banner4-opacity: 1;
    
    --banner5-transform: translate(120%,30%) scale(0.3);
    --banner5-filter: blur(40px);
    --banner5-zIndex: 7;
    --banner5-opacity: 0;
}
header{
    width: 1140px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 50px;
    align-items: center;
}
header .logo{
    font-weight: bold;
}
header nav a{
    margin-left: 30px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
}


/* carousel */
.carousel{
    position: relative;
    height: 800px;
    overflow: hidden;
    margin-top: -50px;
}

.carousel .list{
    position: absolute;
    width: 1140px;
    max-width: 90%;
    height: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.carousel .list .banner{
    position: absolute;
    left: 0%;
    width: 70%;
    height: 100%;
    font-size: 15px;
    transition: left 0.5s, opacity 0.5s, width 0.5s;
}
.carousel .list .banner:nth-child(n + 6){
    opacity: 0;
}
.carousel .list .banner:nth-child(2){
    z-index: 10;
    transform: translateX(0);
}
.carousel .list .banner img{
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: right 1s;
}

.carousel .list .banner .introduce{
    opacity: 0;
    pointer-events: none;
}
.carousel .list .banner:nth-child(2) .introduce{
    opacity: 1;
    pointer-events: auto;
    width: 430px;
    padding-right: 30px;
    position: absolute;
    top: 50%;
    transform:  translateY(-50%);
    transition: opacity 0.1s;
}
.carousel .list .banner .introduce .title{
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
}
.carousel .list .banner .introduce .topic{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
.carousel .list .banner .introduce .des{
    color: rgba(0, 0, 0, 0.719);
}
.carousel .list .banner .introduce .seeMore{
    font-family: Poppins;
    margin-top: 1.2em;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #555;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 3px;
    transition: background 0.5s;
}
.carousel .list .banner:nth-child(1){
    transform: var(--banner1-transform);
    filter: var(--banner1-filter);
    z-index: var(--banner1-zIndex);
    opacity: var(--banner1-opacity);
    pointer-events: none;
}
.carousel .list .banner:nth-child(3){
    transform: var(--banner3-transform);
    filter: var(--banner3-filter);
    z-index: var(--banner3-zIndex);
}
.carousel .list .banner:nth-child(4){
    transform: var(--banner4-transform);
    filter: var(--banner4-filter);
    z-index: var(--banner4-zIndex);
}
.carousel .list .banner:nth-child(5){
    transform: var(--banner5-transform);
    filter: var(--banner5-filter);
    opacity: var(--banner5-opacity);
    pointer-events: none;
}
/* animation text in banner2 */
.carousel .list .banner:nth-child(2) .introduce .title,
.carousel .list .banner:nth-child(2) .introduce .topic,
.carousel .list .banner:nth-child(2) .introduce .des,
.carousel .list .banner:nth-child(2) .introduce .seeMore{
    opacity: 0;
    animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
}
@keyframes showContent{
    from{
        transform: translateY(-30px);
        filter: blur(10px);
    }to{
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}
.carousel .list .banner:nth-child(2) .introduce .topic{
    animation-delay: 0.7s;
}
.carousel .list .banner:nth-child(2) .introduce .des{
    animation-delay: 0.8s;
}
.carousel .list .banner:nth-child(2) .introduce .seeMore{
    animation-delay: 1.6s;
}
/* next click */
.carousel.next .banner:nth-child(1){
    animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}
@keyframes transformFromPosition2{
    from{
        transform: var(--banner2-transform);
        filter: var(--banner2-filter);
        opacity: var(--banner2-opacity);
    }
}
.carousel.next .banner:nth-child(2){
    animation: transformFromPosition3 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition3{
    from{
        transform: var(--banner3-transform);
        filter: var(--banner3-filter);
        opacity: var(--banner3-opacity);
    }
}
.carousel.next .banner:nth-child(3){
    animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition4{
    from{
        transform: var(--banner4-transform);
        filter: var(--banner4-filter);
        opacity: var(--banner4-opacity);
    }
}
.carousel.next .banner:nth-child(4){
    animation: transformFromPosition5 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition5{
    from{
        transform: var(--banner5-transform);
        filter: var(--banner5-filter);
        opacity: var(--banner5-opacity);
    }
}
/* previous */
.carousel.prev .list .banner:nth-child(5){
    animation: transformFromPosition4 0.5s ease-in-out 1 forwards;
}
.carousel.prev .list .banner:nth-child(4){
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
.carousel.prev .list .banner:nth-child(3){
    animation: transformFromPosition2 0.9s ease-in-out 1 forwards;
}
.carousel.prev .list .banner:nth-child(2){
    animation: transformFromPosition1 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition1{
    from{
        transform: var(--banner1-transform);
        filter: var(--banner1-filter);
        opacity: var(--banner1-opacity);        
    }
}

/* detail  */
.carousel .list .banner .detail{
    opacity: 0;
    pointer-events: none;
}
/* showDetail */
.carousel.showDetail .list .banner:nth-child(3),
.carousel.showDetail .list .banner:nth-child(4){
    left: 100%;
    opacity: 0;
    pointer-events: none;
}
.carousel.showDetail .list .banner:nth-child(2){
    width: 100%;
}
.carousel.showDetail .list .banner:nth-child(2) .introduce{
    opacity: 0;
    pointer-events: none;
}
.carousel.showDetail .list .banner:nth-child(2) img{
    right: 50%;
}
.carousel.showDetail .list .banner:nth-child(2) .detail{
    opacity: 1;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    pointer-events: auto;
}
.carousel.showDetail .list .banner:nth-child(2) .detail .title{
    font-size: 4em;
}
.carousel.showDetail .list .banner:nth-child(2) .detail .specifications{
    display: flex;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #5553;
    margin-top: 20px;
}
.carousel.showDetail .list .banner:nth-child(2) .detail .specifications div{
    width: 90px;
    text-align: center;
    flex-shrink: 0;
}
.carousel.showDetail .list .banner:nth-child(2) .detail .specifications div p:nth-child(1){
    font-weight: bold;
}
.carousel.carousel.showDetail .list .banner:nth-child(2) .checkout button{
    font-family: Poppins;
    background-color: transparent;
    border: 1px solid #5555;
    margin-left: 5px;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-weight: 500;
}
.carousel.carousel.showDetail .list .banner:nth-child(2) .checkout button:nth-child(2){
    background-color: #d2db58;
    color: #eee;
}
.carousel.showDetail .list .banner:nth-child(2) .detail  .title,
.carousel.showDetail .list .banner:nth-child(2) .detail  .des,
.carousel.showDetail .list .banner:nth-child(2) .detail .specifications,
.carousel.showDetail .list .banner:nth-child(2) .detail .checkout{
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
.carousel.showDetail .list .banner:nth-child(2) .detail  .des{
    animation-delay: 1.2s;
}
.carousel.showDetail .list .banner:nth-child(2) .detail .specifications{
    animation-delay: 1.4s;
}
.carousel.showDetail .list .banner:nth-child(2) .detail .checkout{
    animation-delay: 1.6s;
}
.arrows{
    position: absolute;
    bottom: 10px;
    width: 50px;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    top:79% ;
    left: 70px;
    transform: translateX(-50%);
}
 #prev,
#next{
    font-family: monospace;
    font-size: large;
    bottom: 20%;
    left: 10%;
}
#next{
    left: unset;
    right: 10%;
} 

.carousel.showDetail #back{
    opacity: 1;
}
.carousel.showDetail #prev,
.carousel.showDetail #next{
    opacity: 0;
    pointer-events: none;
}
.carousel::before{
    width: 100px;
    height: 200px;
    content: '';
    /* background-image: url(../assets/images/circlefill.png); */

    position: absolute;
    z-index: -1;
    border-radius: 80% 30% 80% 10%;
    filter: blur(150px);
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    transition: 1s;
}
.carousel.showDetail::before{
    transform: translate(-100%, -50%) rotate(90deg);
    filter: blur(130px);
}
@media screen and (max-width: 991px){
  .arrows{
    top:79% ;
    left: 50px;
    top: 70%;
}
    .carousel{
        height: 600px;
    }
    /* ipad, tablets */
    .carousel .list .banner{
        width: 90%;
    }
    .carousel.showDetail .list .banner:nth-child(2) .detail .specifications{
        overflow: auto;
    }
    .carousel.showDetail .list .banner:nth-child(2) .detail .title{
        font-size: 2em;
    }
}
@media screen and (min-width: 1799px){
  .carousel .list .banner:nth-child(2) .introduce{
    width: 60%;
}


}

@media screen and (max-width: 767px){
    /* mobile */
    .arrows{
      top:79% ;
      left: -5px;
      
  }
    .carousel{
        height: 500px;
    }
    .carousel .list .banner{
        width: 100%;
        font-size: 10px;
    }

    .carousel .list{
        height: 100%;
    }
    .carousel .list .banner:nth-child(2) .introduce{
        width: 70%;
    }
    .carousel .list .banner:nth-child(2) .introduce{
      width: 75%;
  }
    .carousel .list .banner img{
        width: 30%;
    }
    .carousel.showDetail .list .banner:nth-child(2) .detail{
        backdrop-filter: blur(10px);
        font-size: small;
    }
    .carousel .list .banner:nth-child(2) .introduce .des,
    .carousel.showDetail .list .banner:nth-child(2) .detail .des{
        height: 100px;
        overflow: auto;
    }
    .carousel.showDetail .list .banner:nth-child(2) .detail .checkout{
        display: flex;
        width: max-content;
        float: right;
    }
}
.footer{
  background-color: #1AAEA5;
}
#bag{
  animation: myBag 1.2s linear ;
}
@keyframes myBag{
  from{
      translate: 0.1rem;
      scale: .10;
  }
  to
  {
    translate: 2 3rem;
    scale: 1;
  }
}
#circle1 {
  animation: moveLeftRight 2s infinite ease-in-out;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* Moves right */
  }
  100% {
    transform: translateX(0); /* Moves back to the original position */
  }
}
hr {
  color: #f8f8f9;
}
/* contact Style */

.contact{
	width: 100%;
  padding: 10px;
	display: flex;
	align-items: center;
}
.contact .row{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
}
.row section.col{
	display: flex;
	flex-direction: column;
}
.row section.left{
	flex-basis: 35%;
	min-width: 320px;
	margin-right: 60px;
}
.row section.right{
	flex-basis: 60%;
}
section.left .contactTitle h2{
	position: relative;
	font-size: 28px;
	color: #ddd;
	display: inline-block;
	margin-bottom: 25px;
}
section.left .contactTitle h2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #888;
	top: 120%;
	left: 0;
}
section.left .contactTitle h2::after{
	content: '';
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: rgb(38, 142, 148);
	top: calc(120% - 1px);
	left: 0;
}
section.left .contactTitle p{
	font-size: 17px;
	color: #0b0b0b;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-bottom: 22px;
}
section.left .contactInfo{
	margin-bottom: 16px;
}
.contactInfo .iconGroup{
	display: flex;
	align-items: center;
	margin: 25px 0px;
}
.iconGroup .icon{
	width: 45px;
	height: 45px;
	border: 2px solid rgb(46, 182, 189);
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}
.iconGroup .icon i{
	font-size: 20px;
	color: #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iconGroup .details span{
	display: block;
	color: #888;
	font-size: 18px;
}
.iconGroup .details span:nth-child(1){
	text-transform: uppercase;
	color: #ccc;
}
section.left .socialMedia{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0px 20px;
}
.socialMedia a{
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	background-color: rgb(27, 143, 141);
	transition: 0.4s;
}
.socialMedia a i{
	color: #ddd;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid transparent;
	transition-delay: 0.4s;
}
.socialMedia a:hover{
	transform: translateY(-5px);
	background-color: #2e2e2e;
	color: rgb(30, 255, 218);
	border: 1px solid rgb(26, 162, 167);
}
.socialMedia a:hover i{
	color: rgb(10, 105, 89);
}

/* Code for the right section (column) */


.row section.right .inputGroup{
	margin: 18px 0px;
	position: relative;
}

.messageForm input, .messageForm textarea{
	width: 100%;
	font-size: 18px;
	padding: 5px 8px;
	color: #070707;
	border: none;
	border-bottom: 2px solid #666;
	outline: none;
}
.messageForm textarea{
	resize: none;
	display: block;
}
textarea::-webkit-scrollbar{
	width: 5px;
}
textarea::-webkit-scrollbar-track{
	background-color: #efebeb;
	border-radius: 15px;
}
textarea::-webkit-scrollbar-thumb{
	background-color: dodgerblue;
	border-radius: 15px;
}
.inputGroup label{
	position: absolute;
	left: 0;
  padding-bottom: 5px;
	bottom: 9px;
	color: #888;
	font-size: 18px;
	transition: 0.4s;
	pointer-events: none;
}
@media (max-width: 768px) {
  .inputGroup label {
    font-size: 13px;
  }

}
.inputGroup:nth-child(4) label{
	top: 2px;
}
.inputGroup input:focus ~ label, .inputGroup textarea:focus ~ label,
.inputGroup input:valid ~ label, .inputGroup textarea:valid ~ label
{
	transform: translateY(-30px);
	font-size: 16px;
}

.inputGroup button{
	padding: 8px 16px;
	font-size: 14px;
	background-color: rgba(9, 139, 115, 0.913);
	color: #ddd;
	border: 1px solid transparent;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: 0.4s;
}
/* Chrome, Safari, and other WebKit browsers */
input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #fff !important; /* Your desired background color */
  color: #000 !important; /* Your desired text color */
  box-shadow: 0 0 0 1000px white inset !important; /* Ensures the background change stays consistent */
  -webkit-text-fill-color: #000 !important; /* Text color inside autofilled input */
  transition: background-color 5000s ease-in-out 0s;
}

/* Override for Firefox */
input:-moz-autofill,
textarea:-moz-autofill {
  background-color: transparent !important;
  color: #000 !important;
}
input:focus,
textarea:focus {
  background-color: transparent;
  border-color: dodgerblue;
  outline: none;
}

.inputGroup button:hover{
	background-color: #2e2e2e;
	color: rgb(46, 242, 245);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid dodgerblue;
}
@media(max-width: 1100px){
	.messageForm .halfWidth{
		flex-basis: 100%;
	}
}
@media(max-width: 900px){
	.contact .row{
		flex-wrap: wrap;
	}
	.row section.left, .row section.right{
		flex-basis: 100%;
		margin: 0px;
	}
}
#circled {
  animation: zoomInOut 3s infinite ease-in-out;
  display: inline-block; /* Optional depending on the element */
}

@keyframes zoomInOut {

  10% {
    transform: scale(0.8); /* Default size */
  }
  100% {
    transform: scale(1em); /* Zoom out */
  }
}
/* swiper slide*/
swiper-container {
  display: flex;
  width: 60%;
  height: 100%;
}
@media (max-width: 768px) {
  swiper-container {
    display: flex;
    width: 100%;
    height: 100%;
    
  }
  

}
swiper-slide {
  padding-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Basic dropdown styles */

#e8398aff-523f-434a-af20-c024070a1d12-155 {
  animation: bounce 2s infinite;
}



/*IT-Infractructure css start*/


.IT-Infrastructure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 80vh;
  background: linear-gradient(to right, #c1f2fc, #fef6e4);
  position: relative; 
  overflow: hidden;
  
  

  
}

@media (min-width: 768px) {
  .IT-Infrastructure {
    flex-direction: row;
    justify-content: space-between;
  }
}

.text-content {
  flex: 1;
  max-width: 500px;
  text-align: center;
  margin-left: 40px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease;
}

@media (min-width: 768px) {
  .text-content {
    text-align: left;
    margin-left: 80px; 
  }
}

.text-content h2 {
  font-size: 2rem;
  color: #2d3748;
  margin-bottom: 16px;
}

.text-content p {
  font-size: 1rem;
  color: #4a5568;
  margin-bottom: 24px;
}

.image-content {
  flex: 1;
  max-width: 500px;
  margin-right: 40px; 
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s ease;
}

@media (min-width: 768px) {
  .image-content {
    margin-right: 80px; 
  }
}

.image-content img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.visible {
  opacity: 1;
  transform: translateX(0);
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}






.IT-Infrastructure2{
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 50vh;
  background-color:#FCF6E6;
  
  
}

@media (min-width: 768px) {
  .IT-Infrastructure2{
    flex-direction: row; 
    justify-content: space-between;
  }
}

.Infrastructure-container {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin-left: 80px; 
}

@media (min-width: 768px) {
  .Infrastructure-container {
    text-align: left; 
    padding-right: 40px;
  }
}


.Infrastructure-container p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
}

.Infrastructure-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.Infrastructure-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}




.Infrastructure-Services {
  text-align: center;
  padding: 40px 20px;
  background: white;
}

.Infrastructure-Services h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2d3748;
  margin: 0;
}

.Infrastructure-Services p {
  font-size: 1rem;
  color: #000000;
  margin: 10px 0 20px 0;
}

.line-decorator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.line {
  width: 100px; 
  height: 5px;
  background: #18aea5;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #18aea5;
  border-radius: 50%;
}

.dot-mid{
  width: 15px;
  height: 15px;
  background-color: #ff5555;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .Infrastructure-Services h1 {
    font-size: 1.5rem;
  }

  .Infrastructure-Services p {
    font-size: 0.9rem;
  }

  .line {
    width: 70px; 
  }
}

@media (max-width: 480px) {
  .Infrastructure-Services h1 {
    font-size: 1.2rem;
  }

  .Infrastructure-Services p {
    font-size: 0.8rem;
  }

  .line {
    width: 50px; 
  }
}
/*IT-Infractructure css end*/


/*consultancy & system integrator start*/
.Bridging-Strategy {
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 70vh;
  
  
}

@media (min-width: 768px) {
  .Bridging-Strategy {
    flex-direction: row;
    justify-content: space-between;
  }
}

.BridgingStrategy-container {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin-left: 80px;
  opacity: 0; 
  transform: translateX(-100%); 
  animation: slideInFromLeft 1s forwards; 
}

@media (min-width: 768px) {
  .BridgingStrategy-container {
    text-align: left;
    padding-right: 40px;
  }
}

.BridgingStrategy-container h2 {
  font-size: 1.9rem;
  color: #000000;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  
}

.BridgingStrategy-container p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
}

.BridgingStrategy-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0; 
  transform: translateX(100%); 
  animation: slideInFromRight 1s forwards; 
}

.BridgingStrategy-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}


@keyframes slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes slideInFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*consultancy & system integratior end*/


/*IT & OT Security css start*/
.Security-Strategy {
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 60vh;
  
  
}

@media (min-width: 768px) {
  .Security-Strategy {
    flex-direction: row;
    justify-content: space-between;
  }
}

.SecurityStrategy-container {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin-left: 80px;
  opacity: 0; 
  transform: translateX(100%); 
  animation: slideInFromRight 1s forwards; 
}

@media (min-width: 768px) {
  .SecurityStrategy-container {
    text-align: left;
    padding-right: 40px;
  }
}

.SecurityStrategy-container h2 {
  font-size: 1.9rem;
  color: #000000;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  
}

.SecurityStrategy-container p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
}

.Security-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0; 
  transform: translateX(-100%); 
  animation: slideInFromLeft 1s forwards; 
}

.Security-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}


@keyframes slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes slideInFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}





@media (max-width: 1440px) {
  .relative.z-10.text-left p {
    font-size: 1rem;
  }
  .relative.z-10.text-left button {
    padding: 0.6rem 1.2rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 1248px) {
  .relative.z-10.text-left {
    height: 130px;
    margin-bottom: 100px;
    left: 35px;
  }
}

@media (max-width: 1024px) {
  .relative.z-10.text-left {
    width: 530px;
  }
  .relative.z-10.text-left p {
    font-size: 0.875rem;
  }
  .relative.z-10.text-left button {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .relative.z-10.text-left {
    margin-right: 8%;
    width: 330px;
  }
  .relative.z-10.text-left p {
    font-size: 0.75rem;
  }
  .relative.z-10.text-left button {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 630px) {
  .relative.z-10.text-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 75%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 90%; 
    text-align: center; 
    background-color: #13BAB0;
    padding: 1rem;
    border-radius: 10px;
  }
  .relative.z-10.text-left p {
    font-size: 0.750rem;
  }
  .relative.z-10.text-left button {
    padding: 0.3rem 0.6rem;
    font-size: 0.625rem;
  }
}

@media (max-width: 480px) {
  .relative.z-10.text-left {
    top: 70%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%; 
  }
  .relative.z-10.text-left p {
    font-size: 0.625rem;
  }
  .relative.z-10.text-left button {
    padding: 0.3rem 0.6rem;
    font-size: 0.625rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 320px) {
  .relative.z-10.text-left {
    top: 70%;
    width: 80%;
  }
  .relative.z-10.text-left p {
    font-size: 0.5rem;
  }
  .relative.z-10.text-left button {
    padding: 0.25rem 0.5rem;
    font-size: 0.5rem;
  }
}
/*IT & OT Security css end*/


/*power&cooling css start*/
.Data-Driver  {
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 60vh;
  
  
}

@media (min-width: 768px) {
  .Data-Driver  {
    flex-direction: row;
    justify-content: space-between;
  }
}

.DataDriver-container {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin-left: 80px;
  opacity: 0; 
  transform: translateX(100%); 
  animation: slideInFromRight 1s forwards; 
}

@media (min-width: 768px) {
  .DataDriver-container {
    text-align: left;
    padding-right: 40px;
  }
}

.DataDriver-container h2 {
  font-size: 1.7rem;
  color: #000000;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  
}

.DataDriver-container p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
}

.Data-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0; 
  transform: translateX(-100%); 
  animation: slideInFromLeft 1s forwards; 
}

.Data-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}


@keyframes slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes slideInFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*power&cooling css end*/