

.logo-section {
  text-align: center;
  padding: 60px 40px;
}

.logo-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #222;
  font-weight: 600;
}

.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 35px;
  justify-items: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  /* box-shadow: 1px 2px darkgrey; */
}

.logo-container img {
  width: 100%;
  max-width: 110px;
  height: auto;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-container img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .logo-section h2 {
    font-size: 1.5rem;
  }
  .logo-container {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .logo-container img {
    max-width: 120px;
  }
}


.logo-img-cont{
       width: 100%;
       height: 120px;
       display: flex;
       align-items: center;
       justify-content: center;
       background: #f8f9fa;
       border-radius: 8px;
       padding: 25px;
       box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
   

.service-banner {
      background: url('https://storage.googleapis.com/giffycms-skyitinfratech.appspot.com/5665475237249024');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }


/* Layout */
.service-section {
    width: 90%;
    margin: auto;
    padding: 90px 0;
}

.service-section h2 {
    font-size: 3.5rem;
    border-left: 5px solid #0736b5;
    padding-left: 12px;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.service-section p {

margin-bottom: 2em;

text-align: justify;

margin: 20px 20px;

line-height: 1.4;

font-size: 16px;
}

/* Scroll Reveal Base */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.9s ease-out;
}
.reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Directions */
.fade-right { transform: translateX(-60px); }
.fade-left { transform: translateX(60px); }
.fade-right.show, .fade-left.show { transform: translateX(0); }

/* Content Flex */
.info-area {
       display: flex;
       gap: 50px;
       justify-content: space-between;
       align-items: top;
       margin: 0px 0;
}

.info-area img {
    max-width: 520px;
    width: 100%;
    margin-top: 1em;
    border-radius: 8px;
}
@keyframes float {
    0% { transform: translateY(0);}
    50% { transform: translateY(-10px);}
    100% { transform: translateY(0);}
}

/* Tier Cards */
.tier-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.tier-box {
    background: #F4F7FB;
     border: 1px solid #F4F7FB;
    border-radius: 14px;
    padding: 20px;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: .35s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

/* Neon Hover */
.tier-box:hover {
    transform: translateY(-10px) scale(1.03);
    /* border-color: var(--secondary); */
    box-shadow: 0 0 18px #acc2c980;
}

.tier-box::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    left: -60%;
    top: -60%;
    background: radial-gradient(circle, var(--primary), transparent 65%);
    opacity: 0;
    transition: .4s;
}
.tier-box:hover::after {
    opacity: 0.25;
}

/* Tier Icon */
.tier-icon {
    width: 50px;
    height: 55px;
    border-radius: 7px;
    color: #00315c;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
   
}
.tier-icon img{
  width:100%;
}



.service-sec{
  margin-bottom: 70px;
}

.service-sec p,.service-sec ul {
    text-align: justify;
    margin: 10px 0 20px;
    line-height: 1.4;
    font-size: 16px
}

.service-sec ul {
    MARGIN: 20px;
    list-style: none;
    line-height: 1.2;
    text-align: left
}

.service-sec ul li {
    margin-bottom: 10px;
}

.blue-tick {
    color: #0736b5;
    font-weight: 900
}

.solution-section {
 
 


    background-image: url(https://bantec.nextwpcook.com/wp-content/uploads/2024/02/work-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    text-align: center;
    padding: 50px 5%;
    background-color: #051634;
    color: #fff
}

.solution-header h2 {
	font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
    line-height: 1.3;
}

.solution-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 25px;
  justify-content: center;
}

.solution-box {
  background: #051634;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease-in-out;
  position: relative;
  border: 1px solid #475068;
}

.solution-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.solution-box .icon {
      font-size: 28px;
    padding: 0px;
    background: #F4F7FB;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    margin: 0 auto 10px;
    animation: iconFloat 4s infinite 
ease-in-out;
}

@keyframes iconFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.solution-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 12px 0;
}

.solution-box p {
  font-size: 15px;
  color: #fff;
  line-height: 1.45;
  /* margin-top: -28px; */
  /* TEXT-ALIGN: JUSTIFY; */
}


.accordion-section {
  width: 100%;
  background: #eef2fa;
  padding: 60px 5%;
}

.accordion-container {

  margin: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
  width: 100%;
  text-align: left;
  background: #f6f8fc;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #00338d;
  transition: all .3s ease;
}

.accordion-item.active .accordion-header {
  background: #dde7ff;
  color: #002266;
}

.accordion-header .icon {
  font-size: 22px;
  font-weight: 700;
  width: 24px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  display: flex;
      gap: 60px;
    justify-content: space-between;
    width: 100%;
  transition: max-height .5s ease, padding .4s ease;
}

.accordion-item.active .accordion-content {
  padding: 30px 55px;
  max-height: max-content;
}

.accordion-text {
  width: 100%;
  display: flex;
  font-size: 15px;
  text-align: justify;
  color: #555;
  align-items: center;
  line-height: 1.5;
}

.accordion-img img {
  max-width:200px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-content {
    flex-direction: column;
  }
  .accordion-img img {
    width: 100%;
  }
  .service-section {
    padding: 30px 0;
  }
}

.solution-box .icon img{
    width:100%;
    max-width:50px;

}

/* Responsive */
@media (max-width: 1024px) {
    .tier-wrapper { grid-template-columns: repeat(2, 1fr); }
    .info-area { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
    .tier-wrapper { grid-template-columns: 1fr; }
    .tier-icon { width: 50px; height: 50px; font-size: 18px; }
    .service-section h2 { font-size: 2rem; }
    .service-section p { font-size: 14px; }
    .service-sec { margin-bottom: 50px; }
    .solution-header h2 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.2;
}
        .accordion-item.active .accordion-content {
    padding: 30px;
    gap: 30px;
}
        .accordion-text {
    font-size: 14px;
        }
}
.flip-card {
  background-color: transparent;
  /* width: 300px; */
  /* height: 300px; */
  /* perspective: 1000px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: RELATIVE;
  /* width: 100%; */
  /* height: 100%; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  /* color: black; */
  margin-top: 10%;
}

.flip-card-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
  margin-top: -14%;
  TOP: -40px;
}