* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins;

}
.body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  letter-spacing: -0.4px;
}

:root {
  --primary-color: rgba(255, 255, 255, 1);
  --secondary-color: rgb(0, 0, 0);
  --warning: rgba(253, 191, 32, 1);
  --warning-secondary: rgba(255, 193, 7);
  --info: rgba(22, 96, 194, 1);
  --muted: rgba(245, 245, 245, 1);
  --disabled: rgba(140, 144, 144, 1);
  --muted-black: rgba(30, 34, 34, 1);
  --dark-blue: #1660C2;
  --blue-color: #1977F3;
  --white-color: #fff;
  --industry-card-hover-bg: #072B5B;
  --dark-gray: #1E2222;
  --yellow-color: rgba(253, 191, 32, 1);
  --black-color: #000;
}

.body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  letter-spacing: -0.4px;
}

.main {
  overflow-x: hidden;
}

/* common styles start */



.common-para {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.section-para {
  color: #767676;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;

  max-width: 471px;
}
.section-para-1{
  color: #9f9f9f;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* padding-right: 180px; */
  max-width: 471px;
}
.section-para-container{
display: flex;
flex-direction: column;
gap: 10px;
}

@media screen and (max-width: 1350px) and (min-width: 1110px) {
  .section-para,.section-para-1{
      padding-right: 6px;
  }
  
}
@media screen and (max-width: 1290px) {
  .section-para,.section-para-1{
      padding-right: 0px;
  }
  
}


.section-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.6px;
}
.testing-section-heading{
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.6px;
}


.card-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.4px;
  color: var(--secondary-color);
}

.image-overlay-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(125.14deg,
          rgba(0, 0, 0, 0.3) 34.98%,
          #000000 93.08%);
}

.image-overlay-secondary {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0) 41.98%, #000000 93.08%);
}

.line {
  margin-block: 0.4rem;
  border-top: 1px solid;
  border-top-color: var(--secondary-color);
  width: 100%;
  opacity: 1;
}

.section-divider {
  opacity: 0.5;
}

.white-line {
  border-top-color: var(--primary-color) !important;
}

.common-padding-class {
  padding-inline: 165px;
  padding-block: 100px;
}


@media screen and (max-width: 1024px) {
  .common-padding-class {
      padding-inline: 108px;
      padding-block: 50px;
  }

  .mobile-hide {
      padding-left: 2rem;

    }
}

@media screen and (max-width: 768px) {
  .common-padding-class {
      padding-inline: 50px;
      padding-block: 50px;
  }
 
    /* .scrollable-tabs-container button{
      background: white;
    } */
     
  .grid-container-filleter h4{
      font-weight: 600;
      font-size: 16px;
      line-height: 25px;
      letter-spacing: -0.4px;
      text-align: center;
      color: rgba(22, 96, 194, 1);

  }
}
.scrollable-tabs-container button{
  background-color: white;
  color: black;
  border: 1px solid black;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
}
.grid-container-filleter h4{
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.4px;
  text-align: center;
  color: rgba(22, 96, 194, 1);
}

@media screen and (max-width: 540px) {
  .common-padding-class {
      padding-inline: 16px;
  }

  .section-heading {
      font-size: 28px;
      line-height: 34px;
      font-weight: 700;
  }
    .case-studies-section-heading {
      font-size: 28px;
      line-height: 34px;
      font-weight: 700;
  }
  .testing-section-heading{
      font-weight: 900;
      font-size: 28px;
      line-height: 34px;
      letter-spacing: -0.4px;
      text-transform: capitalize;
      padding-top: 40px;
      width: 248px;


  }
}

/* cta start */
.cta-button {
  padding: 8px 32px;
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  width: max-content;
  text-transform: capitalize;
  letter-spacing: -0.4px;
}
/* 
.curious-card-cta-button {
  padding: 8px 32px;
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: max-content;
  border-radius: 25px;
  border-width: 1px;
  gap: 10px;
  text-transform: capitalize;
  letter-spacing: -0.4px;
}
.curious-card-cta-button a{
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: black;
}
.curious-card-cta-button a:hover{
  color: white;
} */

.storage-cta-button{
  padding: 8px 32px;
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  width: max-content;
  text-transform: capitalize;
  letter-spacing: -0.4px;

}

.bold-cta {
  font-weight: 600;
  border: 1.5px solid var(--primary-color);
}

.ct-black-color {
  color: #000000;
  border: 1px solid var(--secondary-color);
  background-color: var(--primary-color);
}
.storage-ct-black-color{
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  background: rgba(0, 0, 0, 1);
}

