
/** service-section **/

.service-section{
  position: relative;
}

.service-section .tab-btns{
  position: relative;
  display: flex;
  background: #f5f5f5;
  border-radius: 16px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0px;
  z-index: 1;

  gap: 8px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.service-section .tab-btns .tab-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #666;

  gap: 10px;
  flex-direction: row;
}

.service-section .tab-btns .tab-btn i{
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
}

.service-section .tab-btns .tab-btn span{
  display: inline-block;
}

.service-section .tab-btns .tab-btn::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(36, 50, 67, 1) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0;
  transition: all 0.35s ease;
  z-index: -1;
  border-radius: 10px;
  transform: scale(0.95);
}

.service-section .tab-btns .tab-btn::after{
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  /* width: 60%; */
  /* height: 3px; */
  /* background: linear-gradient(90deg, rgba(36, 50, 67, 1) 0%, #FFD700 100%);
  border-radius: 2px; */
  transition: transform 0.35s ease;
  z-index: 2;
}

.service-section .tab-btns .tab-btn:hover{
  color: #222;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.service-section .tab-btns .tab-btn:hover i{
  transform: scale(1.1);
  color: #FFD700;
}

.service-section .tab-btns .tab-btn:hover::before{
  opacity: 0;
  transform: scale(1);
}

.service-section .tab-btns .tab-btn:hover::after{
  transform: translateX(-50%) scaleX(0.5);
}

.service-section .tab-btns .tab-btn.active-btn{
  color: #fff;
  background: linear-gradient(135deg, rgba(36, 50, 67, 1) 0%, rgba(0, 0, 0, 1) 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  border-color: transparent;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.service-section .tab-btns .tab-btn.active-btn i{
  color: #FFD700;
  transform: scale(1.1);
}

.service-section .tab-btns .tab-btn.active-btn::before{
  opacity: 1;
  transform: scale(1);
}



.service-section .tab-btns .tab-btn:first-child{
  border-radius: 10px;
}

.service-section .tab-btns .tab-btn:last-child{
  border-radius: 10px;
}

.service-section .tabs-content{
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 20px 20px 0px 0px;
  padding: 100px 80px 80px 80px;
  margin-top: -20px;
  background: #fff;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-section .tabs-content .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px 20px 0px 0px;
}

.service-section .image-box{
  position: relative;
  display: block;
  padding-left: 110px;
}

.service-section .image-box .image{
  border-radius: 8px;
}

.service-section .image-box .image img{
  width: 100%;
  border-radius: 8px;
}

.service-section .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 10px solid #F5F6F7;
  z-index: 2;
}

.service-section .content-box{
  position: relative;
  display: block;
}

.service-section .content-box h2{
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 26px;
}

.service-section .content-box p{
  margin-bottom: 25px;
}

.service-section .content-box .list-style-one li{
  float: left;
  width: 50%;
}

.service-section .content-box .list-style-one{
  margin-bottom: 33px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
  overflow: hidden;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 31px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.service-block-one .inner-box .image-box .icon-box{
  position: absolute;
  bottom: -10px;
  right: 30px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
  z-index: 2;
}

.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 24px 30px 30px 30px;
}

.service-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}

.service-block-one .inner-box .lower-content .theme-btn{
  background: transparent;
  padding: 9px 40px;
  color: var(--theme-color) !important;
}

.service-block-one .inner-box .lower-content .theme-btn:hover{
  color: #fff !important;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}


/** service-style-three **/

.service-style-three{
  position: relative;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  border-top: solid;
  border-width: 5px;
  box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.05);
  border-color: #7B0000;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.service-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 0px 30px 35px 30px;
}

.service-block-two .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  border-radius: 50%;
  margin-top: -55px;
  margin-bottom: 34px;
}

.service-block-two .inner-box .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}

.service-block-two .inner-box .content-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-two .inner-box .content-box h3 a:hover{

}

.service-block-two .inner-box .content-box p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}

.sevice-area .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;   
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
} 


/** sevice-area **/

.sevice-area{
  position: relative;
  overflow: hidden;
}

.sevice-area .bg-layer::before{
  position: absolute;
  content: '';
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.97;
}

.sevice-area .single-item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.sevice-area .single-item .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.sevice-area .single-item .image-box img{
  width: 100%;
}

.sevice-area .single-item .image-box::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
}

.sevice-area .single-item h4{
  position: absolute;
  left: 0px;
  bottom: 9px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  z-index: 2;
}

