@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Tangerine:wght@400;700&display=swap');

@import url("../../../../css2");


:root {
  --primary: #121212;
  --secondary: #323232;
  --black: #121212;
  --black-2: #555555;
  --white: #fff;
  --white-2: #999999;
  --action: #FFCD4D;
}

.dark {
  --primary: #FFFFFF;
  --secondary: #999999;
  --black: #121212;
  --black-2: #555555;
  --white: #fff;
  --white-2: #999999;
  --action: #FFCD4D;
}

/*----------------------------------------*/
/*  01. MIXIN CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. SPACE CSS START
/*----------------------------------------*/
.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.section-wraper-ser {
  width: 3600px !important;
}

.pb-30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .pb-30 {
    padding-bottom: 25px;
  }
}

.pb-35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .pb-35 {
    padding-bottom: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pb-45 {
  padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .pb-45 {
    padding-bottom: 30px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.pb-55 {
  padding-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .pb-55 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-55 {
    padding-bottom: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .pb-65 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-65 {
    padding-bottom: 30px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  .pb-75 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-75 {
    padding-bottom: 35px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 35px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .pb-85 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-85 {
    padding-bottom: 35px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 40px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .pb-95 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-95 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 40px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 991px) {
  .pb-105 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-105 {
    padding-bottom: 60px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 1399px) {
  .pb-110 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

@media only screen and (max-width: 1399px) {
  .pb-115 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-115 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

@media only screen and (max-width: 1399px) {
  .pb-125 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-125 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-125 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1399px) {
  .pb-130 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 1399px) {
  .pb-135 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-135 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1399px) {
  .pb-140 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pb-145 {
  padding-bottom: 145px;
}

@media only screen and (max-width: 1399px) {
  .pb-145 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-145 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-145 {
    padding-bottom: 60px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1399px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media only screen and (max-width: 1399px) {
  .pb-160 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-160 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-160 {
    padding-bottom: 60px;
  }
}

.pb-170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 1399px) {
  .pb-170 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-170 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-170 {
    padding-bottom: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}

@media only screen and (max-width: 1399px) {
  .pb-180 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-180 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-180 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-190 {
  padding-bottom: 190px;
}

@media only screen and (max-width: 1199px) {
  .pb-190 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-190 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-190 {
    padding-bottom: 100px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .pb-200 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-200 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pt-30 {
    padding-top: 25px;
  }
}

.pt-35 {
  padding-top: 35px;
}

@media only screen and (max-width: 767px) {
  .pt-35 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pt-45 {
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .pt-45 {
    padding-top: 30px;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .pt-50 {
    padding-top: 30px;
  }
}

.pt-55 {
  padding-top: 55px;
}

@media only screen and (max-width: 991px) {
  .pt-55 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-55 {
    padding-top: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.ptf-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

@media only screen and (max-width: 991px) {
  .pt-65 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-65 {
    padding-top: 30px;
  }
}

.pt-70 {
  padding-top: 70px;
}

@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 35px;
  }
}

.pt-75 {
  padding-top: 75px;
}

@media only screen and (max-width: 991px) {
  .pt-75 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-75 {
    padding-top: 35px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 35px;
  }
}

.pt-85 {
  padding-top: 85px;
}

@media only screen and (max-width: 991px) {
  .pt-85 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-85 {
    padding-top: 35px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 40px;
  }
}

.pt-95 {
  padding-top: 95px;
}

@media only screen and (max-width: 1199px) {
  .pt-95 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-95 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 40px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-105 {
  padding-top: 105px;
}

@media only screen and (max-width: 991px) {
  .pt-105 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media only screen and (max-width: 1399px) {
  .pt-110 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-110 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.pt-115 {
  padding-top: 115px;
}

@media only screen and (max-width: 1399px) {
  .pt-115 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-115 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-115 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 1399px) {
  .pt-120 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-125 {
  padding-top: 125px;
}

@media only screen and (max-width: 1399px) {
  .pt-125 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-125 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-125 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 60px;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media only screen and (max-width: 1399px) {
  .pt-130 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-135 {
  padding-top: 135px;
}

@media only screen and (max-width: 1399px) {
  .pt-135 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-135 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-135 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-135 {
    padding-top: 60px;
  }
}

.pt-140 {
  padding-top: 140px;
}

@media only screen and (max-width: 1399px) {
  .pt-140 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.pt-145 {
  padding-top: 145px;
}

@media only screen and (max-width: 1399px) {
  .pt-145 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-145 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-145 {
    padding-top: 60px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 1399px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.pt-160 {
  padding-top: 160px;
}

@media only screen and (max-width: 1399px) {
  .pt-160 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-160 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-160 {
    padding-top: 60px;
  }
}

.pt-170 {
  padding-top: 170px;
}

@media only screen and (max-width: 1399px) {
  .pt-170 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-170 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-170 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-170 {
    padding-top: 60px;
  }
}

.pt-180 {
  padding-top: 180px;
}

@media only screen and (max-width: 1399px) {
  .pt-180 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-180 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-180 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 60px;
  }
}

.pt-190 {
  padding-top: 190px;
}

@media only screen and (max-width: 1199px) {
  .pt-190 {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-190 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-190 {
    padding-top: 100px;
  }
}

.pt-200 {
  padding-top: 200px;
}

@media only screen and (max-width: 1199px) {
  .pt-200 {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-200 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-200 {
    padding-top: 100px;
  }
}

.pt-210 {
  padding-top: 210px;
}

@media only screen and (max-width: 1919px) {
  .pt-210 {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-210 {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-210 {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-210 {
    padding-top: 130px;
  }
}

.pt-230 {
  padding-top: 230px;
}

@media only screen and (max-width: 1919px) {
  .pt-230 {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-230 {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-230 {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-230 {
    padding-top: 150px;
  }
}

.pt-250 {
  padding-top: 250px;
}

@media only screen and (max-width: 1919px) {
  .pt-250 {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-250 {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-250 {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-250 {
    padding-top: 160px;
  }
}

.pl-5 {
  padding-inline-start: 5px;
}

@media only screen and (max-width: 767px) {
  .pl-5 {
    padding-inline-start: 0;
  }
}

.pl-10 {
  padding-inline-start: 10px;
}

@media only screen and (max-width: 767px) {
  .pl-10 {
    padding-inline-start: 0;
  }
}

.pl-15 {
  padding-inline-start: 15px;
}

@media only screen and (max-width: 767px) {
  .pl-15 {
    padding-inline-start: 0;
  }
}

.pl-20 {
  padding-inline-start: 20px;
}

@media only screen and (max-width: 991px) {
  .pl-20 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-20 {
    padding-inline-start: 0;
  }
}

.pl-25 {
  padding-inline-start: 25px;
}

@media only screen and (max-width: 1199px) {
  .pl-25 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-25 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-25 {
    padding-inline-start: 0;
  }
}

.pl-30 {
  padding-inline-start: 30px;
}

@media only screen and (max-width: 1199px) {
  .pl-30 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-30 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-30 {
    padding-inline-start: 0;
  }
}

.pl-35 {
  padding-inline-start: 35px;
}

@media only screen and (max-width: 1399px) {
  .pl-35 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-35 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-35 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-35 {
    padding-inline-start: 0;
  }
}

.pl-40 {
  padding-inline-start: 40px;
}

@media only screen and (max-width: 1399px) {
  .pl-40 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-40 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-40 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-40 {
    padding-inline-start: 0;
  }
}

.pl-45 {
  padding-inline-start: 45px;
}

@media only screen and (max-width: 1919px) {
  .pl-45 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-45 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-45 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-45 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-45 {
    padding-inline-start: 0;
  }
}

.pl-50 {
  padding-inline-start: 50px;
}

@media only screen and (max-width: 1919px) {
  .pl-50 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-50 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-50 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-50 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-50 {
    padding-inline-start: 0;
  }
}

.pl-55 {
  padding-inline-start: 55px;
}

@media only screen and (max-width: 1919px) {
  .pl-55 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-55 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-55 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-55 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-55 {
    padding-inline-start: 0;
  }
}

.pl-60 {
  padding-inline-start: 60px;
}

@media only screen and (max-width: 1919px) {
  .pl-60 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-60 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-60 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-60 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-60 {
    padding-inline-start: 0;
  }
}

.pl-65 {
  padding-inline-start: 65px;
}

@media only screen and (max-width: 1919px) {
  .pl-65 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-65 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-65 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-65 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-65 {
    padding-inline-start: 0;
  }
}

.pl-70 {
  padding-inline-start: 70px;
}

@media only screen and (max-width: 1919px) {
  .pl-70 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-70 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-70 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-70 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-70 {
    padding-inline-start: 0;
  }
}

.pl-75 {
  padding-inline-start: 75px;
}

@media only screen and (max-width: 1919px) {
  .pl-75 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-75 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-75 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-75 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-75 {
    padding-inline-start: 0;
  }
}

.pl-80 {
  padding-inline-start: 80px;
}

@media only screen and (max-width: 1919px) {
  .pl-80 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-80 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-80 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-80 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-80 {
    padding-inline-start: 0;
  }
}

.pl-85 {
  padding-inline-start: 85px;
}

@media only screen and (max-width: 1919px) {
  .pl-85 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-85 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-85 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-85 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-85 {
    padding-inline-start: 0;
  }
}

.pl-90 {
  padding-inline-start: 90px;
}

@media only screen and (max-width: 1919px) {
  .pl-90 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-90 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-90 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-90 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-90 {
    padding-inline-start: 0;
  }
}

.pl-100 {
  padding-inline-start: 100px;
}

@media only screen and (max-width: 1919px) {
  .pl-100 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-100 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-100 {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-100 {
    padding-inline-start: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-100 {
    padding-inline-start: 0;
  }
}

.plr-50 {
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}

@media only screen and (max-width: 991px) {
  .plr-50 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plr-50 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-100 {
  padding-inline-start: 100px;
  padding-inline-end: 100px;
}

@media only screen and (min-width: 1600px) {
  .box-layout .plr-100 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 1919px) {
  .plr-100 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plr-100 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-150 {
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}

@media only screen and (min-width: 1600px) {
  .box-layout .plr-150 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 1919px) {
  .plr-150 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plr-150 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-200 {
  padding-inline-start: 200px;
  padding-inline-end: 200px;
}

@media only screen and (min-width: 1600px) {
  .box-layout .plr-200 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}

@media only screen and (max-width: 1919px) {
  .plr-200 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .plr-200 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plr-200 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-250 {
  padding-inline-start: 250px;
  padding-inline-end: 250px;
}

@media only screen and (min-width: 1600px) {
  .box-layout .plr-250 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}

@media only screen and (max-width: 1919px) {
  .plr-250 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .plr-250 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plr-250 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 25px;
  }
}

.mt-35 {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .mt-35 {
    margin-top: 30px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mt-45 {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .mt-45 {
    margin-top: 30px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-55 {
  margin-top: 55px;
}

@media only screen and (max-width: 991px) {
  .mt-55 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-55 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-65 {
  margin-top: 65px;
}

@media only screen and (max-width: 991px) {
  .mt-65 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-65 {
    margin-top: 30px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .mt-70 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 35px;
  }
}

.mt-75 {
  margin-top: 75px;
}

@media only screen and (max-width: 991px) {
  .mt-75 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-75 {
    margin-top: 35px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 35px;
  }
}

.mt-85 {
  margin-top: 85px;
}

@media only screen and (max-width: 991px) {
  .mt-85 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-85 {
    margin-top: 35px;
  }
}

.mt-90 {
  margin-top: 90px;
}

@media only screen and (max-width: 1199px) {
  .mt-90 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-90 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 40px;
  }
}

.mt-95 {
  margin-top: 95px;
}

@media only screen and (max-width: 1199px) {
  .mt-95 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-95 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-95 {
    margin-top: 40px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.mt-105 {
  margin-top: 105px;
}

@media only screen and (max-width: 991px) {
  .mt-105 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-105 {
    margin-top: 60px;
  }
}

.mt-110 {
  margin-top: 110px;
}

@media only screen and (max-width: 1199px) {
  .mt-110 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-110 {
    margin-top: 60px;
  }
}

.mt-115 {
  margin-top: 115px;
}

@media only screen and (max-width: 1199px) {
  .mt-115 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-115 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-115 {
    margin-top: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mt-125 {
  margin-top: 125px;
}

@media only screen and (max-width: 1199px) {
  .mt-125 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-125 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-125 {
    margin-top: 60px;
  }
}

.mt-130 {
  margin-top: 130px;
}

@media only screen and (max-width: 1199px) {
  .mt-130 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-130 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-130 {
    margin-top: 60px;
  }
}

.mt-135 {
  margin-top: 135px;
}

@media only screen and (max-width: 1199px) {
  .mt-135 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-135 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-135 {
    margin-top: 60px;
  }
}

.mt-140 {
  margin-top: 140px;
}

@media only screen and (max-width: 1199px) {
  .mt-140 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-140 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-140 {
    margin-top: 60px;
  }
}

.mt-145 {
  margin-top: 145px;
}

@media only screen and (max-width: 1199px) {
  .mt-145 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-145 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-145 {
    margin-top: 60px;
  }
}

.mt-150 {
  margin-top: 150px;
}

@media only screen and (max-width: 1199px) {
  .mt-150 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-150 {
    margin-top: 60px;
  }
}

.mt-160 {
  margin-top: 160px;
}

@media only screen and (max-width: 1199px) {
  .mt-160 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-160 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-160 {
    margin-top: 60px;
  }
}

.mt-170 {
  margin-top: 170px;
}

@media only screen and (max-width: 1199px) {
  .mt-170 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-170 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-170 {
    margin-top: 60px;
  }
}

.mt-180 {
  margin-top: 180px;
}

@media only screen and (max-width: 1199px) {
  .mt-180 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-180 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-180 {
    margin-top: 60px;
  }
}

.mt-190 {
  margin-top: 190px;
}

@media only screen and (max-width: 1199px) {
  .mt-190 {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-190 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-190 {
    margin-top: 100px;
  }
}

.mt-200 {
  margin-top: 200px;
}

@media only screen and (max-width: 1199px) {
  .mt-200 {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-200 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-200 {
    margin-top: 100px;
  }
}

.mlr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .mb-35 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .mb-45 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .mb-55 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-55 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .mb-65 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-65 {
    margin-bottom: 30px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 35px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  .mb-75 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-75 {
    margin-bottom: 35px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 35px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .mb-85 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-85 {
    margin-bottom: 35px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 40px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .mb-95 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-95 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-95 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mb-105 {
  margin-bottom: 105px;
}

@media only screen and (max-width: 991px) {
  .mb-105 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-105 {
    margin-bottom: 60px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-115 {
  margin-bottom: 115px;
}

@media only screen and (max-width: 1199px) {
  .mb-115 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-115 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-115 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.mb-125 {
  margin-bottom: 125px;
}

@media only screen and (max-width: 1199px) {
  .mb-125 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-125 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-125 {
    margin-bottom: 60px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-130 {
    margin-bottom: 60px;
  }
}

.mb-135 {
  margin-bottom: 135px;
}

@media only screen and (max-width: 1199px) {
  .mb-135 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-135 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-135 {
    margin-bottom: 60px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}

@media only screen and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-140 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-140 {
    margin-bottom: 60px;
  }
}

.mb-145 {
  margin-bottom: 145px;
}

@media only screen and (max-width: 1199px) {
  .mb-145 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-145 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-145 {
    margin-bottom: 60px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-150 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-150 {
    margin-bottom: 60px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}

@media only screen and (max-width: 1199px) {
  .mb-160 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-160 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-160 {
    margin-bottom: 60px;
  }
}

.mb-170 {
  margin-bottom: 170px;
}

@media only screen and (max-width: 1199px) {
  .mb-170 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-170 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-170 {
    margin-bottom: 60px;
  }
}

.mb-180 {
  margin-bottom: 180px;
}

@media only screen and (max-width: 1199px) {
  .mb-180 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-180 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-180 {
    margin-bottom: 60px;
  }
}

.mb-190 {
  margin-bottom: 190px;
}

@media only screen and (max-width: 1199px) {
  .mb-190 {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-190 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-190 {
    margin-bottom: 100px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .mb-200 {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-200 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-200 {
    margin-bottom: 100px;
  }
}

.ml-5 {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .ml-5 {
    margin-left: 0;
  }
}

.ml-10 {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .ml-10 {
    margin-left: 0;
  }
}

.ml-15 {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .ml-15 {
    margin-left: 0;
  }
}

.ml-20 {
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .ml-20 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-20 {
    margin-left: 0;
  }
}

.ml-25 {
  margin-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .ml-25 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-25 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-25 {
    margin-left: 0;
  }
}

.ml-30 {
  margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .ml-30 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-30 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-30 {
    margin-left: 0;
  }
}

.ml-35 {
  margin-left: 35px;
}

@media only screen and (max-width: 1399px) {
  .ml-35 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-35 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-35 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-35 {
    margin-left: 0;
  }
}

.ml-40 {
  margin-left: 40px;
}

@media only screen and (max-width: 1399px) {
  .ml-40 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-40 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-40 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-40 {
    margin-left: 0;
  }
}

.ml-45 {
  margin-left: 45px;
}

@media only screen and (max-width: 1919px) {
  .ml-45 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-45 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-45 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-45 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-45 {
    margin-left: 0;
  }
}

.ml-50 {
  margin-left: 50px;
}

@media only screen and (max-width: 1919px) {
  .ml-50 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-50 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-50 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-50 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ml-55 {
  margin-left: 55px;
}

@media only screen and (max-width: 1919px) {
  .ml-55 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-55 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-55 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-55 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-55 {
    margin-left: 0;
  }
}

.ml-60 {
  margin-left: 60px;
}

@media only screen and (max-width: 1919px) {
  .ml-60 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-60 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-60 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-60 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-60 {
    margin-left: 0;
  }
}

.ml-65 {
  margin-left: 65px;
}

@media only screen and (max-width: 1919px) {
  .ml-65 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-65 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-65 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-65 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-65 {
    margin-left: 0;
  }
}

.ml-70 {
  margin-left: 70px;
}

@media only screen and (max-width: 1919px) {
  .ml-70 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-70 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-70 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-70 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-70 {
    margin-left: 0;
  }
}

.ml-75 {
  margin-left: 75px;
}

@media only screen and (max-width: 1919px) {
  .ml-75 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-75 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-75 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-75 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-75 {
    margin-left: 0;
  }
}

.ml-80 {
  margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
  .ml-80 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-80 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-80 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-80 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-80 {
    margin-left: 0;
  }
}

.ml-85 {
  margin-left: 85px;
}

@media only screen and (max-width: 1919px) {
  .ml-85 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-85 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-85 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-85 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-85 {
    margin-left: 0;
  }
}

.ml-90 {
  margin-left: 90px;
}

@media only screen and (max-width: 1919px) {
  .ml-90 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-90 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-90 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-90 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-90 {
    margin-left: 0;
  }
}

.ml-100 {
  margin-left: 100px;
}

@media only screen and (max-width: 1919px) {
  .ml-100 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-100 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-100 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .ml-100 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-100 {
    margin-left: 0;
  }
}

.ptf-70 {
  padding-top: 70px;
}

.ptf-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .sm-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pb-40 {
    padding-bottom: 40px;
  }
}

.mbm-1 {
  margin-bottom: -1px;
}

/*----------------------------------------*/
/*  01. TYPOGRAPHY CSS START
/*----------------------------------------*/
@font-face {
  font-family: oaksans;
  src: url("../fonts/oaksans/OakSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: oaksans;
  src: url("../fonts/oaksans/OakSans-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: oaksans;
  src: url("../fonts/oaksans/OakSans-Bold.ttf");
  font-weight: 700;
}

:root {
  --font_primary: "oaksans";
  --font_secondary: "oaksans";
  --font_awesome: "Font Awesome 6 Free";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_primary);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  font-family: var(--font_secondary);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  color: var(--primary);
}

a i {
  transition: all 0.3s;
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: var(--secondary);
}

.dark p {
  color: #999999;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }

  br {
    display: none;
  }
}

main {
  display: inline-block;
  width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

@font-face {
  font-family: hkgrotesk;
  src: url("../fonts/hk/hkgrotesk-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: hkgrotesk;
  src: url("../fonts/hk/hkgrotesk-SemiBold.otf");
  font-weight: 600;
}

@font-face {
  font-family: hkgrotesk;
  src: url("../fonts/hk/hkgrotesk-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: beatricetrial;
  src: url("../fonts/beatricetrial/BeatriceTRIAL-Thin.ttf");
  font-weight: 300;
}

@font-face {
  font-family: beatricetrial;
  src: url("../fonts/beatricetrial/BeatriceTRIAL-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: beatricetrial;
  src: url("../fonts/beatricetrial/BeatriceTRIAL-Semibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: beatricetrial;
  src: url("../fonts/beatricetrial/BeatriceTRIAL-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: tropline;
  src: url("../fonts/tropline/Tropiline-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: tropline;
  src: url("../fonts/tropline/Tropiline-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: tropline;
  src: url("../fonts/tropline/Tropiline-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: recoleta;
  src: url("../fonts/recoleta/Latinotype - Recoleta Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: recoleta;
  src: url("../fonts/recoleta/Latinotype - Recoleta Medium.otf");
  font-weight: 400;
}

@font-face {
  font-family: recoleta;
  src: url("../fonts/recoleta/Latinotype - Recoleta Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: recoleta;
  src: url("../fonts/recoleta/Latinotype - Recoleta SemiBold.otf");
  font-weight: 600;
}

@font-face {
  font-family: recoleta;
  src: url("../fonts/recoleta/Latinotype - Recoleta Bold.otf");
  font-weight: 700;
}

:root {
  --font_hkgrotesk: "hkgrotesk";
  --font_beatricetrial: "Beatricetrial";
  --font_tropline: "tropline";
  --font_recoleta: "recoleta";
  --font_ptserif: "PT Serif", sans-serif;
}

.font-heading-hkgrotesk-semibold h1,
.font-heading-hkgrotesk-semibold h2,
.font-heading-hkgrotesk-semibold h3,
.font-heading-hkgrotesk-semibold h4,
.font-heading-hkgrotesk-semibold h5,
.font-heading-hkgrotesk-semibold h6 {
  font-family: var(--font_hkgrotesk);
  font-weight: 600;
  line-height: 1;
}

.font-heading-hkgrotesk-bold h1,
.font-heading-hkgrotesk-bold h2,
.font-heading-hkgrotesk-bold h3,
.font-heading-hkgrotesk-bold h4,
.font-heading-hkgrotesk-bold h5,
.font-heading-hkgrotesk-bold h6 {
  font-family: var(--font_hkgrotesk);
  font-weight: 700;
  line-height: 1;
}

.font-heading-beatricetrial-light h1,
.font-heading-beatricetrial-light h2,
.font-heading-beatricetrial-light h3,
.font-heading-beatricetrial-light h4,
.font-heading-beatricetrial-light h5,
.font-heading-beatricetrial-light h6 {
  font-family: var(--font_beatricetrial);
  font-weight: 300;
  line-height: 1.1;
}

.font-heading-beatricetrial-regular h1,
.font-heading-beatricetrial-regular h2,
.font-heading-beatricetrial-regular h3,
.font-heading-beatricetrial-regular h4,
.font-heading-beatricetrial-regular h5,
.font-heading-beatricetrial-regular h6 {
  font-family: var(--font_beatricetrial);
  font-weight: 400;
  line-height: 1.1;
}

.font-heading-tropline-regular h1,
.font-heading-tropline-regular h2,
.font-heading-tropline-regular h3,
.font-heading-tropline-regular h4,
.font-heading-tropline-regular h5,
.font-heading-tropline-regular h6 {
  font-family: var(--font_tropline);
  font-weight: 400;
  line-height: 1;
}

.font-heading-tropline-bold h1,
.font-heading-tropline-bold h2,
.font-heading-tropline-bold h3,
.font-heading-tropline-bold h4,
.font-heading-tropline-bold h5,
.font-heading-tropline-bold h6 {
  font-family: var(--font_tropline);
  font-weight: 700;
  line-height: 1;
}

.font-heading-recoleta-medium h1,
.font-heading-recoleta-medium h2,
.font-heading-recoleta-medium h3,
.font-heading-recoleta-medium h4,
.font-heading-recoleta-medium h5,
.font-heading-recoleta-medium h6 {
  font-family: var(--font_recoleta);
  font-weight: 500;
  line-height: 1;
}

.font-heading-ptserif-regular h1,
.font-heading-ptserif-regular h2,
.font-heading-ptserif-regular h3,
.font-heading-ptserif-regular h4,
.font-heading-ptserif-regular h5,
.font-heading-ptserif-regular h6 {
  font-family: var(--font_ptserif);
  font-weight: 400;
  line-height: 1.09;
}

/*----------------------------------------*/
/*  01. ANIMATION CSS START
/*----------------------------------------*/
.cf_parallax_image {
  overflow: hidden;
}

@keyframes wcBubble {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcZoom {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcZoom_2 {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcSlideBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes wcfadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}

/*----------------------------------------*/
/*  01. Global CSS START
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  z-index: 9;
  pointer-events: none;
  top: 0;
  opacity: 1;
  inset-inline-start: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-position: top left;
  background-image: url(../imgs/writer/body-bg.webp);
}

.section-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.text-slider-active .swiper-slide {
  width: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*
-----------------------
Pagination
-----------------------
*/
.pagination.style-1 {
  display: flex;
  gap: 20px;
}

.pagination.style-1 li:last-child {
  padding-inline-start: 20px;
}

.pagination.style-1 li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dir-rtl .pagination.style-1 li a img {
  transform: rotate(180deg);
}

.pagination.style-1 li a.current {
  color: #999;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__search {
  position: relative;
}

.header__nav {
  position: relative;
}

.active {
  color: rgb(141, 207, 155) !important;
}

.active-circle {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-color: rgb(141, 207, 155);
  border-radius: 50px;
  display: inline-block;
  animation: dot-lighting 1s infinite;
}

@keyframes dot-lighting {
  0% {
    background-color: rgb(0, 226, 52);
    transition: 0.3s ease-in;
  }

  50% {
    background-color: rgba(141, 207, 155, 0.7);
    transition: 0.3s ease-out;
  }

  100% {
    background-color: rgb(141, 207, 155);
    transition: 0.3s ease-in;
  }
}

@media screen and (min-width: 1550px) {
  .container-large {
    max-width: 1550px;
  }

  .container-x-large {
    max-width: 1790px;
  }

  .container-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}

.circle-text .text {
  animation: spinner 5s infinite linear;
}

.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid var(--black);
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.has-top-line {
  position: relative;
  padding-top: 10px;
}

.has-top-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 0;
}

.has-bottom-line {
  position: relative;
  padding-bottom: 10px;
}

.has-bottom-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}

.has-left-line {
  position: relative;
  padding-inline-start: 35px;
  display: inline-block;
}

.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}

.has-right-line {
  position: relative;
  padding-inline-end: 35px;
  display: inline-block;
}

.has-right-line:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wc-btn-play {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .wc-btn-play {
    width: 60px;
    height: 60px;
    font-size: 12px;
    border-width: 1px;
  }
}

.wc-btn-play:hover {
  color: #8900c4;
}

.wc-btn-play.light {
  color: var(--white);
}

.wc-btn-play.light:hover {
  color: var(--white);
}

.wc-btn-play.dark {
  color: var(--black);
}

.wc-btn-play.dark:hover {
  color: var(--black);
}

.show-light {
  display: inline-block;
}

.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}

.dark .show-dark {
  display: inline-block;
}

.line-area {
  position: relative;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 81, 83, 0.031372549);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.wc-btn-icon i {
  transform: rotate(-45deg);
  transition: all 0.3s;
  font-size: 14px;
  color: var(--primary);
}

.dir-rtl .wc-btn-icon i {
  transform: rotate(-135deg);
}

.wc-btn-icon:hover i {
  transform: rotate(0);
}

.dir-rtl .wc-btn-icon:hover i {
  transform: rotate(-180deg);
}

.list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

.list-check li::before {
  content: "\e94d";
  font-family: "icomoon";
  position: absolute;
  inset-inline-start: 0;
  font-size: 14px;
}

.list-check li:last-child {
  margin-bottom: 0;
}

.list-plus li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}

.list-plus li::before {
  content: "\e956";
  font-family: "icomoon";
  position: absolute;
  inset-inline-start: 0;
  top: 5px !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.list-plus li:not(:last-child) {
  margin-bottom: 10px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.pagination-with-dash {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--primary);
  align-items: center;
}

.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}

.pagination-with-dash .swiper-pagination-current {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pagination-with-dash .swiper-pagination-current:before {
  content: url(../imgs/icon/arrow-left.webp);
}

.pagination-with-dash .swiper-pagination-total {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pagination-with-dash .swiper-pagination-total:after {
  content: url(../imgs/icon/arrow-right.webp);
}

/*----------------------------------------*/
/*  01. THEME CSS START
/*----------------------------------------*/
html {
  --container-max-widths: 1320px;
}

@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

body {
  background-color: #F5F5F5;
  color: var(--secondary);
}

.body-wrapper {
  background-color: var(--white);
}

.dark .body-wrapper {
  background-color: var(--black);
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}

.img_anim_reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.wc-bg-white {
  background-color: var(--white);
}

.wc-bg-black {
  background-color: var(--black);
}

.wc-bg-primary {
  background-color: var(--primary);
}

.wc-bg-secondary {
  background-color: var(--secondary);
}

.wc-bg-transparent {
  background-color: transparent !important;
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-0 {
  z-index: 0;
}

.zi--1 {
  z-index: -1;
}

.box-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden !important;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.header__area-6 {
  position: unset;
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-indent-40 {
  text-indent: 40px;
}

.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

.show-dark {
  display: inline-block;
}

.dark .show-dark {
  display: none;
}

.show-light {
  display: none;
}

.dark .show-light {
  display: inline-block;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}

.dark .line-divider-sm {
  background-color: #E9E9E9;
}

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

.hover-zoom li a:hover {
  transform: scale(1.1);
}

.hover-rotate li a i {
  transition: all 1s;
}

.hover-rotate li a:hover i {
  transform: rotate(360deg);
}

.hover-space li a:hover {
  letter-spacing: 1px;
}

.hover-border-move li a {
  position: relative;
  transition: all 0.5s;
}

.hover-border-move li a:hover::after {
  width: 100%;
  left: auto;
  right: 0;
}

.hover-border-move li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background-color: currentColor;
}

.menu-hover-default li a:hover {
  color: var(--primary);
}

.menu-hover-space li a:hover {
  letter-spacing: 1px;
}

.blog-img-leftmove img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.blog-img-leftmove:hover img {
  transform: scale(1.1) translateX(4%);
}

.blog-img-zoom {
  overflow: hidden;
}

.blog-img-zoom img {
  transform: scale(1);
  transition: all 1s;
}

.blog-img-zoom:hover img {
  transform: scale(1.1);
}

.anim_img_zoom img {
  transform: scale(1);
  transition: all 1s;
}

.anim_img_zoom:hover img {
  transform: scale(1.1);
}

.title-hover-flip {
  overflow: hidden;
  perspective: 1000px;
}

.title-hover-flip strong {
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.title-hover-flip strong:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: all 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}

.title-hover-flip:hover strong {
  transform: rotateX(90deg) translateY(-22px);
}

.service-hover-default:hover {
  background-color: var(--white-6);
}

.service-rollover-right {
  position: relative;
  transition: all 0.5s;
}

.service-rollover-right::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.service-rollover-right:hover::after {
  width: 100%;
  left: auto;
  right: 0%;
}

.service-rollover-left {
  position: relative;
  transition: all 0.5s;
}

.service-rollover-left::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white-6);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
}

.service-rollover-left:hover::after {
  width: 100%;
  right: auto;
  left: 0%;
}

.service-rollover-top {
  position: relative;
  transition: all 0.5s;
}

.service-rollover-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.service-rollover-top:hover::after {
  height: 100%;
  bottom: auto;
  top: 0%;
}

.service-rollover-bottom {
  position: relative;
  transition: all 0.5s;
}

.service-rollover-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.service-rollover-bottom:hover::after {
  height: 100%;
  top: auto;
  bottom: 0%;
}

.list-check li {
  position: relative;
  padding-inline-start: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.list-check li::before {
  content: "\e94d";
  font-family: "icomoon";
  position: absolute;
  inset-inline-start: 0;
  font-size: 14px;
}

.list-check li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-menu-item li a {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  display: inline-block;
}

.footer-menu-item li a:hover {
  color: var(--white);
}

.subscribe-form {
  position: relative;
  background-color: #282828;
}

.subscribe-form input {
  border: 0;
  padding: 18px 20px;
  background-color: #210330;
  color: var(--white);
  width: 100%;
  padding-inline-end: 50px;
}

.subscribe-form input::-moz-placeholder {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.53;
}

.subscribe-form input::placeholder {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.53;
}

.subscribe-form input:focus {
  outline: 0;
}

/*.subscribe-form .subscribe-btn {
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  transform: translateY(-50%);
}*/
.subscribe-form .subscribe-btn i {
  color: var(--white);
}

.social-icons {
  display: flex;
  gap: 23px;
}

.social-icons li a {
  font-size: 16px;
  /*display: block;*/
}

.social-icons li a:hover {
  color: #FFFFFF;
}

.line-horizontal {
  width: 100%;
  background: rgba(18, 18, 18, 0.06);
  height: 1px;
}

.container-medium {
  max-width: 1415px;
  margin: auto;
}

.form-search input {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 0;
  color: var(--white);
}

.form-search input:focus {
  outline: 0;
}

.form-search {
  display: flex;
  gap: 10px;
  border: 1px solid var(--white);
  border-radius: 70px;
  padding: 0 30px;
}

.form-search button i {
  color: var(--white);
}

.modal-content {
  display: unset;
  flex-direction: unset;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
  border: 0;
  text-align: center;
  position: unset;
}

.modal-dialog {
  max-width: 991px;
  position: unset;
}

.btn-close {
  content: "\e92d";
  font-family: "icomoon";
  font-size: 16px;
  opacity: 1;
  filter: brightness(100) contrast(0);
  border-radius: 50px;
  width: 2em;
  height: 2em;
  border: 1px solid var(--white);
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  transition: unset;
}

.modal {
  background-color: var(--primary);
}

.header__logo {
  transition: 0.3s;
}

.header-area.sticky {
  transition: 0.3s;
}

.header-area.sticky .main-menu li a {
  padding: 15px 16px;
  font-size: 16px !important;
}

.header-area.sticky .main-menu ul.dp-menu li a {
  padding: 10px 0;
}

.header-area.sticky .wc-btn-primary {
  padding: 15px 30px;
}

.header-area.sticky .header-area__inner {
  height: 60px !important;
}

.header-area.sticky .header__logo img {
  /* max-width: 70px; */
}

/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  border: 10px solid var(--white);
  border-top-color: var(--primary);
  margin: 0 auto 3.5em auto;
}

@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto 0.2em auto;
  }
}

.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block;
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px;
  }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

.container-preloader .loader-section {
  background-color: var(--black);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.dark .container-preloader .loader-section {
  background-color: var(--white);
}

.container-preloader .loader-section.section-left {
  left: 0;
}

.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}

.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}

.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}

.scroll__down span i {
  color: var(--white);
}

.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}

.dark .go-top-writer {
  color: var(--black);
  background-image: url(../imgs/writer/go-top-light.webp);
}

.go-top-writer:hover {
  color: var(--primary);
}

.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\e94c";
  font-family: "icomoon";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: var(--primary);
}

.progress-wrap svg.progress-circle path {
  stroke: rgb(135 3 192);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.light .scroll__down p {
  color: var(--black);
}

.light .scroll__down span {
  border-color: var(--white-3);
}

.light .scroll__down span i {
  color: var(--black);
}

.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}

.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}

.light.progress-wrap svg path {
  fill: var(--black);
}

.light.progress-wrap::after {
  color: var(--white);
}

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.b-radius {
  border-radius: 12px;
}

.wc-btn {
  display: inline-block;
}

.wc-btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  background: transparent;
  border-radius: 100px;
  padding: 17px 35px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--black-6);
  overflow: hidden;
  transition: all 0.3s;
}

.wc-btn-default:hover {
  color: var(--white);
}

.dark .wc-btn-default {
  color: var(--black);
}

.dark .wc-btn-default:hover {
  color: var(--black);
}

.dir-rtl .wc-btn-default i {
  transform: rotateY(180deg);
}

.wc-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid var(--white);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}

.wc-btn-border:hover {
  color: var(--white);
}

.dark .wc-btn-border {
  color: var(--black);
  border-color: var(--black);
}

.dark .wc-btn-border:hover {
  color: var(--black);
}

.wc-btn-primary {
  padding: 21px 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}

.wc-btn-primary:hover {
  color: var(--white);
  background-color: #000000;
  border-color: var(--primary); 
}

.dir-rtl .wc-btn-primary i {
  transform: rotateY(180deg);
}

.wc-btn-circle {
  text-align: center;
  width: 140px;
  height: 140px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .wc-btn-circle {
    width: 130px;
    height: 130px;
  }
}

.wc-btn-circle:hover {
  color: var(--white);
}

.wc-btn-oval {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid #3F3A36;
  display: inline-block;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
}

.dark .wc-btn-oval {
  color: var(--black);
}

.wc-btn-oval:hover {
  color: var(--primary);
}

.wc-btn-light {
  color: var(--white) !important;
  border-color: var(--white) !important;
}

.wc-btn-light:hover {
  color: var(--black) !important;
}

.wc-btn-light span {
  background-color: var(--white) !important;
}

.wc-btn-ellipse {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 45px 45px;
  position: relative;
  display: inline-block;
  background-color: var(--white);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
  z-index: 1;
}

.dark .wc-btn-ellipse {
  color: var(--black);
  background-color: var(--black);
}

.wc-btn-ellipse:before {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 2px);
  background-color: var(--black);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
}

.dark .wc-btn-ellipse:before {
  background-color: #EDEDED;
}

.wc-btn-appointment {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--blue-6);
  text-align: center;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 215px;
  width: 215px;
  padding: 20px;
}

@media only screen and (max-width: 1199px) {
  .wc-btn-appointment {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .wc-btn-appointment {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
}

.wc-btn-appointment i {
  font-size: 24px;
  margin-bottom: 10px;
}

.wc-btn-appointment:hover {
  color: var(--blue-3);
}

.wc-btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dark .wc-btn-link {
  color: var(--black);
}

.wc-btn-link i {
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.wc-btn-link:hover {
  color: var(--primary);
}

.wc-btn-link:hover i {
  transform: rotate(0);
  color: var(--primary);
}

.about-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--primary);
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.about-btn img {
  padding-left: 15px;
}

.readmore-btn img {
  margin-bottom: 3px;
}

.play_btn_5 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}

@media only screen and (max-width: 991px) {
  .play_btn_5 {
    height: 80px;
    width: 80px;
  }
}

.play_btn_5:hover {
  border-color: var(--primary);
}

.play_btn_5 i {
  font-size: 20px;
  color: var(--white);
}

.dark .play_btn_5 i {
  color: var(--black);
}

.dark .play_btn_5 img {
  filter: brightness(0);
}

.get-touch {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-11);
  padding: 13px 18px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid var(--white);
  margin-inline-end: 40px;
}

.get-touch:hover {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .get-touch {
    padding: 12px 10px;
    margin-inline-end: 12px;
  }
}

.wc-btns-group {
  text-align: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .wc-btns-group {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .wc-btns-group {
    padding: 40px 0;
  }

  .wc-btns-group br {
    display: block;
  }
}

.wc-btns-group .btn-wrapper a {
  width: 140px;
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .wc-btns-group .btn-wrapper a {
    width: 110px;
    height: 110px;
  }
}

.wc-btns-group .btn-wrapper:first-child a {
  margin-inline-end: -15px;
  background-color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .wc-btns-group .btn-wrapper:first-child a {
    margin-inline-end: 0;
  }
}

.wc-btns-group .btn-wrapper:first-child a span {
  background-color: var(--white);
}

.wc-btns-group .btn-wrapper:last-child a {
  margin-inline-start: -15px;
}

.dark .wc-btns-group .btn-wrapper:last-child a {
  background: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 991px) {
  .wc-btns-group .btn-wrapper:last-child a {
    margin-inline-start: 0;
    margin-top: -15px;
  }
}

.wc-btns-group .btn-wrapper:last-child a:hover {
  border: 0;
}

.wc-btns-group .btn-wrapper:last-child a span {
  background-color: var(--primary);
}

.wc-btns-group-wrap {
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--black-6);
}

.dark .wc-btns-group-wrap {
  border-color: #F3F2F2;
}

@media only screen and (max-width: 1399px) {
  .wc-btns-group-wrap {
    height: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .wc-btns-group-wrap {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .wc-btns-group-wrap {
    height: auto;
  }
}

.wc-btns-group a:hover {
  border: 0;
}

.wc-btns-group a span {
  background-color: var(--white);
}

.btn-hover-bgchange {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.btn-hover-bgchange span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  transition: all 1s;
  background-color: var(--primary);
  transform: translate(-50%, -50%);
}

.btn-hover-bgchange:hover {
  color: var(--black);
  border: 1px solid var(--primary);
}

.btn-hover-bgchange:hover span {
  width: 400px;
  height: 400px;
}

/*
--------------------------------
BINOX NEW BUTTON
--------------------------------
*/
.btn-underline {
  color: var(--primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-underline:hover {
  color: #8900c4;
}

.btn-underline:hover::before {
  width: 0;
}

.btn-underline::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transition: 0.3s;
}

.wc-btn-link-none {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.wc-btn-link-none:hover {
  color: #8900c4;
}

/*
--------------------
wc-btn-underline
--------------------
*/
.wc-btn-underline {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 4px;
  white-space: nowrap;
}

.wc-btn-underline:hover::before {
  width: 0;
}

.wc-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s;
}

.wc-btn-underline i {
  font-size: 10px;
}

.dir-rtl .wc-btn-underline i {
  transform: rotateY("180deg");
}

/*
--------------------
wc-btn-normal
--------------------
*/
.wc-btn-normal {
  display: inline-flex;
  position: relative;
  color: var(--primary);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  gap: 30px;
  padding-bottom: 4px;
}

.wc-btn-normal::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.wc-btn-normal:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wc-btn-normal i {
  font-size: 10px;
}

.dir-rtl .wc-btn-normal i {
  transform: rotateY("180deg");
}

/*
--------------------
btn-text-flip
--------------------
*/
.btn-text-flip {
  perspective: 1000px;
}

.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

.wc-btn-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.wc-btn-group>*:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: -70px;
}

.wc-btn-group>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.wc-btn-group>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
}

.wc-btn-group:hover>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
}

.wc-btn-group:hover>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.wc-btn-group:hover>*:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: -70px;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.btn-hover-default {
  transition: all 0.5s;
}

.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white);
}

.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}

.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}

.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}

.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}

.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}

.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}

.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}

.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}

.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
}

.btn-hover-mask:hover {
  color: var(--white);
}

.btn-hover-mask:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.dark .btn-hover-mask {
  border-color: var(--black);
}

.dark .btn-hover-mask::after {
  z-index: -1;
  color: var(--white);
  background-color: var(--black);
}

.dark .btn-hover-mask:hover {
  color: var(--black);
}

.btn-rollover-top {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.btn-rollover-left {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all 0.75s;
}

.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all 0.75s;
}

.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}

.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}

.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}

.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}

.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*
------------------------------
SECTIN TITLE 1
------------------------------
*/
.section-title-wrapper.style-1 .subtitle-wrapper {
  margin-bottom: 32px;
}

.section-title-wrapper.style-1 .section-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 3.6px;
}

.section-title-wrapper.style-1 .section-title {
  font-size: 50px;
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-1 .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper.style-1 .section-title {
    font-size: 25px;
  }
}

.section-title-wrapper.style-1 .cf_text {
  margin-top: 32px;
}

.section-title-wrapper.style-1 .btn-wrapper {
  margin-top: 42px;
}

/*
------------------------------
SECTIN TITLE 2
------------------------------
*/
.section-title-wrapper.style-2 .section-title {
  font-size: 50px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

@media only screen and (max-width: 1919px) {
  .section-title-wrapper.style-2 .section-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title-wrapper.style-2 .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper.style-2 .section-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .section-title-wrapper.style-2 .section-title {
    font-size: 30px;
  }
}

.section-title-wrapper.style-2 .cf_text {
  margin-top: 32px;
}

.section-title-wrapper.style-2 .btn-wrapper {
  margin-top: 42px;
}

/*
------------------------------
SECTIN TITLE 3
------------------------------
*/
.section-title-wrapper.style-3 .section-title {
  font-size: 28px;
  line-height: 38px;
}

@media only screen and (max-width: 1919px) {
  .section-title-wrapper.style-3 .section-title {
    font-size: 24px;
    line-height: 35px;
  }

}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-3 .section-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper.style-3 .section-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .section-title-wrapper.style-3 .section-title {
    font-size: 25px;
  }
}

.section-title-wrapper.style-3 .cf_text {
  margin-top: 32px;
}

.section-title-wrapper.style-3 .btn-wrapper {
  margin-top: 42px;
}

/*
------------------------------
SECTIN TITLE 4
------------------------------
*/
.section-title-wrapper.style-4 .section-title {
  font-size: 50px;
}

@media only screen and (max-width: 1919px) {
  .section-title-wrapper.style-4 .section-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title-wrapper.style-4 .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper.style-4 .section-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .section-title-wrapper.style-4 .section-title {
    font-size: 30px;
  }
}

.section-title-wrapper.style-4 .section-title span {
  font-weight: 600;
}

.section-title-wrapper.style-4 .cf_text {
  margin-top: 32px;
}

.section-title-wrapper.style-4 .btn-wrapper {
  margin-top: 42px;
}

/*
------------------------------
SECTIN TITLE 5
------------------------------
*/
.section-title-wrapper.style-5 .section-subtitle {
  display: inline-block;
  border-radius: 12.5px;
  border: 1px solid rgba(0, 81, 83, 0.1);
  padding: 6.5px 9px;
  color: #005153;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.section-title-wrapper.style-5 .subtitle-wrapper {
  margin-bottom: 28px;
}

.section-title-wrapper.style-5 .section-title {
  font-size: 50px;
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-5 .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-5 .section-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section-title-wrapper.style-5 .section-title {
    font-size: 24px;
  }
}

.section-title-wrapper.style-5 .cf_text {
  margin-top: 28px;
}

.section-title-wrapper.style-5 .text {
  font-size: 18px;
}

.section-title-wrapper.style-5 .button-wrapper {
  margin-top: 35px;
}

/*
------------------------------
SECTIN TITLE 6
------------------------------
*/
.section-title-wrapper.style-6 .section-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1919px) {
  .section-title-wrapper.style-6 .section-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-6 .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper.style-6 .section-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .section-title-wrapper.style-6 .section-title {
    font-size: 30px;
  }
}

.section-title-wrapper.style-6 .cf_text {
  margin-top: 32px;
}

.section-title-wrapper.style-6 .btn-wrapper {
  margin-top: 42px;
}

/*
------------------------------
SECTIN TITLE 7
------------------------------
*/
.section-title-wrapper.style-7 .subtitle-wrapper {
  margin-bottom: 25px;
}

.section-title-wrapper.style-7 .section-subtitle {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.section-title-wrapper.style-7 .section-subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #F45734;
  -webkit-clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
  clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
}

.section-title-wrapper.style-7 .section-subtitle::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #F45734;
  -webkit-clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
  clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
}

.section-title-wrapper.style-7 .section-title {
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
  .section-title-wrapper.style-7 .section-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-7 .section-title {
    font-size: 35px;
  }
}

.section-title-wrapper.style-7 .section-title span {
  color: #C5C8CC;
  font-style: italic;
}

.section-title-wrapper.style-7 .cf_text {
  margin-top: 32px;
}

.section-title-wrapper.style-7 .btn-wrapper {
  margin-top: 42px;
}

/*
------------------------------
SECTIN TITLE 8
------------------------------
*/
.section-title-wrapper.style-8 .subtitle-wrapper {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-8 .subtitle-wrapper {
    margin-bottom: 15px;
  }
}

.section-title-wrapper.style-8 .section-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
}

.section-title-wrapper.style-8 .section-title {
  font-size: 70px;
}

@media only screen and (max-width: 1919px) {
  .section-title-wrapper.style-8 .section-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-wrapper.style-8 .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrapper.style-8 .section-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .section-title-wrapper.style-8 .section-title {
    font-size: 30px;
  }
}

.section-title-wrapper.style-8 .cf_text {
  margin-top: 27px;
}

.section-title-wrapper.style-8 .btn-wrapper {
  margin-top: 42px;
}

/*----------------------------------------*/
/*  01. MENU CSS START
/*----------------------------------------*/
.main-menu.menu-dark>ul>li>a {
  color: var(--black);
}

.main-menu.menu-light>ul>li>a {
  color: var(--white);
}

.main-menu>ul {
  display: flex;
  justify-content: center;
}

.main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}

.main-menu li {
  position: relative;
  color: #121212;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 30px 16px;
  text-transform: capitalize;
}

.dark .main-menu li a {
  color: var(--black);
}

.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 320px !important;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}

.main-menu ul.dp-menu li:hover {
  background-color: #8900c4;
}

.main-menu ul.dp-menu li:hover>a {
  color: var(--white);
}

.main-menu ul.dp-menu li:hover>ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}

.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
  line-height: 18px;
  text-align: left;

}

.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}

.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}

.main-menu .has-mega-menu {
  position: static;
}

.main-menu li.menu-item-has-children>a:after {
  content: "\e929";
  font-family: "icomoon";
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}

.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px;
  width: 100%;
  position: fixed !important;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  max-width: 100%;
  margin: auto;
  right: 0;
  gap: 30px;
  border-radius: 5px;
}

.main-menu .mega-menu::-webkit-scrollbar {
  width: 0px;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.main-menu .mega-menu li:has(ul)>a:after {
  content: "";
}

.main-menu .mega-menu li a {
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 0 !important;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}

.main-menu .mega-menu li a img {
  transition: 1s;
}

.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: transparent;
}

.main-menu .mega-menu li a:hover img {
  transform: scale(1.1);
}

.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}

.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-2>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-2 ul {
  -moz-column-count: 2;
  column-count: 2;
  position: relative;
  padding: 20px 0;
}

.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}

.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-3>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-3>li:last-child {
  border: none;
  width: 36vw;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3>li:last-child {
    width: 32vw;
  }
}

.main-menu .mega-style-3 ul {
  -moz-column-count: 2;
  column-count: 2;
  position: relative;
  padding: 20px 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}

.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}

.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}

.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  -moz-column-span: all;
  column-span: all;
}

.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}

.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}

.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}

.main-menu-2 li a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}

.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}

.main-menu-3 li:last-child {
  margin-right: 0;
}

.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.main-menu-3 li a:hover {
  color: var(--primary);
}

.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}

.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}

.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}

.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}

.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}

.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}

.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}

.menu-with-number li {
  display: inline-block;
}

.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}

.menu-with-number li a:hover span {
  color: var(--white);
}

.menu-with-number li a:hover span::before {
  background-color: var(--white);
}

.menu-with-number li a.active span {
  color: var(--white);
}

.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}

.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}

.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}

.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  color: var(--black);
  border-color: var(--white-4);
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--white-4);
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}

.light .main-menu-2 li a {
  color: var(--black);
}

.light .main-menu-2 li a:hover {
  color: var(--primary);
}

.light .main-menu-3 li a {
  color: var(--black);
}

.light .main-menu-3 li a:hover {
  color: var(--primary);
}

.light .sidebar-menu li a {
  color: var(--black);
}

.light .sidebar-menu li a:hover {
  color: var(--primary);
}

.light .menu-with-number li a {
  color: var(--black);
}

.light .menu-with-number li a:hover span {
  color: var(--black);
}

.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}

.light .menu-with-number li a span {
  color: var(--black-9);
}

.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}

.light .menu-with-number li a.active span {
  color: var(--black);
}

.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/*----------------------------------------*/
/*  01. MODAL CSS START
/*----------------------------------------*/
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}

.modal__content {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}

.modal__content iframe {
  width: 100%;
  height: 100%;
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}

.modal__close:hover {
  color: var(--primary);
}

.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}

.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}

.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 45%;
  }
}

/*----------------------------------------*/
/*  01. CURSOR CSS START
/*----------------------------------------*/
.cursor {
  position: fixed;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--var(--white));
  background: var(--black);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  transition: all 0.3s;
}

.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s;
  z-index: 999;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 999;
}

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

.cursor-testi {
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: var(--black);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 999;
}

@media (max-width: 1200px) {
  .cursor-testi {
    display: none;
  }
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.exclusion,
  .wc-cursor.opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.exclusion:before,
  .wc-cursor.opaque:before {
    background: var(--white);
  }
}

.wc-cursor.normal,
.wc-cursor.text {
  mix-blend-mode: normal;
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
  background: currentColor;
}

.wc-cursor.inverse {
  color: var(--white);
}

.wc-cursor.visible:before {
  transform: scale(0.2);
}

.wc-cursor.visible.active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.wc-cursor.pointer:before {
  transform: scale(0.15);
}

.wc-cursor.text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.wc-cursor.text.active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.wc-cursor.opaque:before {
  transform: scale(1.32);
}

.wc-cursor.opaque.active:before {
  transform: scale(1.2);
}

.wc-cursor.sm:before {
  transform: scale(1.25);
}

.wc-cursor.md:before {
  transform: scale(1.5);
}

.wc-cursor.lg:before {
  transform: scale(2);
}

.wc-cursor.xl:before {
  transform: scale(2.5);
}

.wc-cursor.xxl:before {
  transform: scale(3);
}

.wc-cursor.hidden:before {
  transform: scale(0);
}

.color-accent-lilac {
  color: #8d53e9;
}

.color-accent-lilac-bg {
  background: #8d53e9;
}

/* Cursor CSS */
.wc-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  color: var(--primary);
  transition: opacity 0.3s, color 0.4s;
}

.wc-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
}

