*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: #fff;
}
p{
  color: #000000;
}
p.big-p{
  color: #234057;
  font-size: 28px !important;
}
b{
  font-family: 'Inter';
}
.btn{
  border-radius: 1rem !important;
}


/* ========= Hero Section =========== */

.hero{
  /* background-color: #fff2e1; */
  background:#FFFAF3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 120px;
  padding-top: 30px;
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.call{
  display: flex;
  justify-content: left;
  gap: 10px;
}
.call .btn{
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-content: center;
  border-radius: 50% !important;
}
.call-text h5{
  color: #000000 !important;
  font-weight: 600;
}
.call-text p{
  color: #000000;
}
.call-text p span{
  color: #FF8D1E;
}
.hero-row{
  padding-bottom: 20px;
}
.hero-head{
  font-size: 4rem;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
}
.hero-head span{
  color: #FF8D1E;
}
.hero .brands{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 30px;
}
.hero .brands h5{
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-weight: 600;
}
.hero .brands h5:last-child img{
  width: 50px;
}

.mail{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mail .btn{
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-content: center;
  border-radius: 50% !important;
}
.mail-text h5{
  color: #000000 !important;
  font-weight: 600;
}
.mail-text p{
  color: #000000;
}
.mail-text p span{
  color: #FF8D1E;
}
.swiper {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.swiper-wrapper{
  justify-content: center !important;
}
.swiper-slide{
  border: 1px solid #FF931E80;
  padding:5px 10px;
  border-radius: 16px 16px 0 0;
  padding-bottom:0;
}
.slide-head{
  width: auto;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  min-height: 100px;
  border: 1px solid #FF931E80;
  border-radius: 16px;
  display: grid;
  place-content: center;
}
.swiper-backface-hidden .swiper-slide{
  width: fit-content;
}
.pro-slide-1{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  column-gap: 15px;
}
h2.sec-head{
  font-size: 54px !important;
  font-weight: 600;
}
h2.sec-head span{
  color: #FF8D1E;
}
.banner-bg{
  background-color: #FFFAF3;
  padding: 40px 0;
}
.main-div{
  padding: 60px;
  background-color: #FFFAF3;
  border: 1px solid #FF931E80;
  border-radius: 16px;
}
.main-div h3{
  font-size: 34px !important;
  font-weight: bold;
}
.main-img{
  margin-top: 30px;
}
.main-img img{
  width: 100%;
}
.point-box{
  background-color: #FFFAF3;
  border: 1px solid #FF931E80;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 300px;
  border-radius: 16px;
}
.point-head{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.app-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFAF3;
  border: 1px solid #FF931E80;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 16px;
}
.app-box img{
  width: 100%;
}
.slider {
  margin: auto;
  max-width: 1200px;
}

.swiper-button-next, .swiper-button-prev{
  font-size: 30px !important;
  background-color: #FF8D1E;
  color: #fff !important;
  padding: 30px;
  border-radius: 50%;
  display:grid !important;
  place-content: center !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
   content:'' !important;
}




.blog-item {
  padding: 10px;
}

.blog {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.blog img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.blog h5 {
  font-size: 16px;
  margin: 10px 0;
}

.blog p {
  font-size: 14px;
  color: #666;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-next
{
    right: 15px !important;
    z-index: 2;
}
.slick-prev
{
    left: 15px !important;
    z-index: 2;
}

@media screen and (max-width:758px){
  .hero{
    margin-top: 0;
  }
  .hero-head{
    font-size: 3rem !important;
  }
  h2.sec-head{
    font-size: 25px !important;
  }
  .mail{
    justify-content: start;
  }
  .point-head h4{
    font-size: 20px !important;
  }
  .main-div{
    padding: 20px;
  }
  .main-div h3 {
    font-size: 20px !important;
  }
  .blog img {
    height: 150px;
  }
  .swiper-wrapper{
    justify-content: space-around !important;
  }
}