.muted-cta {
  background-color: var(--muted);
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.light-blue-cta-button {
  border: 1px solid var(--info);
  background-color: var(--info);
  position: relative;
  
}

.cta-button:hover,
.light-blue-cta-button:hover {
  background-color: var(--primary-color);
  color: #000000;
  transition: 0.4s ease-in-out;
  border: 1px solid #000000;
}

.ct-black-color:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  transition: 0.4s ease-in-out;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.cta-animate {
  position: relative;
}

.cta-animate::before,
.cta-animate::after {
  content: "";
  position: absolute;
  inset: -0.14rem;
  z-index: -1;
  background: linear-gradient(var(--angle), var(--info), var(--primary-color));
  animation: rotateCta 3s linear infinite reverse;
  -webkit-animation: rotateCta 3s linear infinite reverse;
  border-radius: 25px;
}

.cta-animate::after {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

@keyframes rotateCta {
  0% {
      --angle: 0deg;
  }

  100% {
      --angle: 360deg;
  }
}

/* cta end */

/* common styles end */

/* navbar start */

.navbar {
  /* background-color: transparent !important; */
  /* padding: 37px; */
  padding: 0 37px;
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link {
  color: var(--primary-color);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icons {
  flex-grow: initial !important;
}

.navbar-nav {
  gap: 10px;
}

.cta-nav {
  padding: 8px 32px !important;
  height: fit-content;
}

.cta-nav:hover {
  color: var(--primary-color);
  background-color: var(--info);
}

.section-main-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--black-color);
  text-transform: capitalize;
  margin-bottom: 0;
}

/* .cta-nav:hover {
        background-color: var(--secondary-color);
        border: 1px solid var(--primary-color);
        color: var(--primary-color)
    } */

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.navbar-backdrop {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  min-height: 100vh;
  align-items: flex-start;
  position: fixed;
  animation-name: navCollapse;
  animation-duration: 0.4s;
}

.overflow-hidden {
  overflow: hidden;
}

@keyframes navCollapse {
  from {
      min-height: 0;
  }

  to {
      min-height: 100vh;
  }
}

@media screen and (min-width: 1400px) {

  .navbar-brand,
  .nav-item {
      min-height: 99px;
      display: flex;
      align-items: center;
  }

  .text-link:hover {
      background-color: var(--warning);
      color: var(--secondary-color) !important;
      transition: all 0.5s;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-inline: 1rem;
  }
}

@media screen and (max-width: 1400px) {
  .navbar {
      padding-inline: 2px;
      padding-block: 17px;
      /* background-color: #1E2223 !important; */
  }

  .navbar {
      transition: background-color 0.4s ease-in-out;
      /* Adjust the duration and timing function */

  }

  .nav-item {
      height: 39px;
      display: flex;
      align-items: center;


  }

  .nav-item a {
      color: #8C9090;
  }

  .nav-item img {
      margin-top: 50px;
  }

  .navbar-nav {
      justify-content: start;
      align-items: start;
      margin-top: 20px;
      padding-inline: 30px;
  }

  .navbar-nav {
      gap: 1px;
  }

  .navbar-nav hr {
      height: 2px;
      background-color: #F5F5F5;
      width: 100%;
      margin-block: 0px;
  }

  .nav-link:hover {
      color: var(--primary-color);
  }

}

.navbar-second-text {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

/* navbar end */
.section-padding {
  padding-inline: 130px;
  padding-block: 70px;
}

.hero-section {
  background-image: linear-gradient(87.1deg, #000000 1.09%, rgba(102, 102, 102, 0) 51.75%), url("https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/hero-img.png");
  /* min-height: 100vh; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-section .hero-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 85px;
  gap: 40px;
}

.connected-future-grid{
  width: 100%;
  max-width: 100%;
  
  display: flex;
}
.wireless-capabilities-grid,.section-heading,.partner-heading{
  width: 100%;
  padding-right: 140px;
  margin: 0 0; 
}
.menu-footer-container{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.hero-content h1 {
  width: 540px;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}

/* footer section */

.footer-section {
  width: 100%;
  background-color: #1E2222;
  margin-top: -1px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 27px;
  
}

.footer-left {
  display: flex;
  gap: 50px;
  align-items: center;
}

.footer-brand {
  width: 56px;
  height: 59px;
}

.footer-brand>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-icons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footer-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #D9D9D9;
  margin-bottom: 0;
}

.icon {
  color: var(--white-color);
}

@media screen and (max-width:980px) {
  .footer-container {
      flex-direction: column;
      gap: 20px;
  }

  .footer-left {
      flex-direction: column;
      gap: 20px;
  }
  .wireless-capabilities-grid,.section-heading,.partner-heading{
      padding-right: 0px;
      margin: 0 auto;
  }
}

@media screen and (max-width:540px) {
  .form-part {
      padding: 20px 20px;
  }
  .hero-section{
    min-height: 500px !important;
  }

}

.menu-footer {
  background-color: #1E2222;
}

.menu-footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sub-section {
  display: flex;
  flex-direction: column;
}

.sub-section .title {
  font-weight: 500;
  font-size: 16px;
  color: #D9D9D9;
  line-height: 24px;
}

.sub-section span {
  font-weight: 400;
  font-size: 12px;
  color: #8C9090;
  line-height: 24px;
}

.sub-section h5 a {
  text-decoration: none;
  color: #D9D9D9;
}

.sub-section span a {
  text-decoration: none;
  color: #8C9090;
}

@media screen and (max-width:767px) {
  .menu-footer-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 50px;
  }

  .sub-section {
      display: flex;
      flex-direction: column;
  }

  .sub-section span {
      font-weight: 400;
      font-size: 16px;
      color: #8C9090;
      line-height: 24px;
  }
      .light-blue-cta-button{
    position: relative;
    left: 25%;
  }

}

@media screen and (min-width: 1440px) {
.menu-footer-container{
  width: 100%;
  max-width: none;
}
.hackathon-card{
  justify-content: space-between;
}

}
.hero-section {
  background-image: url("https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/wifi-connect-hereo.webp");
  height: 688px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

@media screen and (max-width: 1330px) {
.hero-section{
  min-height: 100vh;
}

}

@media screen and (max-width:767px) {
  .hero-section {
     align-items: end;
     justify-content: baseline;
  }

  .hero-content h1 {
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      line-height: 32.5px;
      letter-spacing: -0.4px;
      color: #FFFFFF;
      width: 100%;
      padding-inline: 27px;
  
  }
  .hero-content a {
    

  }

  .hero-content {
      display: flex;
      flex-direction: column;
      gap: 16px !important;

  }
  
  
}
@media screen and (max-width:540px) {
  .form-part {
      padding: 20px 20px;
  }
  .hero-section{
    height: 500px;
  }

}

/* Connected Future section  */
.connected-future {
  background-color: #FFFFFF;

}

.connected-future-grid {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 10px;
}
.connected-future-grid h2{
color: #000000;
}
/* .connected-future-grid p{
color: #000000;
} */

.image-container {
  display: flex;
  justify-content: center;
}

.connected-future-grid video,
.connected-future-grid img {
  width: 100%;
  max-width: 541px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  object-position: center;
}


.connected-future-grid .text-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1500px) and (min-width: 1340px) {
.image-container {
  width: 541px;
  height: 340px;
 
}


}
@media (min-width: 1380px) and (max-width: 1340px) {
.image-container{
   margin-top: 40px;
}

}

@media screen and (min-width: 1510px) {
.image-container {
  width: 100%;
  height: 100%;
}

}
@media (max-width: 1300px) {
  .connected-future-grid {
      display: grid;
      grid-template-columns: 7fr 4fr;
      gap: 23px;
  }
  .image-container {
  width: 100%;
  height: 100%;
}
}

@media (max-width: 1200px) {
  .connected-future-grid {

      gap: 20px;
  }
}

@media (max-width: 924px) {
  .connected-future-grid {
      grid-template-columns: 1fr;
      gap: 10px;
  }

}
@media screen and (max-width: 768px) {
.connected-future-grid h2{
  text-align: center;
}
.section-para{
  max-width: 100%;
  width: 100%;
  text-align: center !important;
}
.connected-future-grid .text-grid{
  gap: 16px;
}

}
.wireless-capabilities h1 {
  padding-bottom: 50px;
  color: #000000;
}










/* software-solutions */
.software-solutions-section{
/* background: ; */
width: 100%;
margin: 0 auto;
height: auto;
/* margin-bottom: 289px; */

}
.software-solutions{
position: relative;

margin: 0 auto;
background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/dpp-solution-bg.webp');
background-repeat: no-repeat;
/* background-size: 100vw 100vh; */
background-size: cover;
/* background-position: center; */
text-align: center;
/* margin-bottom: 75px; */

}

.software-solutions-cards-container{
/* margin-bottom: 25px; */
display: flex;
flex-direction: column;
}
.software-solutions-text img{
background-color: #000000;
}
.software-text{
margin-top: 40px;
color: white;
}
.software-text h1{
font-family: Poppins;
font-weight: 700;
font-size: 36px;
line-height: 40px;
letter-spacing: -0.4px;
text-transform: capitalize;
padding-top: 45px;

}
.software-text p{
padding-inline: 151px;
text-align: center !important;
}
.software-solutions-cards{
position: relative;
display: flex;
flex-direction: row;
gap: 30px;
/* justify-content: space-between; */
/* bottom: -36px; */
bottom: -74px;
margin-bottom: 125px;
padding-inline: 165px;

}
.software-solutions-cards-inner{

width: 100%;
height: 239px;
/* background-color: ; */
background: #1977F3;
align-items: start;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
gap: 24px;
border-radius: 7px;
padding-inline: 48px;
position: relative;
overflow: hidden;     
cursor: pointer;       

}
.software-solutions-cards-inner h1{
  padding-right: 7px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: start;
  color: #FFFFFF;
vertical-align: middle;

}

/* overlay layer */
.software-solutions-cards-inner .overlay {
position: absolute;
inset: 0;                    
background: rgba(16, 75, 127, 0.65);  
opacity: 0;                 
transition: opacity 0.75s ease;   
pointer-events: visibleFill;       
z-index: 1;                  
}

.software-solutions-cards-inner:hover .overlay {

opacity: 0.1;
}

.icon-wrapper img {
transition: transform 0.35s ease;
}
.software-solutions-cards-inner:hover .icon-wrapper img {
transform: scale(1.05);
}

@media screen and (max-width: 1550px) {
.software-solutions{
  background-size: contain;
}

}
@media  (max-width: 1480px) and (min-width: 1330px) {

.software-text h1{
  padding-inline: 310px;
  margin-bottom: 24px;
}
.software-text p{
  padding-inline: 407px;
  margin-bottom: 40px;
  text-align: center !important;
}
}

@media (max-width: 1250px) {
.software-solutions-cards {
  bottom: 3px;
}
.software-solutions-cards-container{
  margin-bottom: 1px;
}
.software-solutions-cards-inner{
  padding-inline: 20px;
}
}

@media (max-width: 1024px) {
.software-solutions-cards{
  padding-inline: 108px;
}

}

@media (max-width: 768px) {
.software-solutions-cards{
  padding-inline: 50px;
}
.software-text h1{
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
  .software-solutions-cards-inner{
  padding-inline: 48px;
}


}
@media (max-width: 425px) {
.software-solutions-cards{
  padding-inline: 28px;
}


}

@media (max-width: 1130px) {
.software-solutions-cards {
  /* bottom: 21px; */
}
.software-text p{
  padding-inline: 150px;
}

}

@media (max-width: 950px) {
.software-solutions-cards {
  bottom: 7px;
}

}

@media (max-width: 900px) {
.software-solutions-cards{
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
.software-solutions-section{
  margin-bottom: 85px;
}
.software-text p{
  padding-inline: 66px;
}
.software-solutions{
  background-size: auto;
}
}
@media (max-width: 500px){
.software-text p{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: -0.4px;
  text-align: center !important;
  padding-inline: 16px;
}
.software-solutions{
 
  background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/dpp-baised-solution-mobile.svg');
  background-repeat: no-repeat;
  background-size: 100vw;
  /* background-size: cover;
  background-position: center; */


}
.software-solutions-cards-container{
  margin-bottom: 69px;
}
.software-text h1{
  padding-inline: 16px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: capitalize;

}
.software-solutions-cards{
  bottom: -120px;
  margin-bottom: 95px;
}
}
@media (max-width: 430px){
.software-solutions-cards{
  bottom: -100px;
  padding-inline: 16px;
  margin-bottom: 5px;
}
.software-solutions-cards-container{
  margin-bottom: 120px;
}

}
@media (max-width: 380px){
.software-solutions-cards{
  bottom: -20px;
  /* margin-bottom: 15px; */
}
.software-solutions-cards-container{
  margin-bottom: 71px;
}

}
@media (max-width: 370px) {
.software-solutions-cards{
  bottom: -30px;
  margin-bottom: 5px;
}


}
@media (max-width: 330px){
.software-solutions{
  background-size: inherit;
}
.software-solutions-cards{
  bottom: 0px;
}
.software-solutions-cards-container{
  margin-bottom: 31px;
}

}

.expand{
display: none;
}
.explore-btn{
background: black;
color: white;
padding: 8px 32px;
border-radius: 25px;
border: none;
transition: 0.3s;
}


@media (min-width: 1711px) {
.software-solutions-cards{
  bottom: -258px;
  margin-bottom: 127px;
}

}

@media (min-width: 1891px) {
.software-solutions-cards{
  bottom: -270px;
  margin-bottom: 177px;
}

}
@media (max-width: 1500px) and (min-width: 1350px) {
.software-solutions-cards{
  bottom: -13px !important;
}

}




/* section-onboarding */
.section-5 {
display: flex;
flex-direction: column;
background: #EEEFF0;
}
.section-5-main-heading{
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  color: #080A0B;
  margin-bottom: 16px;
  /* padding-top: 150px; */
}
.section-5-main-para{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center !important;
  padding-inline: 227px;
  color: #767676;
  margin-bottom: 40px;

}
.section-5-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  position: relative;
  justify-content: center;
}


.section-5-card img{
  padding-bottom: 24px;
  transition: filter 0.3s ease;

  
}
.section-5-card {
height: 268px;
background-color: #fff;
padding: 48px;
border-radius: 8px;
text-align: start;
box-sizing: border-box;
transition: transform 0.3s ease;
position: relative;
width: calc(33.33% - 18.96px);
border: none;
cursor: pointer;
}

.section-5-card:hover{
background: #1977F3;
color: white;
}
.section-5-card:hover .section-5-card-head{
color:#fff;
}

.icon-wrapper-section-5{
display: flex;
flex-direction: row;
position: relative;
}
.icon-hover{
position: absolute;
left: 0;
right: 0;
}

.icon-wrapper-section-5 .icon-hover   { opacity: 0; transition: 0.3s ease; }
.icon-wrapper-section-5 .icon-default { opacity: 1; transition: 0.3s ease; }

.section-5-card:hover .icon-wrapper-section-5 .icon-hover   { opacity: 1; }
.section-5-card:hover .icon-wrapper-section-5 .icon-default { opacity: 0; }


.section-5-card-head{
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 25px;
  letter-spacing: 0%;
  color: #080A0B;

}

@media screen and (min-width: 1600px) {
.section-5-big-screen{
  margin-top: 14rem;
}

}

@media screen and (max-width: 1320px) {
  .section-5-main-para{
      padding-inline: 139px;
  }
  
}
@media screen and (max-width: 1250px) {

.section-5-card{
  height: auto;
  padding-left: 30px;
  /* width: 100%; */
}
  .section-5-main-para{
      padding-inline: 69px;
  }
  .section-5-main-heading{
      padding-top: 100px;
  }

}

@media screen and (max-width: 1024px) {
.section-5-container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
}
.section-5-card{
  width: 100%;
}

 .section-5-main-para{
      padding-inline: 28px;
  }
    .section-5-main-heading{
      padding-top: 48px;
  }
}

@media screen and (max-width: 650px) {
.section-5-container {
  display: grid;
  grid-template-columns: 1fr;
}
.section-5-card-head{
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 25px;
  letter-spacing: 0%;
}
.section-5-card{
  height: 268px;
  padding: 48px;
  width: 100%;
}
.section-5-main-heading{
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center !important;
  padding-top: 0px;
}
.section-5-container{
  gap: 24px;
}
 .section-5-main-para{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center !important;

  padding-inline: 19px;
}
}



.section-6 {
display: flex;
flex-direction: column;
background: #FFFFFF;
}
.section-6-main-heading{
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  color: #080A0B;
  margin-bottom: 20px;
  padding-inline: 180px;
}
.section-6-main-para{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center !important;
  padding-inline: 215px;
  color: #767676;
  margin-bottom: 40px;

}
.section-6-container {
width: 100%;
align-items: stretch;
}


@media screen and (max-width: 1320px) {
  .section-6-main-para{
      padding-inline: 139px;
  }
  .section-6-main-heading{
      padding-inline: 130px;
  }
  
}
@media screen and (max-width: 1250px) {
  .section-6-main-para{
      padding-inline: 69px;
  }
  .section-6-main-heading{
      padding-top: 100px;
      padding-inline: 83x;
  }

}

@media screen and (max-width: 1024px) {

 .section-6-main-para{
      padding-inline: 28px;
  }
    .section-6-main-heading{
      padding-top: 48px;
      padding-inline: 0px;
  }
  
}

@media screen and (max-width: 650px) {

.section-6-main-heading{
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center !important;
  padding-top: 0px;

}
 .section-6-main-para{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center !important;
  padding-inline: 13px;
  margin-bottom: 32px;
}
}



/* case study */

/* Connected Future section  */
.case-studies {
  background-color: #ebebeb;

}

.case-studies-grid {

  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 10px;
  
  /* max-width: 1200px; */
  margin: 0 auto;
  
}
.case-studies-grid h2{
color: #000000;
}
/* .case-studies-grid p{
color: #000000;
} */


.case-studies-btn{
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: capitalize;
  color: #080A0B;
  padding: 6px 12px;
  background: #FFE299AD;
  width: 136px;
  height: 36px;
  border-radius: 40px;
  margin-bottom: 12px;

}



.case-studies-section-heading {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  color: #080A0B;
  padding-right: 33px;
  margin-bottom: 10px;
}
.case-image-container {
   align-items: center;
  display: flex;
  justify-content: center;
  width: 538px;
  height: 493px;
  overflow: hidden;
}

.case-image-container .hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;


  
}
@media screen and (min-width: 1500px) {
.case-image-container{
  max-width: 100%;
  width: 100%;
}

.case-image-container .hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  
}
}

.case-studies-grid .case-studies-text-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 477px;
}
.case-studies-text-grid a{
  display: flex;
  justify-content: center;
  text-decoration: none;
  background: #1977F3;
  color: white;
  border-radius: 80px;
  width: 231px;
  padding: 0px 24px;
  border: none;
  text-align: center !important;
  height: 42px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 15.16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center !important;
  text-transform: capitalize;
  align-items: center;

}
.case-studies-text-grid a:hover{
background: white;
color: #1E2222;
transition: 0.6s ease-in-out;
}
.case-studies-grid .case-studies-text-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.case-studies-section-para {
  color: #767676;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 22px;
  padding-right: 52px;
}
.section-para{
margin-bottom: 0px;
}
@media screen and (min-width: 1450px) {
.case-studies-grid .case-studies-text-grid{
  max-width: 100%;
}

}