.wc-cursor-text {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: opacity 0.4s, transform 0.3s;
}

.wc-cursor.text .wc-cursor-text {
  opacity: 1;
  transform: scale(1);
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.-exclusion,
  .wc-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.exclusion:before,
  .wc-cursor.opaque:before {
    background: var(--white);
  }
}

.wc-cursor.normal,
.wc-cursor.text {
  mix-blend-mode: normal;
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
  background: currentColor;
}

.wc-cursor.inverse {
  color: var(--white);
}

.wc-cursor.visible:before {
  transform: scale(0.2);
}

.wc-cursor.visible.active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.wc-cursor.pointer:before {
  transform: scale(0.15);
}

.wc-cursor.text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.wc-cursor.text.active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.wc-cursor.opaque:before {
  transform: scale(1.32);
}

.wc-cursor.opaque.active:before {
  transform: scale(1.2);
}

.wc-cursor.sm:before {
  transform: scale(1.25);
}

.wc-cursor.md:before {
  transform: scale(1.5);
}

.wc-cursor.lg:before {
  transform: scale(2);
}

.wc-cursor.xl:before {
  transform: scale(2.5);
}

.wc-cursor.xxl:before {
  transform: scale(3);
}

.wc-cursor.xxxl:before {
  transform: scale(3.5);
}

