*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: #fff;
}
p{
  color: #000000;
}
b{
  font-family: 'Inter';
}
.btn{
  border-radius: 1rem !important;
}
.hero{
  background-color: #fff2e1;
  background-image: url(../images/geomagic-softwares/bg-particels.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-top: 120px;
  padding: 60px 0;
}
.call{
  display: flex;
  justify-content: right;
  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: 60px;
}
.hero-head{
  font-size: 4rem;
  margin-bottom: 15px;
  color: #FF8D1E;
  font-weight: bold;
}
.hero-left h4{
  color: #234057;
  font-weight: normal;
  font-size: 24px !important;
}
.hero-left img{
  margin: 20px 0;
}
.hero-left p{
  font-size: 16px !important;
  margin-bottom: 40px;
}
.hero-right{
  height: 100%;
  display: grid;
  place-content: end ;
}


.mail{
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 20px;
}
.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;
}
.softwares{
  margin-top: 100px;
}
.soft-container{
  background-color: #F3F3F3;
  padding: 40px;
  border-radius: 16px;
  margin-top: 40px;
}
.soft-left{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.soft-right{
  height: 100%;
  display: grid;
  place-content: center;
}

.key{
  margin-top: 100px;
}
.key h2{
  font-size: 3rem !important;
  color:#234057;
  font-weight: bold;
}
.key-row{
  margin-top:40px;
}
.key-box{
  background-color: #FFFBF6;
  border: 1px solid #FF931E80;
  padding: 30px;
  border-radius: 16px;
  margin-top: 20px;
  min-height: 370px;
}
.key-head{
  display: flex;
  align-items: center;
  gap: 30px;
}
.key-head h3{
  color: #FF8D1E;
  font-weight: 600;
}
.key-head .key-icon{
  background-color: rgb(255, 255, 255);
  padding: 20px;
  height: 100px;
  width: 100px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border-radius: 16px;
  -webkit-box-shadow: 11px 8px 33px -2px rgba(255,141,30,0.56); 
box-shadow: 11px 8px 33px -2px rgba(255,141,30,0.56);
}
.key-text{
  margin-top: 30px;
}


.why{
  margin-top: 100px;
}
.why h2{
  font-size: 3rem !important;
  color:#234057;
  font-weight: bold;
}
.why h2 span{
  color: #FF8D1E;
}
.why-container{
  margin-top: 40px;
  background: #FDFAFA;
  border: 1px solid #DFDEDE;
  border-radius: 16px;
}
.why-left{
  height: 100%;
  display: grid;
  place-content: center;
}
.card{
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.timeline {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  padding-bottom: 35px;
  position: relative;
}

.timeline .event h3{
  font-size: 22px;
  color: #FF8D1E;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event.events:before{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d3d2d2;
  left: -51px;
}



.timeline .event:after {
  border: 3px solid #ffffff;
  box-shadow: 0 0 0px 3px #FF8D1E;
  left: -60.8px;
  background: #FF8D1E;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  content: "";
  top: 0px;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #FF8D1E;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

/* -----FAQ Section Style----- */

.faq{
  margin-top:100px;
}
.faq h3{
  color: #234057;
  font-size: 3rem;
  font-weight: bold;
}
.accordion {
  width: 100%;
}
.accordion-button {
  position: relative;
  border-radius: 20px !important;
  background: #fff !important;
  color: #000 !important;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 22px !important;
}
.accordion-button:focus{
  border: none;
  outline: none;
}
.accordion-button span{
  margin-left: 25px;
}
.accordion-item{
  width: 100% !important;
}
.accordion-button::after {
  content: "+";
  background-image: none !important;
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-left: 5px;
  margin-top: -10px;
  color: #ff931e;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none !important;
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-left: 10px;
  margin-top:-8px;
  color: #ff931e;
}
.accordion-item:first-of-type{
  border-top-left-radius:20px !important;
  border-top-right-radius:20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:20px !important;
  border-top-right-radius:20px !important;
}
.accordion-item {
  margin-top: 20px;
  border:none;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  transition: border-left 0.3s ease;
}
.accordion-item:has(.accordion-collapse.show) {
  border-left: 10px solid #ff931e;
  border-radius:8px !important;
}
.accordion-body{
  padding: 20px 25px;
}
.accordion-body p{
  color: #000;
}
.accordion-body ul{
  margin-left: 40px;
}
.accordion-body ul li {
  list-style: disc;
}
.accordion-body a{
  color: #FF931E;
  font-weight: 600;
}

@media screen and (max-width:750px){
  .hero{
    margin-top: 0;
    padding: 35px 0;
  }
  .hero-head{
    font-size: 2rem;
    margin-top: 30px;
  }
  .call{
    justify-content: start;
  }
  .hero-right-img img{
    width: 100%;
    margin-top: 30px;
  }
  .key-head h3{
    font-size: 1.5rem !important;
  }
  .why h2 {
    font-size: 2rem !important;
  }
  .key h2{
    font-size: 2rem !important;
  }
  .softwares img{
    width: 100%;
  }
  .soft-right{
    margin-top:30px;
  }
  .why-left img{
    width: 100%;
  }
  .timeline .event:after {
    left: -35.8px;
    top: 35px;
  }
  .timeline .event.events:before {
    left: -25px;
  }
  .faq h3{
    font-size: 2rem !important;
  }
  .accordion-button{
    font-size: 16px !important;
  }
  .accordion-button span{
    display: inline-block;
    margin-left: 25px;
  }
}