@media (max-width: 1310px) {
  .case-studies-grid {
      display: grid;
      grid-template-columns: 7fr 4fr;
      gap: 23px;
  }
 
}


@media (max-width: 1300px) {
  .case-studies-grid {
      display: grid;
      grid-template-columns: 7fr 4fr;
      gap: 23px;
  }
}
@media screen and (max-width: 1280px) {

 .case-image-container{
      width: 100%;
  }
  .case-image-container .hover-image {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  
}

}
@media (max-width: 1200px) {
  .case-studies-grid {

      gap: 20px;
  }
}

@media (max-width: 924px) {
  .case-studies-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  .case-studies-grid .case-studies-text-grid{
      max-width: 100%;
  }
}
@media (max-width: 650px) {
 .case-studies-section-heading{
  padding-right: 0px;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;

 }
 .case-image-container{
  display: none;
 }
 .case-studies-section-para{
  padding-right: 0px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center !important;

 }
 .case-studies-text-grid a{
  text-decoration: none;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 15.16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: capitalize;

 }
 .case-studies-grid .case-studies-text-grid{
  align-items: center;
 }
}



/* hackthon section */
.hackathon-section{
  display: flex;
  position: relative;
  padding-inline: 164px;
  padding-block: 73px;
  width: 100%;
  background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/hackthon-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.hackathon-card{
  display: flex;
  flex-direction: row;
  gap: 136px;
  justify-content: center;
  
}
.hackathon-card-text{
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 601px;
}
.hackathon-card-text h1{
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  padding-right: 90px;
  color: #FFFFFF;

}
.hackathon-card-text p{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;

}
.hackathon-card img{
  width: 226px;
  height: 226px;
}
@media screen and (min-width: 1700px) {
.hackathon-card-text p{
  padding-right: 400px;
}

}
@media screen and (max-width: 1250px) {
  .hackathon-card-text{
      max-width: 100%;
  }
  
}

@media screen and (max-width: 1024px) {
  .hackathon-section {
      padding-inline: 108px;
      padding-block: 50px;
  }
  .hackathon-card{
      gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .hackathon-section {
      padding-inline: 50px;
      padding-block: 50px;
      background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/hackthon-bg-mobile.svg');
      background-repeat: no-repeat;
      background-size: cover;
  }
  .hackathon-card{
      display: flex;
      flex-direction: column;
      gap: 32px;
  }.hackathon-card{
      align-items: center;
  }
 
}

@media screen and (max-width: 540px) {
  .hackathon-section {
      padding-inline: 16px;
  }
  .hackathon-card-text{
      gap: 10px;
  }
  .hackathon-card-text h1{
      font-family: Poppins;
      font-weight: 700;
      font-style: Bold;
      font-size: 24px;
      leading-trim: NONE;
      line-height: 27px;
      letter-spacing: 0%;
      text-align: center;
      padding-right: 40px;

  }
  .hackathon-card-text p{
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 14px;
      leading-trim: CAP_HEIGHT;
      line-height: 24px;
      letter-spacing: 0%;
      text-align: center !important;

  }

  
}
@media (min-width: 1450px) {
  .hackathon-card-text{
    max-width: 100%;
    width: 100%;
  }

.hackathon-card {
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}

.hackathon-card-text {
  flex: 1;
}

.hackathon-card img {
  align-self: flex-end;
}
}







/* oursolutoin */

.section-8-card-head{
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;

}
.section-8-card-para{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;
  color: #B9D6FD;

}

.section-8-card-1 {
padding: 39px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
border-radius: 8px;
width: calc(33.33% - 18.96px);
box-sizing: border-box;
height: 320px;
text-align: start;
color: white;

position: relative;
overflow: hidden;                    
}
.section-8-card-1::before {
content: "";
position: absolute;
inset: 0;
background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/smart-homes.webp');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1);                 
transform-origin: center;            
transition: transform 0.6s ease;      
border-radius: inherit;
z-index: 0;                           
}
.section-8-card-1:hover::before {
transform: scale(1.15);
}
.section-8-card-1::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, #09062B 83.17%);
-webkit-backdrop-filter: blur(1.5px); 
border-radius: inherit;
pointer-events: none;
}



.section-8-card-2 {
padding: 39px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
border-radius: 8px;
width: calc(33.33% - 18.96px);
box-sizing: border-box;
height: 320px;
text-align: start;
color: white;

position: relative;
overflow: hidden;                    
}
.section-8-card-2::before {
content: "";
position: absolute;
inset: 0;
background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/ips-gateways.webp');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1);                 
transform-origin: center;            
transition: transform 0.6s ease;      
border-radius: inherit;
z-index: 0;                           
}
.section-8-card-2:hover::before {
transform: scale(1.15);
}


.section-8-card-2::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, #09062B 83.17%);
-webkit-backdrop-filter: blur(1.5px); 
border-radius: inherit;
pointer-events: none;
}



