* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}


  /* Custom Scrollbar */
  ::-webkit-scrollbar {
    width: 10px; /* Scrollbar width */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track background */
}

::-webkit-scrollbar-thumb {
    background: #4CAF50; /* Scrollbar color */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3; /* Scrollbar hover effect */
}

.hero-section {
  background-color: #1a1f37;
 height: 473px;
  padding: 20px 50px;
  position: relative;
 
}
h2{
  font-size: 28px !important;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.logo {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.phone {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
}

.left-content {
  flex: 1;
}

.heading {
  color: white;
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 55px;
}

.heading span {
  color: #4CAF50;
}

.description {
  color: #ffffff99;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 600px;
}

.cta-button {
  background-color: #4CAF50;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}
.form-container img{
  width: 100%;
  height:100%;
}
.form-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 510px;
  position: absolute;
  top: 18px;
  right: -45px;
}

.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.logo-container {
  width: 100%;
  max-width: 839px;
 
  padding: 30px 0;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
}

.logo-slider {
  width: 90%;
  margin: 0 auto;
}

.logo-slide {
  padding: 0 15px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.logo-slide img {
  max-width: 100%;
  max-height: 80px;
 width: 100%;
 
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.logo-slide img:hover {
  opacity: 1;
}

/* Slick Slider Custom Styles */
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

@keyframes changeText {
0%, 23% { content: "High-Converting Stores"; }
23%, 46% { content: " Custom Shopify Solutions"; }
46%, 67% { content: "Profitable Online Businesses"; }
67%, 82% { content: "Scalable eCommerce Websites"; }
82%, 100% { content: "Fast & Secure Shopify Stores"; }
}
.changing-text::after {
content: "High-Converting Stores";
animation: changeText 10s infinite;
}



.xk92_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.hy45_header {
  text-align: center;
  margin-bottom: 50px;
}

.mn67_subheading {
  color: #408142;
  font-size: 18px;
  margin-bottom: 10px;
}

.pl34_heading {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.pl34_heading span {
  color: #408142;
}

.qw23_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.vb78_left {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rt56_box {
  padding: 25px;

  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition:  0.5s ;
  position: relative;
}
.rt56_box::before{
  transition:  0.5s ;
}

.rt56_box:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #ff4444;
  border-left: 2px solid #ff4444;
  border-right: 2px solid #408142;
  border-bottom: 2px solid #408142;
  pointer-events: none;
}

.uj89_title {
  color: #408142;
  font-size: 24px;
  margin-bottom: 15px;
}

.kl12_text {
  color: #666;
  line-height: 1.6;
}

.op45_right {
  flex: 1;
  padding-top: 4em;
background: url(./iot-count.png) top / contain no-repeat;
text-align: center;
padding-bottom: 79px;
width: 100%;
height: 464px;
}

.op45_right ul{
  padding: 0 0 0 79px;
display: inline-block;
margin: 0 auto;
}

.op45_right ul  li:nth-child(odd) {
border-right: 1px solid #408142;
padding-left: 0;
}
.op45_right ul li:nth-child(2n) {
padding-right: 0;
}

.op45_right ul li span{
font-size: 30px;
padding-bottom: 2px;
display: inline-block;
font-weight: 700;
font-family: 'PoppinsBold';
text-shadow: 0 0 0;
padding-top: 8px;
font-family: 'PoppinsBold';
}

.op45_right ul li p{
font-size: 14px;
color: #000;
font-family: PoppinsRegular;
font-weight: 400;
}

.op45_right ul li{
list-style: none;
text-align: center;
border-bottom: 1px solid #408142;
width: 40%;
padding: 13px;
margin: 0 auto;
float: left;
position: relative;
}

.op45_right  ul li:nth-child(6){
border-bottom: none;
}

.op45_right  ul li:nth-child(5){
border-bottom: none;
}


.slider-section {
  padding: 50px 5%;
  background: #f5f5f5;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}


/* Services Container */
.services-container {
background-color: #1a1f37;
min-height: 100vh;
padding: 4rem 1rem;
}

.services-wrapper {
max-width: 1200px;
margin: 0 auto;
}

/* Typography */
.services-container h2 {
color: white;
margin-bottom: 1rem;
font-weight: bold;
}

.subtitle {
color: #B8B8B8;
font-size: 1.125rem;
margin-bottom: 3rem;
}

/* Services Grid */
.services-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}

/* Service Box */
.services-box {
background-color: transparent;
border: 1px solid #2A3B5A;
border-radius: 8px;
padding: 1.5rem;
transition: all 0.3s ease;
}

.services-box:hover {
background-color: #162544;
border-color: #408142;
transform: translateY(-4px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Icon */
.icon {
color: white;
font-size: 2rem;
margin-bottom: 1rem;
}

/* Service Box Content */
.services-box h3 {
color: white;
font-size: 1.25rem;
margin-bottom: 0.75rem;
font-weight: 600;
}

.services-box p {
color: #B8B8B8;
font-size: 0.875rem;
line-height: 1.6;
}
.features-section {
  padding: 4rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.headerr {
  text-align: center;
  margin-bottom: 3rem;
}

.headerr h2 {
 
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.headerr p {
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: #408142;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.feature-number {
  font-size: 1.125rem;
  font-weight: 600;
  color: #408142;
  margin-bottom: 1rem;
  display: block;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.feature-description {
  color: #666;
  font-size: 0.875rem;
}

.cta-button {
  display: inline-block;
  background-color: #408142;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #408142;
}

.text-center {
  text-align: center;
}

.industry-section {
  background-color: #f9fafb;
  padding: 4rem 1rem;
  overflow-x: hidden;
}

.container-45 {
  max-width: 1280px;
  margin: 0 auto;
}

.content-wrapperr {
  display: grid;
  gap: 2rem;
}


.industries-section-sajid {
    background-color: #0A1B3D;
    background-image: url('./bg.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 80px 0;
    color: white;
}

.container-sajid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header-sajid {
    text-align: center;
    margin-bottom: 50px;
}

.section-header.-sajid h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-header-sajid span {
    display: block;
}

.section-header-sajid p {
    max-width: 800px;
    margin: 0 auto;
    color: #cbd5e1;
}

.industries-grid-sajid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.industry-box-sajid {
    position: relative;
   
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.industry-box-sajid:hover {
    transform: scale(1.05);
}

.box-content-sajid {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: background-color 0.3s ease;
}

.industry-box-sajid:hover .box-content-sajid {
    background: rgba(0, 0, 0, 0.4);
}

.icon-wrapper-sajid {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.industry-box-sajid:hover .icon-wrapper-sajid {
    transform: scale(1.1);
}

.icon-wrapper-sajid i {
    font-size: 32px;
    color: #0A1B3D;
}

.box-content-sajid h3 {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
}

.industry-box-sajid img{
    width: 100%;
}

.content-left h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.orange-text {
  color: #ea580c;
}

.content-left p {
  color: #4b5563;
  font-size: 1.125rem;
  max-width: 32rem;
  margin-bottom: 1.5rem;
}

.view-all-btn {
  display: inline-block;
  background-color: #ea580c;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
}

.view-all-btn:hover {
  background-color: #c2410c;
}

.slider-wrapper {
  position: relative;
}

/* Owl Carousel Custom Styles */
.owl-carousel {
  padding-bottom: 3rem;
}

.industry-slide {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 10px;
}

.industry-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.slide-label {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Custom Navigation */
.slider-navigation {
  position: absolute;
  bottom: -16px;
  left:610px ;
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  transition: opacity 0.3s;
}

.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Hide default Owl nav */
.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}


.features-section-45 {
  padding: 80px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.features-heading-45 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.features-grid-45 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.feature-card-45 {
  background: white;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 12px 34px rgba(32, 31, 31, 10%);
}


.feature-icon-45 {
  width:60px;
  height: 60px;
  margin: 0 auto 20px;
}

.feature-icon-45 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-title-45 {
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
}

.engagement-section-group {
  padding: 80px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.section-header-group {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.section-title-group {
 color: #fff !important;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.op-text-group{
position: absolute;
font-weight: bold;
font-size: 20px;
color: #fff;
bottom: 20px;
padding: 5px;
left: 10px;
border-radius: 5px;
}

.card-group:hover .op-text-group{
display: none;
}
.section-description-group {
  color: #B8B8B8;
  font-size: 1.1rem;
  line-height: 1.7;
}

.cards-container-group {
  display: flex;

  margin-bottom: 40px;
  flex-wrap: wrap;
}

.card-group {
  position: relative;
  height: 417px;
  flex: 1;

  min-width: 200px;
  transition: all 0.5s ease;
}

.card-group:hover {
  flex: 3;
}

.card-image-group {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 129, 66, 0.85);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-group:hover .card-overlay-group {
  opacity: 1;
}

.card-title-group {
  font-size: 1.5rem;
 color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.card-content-group {
  opacity: 0;
  color: #fff;
  transform: translateY(20px);
  transition: all 0.3s ease 0.2s;
}

.card-group:hover .card-content-group {
  opacity: 1;
  transform: translateY(0);
}

.feature-list-group {
  list-style: none;
  margin-top: 20px;
}

.feature-list-group li {
  margin-bottom: 10px;
  display: flex;
  color: #fff !important;
  align-items: center;
  gap: 10px;
}

.feature-list-group li::before {
  content: "•";
  color: white !important;
}

.cta-container-group {
  background: white;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-text-group {
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 500;
  flex: 1;
  min-width: 200px;
}

.cta-button-group {
  background: rgb(64, 129, 66);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.cta-button-group:hover {
  background: #408142;
}

.first-over{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}


.popup-group {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  padding: 15px;
}

.popup-group.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  position: relative;
  animation: popupAnimation 0.3s ease-out;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.logo-group-container {
width: 835px;
max-width: 100%;

padding: 20px 0;
background: #ffffff;
position: relative;
}

.logo-group-wrapper {
width: 100%;
overflow: hidden;
position: relative;
}

.logo-group-track {
display: flex;
animation: logo-group-scroll 30s linear infinite;
width: calc(150px * 10); /* Adjust based on logo count and width */
}

.logo-group-item {
flex: 0 0 150px;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
}

.logo-group-image {
width: 200px;
height: auto;
max-height: 80px;
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s ease;
}

.logo-group-image:hover {
filter: grayscale(0%);
opacity: 1;
transform: scale(1.05);
}

@keyframes logo-group-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-150px * 5)); /* Half of total width */
}
}

/* Gradient overlay for smooth fade effect */
.logo-group-wrapper::before {
content: "";
position: absolute;
top: 0;
height: 100%;
width: 100px;
z-index: 2;
pointer-events: none;
}

.logo-group-wrapper::before {
left: 0;
background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1200px) {
    .industries-grid-sajid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Pause animation on hover */
.logo-group-track:hover {
animation-play-state: paused;
}


@media (max-width: 768px) {
  .popup-content {
      flex-direction: column;
      max-height: 90vh;
      overflow-y: auto;
  }
   .industries-grid-sajid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-header-sajid h2 {
        font-size: 2rem;
    }
}

.popup-left {
  padding: 40px;
  width: 50%;
  background: #4CAF50;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .popup-left {
      width: 100%;
      padding: 30px;
      text-align: center;
      display: none;
  }
}

.popup-right {
  padding: 40px;
  width: 50%;
  background: white;
}

@media (max-width: 768px) {
  .popup-right {
      width: 100%;
      padding: 30px;
  }
}

.popup-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .popup-title {
      font-size: 2em;
  }
}

.highlight {
  color: #1a1f37;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.form-title {
  color: #4CAF50;
  margin-bottom: 25px;
  font-size: 1.5em;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
  font-size: 0.9em;
}

.form-group input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  font-size: 1em;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-group input:focus {
  border-color: #4CAF50;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 35, 102, 0.1);
  background: #fff;
}

.form-group input:hover {
  border-color: #4CAF50;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 35, 102, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

.avatar-group {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  margin-right: -10px;
  border: 3px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.description {
  margin: 20px 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1em;
}

@keyframes popupAnimation {
  from {
      transform: scale(0.7);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

/* Custom Input Styles */
.input-container {
  position: relative;
  margin-bottom: 20px;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.input-field {
  padding-left: 35px !important;
}

/* Error States */
.form-group input:invalid:not(:placeholder-shown) {
  border-color: #ff4444;
}

.error-message {
  color: #ff4444;
  font-size: 0.8em;
  margin-top: 5px;
  display: none;
}

input:invalid:not(:placeholder-shown) + .error-message {
  display: block;
}

/* Success Animation */
@keyframes successPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.success {
  animation: successPulse 0.5s ease-in-out;
}



.contact-container-b4 {
  background: #efffef;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.left-section-b4 {
  padding-right: 40px;
}

.left-section-b4 h1 {
  font-size: 64px;
  font-weight: 800;
  font-family:Playfair Display;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 84px;
}

.left-section-b4 p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.ratings-b4 {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.rating-item-b4 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rating-item-b4 img {
  height: 30px;
  object-fit: contain;
}

.rating-text-b4 {
  color: #666;
  font-size: 0.9em;
}

.right-section-b4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-section-b4 {
  grid-column: 1 / -1;
}

.form-group-b4 {
  margin-bottom: 20px;
}

.form-group-b4 input,
.form-group-b4 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1em;
  transition: all 0.3s ease;
}

.form-group-b4 input:focus,
.form-group-b4 textarea:focus {
  outline: none;
  border-color: #408142;
  box-shadow: 0 0 0 3px rgba(255,107,0,0.1);
}

.form-group-b4 textarea {
  height: 150px;
  resize: vertical;
}

.submit-btn-b4 {
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.submit-btn-b4:hover {
  background: #333;
  transform: translateY(-2px);
}

.contact-info-b4 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.contact-item-b4 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-container-b4 {
  width: 45px;
  height: 45px;
  background: #408142;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container-b4 i {
  color: white;
  font-size: 1.2em;
}

.contact-details-b4 {
  display: flex;
  flex-direction: column;
}

.contact-label-b4 {
  font-size: 0.9em;
  color: #666;
}

.contact-value-b4 {
  color: #1a1a1a;
  font-weight: 500;
}


.footer-container {
width: 100%;
background: #ffffff;
padding: 20px 40px;
border-top: 1px solid #eaeaea;
}

.footer-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 40px;
}

.footer-left {
display: flex;
flex-direction: column;
gap: 20px;
}

.footer-logo {
max-width: 180px;
}

.footer-logo-img {
width: 100%;
height: auto;
}

.footer-social {
display: flex;
gap: 15px;
align-items: center;
}

.footer-social-link {
color: #666;
transition: color 0.3s ease;
}

.footer-social-link:hover {
color: #000;
}

.footer-icon {
width: 20px;
height: 20px;
}

.footer-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 20px;
}

.footer-nav-list {
display: flex;
gap: 25px;
list-style: none;
padding: 0;
margin: 0;
flex-wrap: wrap;
justify-content: flex-end;
}

.footer-nav-link {
color: #333;
text-decoration: none;
font-size: 14px;
transition: color 0.3s ease;
}

.footer-nav-link:hover {
color: #000;
}

.footer-copyright {
color: #666;
font-size: 14px;
}


.faq-09-container {
max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.faq-09-heading {
text-align: center;
font-size: 36px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 40px;
}

.faq-09-list {
display: flex;
flex-direction: column;
gap: 16px;
}

.faq-09-item {
border-radius: 8px;
overflow: hidden;
transition: all 0.3s ease;
order: .06rem solid #ebebeb;
}

.faq-09-question {
width: 100%;
display: flex;
justify-content: space-between;

align-items: center;
padding: 20px;
background: none;
border: none;
text-align: left;
cursor: pointer;
font-size: 18px;
font-weight: 500;
color: #1a1a1a;
transition: all 0.3s ease;
}

.faq-09-item:hover .faq-09-question {
background: #f8f9fa;
}

.faq-09-active {
border: 1px solid #408142;
}

.faq-09-active .faq-09-question {
background: #f8f9fa;
}

.faq-09-icon {
font-size: 24px;
color: #408142;
min-width: 24px;
display: flex;
align-items: center;
justify-content: center;
}

.faq-09-answer {
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
}

.faq-09-active .faq-09-answer {
max-height: 500px;
padding: 0 20px 20px;
}

.faq-09-answer p {
margin: 0;
color: #666;
line-height: 1.6;
font-size: 16px;
}

/* Responsive Design */
@media (min-width: 768px) {


.services-grid {
grid-template-columns: repeat(2, 1fr);
}

.services-container {
padding: 4rem 2rem;
}
.features-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .features-grid-45 {
      grid-template-columns: repeat(3, 1fr);
  }

  .features-heading-45 {
      font-size: 3rem;
  }
}

@media (min-width: 1024px) {
.services-grid {
grid-template-columns: repeat(3, 1fr);
}
.features-grid {
      grid-template-columns: repeat(3, 1fr);
  }

 
  .features-grid-45 {
      grid-template-columns: repeat(6, 1fr);
  }

  .feature-card-45 {
      padding: 24px;
  }
}

/* Animation for hover effect */
@keyframes boxShadowAnimation {
0% {
box-shadow: 0 4px 20px rgba(59, 130, 246, 0);
}
100% {
box-shadow: 0 4px 20px rgba(211, 238, 152, 0.4);
}
}

.services-box:hover {
animation: boxShadowAnimation 0.3s ease forwards;
}

/* Additional hover effects */
.services-box:hover .icon {
transform: scale(1.1);
transition: transform 0.3s ease;
}

.services-box:hover h3 {
color: #408142;
transition: color 0.3s ease;
}





@media (max-width: 1024px) {
  .cards-container-group {
      flex-wrap: wrap;
  }
  
  .card-group {
      flex: 1 1 calc(50% - 10px);
  }

  .card-group:hover {
      flex: 1 1 calc(100% - 20px);
  }
}



@media (max-width: 768px) {
  .content-wrapper {
      flex-direction: column;
  }
  .form-container {
      width: 100%;
      position: unset;

  }
  .heading {
      font-size: 30px;
  }
  .logo-container {
      padding: 20px 0;
  }
  .logo{
      margin: auto;
  }
  .content-wrapper{
      gap: 0;
  }
  .phone{
      display: none;
  }

  .logo-slide {
      height: 60px;
      padding: 0 10px;
  }
.hero-section{
height: auto;
padding: 12px 15px ;
text-align: center;
}
  .logo-slide img {
      max-height: 80px;
  }
  .qw23_content {
      flex-direction: column;
  }

  .zx67_stat {
      position: static;
      margin: 10px auto;
      max-width: 200px;
  }

  .pl34_heading {
      font-size: 28px;
  }
  .op45_right{
      background: unset;
      flex: 100%;
      padding-top: 0.5em !important;
      padding-bottom: 5px;
      
  }
  .qw23_content{
      gap: 10px;
  }
  .op45_right ul{
      padding: 0 0 0 52px;
  }
  .content-wrapper {
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
  }

  .content-left {
      margin-bottom: 0;
      width: 380px;
  }
  h2{
  font-size: 26px !important;
}
.contact-container-b4 {
      grid-template-columns: 1fr;
      padding: 30px;
  }

  .left-section-b4 {
      padding-right: 0;
      text-align: center;
  }

  .ratings-b4 {
      justify-content: center;
  }

  .right-section-b4 {
      grid-template-columns: 1fr;
  }

  .contact-info-b4 {
      grid-template-columns: 1fr;
      text-align: start;
  }

  .logo-group-container {
padding: 15px 0;
}

.logo-group-item {
flex: 0 0 120px;
padding: 0 15px;
}

.logo-group-image {
max-height: 80px;
}

@keyframes logo-group-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-120px * 5));
}
}

.logo-group-wrapper::before,
.logo-group-wrapper::after {
width: 60px;
}

.footer-container {
padding: 20px;
}

.footer-content {
flex-direction: column;
align-items: center;
gap: 30px;
}

.footer-left {
align-items: center;
}

.footer-right {
align-items: center;
}

.footer-nav-list {
justify-content: center;
gap: 15px;
text-align: center;
}


.faq-09-container {
padding: 0 15px;
margin: 30px auto;
}

.faq-09-heading {
font-size: 28px;
margin-bottom: 30px;
}

.faq-09-question {
font-size: 16px;
padding: 15px;
}

.faq-09-answer {
font-size: 14px;
}

.faq-09-active .faq-09-answer {
padding: 0 15px 15px;
}
}

@media (max-width: 480px) {
  .slick-prev,
  .slick-next {
      display: none !important;
  }

  .logo-slider {
      width: 100%;
  }
  .slider-navigation{
      left: 150px;
  }
  h2{
  font-size: 26px !important;
}
.uj89_title{
  font-size: 18px;
}
.logo-container{
display: none;
}
.card-group {
      flex: 1 1 100%;
  }

  .card-group:hover {
      flex: 1 1 100%;
  }
  .contact-container-b4 {
      padding: 20px;
  }

  .left-section-b4 h1 {
      font-size: 2.5em;
  }

  .ratings-b4 {
      flex-direction: column;
      align-items: center;
  }
  .footer-nav-list {
flex-direction: column;
align-items: center;
gap: 10px;
}

.footer-social {
gap: 20px;
}

.faq-09-heading {
font-size: 24px;
}

.faq-09-question {
font-size: 15px;
padding: 12px;
}

.faq-09-icon {
font-size: 20px;
}
 .industries-grid-sajid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-header-sajid h2 {
        font-size: 1.75rem;
    }
    
    .industries-section-sajid {
        padding: 40px 0;
    }
   .icon-wrapper-sajid{
    width: 40px;
    height: 40px;
   }
   .icon-wrapper-sajid i{
    font-size: 20px;
   }
   .box-content-sajid h3{
    font-size: 0.8rem;
   }
}



/* Animation for smooth transitions */
@keyframes scaleIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

/* Optional: Add hover animation for icon */
@keyframes iconRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.industry-box-sajid:hover .icon-wrapper-sajid i {
    animation: iconRotate 0.5s ease;
}

/* For smoother animation on devices that prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
.logo-group-track {
animation-duration: 45s;
}
}