body{
  font-family: "Inter", sans-serif !important;

}
html {
  scroll-behavior: smooth; /* Enables smooth scrolling */
}

.section1 {

    background-color: #f9f9f9; /* Section background color */
    position: relative;
top: -80px;
  }
  .section1 .col-lg-4{
    /* position: absolute;
    top: -50px;
    z-index: 1000; */
    z-index: 100;
  }

  .feature-box {
    background-color: #fff; /* White background for the feature box */
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
  }

  .feature-box:hover {
    transform: translateY(-5px); /* Slight hover effect */
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
  }

  .icon-box {
    background-color: #ff8f34; /* Icon background color */
    padding: 12px;
    border-radius: 50%;
    /* margin-right: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }

  .icon-box i {
    font-size: 25px;
    color: white; /* Icon color */
  }

  .text-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }

  .text-box p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
  }

  .section2 {
    padding: 60px 0;
    background-color: #f8f9fa;
  }

  .section2 h6 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#F15523;
    margin-bottom: 10px;
  }

  .section2 h1 {
    font-size: 38px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .section2 p {
    font-size: 16px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .section2 .row {
    display: flex;
    align-items: center;
  }

  .section2 .col-lg-6 img {
    border-radius: 10px;
  }

  .section2 .col-lg-6 .fa-circle-check {
    font-size: 24px;
    color: #F15523;
    margin-right: 15px;
  }

  .section2 .col-lg-6 .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .learnbtn{
   background-color: #F15523;
    padding: 15px 30px;
    color: white;
    border-radius: 0px;
    border: none;
    outline: none;
    text-transform: uppercase;
    width: 180px;
    font-size: 13px;
    font-weight: bold;;
  }

  .section2 .col-lg-6 .feature-item p {
    font-size: 16px;
    color: #555;
    margin: 0;
  }


.section4 {
  background-color: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}

.section4 h6 {
  font-size: 16px;
  color: #ff8f34;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.section4 h1 {
  font-size: 36px;
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
}

.section4 p {
  color: #555;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.sec4iconbox {
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

/* New container for step number and icon */
.step-container {
  display: inline-block;
  position: relative;
  border: 2px solid #FF8C00; /* Border around the icon */
  border-radius: 0%;
  padding: 15px;
  margin-bottom: 20px;
  transition: 0.3s ease-in all;
}

/* Positioning the step number */
.step-number {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #FF8C00;
  padding: 5px 10px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
}
.step-container:hover{
background-color: rgb(0, 0, 0);
color: white !important;
}
/* .step-container i:hover{

color: white !important;
} */

/* Adjusting the icon size */
.sec4iconbox i {
  font-size: 40px;
  color: #FF8C00;
}

.sec4iconbox h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.sec4iconbox p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Centered Column Layout */
.row.justify-content-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


/* Color for icons */
.icon-color {
  color: #FF8C00; /* Choose a bright color for the icons */
}

.needsec{
  padding: 50px;;
}
  
.needsec .container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(19, 18, 19, 0.8)), url('images/GLAAGRY-min.jpg');

  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    padding: 50px 120px;

  color: #fff; /* Sets text color to white */
  display: flex; /* Use flexbox to align items */
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */


}



/* Header (h3) Styling */
.needsec h3 {
 font-size: 2rem; /* Larger font size for the heading */
 font-weight: 600; /* Slightly bold */
 color: #ffffff; /* Dark text color for better contrast */
 
 margin-top: 20px;;
}

/* Paragraph Styling */
.needsec  p {
 font-size: 1.1rem; /* Slightly larger text */
 color: #ffffff; /* Medium grey color for the paragraph */

 line-height: 1.6; /* Better line height for readability */

}

/* Button Styling */
.needsec  button {
 padding: 12px 30px; /* Adequate padding for the button */
 font-size: 1.1rem; /* Slightly larger font for the button */
 background-color: #F15523; /* Blue background color */
 color: white; /* White text color */
 border: none; /* Remove border */
 border-radius: 5px; /* Rounded corners for the button */
 cursor: pointer; /* Pointer cursor on hover */
 transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
 margin-top: 20px;;
 float:right;
}

.needsec button:hover {
 background-color: #4360e2; /* Darker blue on hover */
 transform: scale(1.05); /* Slight zoom effect on hover */
 color: white;
}
.works {
  padding: 80px 0;
  background-image: linear-gradient(rgba(5, 5, 5, 0.85), rgba(0, 0, 0, 0.85)),
    url('images/howbg.jpg');
  background-size: cover;
  background-position: center;
  color: white;
}

.works .section-title {
  font-size: 42px;
  font-weight: bold;
}

.works .section-desc {
  font-size: 18px;
  color: #ffffffcc;
}


.steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 6px;
  padding: 16px 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-header {
  background-color: #F15523;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 10px #f1552350;
}

.step-content {
  flex: 1;
}

.step-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.step-content p {
  color: #ffffffb3;
  font-size: 14px;
  margin: 0;
}


.works img{

}
  /* Responsive Design */
  @media (max-width: 768px) {
    .section2 .row {
      flex-direction: column-reverse;
      align-items: flex-start;
    }

    .section2 .col-lg-6 img {
      width: 100%;
      margin-bottom: 20px;
      margin-top: 10px;;
    }

    .section2 .col-lg-6 .feature-item {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .section2 h1 {
      font-size: 28px;
    }
  }



  @media screen and (min-width:300px) and (max-width:768px) {
    .section1{
      top: -31px;;
    }
    .icon-box i {
      font-size: 22px;
  }
  .feature-box {
    flex-direction: column; /* Stack icon and text vertically on smaller screens */
    text-align: center;
    margin-bottom: 20px;
  }
  .icon-box {
    margin-right: 0;
    margin-bottom: 15px;
  }


  .text-box h4 {
    font-size: 18px;
  }

  .text-box p {
    font-size: 12px;
  }
  .section2{
    padding: 0px;;
  }
  .section2 h6{
    font-size: 15px;;
  }
  .section2 h1{
    font-size: 19px;
    margin-bottom: 5px;
  }
.section2 p{
  font-size: 13px;
}
.section2 .col-lg-6 .feature-item p {
  font-size: 13px;
  color: #555;
  margin: 0;
}
.section2 .col-lg-6 .fa-circle-check {
  font-size: 18px;
  color: #ff8f34;
  margin-right: 15px;
}
.section3 h1{
  font-size: 22px;
}
.section3 p{
  font-size: 13px;
}
.section3 {
    padding: 5px 0; /* Adjust padding for smaller screens */
  }
.section3 h6{
  padding-top: 20px;
}
  .section3 .service-box {
    flex-direction: column; /* Stack icon and text vertically on mobile */
    text-align: center; /* Center text */
  }

  .section3 .service-box .icon-box {
    margin-bottom: 15px; /* Space between icon and text on mobile */
  }

  .section3 .service-box .text-content {
    max-width: 100%; /* Allow text content to take full width */
  }

  .section3 h4 {
    font-size: 22px;
  }

  .section3 .read-more {
    font-size: 16px;
  }

  .section3 .icon-box {
    font-size: 32px;
  }
  body,html{
    overflow-y: none;
    overflow-x: hidden;
  }
  .section3 .sec3btn{
    margin-bottom: 10px;
  }
  .section4{
    padding: 0px;;
  }
  .section4 h1{
    font-size: 22px;;
  }

  .section4 p{
    font-size: 13px;
  }
  .section4 h6{
    padding-top: 20px;
  }
  .step-container{
    display: inline-block;
    position: relative;
    border: 2px solid #FF8C00;
    border-radius: 0%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .step-number{
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #FF8C00;
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;

  }
  .sec4iconbox {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.sec4iconbox i {
  font-size: 25px;
  color: #FF8C00;
}
.needsec{
  padding:0px;
}

.needsec h3{
  font-size:22px;
}
.needsec p{
  font-size:12px;
}
.needsec button{
display:block;
float:none;
margin-top:0px;
margin-bottom:20px !important;
margin: auto;
}
.works{
  padding: 15px 0;
}
.works .section-title{
  font-size: 25px;
}
.works .section-desc{
  font-size: 14px;;
}
.step-content h5{
  font-size:15px
}
.step-card{
  gap: 10px;;
}
.step-content p{
  font-size: 13px;
}
.step-header{
  background-color: #F15523;
    color: white;
    font-size: 15px;
    font-weight: bold;
    width: 31px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 10px #f1552350;
}
.needsec .container {
padding: 25px;
text-align: center;
}

.needsec h3{
  font-size: 18px;
  line-height: 26px;
}
.needsec{
margin-top: 10px;
margin-bottom: 20px;;
}

  }