.sevice-area .single-item h4 a{
  display: inline-block;
  color: #fff;
}

.sevice-area .single-item h4 a:hover{
  text-decoration: underline;
}


/** service-style-four **/

.service-style-four{
  position: relative;
}

.service-style-four .tabs-box{
  position: relative;
  padding-right: 255px;
}

.service-style-four .tab-btn-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
}

.service-style-four .tabs-content{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border-top: solid;
  border-width: 5px;
  border-color: #FF8A00;
  padding: 60px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}

.service-style-four .content-box{
  position: relative;
  display: block;
}

.service-style-four .content-box h2{
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-style-four .content-box p{
  margin-bottom: 25px;
}

.service-style-four .content-box .list-style-one li{
  float: left;
  width: 50%;
}

.service-style-four .content-box .list-style-one{
  margin-bottom: 17px;
}

.service-style-four .content-box .theme-btn{
  padding: 9px 30px;
}

.service-style-four .image-box{
  position: relative;
  display: block;
  border-radius: 12px;
  margin-left: 25px;
}

.service-style-four .image-box img{
  width: 100%;
  border-radius: 12px;
}

.service-style-four .tab-btn-box .tab-btns .tab-btn{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 600;
  background-color: #fff;
  color: var(--title-color);
  border-radius: 20px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  padding: 50px 25px;
  cursor: pointer;
  height: 435px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border-bottom: solid;
  border-width: 5px;
  border-color: #44C741;
  transition: all 500ms ease;
}

.service-style-four .tab-btn-box .tab-btns .tab-btn:nth-child(2){
  border-color: #1025B2;
}

.service-style-four .tab-btn-box .tab-btns .tab-btn:nth-child(3){
  border-color: #CE1810;
}

.service-style-four .tab-btn-box .tabs-box .tab-btn:last-child{
  margin-bottom: 0px;
}

.service-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.service-style-four .inner-container{
  border-bottom: 1px solid #E5E5E5;
}


/** service-style-five **/

.service-style-five{
  position: relative;
  z-index: 1;
}

.service-style-five .category-block-one:nth-child(3) .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(0, 57, 168, 0) 24.13%, #0C3D9C 60.55%, #0B3C9D 100%);
}

.service-style-five .category-block-one:nth-child(2) .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(3, 161, 0, 0) 23.97%, #1D991A 60.46%, #1C9818 100%);
}

.service-style-five .category-block-one .inner-box .big-text{
  font-size: 96px;
  width: 100%;
  text-align: center;
}

.service-section.pb_120 .tabs-content{
  border-radius: 20px;
  overflow: hidden;
}


/** rtl-css **/