.section-8-card-3 {
padding: 39px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
border-radius: 8px;
width: calc(33.33% - 18.96px);
box-sizing: border-box;
height: 320px;
text-align: start;
color: white;

position: relative;
overflow: hidden;                    
}
.section-8-card-3::before {
content: "";
position: absolute;
inset: 0;
background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/iot.webp');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1);                 
transform-origin: center;            
transition: transform 0.6s ease;      
border-radius: inherit;
z-index: 0;                           
}
.section-8-card-3:hover::before {
transform: scale(1.15);
}
.section-8-card-3::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, #09062B 83.17%);
-webkit-backdrop-filter: blur(1.5px); 
border-radius: inherit;
pointer-events: none;
}



.section-8-card-4 {
padding: 39px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
border-radius: 8px;
width: calc(33.33% - 18.96px);
box-sizing: border-box;
height: 320px;
text-align: start;
color: white;

position: relative;
overflow: hidden;                    
}
.section-8-card-4::before {
content: "";
position: absolute;
inset: 0;
background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/Mask group.webp');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1);                 
transform-origin: center;            
transition: transform 0.6s ease;      
border-radius: inherit;
z-index: 0;                           
}
.section-8-card-4:hover::before {
transform: scale(1.15);
}
.section-8-card-4::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, #09062B 83.17%);
-webkit-backdrop-filter: blur(1.5px); 
border-radius: inherit;
pointer-events: none;
}