.wc-cursor.hidden:before {
  transform: scale(0);
}

/*----------------------------------------*/
/*  01. HERO CSS START
/*----------------------------------------*/
.progress__item p.title,
.progress__item-2 p.title {
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: var(--white);
  padding-bottom: 15px;
  text-transform: uppercase;
}

.progress__item-2 {
  padding-bottom: 25px;
}

.light .progress__item p.title,
.light .progress__item-2 p.title {
  color: var(--black);
}

.light .developer-skill__resume .sonny_progressbar .progress-percent {
  color: var(--black);
}

.cf-cta__text-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  grid-gap: 45px;
}

@media only screen and (max-width: 991px) {
  .cf-cta__text-wrapper {
    grid-template-columns: 1fr;
  }
}

.cf-cta__btn .wc-btn-default {
  font-size: 18px;
  font-weight: 600;
  padding: 35px 75px;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-width: 0;
}

.dark .cf-cta__btn .wc-btn-default {
  background-color: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 1199px) {
  .cf-cta__btn .wc-btn-default {
    padding: 20px 40px;
    font-weight: 500;
  }
}

.dark .cf-cta__btn .wc-btn-default:hover {
  color: var(--black);
}

.cf-cta__text {
  max-width: 250px;
  position: absolute;
  inset-inline-end: -30px;
  top: 47%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .cf-cta__text {
    inset-inline-end: -130px;
    max-width: 270px;
  }
}

@media only screen and (max-width: 991px) {
  .cf-cta__text {
    inset-inline-end: 0;
    max-width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .cf-cta__text {
    position: static;
    transform: none;
  }
}

.cf-cta__text p {
  font-size: 18px;
}

.dark .cf-cta__text p {
  color: #555555;
}

.cf-cta__sec-title-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cf-cta__sec-title-wrapper .sec-title-18 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.switcher__area {
  position: relative;
  direction: ltr;
}

@media only screen and (max-width: 767px) {
  .switcher__area {
    display: none;
  }
}

.switcher__icon {
  position: fixed;
  width: 50px;
  height: 50px;
  background: var(--white);
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}

.switcher__icon i {
  color: var(--black);
}

.switcher__icon button {
  font-size: 24px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

.switcher__icon button:hover {
  color: var(--white-2);
}

.switcher__icon button#switcher_open {
  animation: wcSpinner 5s infinite linear;
}

.switcher__items {
  width: 280px;
  padding: 50px 30px;
  background: var(--black);
  position: fixed;
  right: -280px;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%);
  font-family: var(--font_primary);
  transition: all 0.3s;
}

.switcher__items .wc-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.switcher__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .switcher__item:nth-child(3) {
    display: none;
  }
}

.switcher__item:last-child {
  margin-bottom: 0;
}

.switcher__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white) !important;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.switcher__btn button {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-2);
  background: #2B2B2F;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.switcher__btn button:hover,
.switcher__btn button.active {
  color: var(--white);
}

.switcher__btn select {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-2);
  width: 100%;
  border: none;
  padding: 9px 10px;
  border-radius: 4px;
  background: #2B2B2F;
  text-transform: capitalize;
  outline: none;
  cursor: pointer;
}

#switcher_close {
  display: none;
}

.overlay-switcher-close {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: transparent;
  display: none;
}

.overlay-switcher-close.show-overlay {
  display: block;
}

.offcanvas-3__area {
  background: var(--primary);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 50px 50px 100px;
  z-index: 1000;
  overflow: hidden;
}

@media only screen and (max-width: 1919px) {
  .offcanvas-3__area {
    padding: 30px 30px 100px;
  }
}

@media (max-height: 500px) {
  .offcanvas-3__area {
    padding: 40px;
  }
}

.offcanvas-3__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .offcanvas-3__inner {
    grid-template-columns: 260px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}

@media (max-height: 500px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
  }
}

.offcanvas-3__inner::-webkit-scrollbar {
  width: 0;
}

.offcanvas-3__meta li {
  font-size: 18px;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
}

.offcanvas-3__meta li:not(:last-child) {
  margin-bottom: 19px;
}

.offcanvas-3__meta li a:hover {
  color: var(--secondary);
}

.offcanvas-3__meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.offcanvas-3__social .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.offcanvas-3__social-links {
  display: flex;
  gap: 20px;
}

.offcanvas-3__social-links a {
  font-size: 18px;
  color: var(--white);
}

.offcanvas-3__social-links a:hover {
  color: var(--secondary);
}

.offcanvas-3__menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas-3__menu ul {
  position: relative;
}

.offcanvas-3__menu ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #333337;
  inset-inline-start: 8px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__menu ul:before {
    display: none;
  }
}

@media (max-height: 500px) {
  .offcanvas-3__menu ul:before {
    height: 100%;
  }
}

.offcanvas-3__menu li {
  padding-inline-start: 58px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__menu li {
    padding-left: 0;
  }
}

.offcanvas-3__menu li:hover>a {
  color: var(--white);
}

.offcanvas-3__menu li:hover:before {
  opacity: 1;
  visibility: visible;
}

.offcanvas-3__menu li:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: var(--white);
  border-radius: 50%;
  border: 4px solid var(--black-2);
  inset-inline-start: 0;
  top: 38%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__menu li:before {
    display: none;
  }
}

.offcanvas-3__menu li:not(:last-child) {
  margin-bottom: 26px;
}

.offcanvas-3__menu li a {
  font-size: 120px;
  font-size: 8vh;
  color: var(--secondary);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 0.9;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
  background-size: 200% 100%;
  background-position: 100%;
  transform: perspective(359px) rotateY(-18deg);
}

.offcanvas-3__menu li a:hover {
  background-position: 0;
  color: #fff;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 1399px) {
  .offcanvas-3__menu li a {
    font-size: 7vh;
  }
}

@media only screen and (max-width: 1199px) {
  .offcanvas-3__menu li a {
    font-size: 6vh;
  }
}

@media only screen and (max-width: 991px) {
  .offcanvas-3__menu li a {
    font-size: 5vw;
  }
}

.offcanvas-3__menu-wrapper {
  display: flex;
  align-items: flex-end;
  overflow-y: hidden;
}

.offcanvas-3__area {
  left: 0%;
  opacity: 0;
  visibility: hidden;
  transform: perspective(359px) rotateY(50deg);
}

.offcanvas-3__menu ul li {
  opacity: 0;
  top: -100px;
  position: relative;
  transform: perspective(359px) rotateX(50deg);
}

.offcanvas-3__meta {
  opacity: 0;
  top: -30px;
  position: relative;
}

.offcanvas-3__social {
  opacity: 0;
  top: -30px;
  position: relative;
}

.close-button {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--black-2);
  position: relative;
  border: 1px solid #333337;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .close-button {
    width: 50px;
    height: 50px;
  }
}

.close-button:hover {
  background-color: var(--secondary);
}

.close-button:hover span {
  background-color: var(--primary);
}

.close-button span {
  width: 26px;
  height: 1px;
  display: inline-block;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .close-button span {
    width: 20px;
  }
}

.close-button span:first-child {
  transform: translateX(-50%) rotate(45deg);
}

.close-button span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}

/*
-----------------------------
FEATURES STYLES 1
-----------------------------
*/
.cf_feature.style-1 .thumb {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .cf_feature.style-1 .thumb {
    margin-bottom: 30px;
  }
}

.cf_feature.style-1 .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cf_feature.style-1 .title:hover {
  color: #8900c4;
}

.cf_feature.style-1 .text {
  color: var(--primary);
}

.cf_feature.style-1 .btn-wrapper {
  display: none;
}

/*
-----------------------------
FEATURES STYLES 2
-----------------------------
*/
.cf_feature.text-design {
  padding: 60px;
  padding-left: 70px;
  padding-right: 0;
  border-left: 1px solid rgba(18, 18, 18, 0.06);
}