.rtl .service-style-four .image-box{
  margin-left: 0px;
  margin-right: 25px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .service-style-three{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1199px){
  /* Reduce tabs-content padding for large tablets */
  .service-section .tabs-content{
    padding: 80px 60px 70px 60px;
  }

  /* Reduce image padding */
  .service-section .image-box.pl_110{
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px){
  /* Adjust section title spacing */
  .service-section .sec-title.mb_50{
    margin-bottom: 40px;
  }

  .service-section .sec-title h2{
    font-size: 32px;
    line-height: 42px;
  }

  .service-section .tab-btns{
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    margin-bottom: 50px;
  }

  .service-section .tab-btns .tab-btn{
    flex: 0 0 calc(50% - 3px);
    padding: 18px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }

  .service-section .tab-btns .tab-btn i{
    font-size: 16px;
  }

  /* Remove image padding on tablet */
  .service-section .image-box.pl_110{
    padding-left: 0px;
    margin-bottom: 30px;
  }

  .service-section .image-box.pb_50{
    padding-bottom: 0px;
  }

  .service-section .content-box{
    margin-bottom: 40px;
  }

  /* Adjust tabs-content padding */
  .service-section .tabs-content{
    padding: 70px 50px 60px 50px;
  }

  /* Ensure proper column spacing */
  .service-section .row{
    margin: 0;
  }

  .service-section .image-column{
    margin-bottom: 30px;
  }

  .service-style-four .image-box{
    margin-left: 0px;
    margin-top: 40px;
  }

  .rtl .service-style-four .image-box{
    margin-right: 0px;
  }

  .service-style-four .tabs-box{
    padding-right: 0px;
  }

  .service-style-four .tab-btn-box{
    position: relative;
    width: 100%;
  }

  .service-style-four .tab-btn-box .tab-btns .tab-btn{
    display: block;
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    writing-mode: inherit;
    padding: 15px 30px;
    border-bottom: none;
    border-top: solid;
    border-width: 5px;
    text-align: center;
    border-color: #44C741;
    margin-bottom: 15px;;
  }
}

@media only screen and (max-width: 767px){
  .service-section.pt_120{
    padding-top: 70px;
  }

  /* Adjust section title */
  .service-section .sec-title.mb_50{
    margin-bottom: 30px;
  }

  .service-section .sec-title h2{
    font-size: 28px;
    line-height: 38px;
  }

  .service-section .tab-btns{
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    margin-bottom: 40px;
  }

  .service-section .tab-btns .tab-btn{
    flex: 1;
    width: 100%;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 20px;
    gap: 10px;
  }

  .service-section .tab-btns .tab-btn i{
    font-size: 16px;
  }

  .service-section .tab-btns .tab-btn.active-btn{
    transform: translateY(-2px);
  }

  /* Remove all image padding on mobile */
  .service-section .image-box.pl_110{
    padding-left: 0px;
  }

  .service-section .image-box.pb_50{
    padding-bottom: 0px;
  }

  .service-section .tabs-content{
    padding: 60px 30px 50px 30px;
    margin-top: -10px;
  }

  /* Adjust content box typography */
  .service-section .content-box h2{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .service-section .content-box p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* Ensure proper spacing when columns stack */
  .service-section .image-column{
    margin-bottom: 30px;
  }

  .service-style-two,
  .service-style-three{
    padding: 70px 0px 40px 0px;
  }

  .sevice-area{
    padding: 70px 0px 40px 0px;
  }

  .service-style-four .tabs-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-style-four .inner-container{
    padding: 70px 0px;
  }

  .service-style-four .content-box .list-style-one li{
    float: none;
    width: 100%;
  }

  .service-style-five{
    padding: 70px 0px 30px 0px;
  }

  .service-section.pb_120{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){
  .service-section .tab-btns .tab-btn,
  .service-section .content-box .list-style-one li{
    width: 100%;
  }

  .service-section .image-box{
    padding: 0px;
  }

  .service-section .image-box.pl_110{
    padding-left: 0px;
  }

  .service-section .image-box.pb_50{
    padding-bottom: 0px;
  }

  .service-section .image-box .image-2{
    position: relative;
    margin-top: 30px;
  }

  .service-section .content-box h2{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 18px;
  }

  .service-section .content-box p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  /* Adjust tabs-content padding for small screens */
  .service-section .tabs-content{
    padding: 50px 20px 40px 20px;
  }

  /* Adjust section title */
  .service-section .sec-title.mb_50{
    margin-bottom: 25px;
  }

  .service-section .sec-title h2{
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px){
  .service-section .tab-btns .tab-btn{
    padding: 16px 18px;
    font-size: 13px;
    gap: 8px;
  }

  .service-section .tab-btns .tab-btn i{
    font-size: 15px;
  }

  .service-section .tab-btns .tab-btn span{
    font-size: 13px;
  }

  .service-section .tabs-content{
    padding: 40px 15px 35px 15px;
  }

  .service-section .content-box h2{
    font-size: 22px;
    line-height: 30px;
  }

  .service-section .content-box .list-style-one{
    margin-bottom: 25px;
  }

  .service-section .sec-title h2{
    font-size: 22px;
    line-height: 30px;
  }
}

/** it-services-section **/

.it-services-section{
  position: relative;
  display: block;
  background: #fff;
}

.it-services-section .sec-title{
  text-align: center;
  margin-bottom: 50px;
}

.it-services-section .sec-title h2{
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 15px;
}

.it-services-section .sec-title .subtitle{
  font-size: 16px;
  line-height: 26px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.it-services-section .it-service-item{
  margin-bottom: 30px;
}

.it-services-section .it-service-card{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50px;
  overflow: visible;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.it-services-section .it-service-card:hover{
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.it-services-section .it-service-image-box{
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
}

.it-services-section .it-service-image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.it-services-section .it-service-card:hover .it-service-image-box img{
  transform: scale(1.1);
}

.it-services-section .it-service-content{
  position: relative;
  display: block;
  padding: 0px 30px 30px 30px;
  
  flex-grow: 1;
  background: #fff;
}

.it-services-section .it-service-icon-box{
  position: absolute;
  top: 180px;
  left: 30px;
  width: 70px;
  height: 70px;
  background: var(--gradient-color-btn);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 15px 0px rgba(255, 215, 0, 0.4);
  transition: all 0.3s ease;
  z-index: 2;
}

.it-services-section .it-service-card:hover .it-service-icon-box{
  transform: scale(1.05);
  box-shadow: 0px 6px 20px 0px rgba(255, 215, 0, 0.5);
}

.it-services-section .it-service-icon-box i{
  font-size: 32px;
  color: #fff;
  line-height: 1;
}

.it-services-section .it-service-text{
  position: relative;
  flex: 1;
  display: block;
}

.it-services-section .it-service-title{
  font-size: 24px;
  line-height: 20px;

  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 100px;
  margin-top: 0;
}

.it-services-section .it-service-description{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px){
  .it-services-section .sec-title h2{
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 991px){
  .it-services-section .it-service-item{
    margin-bottom: 30px;
  }
  
  .it-services-section .sec-title h2{
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px){
  .it-services-section .sec-title h2{
    font-size: 28px;
    line-height: 38px;
  }
  
  .it-services-section .it-service-content{
    padding: 40px 20px 25px 20px;
  }
  
  .it-services-section .it-service-image-box{
    height: 180px;
  }
  
  .it-services-section .it-service-icon-box{
    top: 150px;
    left: 20px;
    width: 60px;
    height: 60px;
  }
  
  .it-services-section .it-service-icon-box i{
    font-size: 28px;
  }
  
  .it-services-section .it-service-title{
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 22px;
    line-height: 28px;
    padding-top: 0;
  }
  
  .it-services-section .it-service-description{
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 575px){
  .it-services-section .it-service-image-box{
    height: 160px;
  }
  
  .it-services-section .it-service-icon-box{
    top: 130px;
    left: 15px;
    width: 55px;
    height: 55px;
  }
  
  .it-services-section .it-service-icon-box i{
    font-size: 24px;
  }
  
  .it-services-section .it-service-content{
    padding: 35px 15px 20px 15px;
  }
  
  .it-services-section .it-service-title{
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    padding-top: 0;
  }
  
  .it-services-section .it-service-description{
    font-size: 12px;
    line-height: 20px;
  }
}

/** why-choose-us-section **/

.why-choose-us-section{
  position: relative;
  display: block;
  background: #f5f5f5;
}

.why-choose-us-section .sec-title{
  text-align: center;
  margin-bottom: 50px;
}

.why-choose-us-section .sec-title h2{
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 15px;
}

.why-choose-us-section .sec-title .subtitle{
  font-size: 16px;
  line-height: 26px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.why-choose-us-section .feature-item{
  margin-bottom: 30px;
}

.why-choose-us-section .feature-card{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px 30px 30px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.why-choose-us-section .feature-card::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gradient-color-btn);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
  transform-origin: left;
}

.why-choose-us-section .feature-card:hover::before{
  opacity: 1;
  width: 100%;
}

.why-choose-us-section .feature-card:hover{
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.why-choose-us-section .feature-icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: var(--gradient-color-btn);

  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0px 4px 15px 0px rgba(194, 148, 56, 0.3);
  transition: all 0.3s ease;
}

.why-choose-us-section .feature-card:hover .feature-icon-box{
  transform: scale(1.05);
  box-shadow: 0px 6px 20px 0px rgba(194, 148, 56, 0.4);
}

.why-choose-us-section .feature-icon-box i{
  font-size: 32px;
  color: #fff;
  line-height: 1;
}

.why-choose-us-section .feature-title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 8px;
  text-align: left;
}

.why-choose-us-section .feature-subtitle{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #666;
  margin-bottom: 15px;
  text-align: left;
}

.why-choose-us-section .feature-description{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
  text-align: left;
}

@media only screen and (max-width: 1199px){
  .why-choose-us-section .sec-title h2{
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 991px){
  .why-choose-us-section .feature-item{
    margin-bottom: 30px;
  }
  
  .why-choose-us-section .sec-title h2{
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px){
  .why-choose-us-section .sec-title h2{
    font-size: 28px;
    line-height: 38px;
  }
  
  .why-choose-us-section .feature-card{
    padding: 35px 25px 25px 25px;
  }
  
  .why-choose-us-section .feature-icon-box{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .why-choose-us-section .feature-icon-box i{
    font-size: 28px;
  }
}

@media only screen and (max-width: 499px){

}