.section-8-card-5 {
padding: 39px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
border-radius: 8px;
width: calc(33.33% - 18.96px);
box-sizing: border-box;
height: 320px;
text-align: start;
color: white;

position: relative;
overflow: hidden;                    
}
.section-8-card-5::before {
content: "";
position: absolute;
inset: 0;
background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/oem.webp');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1);                 
transform-origin: center;            
transition: transform 0.6s ease;      
border-radius: inherit;
z-index: 0;                           
}
.section-8-card-5:hover::before {
transform: scale(1.15);
}
.section-8-card-5::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, #09062B 83.17%);
-webkit-backdrop-filter: blur(1.5px); 
border-radius: inherit;
pointer-events: none;
}




.section-8-card-text-contet{
  position: absolute;
  bottom: 20px;
  z-index: 1;
  padding-right: 39px;
}
@media screen and (max-width: 1300px) {
  .section-8-card-text-contet{
      padding-right: 16px;
  }

  
}
@media screen and (max-width: 1024px) {
    .section-8-card-1,.section-8-card-2,.section-8-card-3,.section-8-card-4,.section-8-card-5{
    width: 100%;
  }

}
@media screen and (max-width: 870px) {
  .section-8-card-text-contet{
      padding-right: 20px;
  }
  
}
@media screen and (max-width: 650px) {
  .section-8-card-text-contet{
      padding-right: 38px;
  }
  
}