@media only screen and (max-width: 1199px) {
  .cf_feature.text-design {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cf_feature.text-design {
    border: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.text-design {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.cf_feature.text-design .thumb {
  margin-bottom: 30px;
}

.cf_feature.text-design .title-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
  text-decoration-line: underline;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .cf_feature.text-design .title-2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.cf_feature.style-2 {
  padding: 60px;
  border-right: 1px solid rgba(18, 18, 18, 0.06);
}

@media only screen and (max-width: 1199px) {
  .cf_feature.style-2 {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.style-2 {
    padding-left: 0;
  }
}

.cf_feature.style-2:first-child {
  padding-left: 0;
}

.cf_feature.style-2:last-child {
  border-right: 0;
  padding-right: 0;
}

/*
-----------------------------
FEATURES STYLES 3
-----------------------------
*/
.font-heading-Beatricetrial h1,
.font-heading-Beatricetrial h2,
.font-heading-Beatricetrial h3,
.font-heading-Beatricetrial h4,
.font-heading-Beatricetrial h5,
.font-heading-Beatricetrial h6 {
  font-family: var(--font_beatricetrial);
}

.cf_feature.style-3 {
  border-right: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  padding: 50px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .cf_feature.style-3 {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cf_feature.style-3 {
    flex-basis: 45%;
    border: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.style-3 {
    padding-left: 0;
    margin-bottom: 0;
    flex-basis: 100%;
    padding-bottom: 20px;
  }
}

.cf_feature.style-3:first-child {
  padding-left: 0;
}

.cf_feature.style-3:last-child {
  border-right: 0;
}

.cf_feature.style-3:hover .title {
  padding-left: 15px;
}

.cf_feature.style-3:hover .title::before {
  left: 0;
}

.cf_feature.style-3 .content {
  overflow: hidden;
}

.cf_feature.style-3 .count-title {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}

.cf_feature.style-3 .title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  transition: 0.3s;
  position: relative;
}

.cf_feature.style-3 .title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}

.cf_feature.style-3 .title:hover {
  color: #8900c4;
}

.cf_feature.style-3 .text {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .cf_feature.style-3 .text {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.style-3 .text {
    margin-bottom: 20px;
  }
}

.cf_feature.style-3 .btn-underline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
}

.body-space-corporate {
  padding-left: 65px;
  padding-right: 65px;
}

@media only screen and (max-width: 767px) {
  .body-space-corporate {
    padding-left: 0;
    padding-right: 0;
  }
}

body.consultant-corporate {
  background-color: transparent;
}

.pos-center {
  width: 99% !important;
}

.header-area .header__logo {
  display: flex;
  justify-content: center;
  align-items: center;

}

@media only screen and (max-width: 1199px) {
  .header-area .header__logo {
    width: 140px;
    height: 80px;
    border-inline-end: 0;
  }
}

.header-area .header__navicon {
  width: 82px;
  height: 80px;
  display: none;
  justify-content: center;
  align-items: center;
  border-inline-start: 1px solid rgba(18, 18, 18, 0.08);
}

@media only screen and (max-width: 1199px) {
  .header-area .header__navicon {
    width: auto;
    height: auto;
    border-inline-start: 0;
  }
}

.header-area .wc-btn-primary {
  font-size: 16px;
  padding: 16px 22px;
  border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
  .header-area .header-area__inner {
    padding: 0px 0px !important;
  }
}

.body-wrapper.consultant-corporate {
  border-left: 1px solid rgba(18, 18, 18, 0.08);
  border-right: 1px solid rgba(18, 18, 18, 0.08);
  margin-left: 80px;
  margin-right: 80px;
  --primary: #121212;
  --secondary: #323232;
  --action-color: #E32E2E;
  /*
  ----------------------------
  GRAPH AREA STYLES
  ----------------------------
  */
  /*
  ----------------------------
  ALL PROJECTS AREA STYLES
  ----------------------------
  */
  /* strategy area  style  */
}

.body-wrapper.container-home {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1921px) {
  .body-wrapper.consultant-corporate {
    max-width: 1920px;
    margin: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .body-wrapper.consultant-corporate {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .body-wrapper.consultant-corporate {
    overflow: hidden;
  }
}

.body-wrapper.consultant-corporate p {
  font-size: 15px;
}

.body-wrapper.consultant-corporate .wc-btn-default:hover {
  background-color: var(--white);
  color: var(--primary);
}

.body-wrapper.consultant-corporate .wcf_iconbox.style-9 .title:hover {
  color: #8900c4;
}

.body-wrapper.consultant-corporate a:hover {
  color: #8900c4;
}

.body-wrapper.consultant-corporate .section-subtitle-shape {
  font-family: unset !important;
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.16;
  color: var(--black);
  white-space: nowrap;
  background-image: url(../imgs/shape/round-hand-circle.webp);
  background-size: 100% 100%;
  display: inline-block;
  background-repeat: no-repeat;
}

.body-wrapper.consultant-corporate .feature-area .icon-wcf-check-2 {
  font-size: 26px;
}

.body-wrapper.consultant-corporate .graph-area .content-wrap {
  border-radius: 0 !important;
}

.body-wrapper.consultant-corporate .graph-wrapper .graph-btn-wrapper {
  margin-bottom: 60px;
  gap: 25px;
}

.body-wrapper.consultant-corporate .graph-wrapper .nav-link {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-transform: capitalize;
  padding: 7px 15px;
}

.body-wrapper.consultant-corporate .graph-wrapper .nav-link.active {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  border-radius: 10px;
  background: #222;
  padding: 7px 15px;
}

.body-wrapper.consultant-corporate .graph-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-wrapper.consultant-corporate .all-projects.style-3 .all-projects-inner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../imgs/gallery/img-r-21.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.body-wrapper.consultant-corporate .all-projects.style-3 .section-heading {
  max-width: 520px;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .body-wrapper.consultant-corporate .all-projects.style-3 .section-heading {
    max-width: unset;
    margin-left: unset;
    text-align: center;
  }
}

.body-wrapper.consultant-corporate .all-projects.style-3 .title-wrapper {
  margin-bottom: 48px;
}

.body-wrapper.consultant-corporate .all-projects.style-3 .section-title {
  color: var(--white);
}

.body-wrapper.consultant-corporate .all-projects.style-3 .wc-btn-default {
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
  padding: 22px 36px;
}

.body-wrapper.consultant-corporate .strategy-area .section-title {
  max-width: 691px;
  margin: 0 auto;
}

.body-wrapper.consultant-corporate .strategy-area .section-heading {
  margin-bottom: 57px;
}

.haboutWrper {
  display: flex;
  align-items: flex-start;
}

.haboutContainer {
  width: 60%;
  padding-right: 50px;
}

.haboutImg {
  width: 40%;
  cursor: pointer;
}

.athumb-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.athumb-wrapper img {
  width: 100%;
}

.adesc-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -158px;
  padding: 15px 30px;
  background: rgb(135 3 192 / 80%);
  transition: all ease-in-out 0.5s;
}

.adesc-text .react-shape {
  margin-bottom: 10px;
}

.adesc-text .react-shape .text {
  color: #fff;
  font-size: 20px !important;
}

.adesc-text .text {
  color: #fff;
  font-size: 14px !important;
}

.haboutImg:hover .adesc-text {
  bottom: 0px;
}

.hasignature {
  margin-top: 50px;
}

.hasignature .ceo {
  color: #fff;
}

.hasignature p {
  color: #fff;
  font-size: 14px !important;
}

@media only screen and (max-width: 991px) {
  .body-wrapper.consultant-corporate .strategy-area .section-heading {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .body-wrapper.consultant-corporate .strategy-area .section-heading {
    margin-bottom: 27px;
  }

  .header-area .header__navicon {
    display: flex;
    margin-right: 20px;
  }
}

.body-wrapper.consultant-corporate .strategy-area .strategy-info-content {
  max-width: 850px;
  margin: 0 auto;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  gap: 40px;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
}

@media (max-width: 575px) {
  .body-wrapper.consultant-corporate .strategy-area .strategy-info-content {
    gap: 20px;
  }
}

.body-wrapper.consultant-corporate .strategy-area .strategy-info-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .body-wrapper.consultant-corporate .strategy-area .strategy-info-wrapper {
    margin-top: 40px;
  }
}

.body-wrapper.consultant-corporate .strategy-area .strategy-list {
  display: flex;
  gap: 30px;
  align-items: center;
  border-right: 1px solid #F1F1F1;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .body-wrapper.consultant-corporate .strategy-area .strategy-list {
    flex-wrap: wrap;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .body-wrapper.consultant-corporate .strategy-area .strategy-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .body-wrapper.consultant-corporate .strategy-area .strategy-list {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .body-wrapper.consultant-corporate .strategy-area .icon-separator {
    display: none;
  }
}

.body-wrapper.consultant-corporate .strategy-area .strategy-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.body-wrapper.consultant-corporate .strategy-area .strategy-item .number {
  font-size: 12px;
  color: var(--primary);
  font-weight: 600;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
  min-width: 30px;
  border-radius: 50%;
}

.body-wrapper.consultant-corporate .strategy-area .strategy-item .text {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .body-wrapper.consultant-corporate .strategy-area .strategy-item .icon-separator {
    display: none;
  }
}

.footer-area .widget-item ul li {
  color: #fff;
}

.section-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 300%;
}

@media only screen and (max-width: 767px) {
  .section-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}

.section-item {
  width: 100%;
}

.header-area.sticky {
  position: fixed !important;
  background-color: #fde8ff;
}

.header-area.style-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.header-area.style-2 .header-area__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  border-bottom: 4px solid rgba(18, 18, 18, 0.06);
  height: 80px;
  padding: 0px 80px;
  background: #fcfbfd21;
}

.header-area.style-2 .header-area__inner>*:first-child {
  margin-inline-end: auto;
}

.header-area.style-2 .main-menu li a {
  font-size: 16px;

}

.header-area.style-2 .search-icon {
  color: var(--primary);
  cursor: pointer;
}

.header-area.style-2 .open-offcanvas span {
  color: var(--white);
  font-size: 13px;
}

.header-area.style-2 .wc-btn-primary i {
  font-size: 8px;
}

/* bannner-3 area style start */
.banner-3.banner-area {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.banner-3 .banner-area-bg {
  position: absolute;
  width: calc(100% + 160px);
  height: calc(100% - 140px);
  background: #fef0ff;
  top: 0;
  inset-inline-start: -80px;
  z-index: -1;
}

.banner-3 .banner-content {
  text-align: center;
  position: relative;
  max-width: 80%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-bottom: 20px;
}
.cta-area.style-1 .cta-left {
    background-color: #c552cb !important;
}
@media only screen and (max-width: 767px) {
  .banner-3 .banner-content {
    padding-bottom: 50px;
  }
}

.banner-3 .banner-inner {
  position: relative;
  padding-top: 260px;
  padding-bottom: 110px;
  height: 730px;
  /*background-image: url(../../assets/imgs/gallery/1713.webp);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media only screen and (max-width: 991px) {
  .banner-3 .banner-inner {
    padding-bottom: 0;
  }
}

.banner-3 .baner-active-2 {
  height: 100%;
}

.banner-3 .swiper-slide-item {
  height: 100%;
}

.banner-3 .banner-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}

.banner-3 .banner-inner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-3 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 65px;
  color: var(--white);
  /* max-width: 537px; */
  margin-inline-start: auto;
  margin-inline-end: auto;
}

@media only screen and (max-width: 1199px) {
  .banner-3 .title {
    font-size: 30px;
  }
}

.banner-3 .text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
  color: var(--white);
  max-width: 515px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.banner-3 .title-wrapper {
  margin-bottom: 0px;
  padding-top: 20px;
}

.banner-3 .btn-wrapper {
  transform: translateY(-50%);
  margin-bottom: 20px;
}

.banner-3 .banner-content-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #181818b3;
  mix-blend-mode: multiply;
  z-index: -1;
  bottom: 0;
  /* border-radius: 0 100% 50% 50%/0 0 100% 100%; */
}

@media only screen and (max-width: 767px) {
  .banner-3 .banner-content-bg {
    border-radius: 0;
  }
}

.banner-3 .social-icons {
  display: flex;
  gap: 14px;
  color: var(--black);
}

.banner-3 .social-icons a :hover {
  color: #8900c4;
}

.banner-3 .social-icons a i {
  transform: rotate(-90deg);
}

.banner-3 .social-links {
  display: flex;
  gap: 20px;
  position: absolute;
  inset-inline-start: 0;
  transform: rotate(90deg) translateX(-50%);
  top: calc(50% - 70px);
  transform-origin: left;
  margin-inline-start: -40px;
}

@media only screen and (max-width: 767px) {
  .banner-3 .social-links {
    display: none;
  }
}

.banner-3 .social-links .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}

.navigation-wrapper {
  position: absolute;
  right: 90px;
  bottom: 120px;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .navigation-wrapper {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .navigation-wrapper {
    display: none;
  }
}

.navigation-wrapper .swiper-button-prev::after,
.navigation-wrapper .swiper-button-next::after {
  display: none;
}

.pagination-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -40px;
}

.pagination-style-2 {
  display: flex;
  flex-direction: column;
}

.pagination-style-2 .swiper-pagination-bullet {
  height: 30px;
  width: 1px;
  background-color: var(--primary);
}

/* bannner-3 area style end */
.brand-area.style-3 .brand-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  overflow: hidden;
}

.hmservices--section {
  background: #fef5ff;
}

/* 20-01-2026 start */
.hmservices--section .col-lg-3 {
  padding: 0 10px;
}

/* 20-01-2026 close */
.callImgTxt {
  gap: 6px !important;
}

.cllIcon {
  width: 18px;
}

@media only screen and (max-width: 991px) {
  .brand-area.style-3 .brand-inner {
    flex-wrap: wrap;
    gap: 50px;
  }
}

.brand-area.style-3 .brand-text {
  max-width: 200px;
}

@media only screen and (max-width: 991px) {
  .brand-area.style-3 .brand-text {
    max-width: 100%;
  }
}

.brand-area.style-3 .brand-logos {
  max-width: 900px;
}

@media only screen and (max-width: 1199px) {
  .brand-area.style-3 .brand-logos {
    max-width: 700px;
  }
}

.brand-area.style-3 .brand-logo img {
  max-width: 140px;
}

.brand-area.style-3 .brand-text-title-wrapper {
  padding-left: 17px;
  border-left: 2px solid var(--primary);
}

.brand-area.style-3 .brand-text-title-wrapper .title {
  font-size: 16px;
  font-weight: 500;
}

.about-area.style-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .about-area.style-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.style-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about-area.style-3 .title-wrapper {
  max-width: 590px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .about-area.style-3 .title-wrapper {
    margin-bottom: 30px;
  }
}

.about-area.style-3 .desc-text {}

@media only screen and (max-width: 991px) {
  .about-area.style-3 .desc-text {
    margin-left: unset;
    margin-bottom: 20px;
  }
}

.about-area.style-3 .thumb-wrapper {
  display: flex;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .about-area.style-3 .thumb-wrapper {
    margin-bottom: 30px;
  }
}

.dir-rtl .about-area.style-3 .thumb-wrapper {
  flex-direction: row-reverse;
}

.about-area.style-3 .thumb-wrapper .react-shape {
  width: 120px;
  height: 240px;
  background-color: #8900c4;
  border-radius: 0% 100% 100% 0%/10% 46% 50% 10%;
  position: relative;
}

.about-area.style-3 .thumb-wrapper .react-shape .text {
  position: absolute;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .about-area.style-3 .thumb-wrapper .react-shape .text {
    left: -12px;
  }
}

.about-area.style-3 .thumb-wrapper img {
  border-radius: 50%;
  margin-left: -50px;
  mix-blend-mode: multiply;
}

.about-area.style-3 .text span {
  font-weight: 600;
  text-decoration-line: underline;
}

.about-area.style-3 .signature {
  margin-top: 53px;
}

.about-area.style-3 .signature p {
  color: var(--secondary);
  font-size: 14px;
}

/*
-----------------------------
FEATURES STYLES 3
-----------------------------
*/
.wcf_iconbox.style-3 {
  border-inline-end: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  padding: 50px;
  padding-inline-end: 35px;
  padding-bottom: 0;
  min-height: 300px;
  position: relative;
}

@media (min-width: 1800px) {
  .wcf_iconbox.style-3 {
    min-width: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .wcf_iconbox.style-3 {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .wcf_iconbox.style-3 {
    flex-basis: 45%;
    border: 0;
    padding-inline-start: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wcf_iconbox.style-3 {
    padding-inline-start: 0;
    margin-bottom: 0;
    flex-basis: 100%;
    padding-bottom: 20px;
    min-height: auto;
  }
}

.wcf_iconbox.style-3:first-child {
  padding-inline-start: 0;
}

.wcf_iconbox.style-3:last-child {
  border-inline-end: 0;
}

.wcf_iconbox.style-3:hover .title {
  padding-inline-start: 15px;
}

.wcf_iconbox.style-3:hover .title::before {
  inset-inline-start: 0;
}

.wcf_iconbox.style-3 .content {
  overflow: hidden;
}

.wcf_iconbox.style-3 .count-title {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}

.wcf_iconbox.style-3 .title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  transition: 0.3s;
  position: relative;
}

.wcf_iconbox.style-3 .title::before {
  content: "";
  position: absolute;
  inset-inline-start: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}

.wcf_iconbox.style-3 .title:hover {
  color: #8900c4;
}

.wcf_iconbox.style-3 .text {
  color: var(--secondary);
  font-size: 16px;
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

.wcf_iconbox.style-3 .btn-underline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
}

.btn-readmore {
  position: absolute;
  bottom: 0px;
}

/*
-----------------------------
FEATURES STYLES 3
-----------------------------
*/
.feature-section-top.style-3 {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: 1.2fr 1fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-section-top.style-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-section-top.style-3 .title-top {
  color: var(--primary);
  font-size: 50px;
}

@media only screen and (max-width: 1199px) {
  .feature-section-top.style-3 .title-top {
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-3 .title-top {
    font-size: 28px;
  }
}

.feature-section-top.style-3 .text {
  font-size: 18px;
}

.feature-section-top.style-3 .btn-wrapperr {
  text-align: end;
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-3 .btn-wrapperr {
    text-align: start;
  }
}

.feature-section-top.style-8 {
  grid-template-columns: 2fr 1fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-section-top.style-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-wrapper.style-3 {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .feature-wrapper.style-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.feature-area.style-3 .text span {
  text-decoration: underline;
  font-weight: 600;
}

.feature-area.style-3 .title-top-text {
  padding-left: 90px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.style-3 .title-top-text {
    padding-left: 0;
  }
}

/*
-----------------------------
FEATURES STYLES 9
-----------------------------
*/
.wcf_iconbox.style-9 {
  flex-basis: 45%;
}

@media only screen and (max-width: 1919px) {
  .wcf_iconbox.style-9 {
    flex-basis: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .wcf_iconbox.style-9 {
    flex-basis: 100%;
  }
}

.wcf_iconbox.style-9 .thumb {
  margin-bottom: 30px;
  color: var(--white);
}

@media only screen and (max-width: 1199px) {
  .wcf_iconbox.style-9 .thumb {
    margin-bottom: 30px;
  }
}

.wcf_iconbox.style-9 .title {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 15px;
}

.wcf_iconbox.style-9 .title:hover {
  color: #8900c4;
}

.wcf_iconbox.style-9 .text {
  color: var(--white);
  font-size: 16px;
}

.box-layout .wcf_iconbox.style-9 {
  flex-basis: 44%;
}

/*
-----------------------------
FEATURES STYLES 9
-----------------------------
*/
.feature-area.style-9 .feature-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .feature-inner {
    grid-template-columns: 1fr;
  }
}

.feature-area.style-9 .feature-inner .section-title {
  color: var(--white);
}

.feature-area.style-9 .feature-inner .cf_image {
  height: 100%;
}

.feature-area.style-9 .feature-inner .feature-thumb img {
  width: 100%;
  border-top-left-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-area.style-9 .feature-inner .content-wrap {
  border-radius: 0 20px 20px 0px;
  background: var(--primary);
  padding-left: 110px;
  padding-top: 110px;
  padding-right: 180px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1919px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-right: 50px;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-top: 50px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature-area.style-9 .section-heading {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .section-heading {
    margin-bottom: 40px;
  }
}

.feature-area.style-9 .feature-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .feature-wrapper {
    gap: 40px;
  }
}

.feature-area.style-9.style-3 .feature-inner {
  grid-template-columns: 0.9fr 1.123fr;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9.style-3 .feature-inner {
    grid-template-columns: 1fr;
  }
}

.feature-area.style-9.style-3 .feature-thumb img {
  width: unset;
  border-top-left-radius: 0;
}

.feature-area.style-9.style-3 .content-wrap {
  border-radius: 0;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.style-9.style-3 .content-wrap {
    padding-bottom: 50px;
  }
}

.feature-area.style-9.style-3 .wcf_iconbox.style-9 .text {
  color: #999999;
  max-width: 245px;
}

.feature-area.graph-area .feature-inner {
  grid-template-columns: 0.82fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-area.graph-area .feature-inner {
    grid-template-columns: 1fr;
  }
}

/*
-----------------------------
FEATURES STYLES 3
-----------------------------
*/
.wcf_iconbox.style-3 {
  border-inline-end: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  padding: 50px;
  padding-inline-end: 35px;
  padding-bottom: 0;
}

@media (min-width: 1800px) {
  .wcf_iconbox.style-3 {
    min-width: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .wcf_iconbox.style-3 {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .wcf_iconbox.style-3 {
    flex-basis: 45%;
    border: 0;
    padding-inline-start: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wcf_iconbox.style-3 {
    padding-inline-start: 0;
    margin-bottom: 0;
    flex-basis: 100%;
    padding-bottom: 20px;
  }
}

.wcf_iconbox.style-3:first-child {
  padding-inline-start: 0;
}

.wcf_iconbox.style-3:last-child {
  border-inline-end: 0;
}

.wcf_iconbox.style-3:hover .title {
  padding-inline-start: 15px;
}

.wcf_iconbox.style-3:hover .title::before {
  inset-inline-start: 0;
}

.wcf_iconbox.style-3 .content {
  overflow: hidden;
}

.wcf_iconbox.style-3 .count-title {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}

.wcf_iconbox.style-3 .title {
  color: var(--primary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  transition: 0.3s;
  position: relative;
}

.wcf_iconbox.style-3 .title::before {
  content: "";
  position: absolute;
  inset-inline-start: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}

.wcf_iconbox.style-3 .title:hover {
  color: #8900c4;
}

.wcf_iconbox.style-3 .text {
  color: var(--secondary);
  font-size: 15px;
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

.wcf_iconbox.style-3 .btn-underline {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
}

/*
-----------------------------
FEATURES STYLES 3
-----------------------------
*/
.feature-section-top.style-3 {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: 1.2fr 1fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-section-top.style-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-section-top.style-3 .title-top {
  color: var(--primary);
  font-size: 50px;
}

@media only screen and (max-width: 1199px) {
  .feature-section-top.style-3 .title-top {
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-3 .title-top {
    font-size: 28px;
  }
}

.feature-section-top.style-3 .text {
  font-size: 15px;
}

.feature-section-top.style-3 .btn-wrapperr {
  text-align: end;
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-3 .btn-wrapperr {
    text-align: start;
  }
}

.feature-section-top.style-8 {
  grid-template-columns: 2fr 1fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-section-top.style-8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-section-top.style-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-wrapper.style-3 {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .feature-wrapper.style-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.feature-area.style-3 .text span {
  text-decoration: underline;
  font-weight: 600;
}

.feature-area.style-3 .title-top-text {
  padding-left: 90px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.style-3 .title-top-text {
    padding-left: 0;
  }
}

/*
-----------------------------
FEATURES STYLES 9
-----------------------------
*/
.wcf_iconbox.style-9 {
  flex-basis: 45%;
}

@media only screen and (max-width: 1919px) {
  .wcf_iconbox.style-9 {
    flex-basis: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .wcf_iconbox.style-9 {
    flex-basis: 100%;
  }
}

.wcf_iconbox.style-9 .thumb {
  margin-bottom: 30px;
  color: var(--white);
}

@media only screen and (max-width: 1199px) {
  .wcf_iconbox.style-9 .thumb {
    margin-bottom: 30px;
  }
}

.wcf_iconbox.style-9 .title {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 15px;
}

.wcf_iconbox.style-9 .title:hover {
  color: #8900c4;
}

.wcf_iconbox.style-9 .text {
  color: var(--white);
  font-size: 16px;
}

.box-layout .wcf_iconbox.style-9 {
  flex-basis: 44%;
}

/*
-----------------------------
FEATURES STYLES 9
-----------------------------
*/
.feature-area.style-9 .feature-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .feature-inner {
    grid-template-columns: 1fr;
  }
}

.feature-area.style-9 .feature-inner .section-title {
  color: var(--white);
}

.feature-area.style-9 .feature-inner .cf_image {
  height: 100%;
}

.feature-area.style-9 .feature-inner .feature-thumb img {
  width: 100%;
  border-top-left-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-area.style-9 .feature-inner .content-wrap {
  border-radius: 0 20px 20px 0px;
  background: var(--primary);
  padding-left: 110px;
  padding-top: 110px;
  padding-right: 180px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1919px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-right: 50px;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-top: 50px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.style-9 .feature-inner .content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature-area.style-9 .section-heading {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .section-heading {
    margin-bottom: 40px;
  }
}

.feature-area.style-9 .feature-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9 .feature-wrapper {
    gap: 40px;
  }
}

.feature-area.style-9.style-3 .feature-inner {
  grid-template-columns: 0.9fr 1.123fr;
}

@media only screen and (max-width: 991px) {
  .feature-area.style-9.style-3 .feature-inner {
    grid-template-columns: 1fr;
  }
}

.feature-area.style-9.style-3 .feature-thumb img {
  width: unset;
  border-top-left-radius: 0;
}

.feature-area.style-9.style-3 .content-wrap {
  border-radius: 0;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.style-9.style-3 .content-wrap {
    padding-bottom: 50px;
  }
}

.feature-area.style-9.style-3 .wcf_iconbox.style-9 .text {
  color: #999999;
  max-width: 245px;
}

.feature-area.graph-area .feature-inner {
  grid-template-columns: 0.82fr 1fr;
}

@media only screen and (max-width: 991px) {
  .feature-area.graph-area .feature-inner {
    grid-template-columns: 1fr;
  }
}

.testimonial-area.style-3 .testimonial-thumb img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .testimonial-area.style-3 .container {
    padding: 0;
  }
}

.testimonial-area.style-3 .testimonial-box-wrapper {
  position: relative;
}

.testimonial-area.style-3 .testimonial-item-wrapper {
  /*position: absolute;
  bottom: 0;
  max-width: 610px;
  background-color: var(--primary);
  padding: 80px;*/
}

@media only screen and (max-width: 991px) {
  .testimonial-area.style-3 .testimonial-item-wrapper {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area.style-3 .testimonial-item-wrapper {
    position: static;
  }
}

.testimonial-area.style-3 .testimonial-item.style-1 .quote-icon-wrap {
  margin-bottom: 30px;
}

.testimonial-area.style-3 .testimonial-item.style-1 .text {
  margin-bottom: 28px;
  color: #999999;
}

.testimonial-area.style-3 .testimonial-item.style-1 .name {
  color: #8900c4;
  font-family: var(--font_beatricetrial);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
}

.testimonial-area.style-3 .testimonial-item.style-1 .post {
  /* color: #8900c4;*/
  font-size: 14px;
  line-height: 1.57;
}

.testimonial-area.style-3 .swiper-button-prev,
.testimonial-area.style-3 .swiper-button-next.style-3 {
  position: absolute;
  bottom: 90px;
  right: 128px;
  left: unset;
  top: unset;
  width: unset;
  height: unset;
}

.testimonial-area.style-3 .swiper-button-prev::after,
.testimonial-area.style-3 .swiper-button-next.style-3::after {
  display: none;
}

@media only screen and (max-width: 991px) {

  .testimonial-area.style-3 .swiper-button-prev,
  .testimonial-area.style-3 .swiper-button-next.style-3 {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .testimonial-area.style-3 .swiper-button-prev,
  .testimonial-area.style-3 .swiper-button-next.style-3 {
    display: none;
  }
}

.testimonial-area.style-3 .swiper-button-prev i,
.testimonial-area.style-3 .swiper-button-next.style-3 i {
  color: var(--white);
  font-size: 20px;
}

.testimonial-area.style-3 .swiper-button-next.style-3 {
  right: 80px;
}

.strategy-area.style-3 .strategy-inner-bg {
  background-color: #FEF2ED;
}

.strategy-area.style-3 .strategy-inner {
  display: flex;
  gap: 175px;
}

@media only screen and (max-width: 1199px) {
  .strategy-area.style-3 .strategy-inner {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .strategy-area.style-3 .strategy-inner {
    flex-wrap: wrap;
  }
}

.strategy-area.style-3 .strategy-content {
  flex: 1 0 50%;
  position: relative;
}

.strategy-area.style-3 .title-wrapper {
  margin-bottom: 48px;
}

@media only screen and (max-width: 991px) {
  .strategy-area.style-3 .title-wrapper {
    margin-bottom: 25px;
  }
}

.strategy-area.style-3 .desc-text {
  max-width: 383px;
  margin-inline-start: 140px;
}

@media only screen and (max-width: 1199px) {
  .strategy-area.style-3 .desc-text {
    margin-inline-start: 0;
  }
}

.strategy-area.style-3 .shape-1 {
  position: absolute;
  left: -50px;
  bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .strategy-area.style-3 .shape-1 {
    display: none;
  }
}

.strategy-area.style-3 .tags {
  display: flex;
  gap: 8px;
  margin-inline-start: 140px;
  margin-top: 123px;
}

@media only screen and (max-width: 1199px) {
  .strategy-area.style-3 .tags {
    margin-inline-start: 0;
    margin-top: 50px;
  }
}

.strategy-area.style-3 .tags li {
  color: var(--primary);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 12.5px;
  border: 1px solid var(--primary);
}

.strategy-area.style-3 .subtitle-wrapper {
  margin-bottom: 135px;
}

@media only screen and (max-width: 991px) {
  .strategy-area.style-3 .subtitle-wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-area.style-3 .subtitle-wrapper {
    margin-bottom: 30px;
  }
}

.strategy-area.style-3 .strategy-thumb-wrapper {
  flex: 1 0 50%;
}

.strategy-area.style-3 .strategy-thumb {
  position: relative;
}

.strategy-area.style-3 .strategy-thumb .mask-image {
  -webkit-mask-image: url("../imgs/gallery/img-r-19.webp");
  mask-image: url("../imgs/gallery/img-r-19.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

@media (min-width: 1800px) {
  .strategy-area.style-3 .strategy-thumb .mask-image {
    margin-inline-start: -50px;
  }
}

@media only screen and (max-width: 1199px) {
  .strategy-area.style-3 .strategy-thumb .mask-image {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

@media only screen and (max-width: 991px) {
  .strategy-area.style-3 .strategy-thumb .mask-image {
    max-width: 250px;
  }
}

.strategy-area.style-3 .strategy-thumb .mask-image .star {
  position: absolute;
  top: 54%;
  left: 46%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.strategy-area.style-3 .strategy-thumb .mask-image .shape {
  position: absolute;
  top: 35%;
  right: 100px;
}

.advantage-area.style-3 .advantage-inner-bg {
  background-color: var(--primary);
  padding-bottom: 220px;
}

@media only screen and (max-width: 1199px) {
  .advantage-area.style-3 .advantage-inner-bg {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .advantage-area.style-3 .advantage-inner-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .advantage-area.style-3 .advantage-inner-bg {
    padding-bottom: 60px;
  }
}

.advantage-area.style-3 .advantage-inner {
  display: flex;
  gap: 220px;
}

@media only screen and (max-width: 1199px) {
  .advantage-area.style-3 .advantage-inner {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .advantage-area.style-3 .advantage-inner {
    flex-wrap: wrap;
    gap: 0;
  }
}

.advantage-area.style-3 .advantage-content {
  position: relative;
}

.advantage-area.style-3 .advantage-thumb-wrapper {
  max-width: 690px;
  padding-top: 190px;
}

@media only screen and (max-width: 1199px) {
  .advantage-area.style-3 .advantage-thumb-wrapper {
    padding-top: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .advantage-area.style-3 .advantage-thumb-wrapper {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .advantage-area.style-3 .advantage-thumb-wrapper {
    padding-top: 0;
  }
}

.advantage-area.style-3 .title-wrapper {
  margin-bottom: 58px;
}

@media only screen and (max-width: 991px) {
  .advantage-area.style-3 .title-wrapper {
    margin-bottom: 40px;
  }
}

.advantage-area.style-3 .subtitle-wrapper {
  margin-bottom: 135px;
}

@media only screen and (max-width: 1199px) {
  .advantage-area.style-3 .subtitle-wrapper {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .advantage-area.style-3 .subtitle-wrapper {
    margin-bottom: 40px;
  }
}

.advantage-area.style-3 .section-title {
  color: var(--white);
}

.advantage-area.style-3 .wc-btn-default {
  border-radius: 23px;
  background: #E32E2E;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 27px 35px;
}

.advantage-area.style-3 .desc-text {
  margin-bottom: 63px;
}

@media only screen and (max-width: 991px) {
  .advantage-area.style-3 .desc-text {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

.advantage-area.style-3 .text {
  color: #999;
}

.advantage-area.style-3 .text span {
  color: var(--white);
}

.advantage-area.style-3 .features-item {
  border: 1px solid #333337;
}

.advantage-area.style-3 .features-item .title {
  color: var(--white);
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

.advantage-area.style-3 .features-item .text {
  color: #999;
  font-size: 16px;
  line-height: 1.25;
}

.advantage-area.style-3 .list-plus li::before {
  top: -4px;
}

.advantage-area.style-3 .feature-list {
  display: grid;
  grid-template-columns: 300px 330px;
}

@media only screen and (max-width: 767px) {
  .advantage-area.style-3 .feature-list {
    grid-template-columns: 1fr;
  }
}

.advantage-area.style-3 .feature-list div {
  border-bottom: 1px solid #333337;
  padding: 30px 50px;
}

.advantage-area.style-3 .feature-list div:first-child {
  padding: 0;
  border-inline-end: 1px solid #333337;
  grid-column: 1/1;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333337;
  border-radius: 50%;
  position: relative;
}

.advantage-area.style-3 .feature-list div:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333337;
}

.advantage-area.style-3 .feature-list div:last-child {
  border: 0;
}

.advantage-area.style-3 .list-plus {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.advantage-area.style-3 .list-plus li {
  width: unset;
  transition: 0.3s;
}

.advantage-area.style-3 .list-plus li:hover {
  color: var(--white);
}

.advantage-area.style-3 .list-plus li:not(:last-child) {
  margin-bottom: 0;
}

.advantage-area.style-3 .section-subtitle-shape {
  color: var(--white);
  filter: brightness(100);
}

.video-area.style-3 .section-title-wrapper {
  max-width: 691px;
  margin: auto;
  margin-bottom: 63px;
  text-align: center;
}

.video-area.style-3 .title-wrapper {
  margin-bottom: 28px;
}

.video-area.style-3 .desc-text {
  max-width: unset;
  margin-left: unset;
}

/* blog style 2 */
.blog.style-2 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 27px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .blog.style-2 {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .blog.style-2 {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.blog.style-2:hover .wc-btn-icon i {
  transform: rotate(0);
}

.dir-rtl .blog.style-2:hover .wc-btn-icon i {
  transform: rotate(-180deg);
}

.blog.style-2 .content-wrapper {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-basis: 67%;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .blog.style-2 .content-wrapper {
    gap: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .blog.style-2 .content-wrapper .btn-wrapper {
    display: none;
  }
}

.blog.style-2 .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog.style-2 .author .avatar img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
}

.blog.style-2 .author .meta-title {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 6px;
}

.blog.style-2 .author .name {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  display: block;
}

.blog.style-2 .tag {
  font-size: 12px;
  font-weight: 600;
  color: #091542;
  line-height: 1;
  background-color: rgba(9, 21, 66, 0.05);
  padding: 4px 6px;
  display: inline-block;
  border-radius: 5px;
}

.blog.style-2 .meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 11px;
}

.blog.style-2 .date {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.blog.style-2 .has-left-line {
  padding-inline-start: 25px;
}

.blog.style-2 .has-left-line:before {
  width: 15px;
  color: var(--black);
}

.blog.style-2 .title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1399px) {
  .blog.style-2 .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .blog.style-2 .title {
    font-size: 22px;
  }
}

.blog.style-2 .title span {
  font-weight: 600;
}

.blog.style-2 .text {
  font-size: 16px;
  line-height: 1.5;
}

.blog-area.style-3 .blog-wrapper {
  border-top: 1px solid #EDEDED;
}

.blog-area.style-3 .blog-wrapper-area {
  max-width: 850px;
}

@media only screen and (max-width: 991px) {
  .blog-area.style-3 .blog-wrapper-area {
    max-width: 100%;
  }
}

.blog-area.style-3 .blog {
  border-bottom: 1px solid #EDEDED;
  padding-top: 47px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.style-3 .blog {
    padding-top: 37px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-area.style-3 .blog {
    padding-top: 27px;
    padding-bottom: 20px;
  }
}

.blog-area.style-3 .blog:hover .wc-btn-icon i {
  transform: rotate(0);
}

.blog-area.style-3 .section-heading {
  display: flex;
  gap: 53px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .blog-area.style-3 .section-heading {
    flex-direction: row;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.style-3 .section-heading {
    gap: 20px;
  }
}

.blog-area.style-3 .section-heading .text {
  font-size: 18px;
  line-height: 1.44;
  min-width: 290px;
  max-width: 315px;
}

.blog-area.style-3 .section-title {
  max-width: 281px;
  margin-bottom: 28px;
}

.blog-area.style-3 .blog-area-inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .blog-area.style-3 .blog-area-inner {
    flex-direction: column;
    align-items: normal;
  }
}

.footer-area.style-3 {
  padding-top: 50px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, rgba(21, 2, 23, 1) 0%, rgba(52, 5, 57, 1) 0%, rgba(2, 0, 36, 1) 100%);
  position: relative;
  z-index: 0;
}

.footer-area-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 50%;
}

.footer-area-shape .shape-1 {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .footer-area.style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area.style-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.style-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-area.style-3 .footer-inner {
  display: flex;
  gap: 170px;
}

.footer-area.style-3 .footer-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 45px;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .footer-area.style-3 .footer-menu {
    gap: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area.style-3 .footer-menu {
    grid-template-columns: repeat(2, auto);
  }
}

@media only screen and (max-width: 767px) {
  .footer-area.style-3 .footer-menu {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.footer-area.style-3 .left-content {
  width: 100%;
  flex-grow: 1;
  max-width: 130px;
}

.footer-area.style-3 .logo-wrapper {
  width: 200px;
}

.widget-item {
  max-width: 330px;
}

.widget-item .widget-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  font-family: unset;
  color: #fff;
}

.widget-item .title-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  margin-bottom: 10px;
}

.widget-item .header {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}

@media only screen and (max-width: 1199px) {
  .widget-item .header {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.widget-item .header .title-2 {
  max-width: 116px;
}

@media only screen and (max-width: 1199px) {
  .widget-item .header .title-2 {
    max-width: 100%;
  }
}

.widget-item .header p {
  max-width: 200px;
  font-size: 14px;
  color: #fff;
}

.widget-item .subscribe-form {
  background-color: rgb(255 255 255 / 82%);
  margin-top: 20px;
}

.widget-item .subscribe-form input {
  color: #fff;
}

.widget-item .subscribe-form input::-moz-placeholder {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
}

.widget-item .subscribe-form input::placeholder {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
}

.widget-item .subscribe-form .subscribe-btn {
  filter: brightness(1);
}

.widget-item .text {
  max-width: 185px;
}

.widget-item ul {
  padding-top: 24px;
}

.widget-item ul li {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.widget-item .social-icons {
  margin-top: 16px;
  padding-top: 0;
}

.widget-item .copyright-title {
  color: #fff;
  font-size: 16px;
}

.widget-item .copyright-title a {
  font-weight: 600;
  color: #fff
}

/* 


@media only screen and (max-width: 1399px) {
  .client-area .client-area-inner {
    gap: 107px;
  }
}
.client-area .client-area-inner {
  display: flex;
  gap: 287px;
  justify-content: space-between;
}
.client-area .section-heading {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  flex: 1;
}
.body-wrapper.consultant-business .client-area .section-subtitle {
  position: relative;
  padding-inline-start: 21px;
  padding-inline-end: 14px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.16;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
  background-image: url(../imgs/shape/round-hand-circle.webp);
  background-size: 100% 100%;
  align-self: flex-start;
}
@media only screen and (max-width: 1919px) {
 .section-title-wrapper .section-title {
    font-size: 45px;
  }
}
 .section-title-wrapper .section-title {
  font-size: 50px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}.client-area .content {
  max-width: 490px;
}
.client-area .content .text-wrapper {
  margin-bottom: 53px;
}
.client-area .content .text {
  font-size: 18px;
  line-height: 1.44;
}
.client-area .content .client-logos {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.client-area .content .client-logos img {
  max-height: 39px;
} */
.service-area {
  /* background-color: #fef2ed; */
  padding: 20px 20px 0px 20px;
}

.service-area .service-wrapper {
  display: flex;
  justify-content: space-between;
}

.service-area .service-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 110px;
  padding-bottom: 110px;
}

.sub-title-wrapper {
  padding-bottom: 28px;
}

.section-subtitle {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #001F3F;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.service-area .title-wrapper {
  padding-bottom: 25px;
}

font-heading-tropline-bold h1,
.font-heading-tropline-bold h2,
.font-heading-tropline-bold h3,
.font-heading-tropline-bold h4,
.font-heading-tropline-bold h5,
.font-heading-tropline-bold h6 {
  font-family: var(--font_tropline);
  font-weight: 700;
  line-height: 1;

  /* }
.wc-btn-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}*/
  .wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-right: -70px;
  }

  .wc-btn-play.light {
    color: var(--white);
  }


  .wc-btn-play {
    border-radius: 50px;
    background-color: var(--primary);
    border: 1px solid transparent;
    height: 60px;
    width: 60px;
  }

  .wc-btn-play {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid currentColor;
    color: var(--primary);
    border-radius: 50%;
    transition: all 0.5s;
    font-size: 16px;
  }

  .wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
  }

  .wc-btn-primary {
    border-radius: 50px;
    border: 1px solid transparent;
    height: 60px;
    padding: 21px 30px;
  }

  .wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-left: 0;
  }


  @media only screen and (max-width: 1919px) {
    .service-area .service-thumb {
      margin-right: 0;
      text-align: end;
    }
  }

  .service-area .service-thumb {
    margin-right: -150px;
  }

  @media only screen and (max-width: 1919px) {
    .service-area .service-thumb img {
      width: 70%;
      text-align: end;
    }
  }

  .service-area .service-thumb img {
    border-radius: 40px;
  }
}

.we60 {
  width: 550px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .service-area {
    margin: 0;
    border-radius: 0;
    padding: 0;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area .service-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area .service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section-wraper-ser {
    width: 3600px !important;
  }
}

@media only screen and (max-width: 991px) {
  .service-area .service-content {
    gap: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area .service-content {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 0px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area .section-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area .btn-wrapper {
    margin-left: 12px;
  }

  .service-area .service-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .wc-btn-play {
    width: 60px;
    height: 60px;
    font-size: 12px;
    border-width: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area .service-thumb {
    text-align: start;
  }

  .section-wraper-ser {
    flex-wrap: nowrap;
    width: 300% !important;
    max-width: 1242px !important;
    gap: 2px;
  }

  .we60 {
    width: 100%;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area .service-thumb {
    margin-right: 0;
  }

  /* .header-area .header__logo {
        width: 45px;
        height: 20px;
   } */
}

@media only screen and (max-width: 767px) {
  .service-area .service-thumb img {
    border-radius: 0;
  }

  .cf_title {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .wcf_iconbox.style-3 .title {
    margin-left: 15px;
  }

  .section-wraper-ser {
    width: 100% !important;
    max-width: 1242px !important;
    display: block;
    height: auto !important;
    max-height: 100% !important;
  }
}

@media only screen and (max-width: 1919px) {
  .service-area .service-thumb img {
    width: 100%;
    text-align: end;
  }

}

.mhead {
  font-size: 45px !important;
  /* font-family: "Tangerine", serif; */
  font-weight: 800;
  margin: -10px 0px !important;
  background: linear-gradient(to right, #eb1bff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purple-color {
  color: #8900c4;
}

.hmsersection {}

.hmserviceBox {}

.footer-menu li a:hover {
  color: #ffffff;
}

/*.feature-area-top-padding{
    padding-top:0px;
}*/
.testimonial-thumb {
  position: relative;
  background-image: url(../imgs/gallery/1146.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px 90px;
  z-index: 0;
}

.testimonial-thumb::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.testimonial-item.style-1 {
  background: #fff;
  padding: 35px;
  ;
}

.testimonial-header {
  margin-bottom: 25px;
}

.testimonial-header .testimonial-title {
  font-size: 35px;
  font-family: var(--font_beatricetrial);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}

.testimonial-divs {
  margin-top: 35px;
  margin-bottom: 25px;
}

.testimonial-divs span {
  display: inline-block;
  padding: 7px 8px 6px;
  font-size: 14px;
  font-family: var(--font_beatricetrial);
  font-weight: 400;
  color: #111;
  background: #fff;
  text-transform: uppercase;
  border-radius: 3px;
}

.testimonial-left {
  position: relative;
}

.testimonial-left .testimonial-img {
  width: 100%;
}

.cntct-review {
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.contactrvs,
.testimonialrvs {
  width: 50%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 20px;
}

.contactrvs {
  background: #444;
}

.contactrvs img {
  width: auto;
  height: 30px;
}

.testimonialrvs {
  background: #8900c4;
}

.testimonialrvs .number-review {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  font-family: unset;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonialrvs .number-review span {
  font-size: 12px;
}

.testimonialrvs .review-icons {}

.testimonialrvs .review-icons .fa-star {
  font-size: 10px;
}

.testimonialrvs .review-icons .fa-star.checked {
  color: orange;
}

.contactrvs a,
.contactrvs a:hover {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  font-family: unset;
  color: #fff !important;
}

.swiperbtn-outer {}

.swiperbtn-outer .swiperbtn-inner {}

.swiperbtn-outer .swiperbtn-inner .swiper-button-next,
.swiperbtn-outer .swiperbtn-inner .swiper-button-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: -70px !important;
  opacity: 1;
  width: 45px !important;
  height: 45px !important;
  background: #8900c4;
  border-radius: 5px !important;
  cursor: pointer !important;
}

.swiperbtn-outer .swiperbtn-inner .swiper-button-next {
  right: 0px !important;
}

.swiperbtn-outer .swiperbtn-inner .swiper-button-prev {
  right: 50px !important;
}

.homeplaneareas {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1300px) {
  .adesc-text {
    bottom: -182px;
  }
}

@media only screen and (max-width: 1200px) {
  .adesc-text {
    bottom: -182px;
  }
}

@media only screen and (max-width: 991px) {
  .homeplaneareas {
    padding-bottom: 0px;
  }

  .haboutWrper {
    display: block;
  }

  .haboutContainer {
    width: 100%;
    padding-right: 0px;
  }

  .haboutImg {
    width: 100%;
    margin-top: 30px;
  }

  .banner-3 .banner-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }

  .mhead {
    margin: 0px 0px !important;
  }

  .banner-3 .title {
    font-size: 25px;
    line-height: 35px;
  }

  .srvItemOuterLft,
  .srvItemOuterRgt {
    float: none;
  }

  .srvItemOuterCntr {
    display: block;
  }

  .adesc-text {
    bottom: -158px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.style-2 .header-area__inner {
    gap: 12px;
  }

  .banner-3 .banner-content {
    max-width: 100%;
  }

  .banner-3 .banner-content {
    padding-bottom: 15px;
  }

  .section-title {
    font-size: 22px;
  }

  .testimonial-divs {
    margin-top: 65px;
  }

  .testimonial-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testimonial-left .testimonial-img {
    width: 300px;
  }

  .testimonial-thumb {
    padding: 90px 15px 120px;
  }

  .btn-text-flip span {
    display: none !important;
  }

  .callImgTxt {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8900c4 !important;
    border: 1px solid #8900c4;
  }
}

.footer-area {
  background: #1a1a2e;
  color: #d1d1d1;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Footer menu grid */
.footer-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

/* Widget titles */
.widget-title {
  font-size: 1.4rem;
  color: #f0a500;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

/* Social icons */
.social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.social-icons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #333;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.social-icons li a:hover,
.social-icons li a:focus {
  background: #080125;
  color: #ffffff;
  outline: none;
}

/* Address styling */
.address p {
  line-height: 1.6;
  font-size: 0.95rem;
  color: #bbb;
}

/* Company links */
.company-links ul {
  list-style: none;
  padding: 0;
}

.company-links ul li {
  margin-bottom: 10px;
}

.company-links ul li a {
  color: #d1d1d1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.company-links ul li a:hover,
.company-links ul li a:focus {
  color: #f0a500;
  outline: none;
}

/* Subscribe form */
.subscribe-form-item p {
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #bbb;
}

.subscribe-form {
  display: flex;
  max-width: 320px;
}

.subscribe-form input[type="email"] {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 0px;
  font-size: 1rem;
  outline: none;
}

.subscribe-form input[type="email"]::placeholder {
  color: #999;
}

.subscribe-btn {
  background: #6b0c74;
  border: none;
  padding: 0 18px;
  border-radius: 0;
  cursor: pointer;
  color: #1a1a2e;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
  /*background: #d18e00;*/
  outline: none;
}

/* Footer bottom */
.footer-bottom {
  /* border-top: 1px solid #333; */
  /* padding-top: 20px; */
  text-align: center;
  font-size: 0.9rem;
  color: #bbb;
}

.footer-bottom p {
  color: #bbb;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  text-decoration: underline;
  color: #bbb;
  outline: none;
}

/* Responsive tweaks */
/* Floating circles */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: float 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/**/
/* Our Value sec start */
.value-Treeicon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* ICON */
.value-Treeicon img {
    width: 55px;
    transition: transform 0.45s ease;
    position: relative;
    z-index: 2;
}

/* HOVER */
.value-Treeicon:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 40px rgba(102,126,234,0.3);
}

.value-Treeicon:hover img {
    transform: scale(1.15);
}

/* Our Value sec end */


.home.imPactValHeader {
  margin-bottom: 25px;
}

.home .imPactValTitle {
  text-align: center;
}

.imPactValTitle .letter {
  font-size: 35px;
  /* Adjust the font size as needed */
  position: relative;
  text-transform: uppercase;
}

.imPactValTitle .letter:nth-child(1) {
  color: #8900c4;
}

.home .imPactValTitle .letter:nth-child(1)::before {
  content: '';
  position: absolute;
  left: -406px;
  right: 4px;
  bottom: 14px;
  height: 1px;
  background: #8900c4;
}

/*.imPactValTitle .letter:nth-child(1)::after {
  content: '';
  position: absolute;
  right:0px;
  bottom: 0px;
  width: 100px;
  height: 1px;
  background: red;
}*/
.home .imPactValTitle .letter:nth-child(2) {
  color: #8900c4;
}

.home .imPactValTitle .letter:nth-child(2)::before {
  content: '';
  position: absolute;
  left: -224px;
  right: 13px;
  bottom: -9px;
  height: 1px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(2)::after {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -8px;
  width: 1px;
  height: 20px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(3) {
  color: #8900c4;
}

.home .imPactValTitle .letter:nth-child(3)::before {
  content: '';
  position: absolute;
  left: -67px;
  right: 18px;
  bottom: -25px;
  height: 1px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(3)::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -24px;
  width: 1px;
  height: 30px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(4) {
  color: #8900c4;
}

.home .imPactValTitle .letter:nth-child(4)::before {
  content: '';
  position: absolute;
  left: 8px;
  right: -76px;
  bottom: -25px;
  height: 1px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(4)::after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -25px;
  width: 1px;
  height: 33px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(5) {
  color: #8900c4;
}

.home .imPactValTitle .letter:nth-child(5)::before {
  content: '';
  position: absolute;
  left: 8px;
  right: -238px;
  bottom: -7px;
  height: 1px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(5)::after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -7px;
  width: 1px;
  height: 15px;
  background: #8900c4;
}

.home .imPactValTitle .letter:nth-child(6) {
  color: #8900c4;
}

.home .imPactValTitle .letter:nth-child(6)::before {
  content: '';
  position: absolute;
  left: 8px;
  right: -406px;
  bottom: 14px;
  height: 1px;
  background: #8900c4;
}

.values-tree,
.values-tree-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.homevalue-Treecard {
  background: white;
  border-radius: 5px;
  padding: 24px 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  width: 200px;
}

.value-Treecontent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.value-Treeicon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8900c4, #333333);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.value-Treeicon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.text-treecontent {
  flex: 1;
}

.treedrop-cap {
  font-size: 2.5rem;
  font-weight: 700;
  color: #8900c4;
  line-height: 1;
  float: left;
  margin-right: 1px;
}

.value-treetitle {
  font-size: 19px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0px;
  margin-top: 18px;
}

.lern-text {
  font-size: 19px;
  font-weight: 600;
  color: #2d3748;
  margin-top: -10px;
}

.value-treedescription {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 0;
  float: left;
}

.homevalue-Treecard.treeCard-1,
.homevalue-Treecard.treeCard-2,
.homevalue-Treecard.treeCard-3,
.homevalue-Treecard.treeCard-4,
.homevalue-Treecard.treeCard-5,
.homevalue-Treecard.treeCard-6 {
  position: relative;
}

.homevalue-Treecard.treeCard-2,
.homevalue-Treecard.treeCard-5 {
  margin-bottom: -150px;
}

.homevalue-Treecard.treeCard-3,
.treeCard-4 {
  margin-bottom: -300px;
}

.homevalue-Treecard.treeCard-4 {}

.homevalue-Treecard.treeCard-1::before {
    content: '';
    position: absolute;
    top: -33px;
    width: 1px;
    height: 93px;
    background: #8900c4;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.homevalue-Treecard.treeCard-2::after {
  content: '';
  position: absolute;
  top: -85px;
  width: 1px;
  height: 88px;
  background: #8900c4;
  left: 50%;
  transform: translateX(-50%);
}

.homevalue-Treecard.treeCard-3::after {
  content: '';
  position: absolute;
  top: -155px;
  width: 1px;
  height: 185px;
  background: #8900c4;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.homevalue-Treecard.treeCard-4::after {
  content: '';
  position: absolute;
  top: -156px;
  width: 1px;
  height: 190px;
  background: #8900c4;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.homevalue-Treecard.treeCard-5::after {
  content: '';
  position: absolute;
  top: -109px;
  width: 1px;
  height: 120px;
  background: #8900c4;
  left: 50%;
  transform: translateX(-50%);
}

.homevalue-Treecard.treeCard-6::after {
  content: '';
  position: absolute;
  top: -57px;
  width: 1px;
  height: 100px;
  background: #8900c4;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.values-tree-2 {}

.myplaneareas {
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .subscribe-form {
    flex-direction: column;
  }

  .subscribe-form input[type="email"] {
    border-radius: 0;
    margin-bottom: 8px;
  }

  .subscribe-btn {
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
  }
}

.mision-vision-section {
  display: flex;
  align-items: end;
  gap: 70px;
}

.mision-vision-section .mision-vision-content {
  width: 60%;
}

.mision-vision-section .mision-vision-content p {
  text-align: justify;
}

.mision-vision-section .mision-vision-image {
  width: 40%;
}

.mision-vision-section .mision-vision-image img {
  width: 100%;
}
.footerCtitle {
  font-size: 16px;
}

@media (max-width: 1549px) {
  .mision-vision-section .mision-vision-content {
    width: 50%;
  }
  .mision-vision-section .mision-vision-image {
    width: 50%;
  }
}

@media only screen and (max-width: 1399px) {
  .homevalue-Treecard {
    width: 175px;
    padding: 15px;
  }
  .home .imPactValTitle .letter:nth-child(1)::before {
    left: -409px;
  }
  .home .imPactValTitle .letter:nth-child(2)::before {
    left: -226px;
  }
  .home .imPactValTitle .letter:nth-child(3)::before {
    left: -66px;
  }
  .home .imPactValTitle .letter:nth-child(4)::before {
    right: -76px;
  }
  .home .imPactValTitle .letter:nth-child(5)::before {
    right: -240px;
  }

  .home .imPactValTitle .letter:nth-child(6)::before {
    right: -409px;
  }

  .homevalue-Treecard.treeCard-2::after {
    top: -73px;
    height: 86px;
    z-index: -1;
  }

  .homevalue-Treecard.treeCard-3::after {
    top: -157px;
    height: 182px;
  }

  .homevalue-Treecard.treeCard-4::after {
    top: -157px;
    height: 183px;
  }

  .homevalue-Treecard.treeCard-5::after {
    top: -112px;
    height: 125px;
  }

  .homevalue-Treecard.treeCard-6::after {
    top: -58px;
    height: 106px;
  }
}

@media (max-width: 1299px) {
  .mision-vision-section .mision-vision-content {
    width: 50%;
  }

  .mision-vision-section .mision-vision-image {
    width: 50%;
    height: 500px;
    position: relative;
  }

  .mision-vision-section .mision-vision-image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    height: 500px;
  }
}

@media (max-width: 1199px) {
  .mision-vision-section {
    flex-direction: column;
    gap: 50px;
  }

  .mision-vision-section .mision-vision-content {
    width: 100%;
  }

  .mision-vision-section .mision-vision-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
  }

  .mision-vision-section .mision-vision-image img {
    position: relative;
    height: 400px;
    object-fit: contain;
  }


}

@media only screen and (max-width: 1199px) {

  /**/
  .values-tree {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
  }

  .homevalue-Treecard {
    width: 100%;
  }

  .homevalue-Treecard.treeCard-2,
  .homevalue-Treecard.treeCard-5 {
    margin-bottom: 0px;
  }

  .homevalue-Treecard.treeCard-3,
  .homevalue-Treecard.treeCard-4 {
    margin-bottom: 0px;
  }

  .home.imPactValHeader {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
  }

  .home.imPactValHeader::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 4px;
    right: 0px;
    height: 1px;
    background: #8900c4;
    width: 360px;
  }

  .home .imPactValTitle {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #8900c4;
  }

  .home .imPactValTitle .letter:nth-child(1)::before,
  .home .imPactValTitle .letter:nth-child(2)::after,
  .home .imPactValTitle .letter:nth-child(2)::before,
  .home .imPactValTitle .letter:nth-child(3)::before,
  .home .imPactValTitle .letter:nth-child(3)::after,
  .home .imPactValTitle .letter:nth-child(4)::before,
  .home .imPactValTitle .letter:nth-child(4)::after,
  .home .imPactValTitle .letter:nth-child(5)::after,
  .home .imPactValTitle .letter:nth-child(5)::before,
  .home .imPactValTitle .letter:nth-child(6)::before {
    display: none !important;
  }

  .homevalue-Treecard.treeCard-1::before {
    top: -78px;
    height: 175px;
    left: -10px;
    transform: translateX(-50%);
    z-index: 0;
    background: #8900c4;
  }

  .homevalue-Treecard.treeCard-1::after,
  .homevalue-Treecard.treeCard-2::after,
  .homevalue-Treecard.treeCard-3::after,
  .homevalue-Treecard.treeCard-4::before,
  .homevalue-Treecard.treeCard-5::before,
  .homevalue-Treecard.treeCard-6::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    height: 1px;
    width: 70px;
    transform: translateX(-50%);
    z-index: -1;
    background: #8900c4;
  }

  .homevalue-Treecard.treeCard-2::before {
    content: '';
    position: absolute;
    top: -112px;
    height: 220px;
    left: -10px;
    transform: translateX(-50%);
    z-index: 2;
    background: #8900c4;
    width: 1px;
  }

  .homevalue-Treecard.treeCard-3::before {
    content: '';
    position: absolute;
    top: -70px;
    height: 170px;
    background: #9c27b0;
    left: -10px;
    width: 1px;
    transform: translateX(0%);
  }

  .homevalue-Treecard.treeCard-4::after {
    top: -83px;
    height: 184px;
    transform: translateX(0px);
    background: #8900c4;
    left: -10px;
  }

  .homevalue-Treecard.treeCard-4::before {}

  .homevalue-Treecard.treeCard-5::after {
    top: -87px;
    height: 180px;
    width: 1px;
    left: -10px;
    background: #8900c4;
  }

  .homevalue-Treecard.treeCard-5::before {}

  .homevalue-Treecard.treeCard-6::after {
    top: -120px;
    height: 185px;
    left: -10px;
    background: #8900c4;
  }

  .homevalue-Treecard.treeCard-6::before {}

  .treeCard-1::before,
  .treeCard-2::before,
  .treeCard-3::before,
  .treeCard-4::before,
  .treeCard-5::before,
  .treeCard-6::before,
  .treeCard-1::after,
  .treeCard-2::after,
  .treeCard-3::after,
  .treeCard-4::after,
  .treeCard-5::after,
  .treeCard-6::after {}

  .homevalue-Treecard.treeCard-1,
  .homevalue-Treecard.treeCard-2,
  .homevalue-Treecard.treeCard-3,
  .homevalue-Treecard.treeCard-4,
  .homevalue-Treecard.treeCard-5,
  .homevalue-Treecard.treeCard-6 {
    width: calc(100% - 30px);
  }

  .value-Treecontent {
    flex-direction: row;
  }

  .myplaneareas {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {

  .hc-care-boxs.box1,
  .service-physician-sec,
  .service-allied-health-sec {
    margin-bottom: 40px;
  }

  .hc-parent::before {
    left: -128px;
    right: -128px;
  }

  .hc-second-child::before {
    bottom: 39px;
  }

  .home .imPactValHeader::after {
    width: 235px !important
  }
}

@media only screen and (max-width: 767px) {

  .imPactValHeader::after {
    width: 140px !important;
  }
}

@media only screen and (max-width: 575px) {
  .hc-parent::before {
    left: -86px;
    right: -86px;
  }

  .value-Treecontent {
    flex-direction: column;
  }

  .treeCard-1::before {
    height: 270px !important;
    top: -50px !important;
  }

  .treeCard-2::before {
    height: 300px !important;
  }

  .treeCard-3::before {
    top: -166px !important;
    height: 320px !important;
  }

  .treeCard-4::after {
    top: -200px !important;
    height: 400px !important;
  }

  .treeCard-5::after {
    top: -135px !important;
    height: 320px !important;
  }

  .treeCard-6::after {
    top: -135px !important;
    height: 280px !important;
  }

  .imPactValHeader {
    margin-bottom: 35px !important;
    text-align: left !important;
    margin-left: 4px;
  }

  .imPactValHeader::after {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .hc-parent::before {
    left: -73px;
    right: -73px;
  }

  .hc-second-child::before {
    bottom: 63px;
  }
}

/* New Brands area start */

/* SECTION */
.partner-strip {
  padding: 25px 16px;
  overflow: hidden;
  border-bottom: 1px solid rgba(18, 18, 18, 0.06);
}


/* TEXT */
.partner-heading h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
  margin: 0;
}

.partner-name {
  border-left: 2px solid #8900c4;
  padding-right: 0px;
}

/* SLIDER VIEWPORT */
.partner-slider {
  overflow: hidden;
  height: 70px;

  /* SHOW ONLY ~4 LOGOS */
  max-width: 100%;
}

/* TRACK */
.partner-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: partnerScroll 32s linear infinite;
}

/* LOGO ITEM */
.partner-item img {
  height: 35px;
  width: 100%;
  max-width: 140px;
  display: block;
  object-fit: contain;
  cursor: pointer;
}

/* ANIMATION */
@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .partner-slider {
    max-width: 100%;
  }

  .partner-heading h2 {
    font-size: 16px;
  }

  .section-spacings {
    padding: 50px 0 50px 0 !important;
  }

  .lern-text {
    margin-top: 10px !important;
  }
}

/* New Brands area end */

.section-spacings {
  padding: 50px 0 0 0;
}

 /* Job Boards & Requitments Start  */
.workflow-section {
  padding: 50px 0;
}

.panel {
  background: #fafafa;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.panel h6 {
  font-size: 24px;
  line-height: 35px;
}

/* LEFT LIST */
.process-list {
  padding-left: 18px;
}

.process-list li {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  list-style: unset;
}

.process-list li::marker {
  font-weight: 600;
  color: #8900c4;
}

.process-list ul {
  margin-top: 8px;
  padding-left: 20px;
}

.process-list ul li {
  list-style: disc;
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

/* ORBIT */
.orbit-area {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.track {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px dashed rgba(137, 0, 196, .35);
  position: absolute;
}

.center {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #8900c4;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 30px rgba(137, 0, 196, .35);
  z-index: 2;
}

.node {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #8900c4;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
  transition: .3s;
}

.node i {
  font-size: 20px;
  color: #8900c4;
  margin-bottom: 4px;
}

.node:hover {
  background: #f3e9fb;
  transform: scale(1.08);
}

@media only screen and (max-width: 767px) {
  .orbit-area .center br {
    display: block;
  }

  .orbit-area .center {
    width: 80px;
    height: 80px;
    font-weight: 400;
  }

  .node {
    width: 75px;
    height: 75px;
  }
}

/* Job Boards & Requitments Close */
/* new testimonial start*/
.ph-testimonial-sec {
  padding: 50px 0 60px;
  background-color: #fef5ff;
}

.ph-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #121212;
}

/* ===== SLIDER ===== */
.ph-slider-wrapper {
  overflow: hidden;
}

.ph-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.ph-slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 12px;
}

/* CARD */
.ph-card-box {
  height: 280px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.ph-card-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(116 3 157), rgb(0 0 0));
}

.ph-card-content {
  position: absolute;
  top: 0;
  padding: 28px;
  color: #fff;
}

.ph-testimonial-text {
  font-size: 16px;
  line-height: 25px;
  opacity: 0.9;
  margin-bottom: 16px;
  color: #fff;
}

/* AUTHOR */
.ph-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ph-author-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.ph-author-post {
  font-size: 13px;
  opacity: 0.75;
}

/* NAV */
.ph-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #74079f;
  color: #fff;
  border: none;
  font-size: 18px;
}

/* PROGRESS */
.ph-progress-wrap {
  margin-top: 30px;
  height: 4px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.ph-progress-bar {
  height: 100%;
  width: 0%;
  background: #74079f;
  transition: width .4s ease;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .ph-slide {
    flex: 0 0 calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .ph-slide {
    flex: 0 0 100%;
  }
}

/* New Testimonial end */

/* New Banner slider start */

.ph-hero-refined {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* SLIDER */
.ph-hero-slider,
.ph-hero-slider .swiper-slide {
  height: 100vh;
}

.ph-hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.ph-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(147 109 201 / 85%) 0%, rgb(141 94 205 / 55%) 40%, rgb(118 75 177 / 15%) 100%);
  z-index: 1;
}

/* CARD */
.ph-hero-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);

  max-width: 540px;
  padding: 46px 48px;
  border-radius: 28px;

  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0.08));

  backdrop-filter: blur(18px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* TEXT */
.ph-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #e2d3ff;
  display: block;
  margin-bottom: 18px;
}

.ph-hero-refined .ph-title {
  font-size: 35px;
  line-height: 1.08;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
}

.ph-hero-refined .ph-title span {
  color: #cbb2ff;
  font-weight: 500;
}

.ph-hero-refined .ph-subtext {
  font-size: 16.5px;
  line-height: 1.65;
  color: #efe9ff;
  margin-bottom: 34px;
}

/* BUTTON */
.ph-btn {
  display: inline-flex;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  box-shadow: 0 18px 40px rgba(109, 40, 217, 0.6);
  transition: all 0.3s ease;
}

.ph-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 60px rgba(109, 40, 217, 0.8);
}

/* NAV */
.ph-nav {
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
  .ph-hero-card {
    left: 16px;
    right: 16px;
    padding: 36px;
  }
  .ph-card-box {
    height: 320px;
  }
}

/* New Banner slider end */


 /* Service section star */
.ph-sectors {
  padding: 50px 0;
  background: #fef5ff;
}

.ph-section-title h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 34px;
}

.ph-purple {
  color: #7b2cbf;
}

/* Grid spacing */
.ph-sector-grid > div {
  margin-bottom: 30px;
}

/* Card */
.ph-sector-card {
  position: relative;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.ph-sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay */
.ph-sector-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(123,44,191,0.95),
    rgba(123,44,191,0.35),
    rgba(0,0,0,0.1)
  );
}

/* Text */
.ph-sector-card h3 {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Hover */
.ph-sector-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 80px rgba(123,44,191,0.28);
}

.ph-sector-card:hover img {
  transform: scale(1.1);
}

/* Reveal */
.ph-sector-card.ph-show {
  transform: translateY(0);
  opacity: 1;
}
/* Service section end  */

/*New footer start */
/* 
.ph-footer {
background-color: #EDEDED;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.ph-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 0px 56px;
  display: grid;
  grid-template-columns: 1.3fr 2.7fr;
  gap: 72px;
}
.ph-footer-brand {
  display: flex;
  flex-direction: column;
}

.ph-footer-logo {
  width: 170px;
  margin-bottom: 22px;
}

.ph-footer-text {
  font-size: 15px;
  line-height: 1.8;
  color: #121212;
  max-width: 420px;
}
.ph-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.ph-footer-col h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  color: #121212;
}

.ph-footer-col a,
.ph-footer-col p {
  font-size: 14px;
  line-height: 1.8;
  color: #121212;
}

.ph-footer-col a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.ph-footer-col a:hover {
  color: #212121;
}
.ph-footer-subscribe {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgb(137 137 137 / 35%);
    padding-bottom: 6px;
}

.ph-footer-subscribe input {
  flex: 1;
  background: transparent;
  border: none;
  color: #383838;
  font-size: 14px;
  outline: none;
  padding: 6px 0;
}

.ph-footer-subscribe input::placeholder {
  color: #383838;
}

.ph-footer-subscribe button {
  background: none;
  border: none;
  color: #8900c4;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

.ph-footer-subscribe button:hover {
  color: #212121;
}
.ph-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border-top: 1px solid rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #212121;
}

.ph-footer-social {
  color: #1c66bf;
  font-size: 18px;
}

.ph-footer-social:hover {
  color: #1c66bf;
}
@media (max-width: 900px) {
  .ph-footer-container {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 72px 16px 56px;
  }

  .ph-footer-links {
    grid-template-columns: 1fr;
  }

  .ph-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
} */

        /* ================= MAIN FOOTER ================= */

        .footer {
            position: relative;
            padding: 70px 0 10px;
            background: linear-gradient(-45deg, #5a189a, #7b2cbf, #9d4edd, #c77dff);
            background-size: 400% 400%;
            animation: gradientMove 12s ease infinite;
            color: #fff;
            overflow: hidden;
        }

        @keyframes gradientMove {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* Glow Orbs */
        .footer::before,
        .footer::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: .5;
        }

        .footer::before {
            width: 400px;
            height: 400px;
            top: -100px;
            left: -100px;
            background: #ffffff;
        }

        .footer::after {
            width: 500px;
            height: 500px;
            bottom: -200px;
            right: -150px;
            background: #ffffff;
        }

        /* Brand Section */
        .brand h1 {
            font-size: 58px;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 30px;
        }

        .brand p {
            font-size: 18px;
            opacity: .9;
            line-height: 1.8;
            max-width: 480px;
            color: #fff;
        }
        .office-add {
          line-height: 24px;
        }

        /* ================= SOCIAL ICON ================= */

        .social-icons {
            display: flex;
            gap: 18px;
            margin-top: 25px;
        }

        .social-icons a {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.18);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            backdrop-filter: blur(15px);
            color: #fff;
            font-size: 20px;
            transition: all 0.4s ease;
            text-decoration: none;
        }

        .social-icons a:hover {
            background: #ffffff;
            color: #7b2cbf;
            transform: translateY(-6px) scale(1.1);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        /* Titles */
        .footer-title {
            font-size: 13px;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 30px;
            opacity: .8;
        }

        /* Links */
        .footer-links a {
            display: block;
            margin-bottom: 18px;
            text-decoration: none;
            color: #fff;
            opacity: .85;
            transition: .3s;
        }

        .footer-links a:hover {
            opacity: 1;
            padding-left: 6px;
        }

        /* Contact */
        .contact-info div {
            margin-bottom: 18px;
            opacity: .9;
        }

        .contact-info div a {
            text-decoration: none;
            color: #fff;
        }
        .brand img {
          width: 100%;
          max-width: 216px;
        }
        .brand .social-icons i {
          color: #1c66bf;
        }

        /* ================= SUBSCRIBE BOX ================= */

        .subscribe-box {
            background: rgba(255, 255, 255, .18);
            padding: 45px;
            border-radius: 30px;
            backdrop-filter: blur(25px);
            box-shadow: 0 40px 100px rgba(0, 0, 0, .3);
            transition: .4s;
        }

        .subscribe-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 50px 120px rgba(0, 0, 0, .4);
        }

        .subscribe-box input {
            width: 100%;
            padding: 18px 25px;
            border-radius: 60px;
            border: none;
            margin-bottom: 18px;
            outline: none;
            font-size: 14px;
        }

        .subscribe-box button {
            width: 100%;
            padding: 18px;
            border-radius: 60px;
            border: none;
            font-weight: 700;
            background: #fff;
            color: #7b2cbf;
            transition: .3s;
        }

        .subscribe-box button:hover {
            background: #f0e5ff;
        }

        /* Divider */
        .footer-divider {
            margin: 50px 0 10px;
            height: 1px;
            background: rgba(255, 255, 255, .3);
        }
        #subscribeMessage {
            transition: opacity 0.5s ease;
            opacity: 0;
        }
        /* Bottom */
        .footer-bottom {
            text-align: center;
            font-size: 15px;
            opacity: .9;
        }

        /* Responsive */
        @media(max-width:992px) {
            .brand {
                margin-bottom: 70px;
            }

            .subscribe-box {
                margin-top: 60px;
            }

            .brand h1 {
                font-size: 42px;
            }
        }

/* New Footer Close */

/* New about sec start */
.ph-about-enhanced {
  padding: 50px 0 130px;
}

/* TEXT */
.ph-about-copy {
  max-width: 560px;
}

.ph-about-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8900c4;
  margin-bottom: 18px;
}

.ph-about-title {
  font-size: 26px;
  line-height: 35px !important;
  font-weight: 700;
  color: #161616;
  margin-bottom: 26px;
}

.ph-about-title span {
  color: #8900c4;
}

.ph-about-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/* IMAGE */
.ph-about-visual {
  position: relative;
}

.ph-about-visual img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.15);
}

/* OVERLAY */
.ph-about-overlay {
  position: absolute;
  bottom: -45px;
  left: -35px;
  max-width: 360px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px);
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(123,63,228,0.3);
}

.ph-overlay-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8900c4;
  margin-bottom: 10px;
}

.ph-about-overlay p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* SIGNATURE */
.ph-about-signature {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.ph-about-signature strong {
  display: block;
  font-size: 15px;
  color: #111;
}

.ph-about-signature span {
  font-size: 13px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .ph-about-title {
    font-size: 20px;
    line-height: 28px !important;
  }

  .ph-about-overlay {
    position: static;
    margin-top: 25px;
  }
  .ph-about-desc {
    margin-bottom: 16px;
  }
  .ph-about-enhanced {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .ph-about-overlay {
    width: 100%;
    max-width: 100%;
  }
}
/* New about sec close */

/* New Premium Banner Start */
.qmue-banner{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:125px 120px 24px;
  overflow:hidden;
  background:
    radial-gradient(circle at top,#8b5cf6 0%,transparent 45%),
    linear-gradient(180deg,#ffffff 0%,#f4f1ff 60%,#ffffff 100%);
}

/* grain */
.qmue-banner::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("https://grainy-gradients.vercel.app/noise.svg");
  opacity:.04;
  pointer-events:none;
}

/* floating orbs */
.qmue-orbs span{
  position:absolute;
  width:280px;
  height:280px;
  background:radial-gradient(circle,#8b5cf6,transparent 70%);
  opacity:.14;
  filter:blur(50px);
  border-radius:50%;
}

.qmue-orbs span:nth-child(1){top:10%;left:15%}
.qmue-orbs span:nth-child(2){top:35%;right:10%}
.qmue-orbs span:nth-child(3){bottom:10%;left:30%}

/* ================= CONTENT ================= */
.qmue-wrap{
  max-width:900px;
  position:relative;
  z-index:2;
}

/* badge */
.qmue-badge{
  display:inline-block;
  padding:6px 18px;
  border-radius:30px;
  background:#efe9ff;
  color: #8900c4;
  font-size:12px;
  letter-spacing:2px;
  margin-bottom:28px;
}

/* title */
.qmue-title{
  font-size:clamp(44px,6vw,78px);
  font-weight:800;
  line-height:1.05;
  color:#120a28;
  letter-spacing:-0.02em;
}

.qmue-title span{
  color: #8900c4;
  position:relative;
}

/* .qmue-title span::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#7c3aed,#a78bfa);
  opacity:.25;
  border-radius:6px;
} */

/* text */
.qmue-text{
  margin:26px auto 0;
  max-width:680px;
  font-size:18px;
  line-height:1.7;
  color:#4b4b63;
}

/* ================= CTA ================= */
.qmue-actions{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:44px;
}

.qmue-btn-primary{
  background: #8900c4;
  color:#fff;
  padding:16px 44px;
  border-radius:40px;
  font-weight:600;
  text-decoration:none;
  transition:all .3s ease;
}

.qmue-btn-outline{
  border:1px solid #8900c4;
  color: #8900c4;
  padding:16px 44px;
  border-radius:40px;
  font-weight:600;
  text-decoration:none;
  transition:all .3s ease;
}

.qmue-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 30px rgba(106,53,255,.35);
}
.qmue-btn-primary:hover {
  color: #fff !important;
}
.qmue-btn-outline:hover{
  background: #8900c4;
  color:#fff !important;
}

/* ================= MOBILE ================= */
@media(max-width:768px){
  .qmue-title{font-size:40px}
  .qmue-actions{flex-direction:column}
}

/* New Premium Banner Close */

/* New premum Our Value Impact sec start */

/* SECTION */
.values-impact{
  position:relative;
  padding:140px 20px 100px;
  overflow:hidden;
}

/* IMPACT BACKGROUND */
.impact-bg{
  position:absolute;
  top:70px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:32px;
  font-size:150px;
  font-weight:900;
  color:rgba(91,92,246,.06);
  pointer-events:none;
}

/* CONTAINER */
.container{
  max-width:1200px;
  margin:auto;
  position:relative;
  z-index:2;
}

/* HEADER */
.values-header{
  max-width:640px;
  margin-bottom:30px;
}

.values-header span{
  font-size:13px;
  letter-spacing:2px;
  color:#5b5cf6;
}

.values-header h2{
  font-size:52px;
  font-weight:900;
  margin:12px 0;
}

.values-header p{
  font-size:16px;
  line-height:1.8;
  color:#475569;
}

/* GRID */
.values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: 24px;
}

/* CARD */
.value-card{
  position:relative;
  padding:38px 34px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  overflow:hidden;
  opacity:0;
  transform:translateY(40px);
  transition:.4s ease;
}

/* HOVER BACKGROUND LAYER (RESTORED) */
.value-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, #8900c4, #333333);
  opacity:0;
  transition:opacity .4s ease;
  z-index:0;
}

.value-card:hover{
  transform:translateY(-10px);
  box-shadow:0 32px 80px rgba(0,0,0,.12);
  border-color:transparent;
}

.value-card:hover::after{
  opacity:1;
}

/* KEEP CONTENT ABOVE BG */
.value-card > *{
  position:relative;
  z-index:1;
}

/* ICON */
.icon{
  width:60px;
  height:60px;
  border-radius:16px;
  background: linear-gradient(135deg, #8900c4, #333333);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  transition:.4s ease;
}

.icon img{
  width:32px;
  height:32px;
  stroke:#ffffff;
  stroke-width:2;
  fill:none;
}

.value-card:hover .icon{
  background: linear-gradient(135deg, #b43be7, #686767);
}

.value-card:hover .icon svg{
  stroke:#5b5cf6;
}

/* TITLE */
.value-card h3{
  font-size:20px;
  font-weight:700;
}

.value-card h3 span{
  color: #8900c4;
  font-weight:700;
  font-size: 40px;
}

/* TITLE LINE */
.title-line{
  width:42px;
  height:2px;
  background:#5b5cf6;
  margin:14px 0;
  transition:background .3s ease;
}

/* TEXT */
.value-card p{
  font-size:15px;
  line-height:1.85;
  color:#475569;
  transition:color .3s ease;
}

/* TEXT COLOR ON HOVER */
.value-card:hover h3,
.value-card:hover h3 span,
.value-card:hover p{
  color:#ffffff;
}

.value-card:hover .title-line{
  background:#ffffff;
}

/* RESPONSIVE */
@media(max-width:992px){
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .impact-bg{font-size:120px}
  .values-impact {
    padding: 70px 8px 70px;
   }
}

@media(max-width:576px){
  .values-grid{grid-template-columns:1fr}
  .impact-bg{display:none}
  .values-header h2{font-size:38px}
}
   
/* New premum Our Value Impact sec close */
   /* New premium Empower sec start */
.ph-sectors{
  position:relative;
  padding:80px 0 60px;
  overflow:hidden;
  /* background: radial-gradient(circle at 20% 10%, rgba(200,0,255,0.85), transparent 55%),
              radial-gradient(circle at 85% 80%, rgba(0,212,255,0.75), transparent 60%),
              linear-gradient(135deg, #2a004a 0%, #8900c4 40%, #1b0030 100%); */
}

/* Grain texture overlay */
.ph-sectors::before{
  content:"";
  position:absolute;
  inset:0;
  /* background-image:url("https://www.transparenttextures.com/patterns/asfalt-light.png"); */
  opacity:0.12;
  z-index:0;
}

/* Glass overlay */
.ph-sectors::after{
  content:"";
  position:absolute;
  inset:0;
  /* background: rgba(0,0,0,0.35); */
  z-index:0;
}

/* Animated blobs */
.ph-blob{
  position:absolute;
  width:560px;
  height:560px;
  border-radius:50%;
  filter: blur(130px);
  opacity:0.55;
  z-index:0;
  animation: blobMove 12s ease-in-out infinite alternate;
}

.ph-blob.one{
  top:-220px;
  left:-200px;
  background: #c800ff;
}

.ph-blob.two{
  bottom:-250px;
  right:-200px;
  background: #00d4ff;
  animation-delay:2s;
}

.ph-blob.three{
  top:30%;
  right:-280px;
  width:420px;
  height:420px;
  background: rgba(255,100,255,0.7);
  animation-delay:4s;
  opacity:0.35;
}

@keyframes blobMove{
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(90px,70px) scale(1.2); }
}

/* Floating particles */
.ph-particle{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background: rgba(255,255,255,0.22);
  box-shadow: 0 0 15px rgba(255,255,255,0.25);
  z-index:1;
  animation: floatParticle 10s ease-in-out infinite alternate;
}

@keyframes floatParticle{
  0% { transform: translateY(0px) translateX(0px); opacity:0.2; }
  100% { transform: translateY(-80px) translateX(60px); opacity:0.6; }
}

/* Container */
.ph-container{
  width:100%;
  max-width:1200px;
  margin:auto;
  position:relative;
  z-index:5;
}

/* Heading */
.ph-title-area{
  position:relative;
  margin-bottom:16px;
}

.ph-mini{
  color: rgba(255,255,255,0.82);
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ph-sectors .ph-title{
  margin: 12px 0 10px;
  font-size: clamp(44px, 5vw, 48px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0px 10px 35px rgba(0,0,0,0.35);
}

.ph-sectors .ph-line {
    width: 95px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, #00d4ff, #8900c4);
    margin-top: 16px;
    box-shadow: 0px 0px 26px rgba(137,0,196,0.75);
}

/* Nav buttons */
.ph-nav{
  position:absolute;
  top:20px;
  right:0;
  display:flex;
  gap:12px;
}

.ph-btn-sec{
  width:58px;
  height:58px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color:white;
  font-size:20px;
  cursor:pointer;
  transition:0.35s ease;
  backdrop-filter: blur(15px);
}

.ph-btn-sec:hover{
  background: linear-gradient(90deg, #00d4ff, #8900c4);
  transform: scale(1.1);
  box-shadow: 0px 0px 25px rgba(137,0,196,0.55);
}

/* Slider */
.ph-slider-wrap{
  position:relative;
  margin-top:55px;
}

.ph-slider{
  display:flex;
  gap:22px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding: 0px 15px 50px;
  scrollbar-width:none;
}
.ph-slider::-webkit-scrollbar{
  display:none;
}

/* Card */
.ph-sectors .ph-card{
  flex:0 0 auto;
  width:330px;
  min-height:190px;
  border-radius:24px;
  padding:26px;
  position:relative;
  cursor:pointer;
  text-decoration:none;
  overflow:hidden;
  opacity:0.9;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0px 20px 70px rgba(0,0,0,0.38);
  transition: 0.45s ease;
}

/* Premium gradient glow border */
.ph-sectors .ph-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  padding:1px;
  background: linear-gradient(120deg, rgba(0,212,255,0.5), rgba(137,0,196,0.6), rgba(255,255,255,0.15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity:0.35;
  transition:0.4s ease;
}

.ph-sectors .ph-card:hover::after{
  opacity:1;
}

/* Shine effect */
.ph-sectors .ph-card::before{
  content:"";
  position:absolute;
  top:-80%;
  left:-60%;
  width:240%;
  height:240%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,0.35) 45%,
    rgba(255,255,255,0.12) 55%,
    transparent 100%);
  transform: rotate(25deg);
  opacity:0;
  transition:0.55s ease;
}

.ph-sectors .ph-card:hover::before{
  opacity:1;
  top:-40%;
  left:-20%;
}

.ph-sectors .ph-card:hover{
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0px 35px 100px rgba(0,0,0,0.55),
              0px 0px 45px rgba(137,0,196,0.55);
}

/* Number */
.ph-sectors .ph-num{
  font-size: 34px;
  font-weight: 900;
  color: rgba(255,255,255,0.18);
}

/* Title */
.ph-sectors .ph-card h3{
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

/* underline */
.ph-underline {
    width: 60px;
    height: 4px;
    border-radius: 10px;
    margin-top: 14px;
    background: linear-gradient(90deg, #00d4ff, #8900c4);
    box-shadow: 0px 0px 20px rgba(0,212,255,0.45);
}

/* text */
.ph-card p{
  margin: 10px 0 0;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

/* arrow */
.ph-arrow{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.16);
  transition:0.4s ease;
  font-size:18px;
  color:white;
}

.ph-sectors .ph-card:hover .ph-arrow{
  background: linear-gradient(90deg, #00d4ff, #8900c4);
  transform: rotate(15deg) scale(1.1);
}

/* progress bar */
.ph-sectors .ph-progress{
  width:100%;
  height:5px;
  border-radius:10px;
  background: rgba(255,255,255,0.20);
  overflow:hidden;
  margin-top: 25px;
  position:relative;
}

.ph-sectors .ph-progress span{
  display:block;
  height:100%;
  width:0%;
  border-radius:10px;
  background: linear-gradient(90deg, #00d4ff, #8900c4);
  box-shadow: 0px 0px 25px rgba(137,0,196,0.65);
  position:relative;
}

/* moving shine on progress */
.ph-progress span::after{
  content:"";
  position:absolute;
  top:0;
  left:-60px;
  width:60px;
  height:100%;
  background: rgba(255,255,255,0.4);
  filter: blur(10px);
  animation: shineMove 2s linear infinite;
}

@keyframes shineMove{
  0%{ left:-60px; }
  100%{ left:100%; }
}

/* wave */
.ph-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-20px;
  height:160px;
  z-index:2;
  opacity:0.75;
  pointer-events:none;
}

.ph-wave svg{
  width:100%;
  height:100%;
}

/* Responsive */
@media(max-width:768px){
  .ph-slider-wrap {
    margin-top: 0;
  }
  .ph-title-area{
    text-align:center;
  }

  .ph-line{
    margin: 15px auto 0;
  }

  .ph-nav{
    position:relative;
    top:0;
    justify-content:center;
    margin-top:25px;
  }

  .ph-card{
    width:100%;
    min-height:175px;
  }

  .ph-slider{
    padding-bottom:60px;
  }
}
 /* New premium Empower sec close */

 /* all industries css start */

    .defence-space-page-wrapper {
      width: 100%;
      overflow: hidden;
      background: #fff;
    }

    /* HERO */
    .defence-space-hero-area {
      position: relative;
      padding: 165px 0 135px;
      margin-top: 0px;
      background-image: url("https://i.postimg.cc/d19pJwQW/31815.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
    }
    .main-info-tech-main {
      background-image: url(../indus/65792.webp);
      background-position: center;

    }

 .defence-space-hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(6 4 15 / 45%), rgba(124, 58, 237, 0.50), rgba(6, 4, 15, 0.92));
    z-index: 0;
}

    .defence-space-hero-area::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top right,
          rgba(255, 255, 255, 0.12),
          transparent 60%);
      z-index: 0;
    }

    .defence-space-hero-glow {
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: rgba(124, 58, 237, 0.32);
      filter: blur(140px);
      top: -120px;
      right: -160px;
      z-index: 1;
    }

    .defence-space-hero-inner {
      position: relative;
      z-index: 2;
    }

    .defence-space-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(12px);
    }

    .defence-space-hero-title {
      font-size: 64px;
      font-weight: 950;
      color: #fff;
      margin-bottom: 14px;
      letter-spacing: -1px;
      line-height: 1.08;
      text-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
    }

    .defence-space-hero-subtitle {
      font-size: 15px;
      line-height: 1.95;
      color: rgba(255, 255, 255, 0.88);
      margin-bottom: 26px;
      max-width: 760px;
    }

    .defence-space-hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 5px;
    }

    .defence-space-btn-primary {
      padding: 14px 34px;
      border-radius: 60px;
      font-size: 14px;
      font-weight: 950;
      color: #fff;
      text-decoration: none;
      background: linear-gradient(90deg, #7c3aed, #a855f7);
      box-shadow: 0 18px 55px rgba(124, 58, 237, 0.42);
      transition: 0.35s;
      position: relative;
      overflow: hidden;
    }

    .defence-space-btn-primary::before {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 120%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
      transition: 0.9s;
    }

    .defence-space-btn-primary:hover::before {
      left: 120%;
    }

    .defence-space-btn-primary:hover {
      transform: translateY(-4px);
      color: #fff;
      box-shadow: 0 25px 75px rgba(124, 58, 237, 0.58);
    }

    .defence-space-btn-outline {
      padding: 14px 34px;
      border-radius: 60px;
      font-size: 14px;
      font-weight: 950;
      color: #fff;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(10px);
      transition: 0.35s;
    }

    .defence-space-btn-outline:hover {
      background: rgba(255, 255, 255, 0.16);
      transform: translateY(-4px);
      color: #fff;
    }

    /* HERO STATS CARD */
    .defence-space-hero-stats-card {
      padding: 36px 32px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(14px);
      box-shadow: 0 25px 90px rgba(0, 0, 0, 0.22);
    }

    .defence-space-hero-stats-title {
      font-size: 16px;
      font-weight: 950;
      color: #fff;
      margin-bottom: 20px;
    }

    .defence-space-hero-stat {
      display: flex;
      gap: 14px;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .defence-space-hero-stat:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
    }

    .defence-space-hero-stat-icon {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
    }

    .defence-space-hero-stat-text h4 {
      margin: 0;
      font-size: 14px;
      font-weight: 950;
      color: #fff;
    }

    .defence-space-hero-stat-text p {
      margin: 4px 0 0;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.55;
    }

    /* CONTENT */
    .defence-space-content-area {
      padding: 80px 0;
      background: #fff;
    }

    .defence-space-content-title {
      font-size: 42px;
      font-weight: 950;
      color: #111;
      letter-spacing: -0.8px;
      margin-bottom: 18px;
      line-height: 1.25;
    }

    .defence-space-content-text {
      font-size: 15px;
      line-height: 1.95;
      color: #555;
      margin-bottom: 16px;
    }

    .defence-space-content-highlight {
      margin-top: 28px;
      padding: 22px 24px;
      border-radius: 16px;
      background: rgba(124, 58, 237, 0.06);
      border-left: 4px solid #7c3aed;
      font-size: 14px;
      font-weight: 850;
      color: #222;
      line-height: 1.8;
    }

    /* SIDE INFO CARD */
    .defence-space-side-card {
      padding: 40px 34px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 25px 90px rgba(0, 0, 0, 0.06);
      position: sticky;
      top: 130px;
    }

    .defence-space-side-card h3 {
      font-size: 18px;
      font-weight: 950;
      color: #111;
      margin-bottom: 20px;
    }

    .defence-space-side-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .defence-space-side-list li {
      display: flex;
      gap: 10px;
      font-size: 14px;
      font-weight: 850;
      color: #333;
      padding: 12px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .defence-space-side-list li:last-child {
      border-bottom: none;
    }

    .defence-space-side-list li i {
      color: #7c3aed;
      margin-top: 3px;
    }

    /* CARDS */
    .defence-space-cards-area {
      padding: 0 0 105px;
      background: #fff;
    }

    .defence-space-card-box {
      padding: 44px 34px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 22px 70px rgba(0, 0, 0, 0.06);
      height: 100%;
      transition: 0.35s;
      position: relative;
      overflow: hidden;
    }

    .defence-space-card-box::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%;
      background: linear-gradient(90deg, #7c3aed, #a855f7);
      opacity: 0.85;
    }

    .defence-space-card-box:hover {
      transform: translateY(-10px);
      border-color: rgba(124, 58, 237, 0.18);
      box-shadow: 0 35px 110px rgba(124, 58, 237, 0.13);
    }
    .engineering-main {
          background-image: url(../indus/3926.webp);
    }
    .fanance-accounting-main {
      background-image: url(../indus/7353.webp);
    }
   .banking-financial-wraper {
      background-image: url("../imgs/banking-finance.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .defence-space-card-icon {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(124, 58, 237, 0.10);
      color: #7c3aed;
      font-size: 22px;
      margin-bottom: 18px;
    }

    .defence-space-card-title {
      font-size: 18px;
      font-weight: 950;
      margin-bottom: 10px;
      color: #111;
    }

    .defence-space-card-text {
      font-size: 14px;
      line-height: 1.9;
      color: #555;
      margin: 0;
    }

    /* POSITIONS */
    .defence-space-position-area {
      padding: 0px 0 105px 0;
      background: linear-gradient(180deg, #ffffff, #f8f7ff);
    }

    .defence-space-position-heading {
      text-align: center;
      margin-bottom: 60px;
    }

    .defence-space-position-title {
      font-size: 44px;
      font-weight: 950;
      color: #111;
      margin-bottom: 12px;
      letter-spacing: -0.8px;
    }

    .defence-space-position-desc {
      max-width: 900px;
      margin: auto;
      font-size: 15px;
      line-height: 1.85;
      color: #555;
    }

    .defence-space-position-box {
      background: #fff;
      border-radius: 22px;
      padding: 44px 34px;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 25px 75px rgba(0, 0, 0, 0.06);
      height: 100%;
      transition: 0.35s;
    }

    .defence-space-position-box:hover {
      transform: translateY(-8px);
      border-color: rgba(124, 58, 237, 0.18);
      box-shadow: 0 38px 120px rgba(124, 58, 237, 0.12);
    }

    .defence-space-position-label {
      font-size: 15px;
      font-weight: 950;
      margin-bottom: 18px;
      color: #111;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .defence-space-position-label i {
      color: #7c3aed;
      font-size: 18px;
    }

    .defence-space-position-list {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .defence-space-position-list li {
      padding: 12px 0;
      font-size: 14px;
      font-weight: 600;
      color: #222;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      position: relative;
      padding-left: 26px;
    }

    .defence-space-position-list li:last-child {
      border-bottom: none;
    }

    .defence-space-position-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 12px;
      color: #7c3aed;
      font-weight: 950;
    }

    /* CTA */
    .defence-space-cta-area {
      padding: 50px 0;
      background: linear-gradient(120deg, #7c3aed, #1e0b44);
      position: relative;
      overflow: hidden;
    }

    .defence-space-cta-area::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 60%);
      z-index: 0;
    }

    .defence-space-cta-wrapper {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      padding: 45px 55px;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(14px);
      box-shadow: 0 30px 90px rgba(0, 0, 0, 0.20);
    }

    .defence-space-cta-info p {
      margin: 0;
      font-size: 14px;
      font-weight: 950;
      color: rgba(255, 255, 255, 0.85);
    }

    .defence-space-cta-info span {
      display: block;
      font-size: 20px;
      font-weight: 950;
      color: #fff;
      margin-top: 6px;
    }

    .defence-space-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 15px 42px;
      border-radius: 70px;
      font-size: 14px;
      font-weight: 950;
      color: #fff;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.22);
      transition: 0.35s;
      position: relative;
      overflow: hidden;
    }

    .defence-space-cta-btn:hover {
      background: rgba(255, 255, 255, 0.20);
      transform: translateY(-5px);
      color: #fff;
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
      .defence-space-hero-area {
        padding: 130px 0 110px;
      }

      .defence-space-hero-title {
        font-size: 44px;
      }

      .defence-space-content-title {
        font-size: 32px;
      }

      .defence-space-position-title {
        font-size: 34px;
      }

      .defence-space-side-card {
        position: relative;
        top: auto;
      }

      .defence-space-cta-wrapper {
        flex-direction: column;
        text-align: center;
      }
    }

    @media (max-width: 575px) {
      .defence-space-hero-area {
        padding: 115px 0 95px;
      }

      .defence-space-hero-title {
        font-size: 34px;
      }

      .defence-space-hero-subtitle {
        font-size: 15px;
      }
    }
 /* all industries css close */
  /* ================================
       INDUSTRIAL ROLE SECTION (IMAGE DESIGN)
    ================================ */

    .industrial-role-area {
      padding: 90px 0;
      background: #faf7ff;
    }

    .industrial-role-heading {
      max-width: 850px;
      margin: auto;
    }

    .industrial-role-title {
      font-size: 42px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .industrial-role-desc {
      font-size: 16px;
      opacity: 0.85;
      margin: 0;
    }

    /* Card */
    .industrial-role-card {
      background: #fff;
      border-radius: 26px;
      padding: 35px;
      border: 1px solid rgba(128, 0, 128, 0.12);
      box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.07);
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: 0.3s;
    }

    .industrial-role-card:hover {
      transform: translateY(-6px);
    }

    .industrial-role-card::before {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: rgba(128, 0, 128, 0.08);
      top: -80px;
      right: -80px;
      z-index: 0;
    }

    /* Header */
    .industrial-role-card-header {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 22px;
    }

    .industrial-role-icon {
      width: 60px;
      height: 60px;
      border-radius: 20px;
      background: linear-gradient(135deg, purple, #4b0082);
      color: #fff;
      font-size: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 10px 25px rgba(128, 0, 128, 0.35);
    }

    .industrial-role-card-header h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 900;
    }

    .industrial-role-card-header p {
      margin: 0;
      font-size: 14px;
      opacity: 0.75;
      font-weight: 600;
    }

    /* Scroll list */
    .industrial-role-scroll {
      position: relative;
      z-index: 1;
      max-height: 420px;
      overflow-y: auto;
      padding-right: 10px;
    }

    .industrial-role-scroll::-webkit-scrollbar {
      width: 6px;
    }

    .industrial-role-scroll::-webkit-scrollbar-thumb {
      background: rgba(128, 0, 128, 0.45);
      border-radius: 10px;
    }

    .industrial-role-item {
      padding: 14px 16px;
      background: rgba(128, 0, 128, 0.05);
      border: 1px solid rgba(128, 0, 128, 0.10);
      border-radius: 16px;
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 12px;
      transition: 0.3s;
    }

    .industrial-role-item:hover {
      background: rgba(128, 0, 128, 0.10);
      transform: translateX(4px);
    }

    /* Responsive */
    @media(max-width: 991px) {
      .industrial-role-card {
        padding: 25px;
      }

      .industrial-role-title {
        font-size: 32px;
      }
    }

        /* WHO WE WORK WITH - TIMELINE CARDS */
    .legal-timeline-area {
      margin-top: 90px;
    }

    .legal-timeline-heading {
      text-align: center;
      margin-bottom: 45px;
    }

    .legal-timeline-heading h2 {
      font-size: 40px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .legal-timeline-heading p {
      opacity: 0.85;
      margin: 0;
    }

    .legal-timeline-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .legal-timeline-card {
      background: #fff;
      border-radius: 24px;
      padding: 30px;
      border: 1px solid rgba(128, 0, 128, 0.12);
      box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
      transition: 0.3s;
      position: relative;
      overflow: hidden;
    }

    .legal-timeline-card::after {
      content: "";
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: rgba(128, 0, 128, 0.08);
      bottom: -40px;
      right: -40px;
    }

    .legal-timeline-card:hover {
      transform: translateY(-7px);
    }

    .legal-timeline-card i {
      font-size: 28px;
      color: purple;
      margin-bottom: 14px;
      display: inline-block;
    }

    .legal-timeline-card h4 {
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .legal-timeline-card p {
      margin: 0;
      opacity: 0.85;
      font-size: 14px;
    }

    /* Responsive */
    @media(max-width: 991px) {
      .legal-timeline-grid {
        grid-template-columns: 1fr;
      }
    }

    /* close legal */

    /* contract staffing start */
     .phz-adv-wrap {
      padding: 95px 0;
      background: radial-gradient(circle at top left, #f8ebff 0%, #fdf7ff 50%, #f4e6ff 100%);
      position: relative;
      overflow: hidden;
    }

    /* Background soft blobs */
    .phz-adv-wrap::before {
      content: "";
      position: absolute;
      top: -180px;
      left: -200px;
      width: 520px;
      height: 520px;
      background: radial-gradient(circle, rgba(122, 0, 204, 0.18), transparent 70%);
      filter: blur(50px);
      z-index: 0;
    }

    .phz-adv-wrap::after {
      content: "";
      position: absolute;
      bottom: -200px;
      right: -200px;
      width: 520px;
      height: 520px;
      background: radial-gradient(circle, rgba(45, 0, 70, 0.18), transparent 70%);
      filter: blur(50px);
      z-index: 0;
    }

    .phz-adv-wrap .container {
      position: relative;
      z-index: 2;
    }

    /* Heading */
    .phz-adv-head {
      margin-bottom: 55px;
    }

    .phz-adv-sub {
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #555;
      margin-bottom: 12px;
    }

    .phz-adv-title {
      font-size: 46px;
      font-weight: 950;
      line-height: 1.15 !important;
      margin: 0;
      background: linear-gradient(90deg, #7a00cc, #4b0070);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* Card */
    .phz-adv-card {
      position: relative;
      border-radius: 20px;
      padding: 40px 32px;
      min-height: 360px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.07);
      transition: all 0.35s ease;
      border: 1px solid rgba(122, 0, 204, 0.12);
    }

    /* Gradient border effect */
    .phz-adv-card::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 1px;
      border-radius: 20px;
      background: linear-gradient(135deg, rgba(122, 0, 204, 0.35), rgba(255, 255, 255, 0));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    /* Shine overlay */
    .phz-adv-card::after {
      content: "";
      position: absolute;
      top: -60%;
      left: -100%;
      width: 250%;
      height: 250%;
      background: linear-gradient(120deg, transparent, rgba(122, 0, 204, 0.18), transparent);
      transform: rotate(20deg);
      opacity: 0;
      transition: 0.6s ease;
    }

    /* Hover */
    .phz-adv-card:hover {
      transform: translateY(-12px);
      background: linear-gradient(135deg, #240033, #5d0088);
      box-shadow: 0px 25px 65px rgba(50, 0, 70, 0.28);
    }

    .phz-adv-card:hover::after {
      opacity: 1;
      left: -20%;
    }

    /* Default Active */
    .phz-adv-card.phz-active {
      transform: translateY(-8px);
      background: linear-gradient(135deg, #240033, #5d0088);
      box-shadow: 0px 25px 65px rgba(50, 0, 70, 0.28);
    }

    /* Top */
    .phz-adv-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 26px;
    }

    /* Icon Box */
    .phz-adv-icbox {
      width: 64px;
      height: 64px;
      border-radius: 18px;
      background: rgba(122, 0, 204, 0.08);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.35s ease;
    }

    .phz-adv-icbox img {
      width: 32px;
      height: 32px;
    }

    /* Number */
    .phz-adv-num {
      font-size: 62px;
      font-weight: 950;
      color: #111;
      opacity: 0.88;
      transition: 0.35s ease;
    }

    /* Title */
    .phz-adv-card-title {
      font-size: 22px;
      font-weight: 950;
      margin-bottom: 14px;
      color: #111;
      transition: 0.35s ease;
    }

    /* Text */
    .phz-adv-card-text {
      font-size: 15px;
      line-height: 28px;
      color: #555;
      margin: 0;
      transition: 0.35s ease;
    }

    /* Footer line */
    .phz-adv-footer {
      position: absolute;
      bottom: 28px;
      left: 32px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .phz-adv-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(122, 0, 204, 0.25);
      transition: 0.35s ease;
    }

    .phz-adv-footer-line {
      width: 55px;
      height: 2px;
      background: rgba(122, 0, 204, 0.2);
      transition: 0.35s ease;
    }

    /* Corner Shape */
    .phz-adv-shape {
      position: absolute;
      bottom: -45px;
      right: -45px;
      width: 120px;
      height: 120px;
      border-radius: 32px;
      background: rgba(122, 0, 204, 0.12);
      transform: rotate(20deg);
      transition: 0.35s ease;
    }

    /* Hover text change */
    .phz-adv-card:hover .phz-adv-card-title,
    .phz-adv-card.phz-active .phz-adv-card-title {
      color: #fff;
    }

    .phz-adv-card:hover .phz-adv-card-text,
    .phz-adv-card.phz-active .phz-adv-card-text {
      color: rgba(255, 255, 255, 0.82);
    }

    .phz-adv-card:hover .phz-adv-num,
    .phz-adv-card.phz-active .phz-adv-num {
      color: rgba(255, 255, 255, 0.35);
    }

    /* Hover icon */
    .phz-adv-card:hover .phz-adv-icbox,
    .phz-adv-card.phz-active .phz-adv-icbox {
      background: rgba(255, 255, 255, 0.12);
      box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.12);
      transform: translateY(-4px);
    }

    /* Hover footer */
    .phz-adv-card:hover .phz-adv-dot,
    .phz-adv-card.phz-active .phz-adv-dot {
      background: rgba(255, 255, 255, 0.4);
    }

    .phz-adv-card:hover .phz-adv-footer-line,
    .phz-adv-card.phz-active .phz-adv-footer-line {
      background: rgba(255, 255, 255, 0.35);
    }

    /* Hover corner */
    .phz-adv-card:hover .phz-adv-shape,
    .phz-adv-card.phz-active .phz-adv-shape {
      background: rgba(255, 255, 255, 0.16);
    }

    /* Responsive */
    @media (max-width: 991px) {
      .phz-adv-wrap {
        padding: 65px 0;
      }

      .phz-adv-title {
        font-size: 34px;
      }

      .phz-adv-card {
        min-height: auto;
        padding: 32px 24px;
      }

      .phz-adv-num {
        font-size: 52px;
      }
    }

    /* contract staffing close */

/* services cta start */
/* ============================
   CTA AREA START
============================ */
.ph-cta-area {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.ph-cta-box {
    position: relative;
    overflow: hidden;
    padding: 75px 60px;
    border-radius: 34px;
    text-align: center;
    background: linear-gradient(135deg, #651587 0%, #6d00a5 55%, #3c005c 100%);
   box-shadow: 0px 30px 60px rgb(143 137 137 / 35%);
}

/* Diagonal strip */
.ph-cta-box::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.25),
    transparent 45%,
    transparent 65%,
    rgba(255, 255, 255, 0.10)
  );
  transform: rotate(-12deg);
  opacity: 0.55;
  z-index: 1;
}

/* Mesh + dots overlay */
.ph-cta-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.20) 1px, transparent 1px),
    radial-gradient(circle at 25% 75%, rgba(255, 0, 255, 0.18), transparent 60%),
    radial-gradient(circle at 75% 25%, rgba(0, 200, 255, 0.14), transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 70%);
  background-size: 22px 22px, cover, cover, cover;
  opacity: 0.18;
  z-index: 1;
}

/* Left big blob */
.ph-cta-shape {
  position: absolute;
  width: 420px;
  height: 420px;
  top: -170px;
  left: -170px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.34),
    rgba(255, 255, 255, 0.12),
    transparent 70%
  );
  filter: blur(20px);
  z-index: 2;
}

/* Extra bubble inside left blob */
.ph-cta-shape::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 35px;
  right: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  filter: blur(12px);
}

/* Small circle near left blob */
.ph-cta-shape::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 220px;
  left: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(8px);
}

/* Right big ring */
.ph-cta-shape2 {
  position: absolute;
  width: 520px;
  height: 520px;
  bottom: -240px;
  right: -240px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0px 0px 150px rgba(255, 255, 255, 0.14);
  z-index: 2;
}

/* Inner ring */
.ph-cta-shape2::before {
  content: "";
  position: absolute;
  inset: 95px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.14);
}

/* Inner ring 2 */
.ph-cta-shape2::after {
  content: "";
  position: absolute;
  inset: 165px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.10);
}

/* CTA CONTENT */
.ph-cta-content {
  position: relative;
  z-index: 5;
}

/* Extra dot patch object */
.ph-cta-content::before {
    content: "";
    position: absolute;
    top: -55px;
    right: 130px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(#dc89ff 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.35;
    z-index: 1;
}

/* Light wave object */
.ph-cta-content::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 260px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.12),
    transparent
  );
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.35;
  z-index: 1;
}

/* Subtitle */
.ph-cta-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 18px;
}

/* Title */
.ph-cta-title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 35px;
  text-shadow: 0px 12px 35px rgba(0, 0, 0, 0.45);
}

/* Button wrapper */
.ph-cta-btn-wrap {
  display: flex;
  justify-content: center;
}

/* CTA Button */
.ph-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 42px;
  border-radius: 60px;
  background: linear-gradient(135deg, #ffffff, #f3e6ff);
  color: #240033;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
  box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.25);
}

/* Button shine effect */
.ph-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.90),
    transparent
  );
  transition: 0.7s ease;
}

.ph-cta-btn:hover::before {
  left: 120%;
}

/* Button border glow */
.ph-cta-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  border: 2px solid rgba(109, 0, 165, 0.30);
  opacity: 0;
  transition: 0.35s ease;
}

.ph-cta-btn:hover::after {
  opacity: 1;
}

/* Hover effect */
.ph-cta-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0px 28px 70px rgba(0, 0, 0, 0.38);
}

/* Icon */
.ph-cta-btn i {
  font-size: 14px;
  transition: 0.35s ease;
  position: relative;
  z-index: 5;
}

.ph-cta-btn:hover i {
  transform: translateX(8px);
}

/* ===============================
   TEXT SWAP EFFECT (WORKING)
================================ */
.ph-btn-hover .ph-btn-label {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  min-width: 95px;
  overflow: hidden;
  z-index: 5;
}

.ph-btn-hover .ph-btn-text-default {
  position: relative;
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: 0.35s ease;
}

.ph-btn-hover .ph-btn-text-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(120%);
  transition: 0.35s ease;
  text-align: center;
}

.ph-btn-hover:hover .ph-btn-text-default {
  opacity: 0;
  transform: translateY(-120%);
}

.ph-btn-hover:hover .ph-btn-text-hover {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .ph-cta-box {
    padding: 65px 25px;
  }

  .ph-cta-title {
    font-size: 30px;
  }

  .ph-cta-content::after {
    width: 420px;
    height: 200px;
  }
}

/* ============================
   CTA AREA CLOSE
============================ */

    
/* services cta close */
/* all cta start */
.phm-quick-cta {
  width: 100%;
  padding: 18px 0;
  background: linear-gradient(90deg, #240033, #6d00a5);
}

.phm-quick-cta__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* LEFT INFO */
.phm-quick-cta__info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phm-quick-cta__ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.phm-quick-cta__day {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}

.phm-quick-cta__time {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

/* BUTTON */
.phm-quick-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 50px;
  background: #fff;
  color: #240033;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.35s ease;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.2);
}

.phm-quick-cta__btn i {
  transition: 0.35s ease;
  font-size: 14px;
}

.phm-quick-cta__btn:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.95);
}

.phm-quick-cta__btn:hover i {
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 991px) {
  .phm-quick-cta__wrap {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .phm-quick-cta__info {
    justify-content: center;
  }
}

/* all cta close */

/* Mission Image Hover Effect */
.defence-space-card-box img {
  transition: all 0.6s ease;
  transform: scale(1);
}

.defence-space-card-box:hover img {
  transform: scale(1.08);
}
.plan-area-services {
      margin: 70px 0 30px 0;
    }


    