/* faq-section */

/* FAQs section */
.faq-section {
/* background-color: #EEF2F5; */
background: rgb(255, 255, 255);

}
.faq-section-common-padding{
padding-inline: 165px;
padding-top: 100px;
padding-bottom: 100px;
}
.faq-container {
/* padding:100px 0px; */
display: flex;
flex-direction: column;
align-items: center;
}
.faq-container p{
  text-align: start;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;
  color: #767676;
  margin-bottom: 0px;
  /* padding-inline: 232px; */

}
.faq-container-para{
  text-align: center !important;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;
  color: #767676;
  padding-inline: 232px;


}

.faq-container p{
/* font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 40px;
letter-spacing: -0.4px;
text-transform: capitalize; */
/* color: ; */
/* color: #1977F3; */


}
.faq-first{
  color: #080A0B;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 7px;

}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
width: 100%;
margin-inline: auto;
margin-top: 1rem;
}
.faq-accordion-item {
/* border-bottom: 1px solid #ccc; */
/* border-bottom: 1px solid rgba(156, 181, 199, 1) */
background: #DBE2F336;
padding: 18px 24px;

}
.faq-accordion-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
/* padding: 1.4rem; */
cursor: pointer;
}
.faq-accordion-header h5 {
font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0px;
vertical-align: middle;

color: black;
margin-bottom: 0px;

}
.faq-accordion-header svg {
width: 2.5rem;
height: 2.5rem;
transition: all 0.3s ease-out;
}
.faq-accordion-content {
padding: 0px;
overflow: hidden;
transition: all 0.3s ease-out;
padding-inline: 0px;
max-height: 0;
color: #565656;
font-size: 16px;
line-height: 1.2;
}
.faq-accordion-content ul {
list-style: decimal;
margin-left: 1rem;
}
@media screen and (max-width: 1100px) {
  .faq-container-para{
      padding-inline: 20px;
  }
  
}
@media (max-width: 1024px) {
.faq-section-common-padding{
  padding-inline: 108px;
  padding-top: 53px;
  padding-bottom: 67px;
}

}
@media (max-width: 768px) {
.faq-section-common-padding{
  padding-inline: 51px;
  padding-top: 50px;
  padding-bottom: 67px;
}

}
@media (max-width: 612px) {
.faq-container h2{
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: capitalize;
}
.faq-accordion-header h5{
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 133%;
  letter-spacing: 0px;
  vertical-align: middle;

}
.faq-container p{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 159%;
  letter-spacing: 0px;

}
.faq-container-para{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 21px;
  letter-spacing: 0%;
  
  padding-inline: 0px;
  text-align: center !important;

}

}
@media (max-width: 425px) {
.faq-section-common-padding{
  padding-inline: 28px;
  padding-top: 50px;
  padding-bottom: 67px;
}

}

.according-open{
  background: #1977F314 !important;
}




/* form-section */

/* form-container */

.menu-form{
  margin: 0 auto;
  position: relative;
  background-image: url('https://thinkpalm.com/wp-content/themes/thinkpalm/images/wifi-connect/images/form-setion-bg.webp');
  background-repeat: no-repeat;
  background-size: cover; 
  margin-bottom: 0px !important;
  /* background: linear-gradient(0deg, rgba(238, 242, 245, 0.2) 0%, rgba(232, 236, 239, 0.31) 23.55%, rgba(219, 222, 223, 0.58) 72.03%, #C8C8C8 138.52%);


}
.background-img-top{
position: absolute;
top: 0;
left: 0;
}
.background-img-bottom{
position: absolute;
bottom: 0;
left: 0;
}
.background-img-top img,
.background-img-bottom img {
width: 100%;
height: auto;
display: block;
}

.background-img-top {
/* position: relative; */
width: 100%;
margin-bottom: 20px;
}


.menu-form h1{
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 66px;
  color: black;


}

.form-container{
background: white;
position: relative;
padding-block: 50px;
gap: 98px;
display: flex;
border-radius: 16px;
}
.form-text-content{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
padding-left: 93px;
}
.form-text-content h2{
font-family: Poppins;
font-weight: 700;
font-style: Bold;
font-size: 36px;
leading-trim: NONE;
line-height: 39px;
letter-spacing: 0%;
vertical-align: middle;
color: #080A0B;

}
.form-text-content p{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #606060;

}
.first{
display: grid;
grid-template-columns: repeat(2,1fr);
}
.input-form{
display: grid;
grid-template-columns: repeat(2,1fr);
width: 100%;
}
.form-input-section{
width: 100%;
padding-right: 40px;
}
.form-box {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
max-width: 600px;
background: white;
/* padding: 24px; */
border-radius: 8px;
/* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

.form-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px 14px;
}

.form-grid input,
.form-grid select {
padding: 12px;
border: 1px solid #F2F2F2;
border-radius: 6px;
background: #F2F2F2;
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 36px;
letter-spacing: 0%;
height: 56px;

}

.message-box {
width: 100%;
height: 75px;
resize: vertical;
padding: 12px;
border: none;
border-radius: 6px;
background: #F2F2F2;
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 36px;
letter-spacing: 0%;

}

.captcha-submit{
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}

.captcha-submit label {
color: #000000;
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: -0.4px;
text-transform: capitalize;

}

.captcha-submit .button {
background-color: #1977F3;
border: none;
color: white;
padding: 10px 32px;
border-radius: 6px;
cursor: pointer;
font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.4px;
text-transform: capitalize;
 width: 258px;
  height: 48px;
  border-radius: 30px;

}

.captcha-submit .button:hover {
background-color: #0056b3;
}
@media screen and (min-width: 1500px) {
.form-box {
  max-width: 100%;
}

}
@media screen and (max-width: 1330px) {
.captcha-submit .button{
  width: 145px;
  
}

}
@media screen and (max-width: 1100px) {
.captcha-submit .button{
  width: 100%;
  
}

}
@media (max-width: 1200px) {
.form-container{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-input-section{
  padding-right: 0px;
  display: flex;
  justify-content: center;
}
.form-text-content{
  padding-left: 0px;
}


}
@media (max-width: 992px) {
.form-container {
  gap: 32px;                 
  padding-block: 32px;  
  
}
.form-text-content {
  padding-left: 32px;       
}
}


.captcha-number{
padding-left: 30px;
}
.form-grid input, .form-grid select,.message-box{
color: #818181 !important;
}

@media (max-width: 768px) {
.captcha-number{
padding-left: 43px;
}
.form-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 85px;
  padding-inline: 25px;
  padding-bottom: 60px;
  border-radius: 12px;
  background: #fff;
}

.form-text-content {
  padding-left: 0;
  align-items: flex-start;
  gap: 8px;
  max-width: 210px;
}
.form-text-content h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 31px;
  letter-spacing: 0%;
  vertical-align: middle;

}
.form-text-content p {
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;

  color: #6b7280;
}
.message-box{
  height: 106px;
}

/* Form card */
.form-box {
  max-width: 100%;
  width: 100%;
  /* padding: 12px;               */
  border-radius: 10px;
  /* border: 1px solid rgba(30,115,255,.25); */
  gap: 16px;
}
.message-box{
  margin-bottom: 10px;
}

.form-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.form-grid input,
.form-grid select,
.message-box {
  font-size: 16px;              
  line-height: 24px;
  padding: 12px 14px;
  width: 100%;
}

.message-box {
  min-height: 110px;
}

.captcha-submit {
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.captcha-submit label {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  text-align: center;

}
.captcha-submit .button {
  width: 100%;
  height: 48px;
  padding: 14px 18px;
  border-radius: 999px;          
  font-size: 16px;
}
.form-grid input, .form-grid select, .message-box{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  color: #818181;
  width: 100%;
}
}

@media (max-width: 420px) {
/* .form-container { padding: 12px; } */
/* .form-box { padding: 10px; } */
.form-text-content h2 { font-size: 22px; line-height: 30px; }
.form-text-content p { font-size: 13px; line-height: 20px; }
}




/* coursole */


  .slides {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .slide.active {
    position: relative;
    opacity: 1;
    z-index: 1;
  }


  .slide-content h2 {
   font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: CAP_HEIGHT;
  line-height: 36px;
  letter-spacing: 0%;

  }
  .slide-content p.subtitle {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 23px;
    letter-spacing: 0%;
    color: #1977F3;
  }
  .slide-down-para{
    font-family: Poppins;
    font-weight: 400;
    padding-right: 42px;
    margin-bottom: 0px;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 22px;
    letter-spacing: 0%;
    color: #767676;
    margin-bottom: 1rem;

  }
  .ul-heading{
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #767676;
    margin-bottom: 24px;

  }
  .slide-content ul {
    list-style: none;
    margin-bottom: 20px;
  }
  ol, ul{
    padding-left: 0px;
  }
  .tick-icon{
    margin-bottom: 2px;
  }
  .slide-content ul li {
    margin-bottom: 0.75rem;
    /* padding-left: 1.5rem; */
    position: relative;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: CAP_HEIGHT;
    line-height: 19px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #868686;

  }
  /* .slide-content ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: bold;
  } */


.listed-items{
display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  gap: 8px;
  
}
.listed-items img{
padding-bottom: 11px;
}

  .dots {
    text-align: start;
    /* margin-top: 1.5rem; */
    margin-top: 43px;
    display: flex;
    flex-direction: row;
    
    gap: 7px;
  }
  .dots button {
    width: 15px;
    height: 15px;
    margin: 0 0;
    border-radius: 50%;
    border: none;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s;
  }
  .dots button.active {
    background: transparent;
    border: 1px solid#1977F3;
  }
.slider-image{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 538px;
  height: 493px;

  /* calc(33.33% - 18.96px) */
  }
  .slider-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }
 .slide-image {
  display: flex !important;
  justify-content: center !important;
  width: 538px !important;
}
  .slide-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    object-fit: cover !important;
    object-position: center !important;
  }
  .slide-content{
    max-width: 487px;
  }
  @media screen and (min-width: 1500px) {
       .slider-image{
      width: 100%;
    }
        .slide-content{
          max-width: 100%;
  }
    
    
  }
  @media screen and (max-width: 1270px) {
    .slider-image{
      width: 100%;
    }
        .slide-content{
          max-width: 100%;
  }
    
  }
  @media (max-width: 768px) {
    .slide {
      flex-direction: column-reverse;
      border: 1px solid #EEEFF0;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      border-top: none;
      

    }
    .slide-content{
      max-width: 100%;
      width: 100%;
    }
    .listed-items{
      padding-inline: 24px;
    }
    /* .slide-content ul li{
      padding-inline: 24px;
    } */
    .slide-image {
      text-align: center;
      margin-top: 1.5rem;
      height: 301px;
    }
    .dots{
      text-align: center;
      margin-top: 45px;
      justify-content: center;
    }
    .slider-image{
      height: 301px;
    }

    .slide-down-para{
      padding-right: 0px;
      font-family: Poppins;
      font-weight: 400;
      font-style: Regular;
      font-size: 14px;
      leading-trim: CAP_HEIGHT;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: center !important;
      margin-bottom: 1rem;

    }
    .slide-content h2{
      font-family: Poppins;
      font-weight: 700;
      font-style: Bold;
      font-size: 24px;
      leading-trim: CAP_HEIGHT;
      line-height: 30px;
      letter-spacing: 0%;
      text-align: center;
      padding-inline: 32px;
      margin-bottom: 1rem;

    }
    .slide-content p.subtitle{
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 16px;
      leading-trim: CAP_HEIGHT;
      line-height: 23px;
      letter-spacing: 0%;
      text-align: center !important;
      margin-bottom: 1rem;

    }
    .ul-heading{
      font-family: Poppins;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 12px;
      leading-trim: CAP_HEIGHT;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: center !important;
      margin-bottom: 32px;

    }

  }



.icon-wrapper {
position: relative;
width: 48px;
height: 48px;
}

.icon-wrapper .icon-1 {
position: absolute;
inset: 0;
width: 100%;
height: 100%;

pointer-events: none;   
}

.icon-wrapper .hover   { opacity: 0; }
.icon-wrapper .default { opacity: 1; }

.software-solutions-cards-inner:hover .icon-wrapper .hover   { opacity: 1; }
.software-solutions-cards-inner:hover .icon-wrapper .default { opacity: 0; }



.case-image-container{
  position: relative;
  overflow: hidden;         
  width: 100%;
  max-width: 538px;
  aspect-ratio: 538 / 498;   
  border-radius: 12px;        
}
.case-image-container .hover-image{
  position: absolute; inset: 0;   
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  transform: translate3d(0,0,0) scale(1);
  transition: transform 1s ease;
  will-change: transform;
}
.wifi-symbol{
  z-index: 1;
}
@media screen and (max-width: 1292px) {
  .wifi-symbol{
    width: 150px;
    height: 150px;
  }
  
}
